Releases: sveltejs/svelte-eslint-parser
Releases · sveltejs/svelte-eslint-parser
v0.3.0
⚙️ Updates
- #54 Change HTMLText token to split into blanks and words.
v0.2.1
🐛 Bug Fixes
- #53 Fix visitorKeys not including SvelteMemberExpressionName.
v0.2.0
💥 Breaking Changes
- #51 Change AST
- Add
SvelteDirectiveKey
node that hold key information of SvelteDirective
.
- Add
SvelteSpecialDirectiveKey
node that hold key information of SvelteSpecialDirective
.