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§
- 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
- The font implementations for typst worlds.
- package
- parser
- source
- system
- Run the compiler in the system environment.
- world
Structs§
- Browser
Compiler Feat - 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.
Type Aliases§
- Flag
Task - Html
Compilation Task - Paged
Compilation Task - Typst
Browser Universe - A world that provides access to the browser. It is under development.
- Typst
Browser World