DenoDeno.lint.WhileStatementinterface Deno.lint.WhileStatementunstableRun a loop while the test expression is truthy. Properties ##type: "WhileStatement" #range: Range #test: Expression #body: Statement #parent: Program | StaticBlock | BlockStatement | WithStatement | LabeledStatement | IfStatement | SwitchCase | WhileStatement | DoWhileStatement | ForStatement | ForInStatement | ForOfStatement | TSModuleBlock
interface Deno.lint.WhileStatementunstableRun a loop while the test expression is truthy. Properties ##type: "WhileStatement" #range: Range #test: Expression #body: Statement #parent: Program | StaticBlock | BlockStatement | WithStatement | LabeledStatement | IfStatement | SwitchCase | WhileStatement | DoWhileStatement | ForStatement | ForInStatement | ForOfStatement | TSModuleBlock