ForInOrOfStatement Module
Children of `ForInOrOfStatement`.
Functions and values
| Function or value |
Description
|
Full Usage:
ForInOrOfStatement.awaitModifier node
Parameters:
Node<ForInOrOfStatement>
Returns: Node<AwaitKeyword> voption
|
`awaitModifier`. The schema marks it optional.
|
Full Usage:
ForInOrOfStatement.expression node
Parameters:
Node<ForInOrOfStatement>
Returns: Node<Expression> voption
|
|
Full Usage:
ForInOrOfStatement.initializer node
Parameters:
Node<ForInOrOfStatement>
Returns: Node<ForInitializer> voption
|
|
Full Usage:
ForInOrOfStatement.statement node
Parameters:
Node<ForInOrOfStatement>
Returns: Node<Statement> voption
|