Expand description
Module resolver: loads, parses, and caches imported .intent files.
Resolution is file-system based: use Foo looks for Foo.intent in the
same directory as the importing file.
Structs§
- Module
Graph - A resolved module graph: the root file plus all transitively imported modules.
Enums§
- Resolve
Error - Errors from module resolution.
Functions§
- resolve
- Resolve a module and all its transitive imports.