Skip to main content

Module resolve

Module resolve 

Source
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§

ModuleGraph
A resolved module graph: the root file plus all transitively imported modules.

Enums§

ResolveError
Errors from module resolution.

Functions§

resolve
Resolve a module and all its transitive imports.