Skip to main content

Module builder

Module builder 

Source

Structs§

BuildResult
Build result (graph + warnings)

Enums§

BuildError
Build error
BuildWarning
Build warning

Functions§

build_graph
Convert Program (AST) to PatchGraph.
build_graph_with_code_files
Convert Program (AST) to PatchGraph (with Abstraction registry + code files).
build_graph_with_objdb
Convert Program (AST) to PatchGraph (with all parameters).
build_graph_with_registry
Convert Program (AST) to PatchGraph (with Abstraction registry).
build_graph_with_registry_and_warnings
Convert Program (AST) to PatchGraph + warnings (with Abstraction registry).
build_graph_with_warnings
Convert Program (AST) to PatchGraph + warnings.
build_graph_without_triggers
Convert Program (AST) to PatchGraph without auto-inserting triggers.

Type Aliases§

CodeFiles
Code file mapping. Filename -> code content. Used when referencing external code files in v8.codebox and codebox (gen~).