Expand description
Module loading, linking, and universe evaluation (module.ts, §8.1–8.5, §8.8): files are modules, the import graph is acyclic, exports are explicit; packages (§8.6–8.7) plug in through the resolver hook.
Structs§
- Bind
- a document bound to an input (§10):
moduleis the one declaring the input (the entry when unset) - Load
Result - Module
Functions§
- load_
modules resolvermaps package specifiers to paths (packages, §8.6);overridesmaps absolute paths to buffer contents (editors)- run_
universe