Skip to main content
Module

x/live/deps.ts>ForOfStatement

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface ForOfStatement
implements Node, HasSpan
import { type ForOfStatement } from "https://deno.land/x/live@1.63.12/deps.ts";

Properties

type: "ForOfStatement"
optional
await: Span

Span of the await token.

es2018 for-await-of statements, e.g., for await (const x of xs) {

left: VariableDeclaration | Pattern
right: Expression
body: Statement