package
0.3.2
Repository: https://github.com/serulian/compiler.git
Documentation: pkg.go.dev

# Functions

GenerateExpression generates the full ES5 expression for the given CodeDOM expression representation.

# Constants

AllowedSync indicates that GenerateExpression can return a synchronous expression.
EnsureAsync indicates that GenerateExpression must return an asynchronous expression.

# Structs

ExpressionResult represents the result of generating an expression.

# Type aliases

AsyncOption defines the various options around asynchrounous expression generation.
ByKey is a helper to sort ObjectLiteralEntryNode's.
No description provided by the author