Expand description
World implementation of typst for tinymist.
Re-exports§
pub use tinymist_vfs as vfs;pub use entry::*;pub use world::*;
Modules§
- args
- build_
info - config
- debug_
loc - The debug location that can be used to locate a position in a document or a file.
- entry
- font
- package
- parser
- source
- world
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.
Enums§
- Diagnostic
Format - Which format to use for diagnostics.
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.