type alias Deno.lint.Statement
unstable
Union type of all possible statement nodes
Definition #
BlockStatement
 | BreakStatement
 | ClassDeclaration
 | ContinueStatement
 | DebuggerStatement
 | DoWhileStatement
 | ExportAllDeclaration
 | ExportDefaultDeclaration
 | ExportNamedDeclaration
 | ExpressionStatement
 | ForInStatement
 | ForOfStatement
 | ForStatement
 | FunctionDeclaration
 | IfStatement
 | ImportDeclaration
 | LabeledStatement
 | ReturnStatement
 | SwitchStatement
 | ThrowStatement
 | TryStatement
 | TSDeclareFunction
 | TSEnumDeclaration
 | TSExportAssignment
 | TSImportEqualsDeclaration
 | TSInterfaceDeclaration
 | TSModuleDeclaration
 | TSNamespaceExportDeclaration
 | TSTypeAliasDeclaration
 | VariableDeclaration
 | WhileStatement
 | WithStatement