Expand description
World implementation of typst for tinymist.
Re-exports§
pub use tinymist_vfs as vfs;pub use entry::*;pub use world::*;
Modules§
Structs§
- Compilation
Task - Compile
Snapshot - A snapshot of the project and compilation state.
- Config
Task - Diagnostics
Task - Export
Signal - A signal that possibly triggers an export.
- Option
Document Task - Project
InsId - Project instance id. This is slightly different from the project ids that persist in disk.
- Task
Flag Base - World
Compute Graph - A world compute graph.
Traits§
- Compiler
Feat - type trait interface of
CompilerWorld. - Export
Computation - Export
Detection - Shadow
Api - Latest version of the shadow api, which is in beta.
- Shadow
ApiExt - World
Computable - A world computable trait.
- World
Deps - Latest version of the world dependencies api, which is in beta.