Variable TYPES_SVELTE_ONLYConst
TYPES_SVELTE_ONLY: 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" | "Script" | "Root" | "ConstTag" | "HtmlTag" | "DebugTag" | "RenderTag",> = ...
Set containing all of the AST node types related to Svelte syntax only.