ForOfStatementinterface ForOfStatement extends Node, HasSpan {await?: Span;body: Statement;left: VariableDeclaration | Pattern;right: Expression;type: "ForOfStatement";}§Extends§Node[src]§HasSpan[src]§Properties§await?: Span[src]Span of the await token. es2018 for-await-of statements, e.g., for await (const x of xs) { §body: Statement[src]§left: VariableDeclaration | Pattern[src]§right: Expression[src]§type: "ForOfStatement"[src]