Module engine

Source
Expand description

Definition of the central compilation context.

Structsยง

Engine
Holds all data needed during compilation.
Route
The route the engine took during compilation. This is used to detect cyclic imports and excessive nesting.
Sink
A push-only sink for delayed errors, warnings, and traced values.
Traced
May hold a span that is currently under inspection.