Expand description
World implementation of typst for tinymist.
Re-exports§
pub use system::print_diagnostics;
pub use system::SystemCompilerFeat;
pub use system::TypstSystemUniverse;
pub use system::TypstSystemWorld;
pub use tinymist_vfs as vfs;
pub use entry::*;
pub use world::*;
Modules§
- The debug location that can be used to locate a position in a document or a file.
- The font implementations for typst worlds.
- Run the compiler in the system environment.
Structs§
- A snapshot of the project and compilation state.
- A signal that possibly triggers an export.
- Project instance id. This is slightly different from the project ids that persist in disk.
- A world compute graph.
Enums§
- Which format to use for diagnostics.
Traits§
- type trait interface of
CompilerWorld
. - Latest version of the shadow api, which is in beta.
- A world computable trait.
- Latest version of the world dependencies api, which is in beta.
Type Aliases§
- A world that provides access to the browser. It is under development.