Skip to main content

Module ast

Module ast 

Source

Structs§

AssignmentStatement
BlockStatement
CallExpression
A free-standing function call: foo(a, b) or a method call obj.method(a, b).
ComponentExpression
A component expression: the declarative tree-building form.
ConstructorCall
A constructor or chained builder call on a component expression header.
Ident
IfStatement
ReturnStatement
Span
TableFieldValue

Enums§

BinOpKind
ElseBranch
Expression
ImportItem
One item in an import { ... } from "..." list.
Statement
UnaryOpKind