DenoDeno.lint.DoWhileStatementinterface Deno.lint.DoWhileStatementunstableRe-run loop for as long as test expression is truthy. Properties ##type: "DoWhileStatement" #range: Range #test: Expression #body: Statement #parent: Program | StaticBlock | BlockStatement | WithStatement | LabeledStatement | IfStatement | SwitchCase | WhileStatement | DoWhileStatement | ForStatement | ForInStatement | ForOfStatement | TSModuleBlock
interface Deno.lint.DoWhileStatementunstableRe-run loop for as long as test expression is truthy. Properties ##type: "DoWhileStatement" #range: Range #test: Expression #body: Statement #parent: Program | StaticBlock | BlockStatement | WithStatement | LabeledStatement | IfStatement | SwitchCase | WhileStatement | DoWhileStatement | ForStatement | ForInStatement | ForOfStatement | TSModuleBlock