tinymist-project 0.15.0-rc2

Project model of typst for tinymist.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! World implementation of typst for tinymist.

pub use tinymist_world as base;
pub use tinymist_world::args::*;
pub use tinymist_world::config::CompileFontOpts;
pub use tinymist_world::entry::*;
pub use tinymist_world::{
    CompilerUniverse, CompilerWorld, DiagnosticFormat, EntryOpts, EntryState, RevisingUniverse,
    SourceWorld, TaskInputs, WorldComputeGraph, with_main,
};
pub use tinymist_world::{diag, font, package, vfs};

#[cfg(feature = "system")]
pub use tinymist_world::system;