DenoDeno.lint.ForStatementinterface Deno.lint.ForStatementunstableClassic for-loop. Properties ##type: "ForStatement" #range: Range #init: Expression | VariableDeclaration | null #test: Expression | null #update: Expression | null #body: Statement #parent: Program | StaticBlock | BlockStatement | WithStatement | LabeledStatement | IfStatement | SwitchCase | WhileStatement | DoWhileStatement | ForStatement | ForInStatement | ForOfStatement | TSModuleBlock
interface Deno.lint.ForStatementunstableClassic for-loop. Properties ##type: "ForStatement" #range: Range #init: Expression | VariableDeclaration | null #test: Expression | null #update: Expression | null #body: Statement #parent: Program | StaticBlock | BlockStatement | WithStatement | LabeledStatement | IfStatement | SwitchCase | WhileStatement | DoWhileStatement | ForStatement | ForInStatement | ForOfStatement | TSModuleBlock