v1/src/compiler/view_compiler/view_builder library

Classes

ViewBuilderVisitor
IMPORTANT: See the comment on CompileView.nodes.

Functions

contextType(CompileView view) OutputType
createViewClass(CompileView view, ExpressionParser parser) ClassStmt
Generates a class AST for a view.
createViewFactory(CompileView view, ClassStmt viewClass) Statement
Creates a factory function that instantiates a view.