class Savi::Compiler::Load
- Savi::Compiler::Load
- Reference
- Object
Overview
The purpose of the Load pass is to load more manifests packages into memory, based on the dependency declarations found in the selected root manifest.
This pass does not mutate the Program topology directly, though it instructs Context to compile more packages. This pass does not mutate the AST. This pass may raise a compilation error. This pass keeps no state. This pass produces no output state.