Module registry
Expand description
Package Registry.
Structs§
- A dummy notifier that does nothing.
- Dummy package registry that always returns a
NotFound
error. - The http package registry for typst.ts.
- The
JsRegistry
struct is a wrapper around a JavaScript function that - Identifies a package.
- Holds information about where packages should be stored and downloads them on demand, if possible.
- The
ProxyContext
struct is a wrapper around a JavaScript this.
Enums§
- An error that occurred while trying to load a package.
Constants§
- The default packages sub directory within the package and package cache paths.
- The default Typst registry.
Traits§
- A trait for package registries that can be notified.
- A trait for package registries.