# 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