DenoDeno.lint.ContinueStatementinterface Deno.lint.ContinueStatementunstableTerminates the current loop and continues with the next iteration. Properties ##type: "ContinueStatement" #range: Range #label: Identifier | null #parent: Program | StaticBlock | BlockStatement | WithStatement | LabeledStatement | IfStatement | SwitchCase | WhileStatement | DoWhileStatement | ForStatement | ForInStatement | ForOfStatement | TSModuleBlock
interface Deno.lint.ContinueStatementunstableTerminates the current loop and continues with the next iteration. Properties ##type: "ContinueStatement" #range: Range #label: Identifier | null #parent: Program | StaticBlock | BlockStatement | WithStatement | LabeledStatement | IfStatement | SwitchCase | WhileStatement | DoWhileStatement | ForStatement | ForInStatement | ForOfStatement | TSModuleBlock