Variable TYPES_SVELTEConst
TYPES_SVELTE: Set< | "Attribute" | "SpreadAttribute" | "AnimateDirective" | "BindDirective" | "ClassDirective" | "LetDirective" | "OnDirective" | "StyleDirective" | "TransitionDirective" | "UseDirective" | "EachBlock" | "IfBlock" | "AwaitBlock" | "KeyBlock" | "SnippetBlock" | "Component" | "TitleElement" | "SlotElement" | "RegularElement" | "SvelteBody" | "SvelteBoundary" | "SvelteComponent" | "SvelteDocument" | "SvelteElement" | "SvelteFragment" | "SvelteHead" | "SvelteOptions" | "SvelteSelf" | "SvelteWindow" | "Fragment" | "Comment" | "Text" | "StyleSheet" | "ExpressionTag" | "Rule" | "Atrule" | "SelectorList" | "Block" | "ComplexSelector" | "RelativeSelector" | "Combinator" | "TypeSelector" | "IdSelector" | "ClassSelector" | "AttributeSelector" | "PseudoElementSelector" | "PseudoClassSelector" | "Percentage" | "Nth" | "NestingSelector" | "Declaration" | "Root" | "ConstTag" | "HtmlTag" | "DebugTag" | "RenderTag" | "CatchClause" | "ClassBody" | "Identifier" | "Literal" | "MethodDefinition" | "PrivateIdentifier" | "Program" | "Property" | "PropertyDefinition" | "SpreadElement" | "Super" | "SwitchCase" | "TemplateElement" | "VariableDeclarator" | "ArrayExpression" | "ArrowFunctionExpression" | "AssignmentExpression" | "AwaitExpression" | "BinaryExpression" | "CallExpression" | "ChainExpression" | "ClassExpression" | "ConditionalExpression" | "FunctionExpression" | "ImportExpression" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "NewExpression" | "ObjectExpression" | "SequenceExpression" | "TaggedTemplateExpression" | "TemplateLiteral" | "ThisExpression" | "UnaryExpression" | "UpdateExpression" | "YieldExpression" | "ClassDeclaration" | "FunctionDeclaration" | "ImportDeclaration" | "ExportNamedDeclaration" | "ExportDefaultDeclaration" | "ExportAllDeclaration" | "ImportSpecifier" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ExportSpecifier" | "ObjectPattern" | "ArrayPattern" | "RestElement" | "AssignmentPattern" | "ExpressionStatement" | "BlockStatement" | "StaticBlock" | "EmptyStatement" | "DebuggerStatement" | "WithStatement" | "ReturnStatement" | "LabeledStatement" | "BreakStatement" | "ContinueStatement" | "IfStatement" | "SwitchStatement" | "ThrowStatement" | "TryStatement" | "WhileStatement" | "DoWhileStatement" | "ForStatement" | "ForInStatement" | "ForOfStatement" | "VariableDeclaration",> = ...
Set containing all of the AST node types supported by Svelte.