We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
svelte-ast-print@v1
sveltejs/svelte#5972
v5
Root
Fragment
AwaitBlock
EachBlock
IfBlock
KeyBlock
SnippetBlock
Component
RegularElement
SvelteBoundary
SlotElement
SvelteBody
SvelteComponent
SvelteDocument
SvelteElement
SvelteFragment
SvelteHead
SvelteOptions
SvelteSelf
SvelteWindow
TitleElement
AnimateDirective
Attribute
BindDirective
ClassDirective
LetDirective
OnDirective
SpreadAttribute
StyleDirective
TransitionDirective
UseDirective
Comment
Text
ConstTag
DebugTag
ExpressionTag
HtmlTag
RenderTag
Script
StyleSheet
Atrule
AttributeSelector
Block
ClassSelector
Combinator
ComplexSelector
Declaration
IdSelector
NestingSelector
Nth
Percentage
PseudoClassSelector
PseudoElementSelector
RelativeSelector
Rule
SelectorList
TypeSelector
The text was updated successfully, but these errors were encountered:
All of the main goals are already achieved.
I'm going to give a 1-2 weeks before releasing to 1.0.0. Given there's a Christmas/New Year Eve holidays ongoing, I still expect some minor bugs.
1.0.0
Sorry, something went wrong.
v1.0.0
xeho91
Successfully merging a pull request may close this issue.
Discussed in #2
Objective
sveltejs/svelte#5972
Main conditions
v5
is a stable releleaseList of unique AST nodes delivered by Svelte [parser], and their tracking progress:
Root
#4Fragment
#5AwaitBlock
#37EachBlock
#38IfBlock
#39KeyBlock
#40SnippetBlock
#41Component
#14RegularElement
#15SvelteBoundary
#104SlotElement
#16SvelteBody
#17SvelteComponent
#18SvelteDocument
#19SvelteElement
#20SvelteFragment
#21SvelteHead
#22SvelteOptions
#23SvelteSelf
#24SvelteWindow
#25TitleElement
#26AnimateDirective
#27Attribute
#28BindDirective
#29ClassDirective
#30LetDirective
#31OnDirective
#32SpreadAttribute
#33StyleDirective
#34TransitionDirective
#35UseDirective
#36Comment
#7Text
#8ConstTag
#9DebugTag
#10ExpressionTag
#11HtmlTag
#12RenderTag
#13Script
#6StyleSheet
#58Atrule
#42AttributeSelector
#43Block
#44ClassSelector
#45Combinator
#46ComplexSelector
#47Declaration
#48IdSelector
#49NestingSelector
#50Nth
#51Percentage
#52PseudoClassSelector
#53PseudoElementSelector
#54RelativeSelector
#55Rule
#56SelectorList
#57TypeSelector
#59The text was updated successfully, but these errors were encountered: