import { type Types } from "https://deno.land/x/mesozoic@v1.2.6/lib/swc.ts";
const { ForOfStatement } = Types;
Properties
optional
await: SpanSpan of the await token.
es2018 for-await-of statements, e.g., for await (const x of xs) {
left: VariableDeclaration | Pattern
right: Expression
body: Statement