Releases: sveltejs/svelte-eslint-parser
Releases · sveltejs/svelte-eslint-parser
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
.