svelte-eslint-parser

Svelte parser for ESLint

MIT License

Downloads
1.5M
Stars
77
Committers
9

Bot releases are hidden (Show)

svelte-eslint-parser - v0.6.1

Published by ota-meshi almost 3 years ago

svelte-eslint-parser - v0.6.0

Published by ota-meshi almost 3 years ago

💥 Breaking Changes

Full Changelog: https://github.com/ota-meshi/svelte-eslint-parser/compare/v0.5.0...v0.6.0

svelte-eslint-parser - v0.5.0

Published by ota-meshi about 3 years ago

svelte-eslint-parser -

Published by ota-meshi about 3 years ago

🐛 Bug Fixes

  • Fix incorrect scope for reactive statement with predefined variables. #89
svelte-eslint-parser -

Published by ota-meshi about 3 years ago

🐛 Bug Fixes

  • #74 Fix crash for trailing inline comment
svelte-eslint-parser -

Published by ota-meshi about 3 years ago

⚙️ Updates

  • #73 Update parser for empty attr value
svelte-eslint-parser -

Published by ota-meshi over 3 years ago

🐛 Bug Fixes

  • #69 Fix wrong AST for empty style tag.
svelte-eslint-parser -

Published by ota-meshi over 3 years ago

🐛 Bug Fixes

  • #68 Fixed wrong AST for nesting script and style tags.
svelte-eslint-parser -

Published by ota-meshi over 3 years ago

🐛 Bug Fixes

  • #60 Fixed incorrect typing of custom event in standard DOM.
svelte-eslint-parser -

Published by ota-meshi over 3 years ago

💥 Breaking Changes

  • #59 Change AST
    • Change the key name of some directives such as bind: from Identifier to SvelteName. Because it may contain dots.
svelte-eslint-parser -

Published by ota-meshi over 3 years ago

⚙️ Updates

  • #54 Change HTMLText token to split into blanks and words.
svelte-eslint-parser -

Published by ota-meshi over 3 years ago

🐛 Bug Fixes

  • #53 Fix visitorKeys not including SvelteMemberExpressionName.
svelte-eslint-parser -

Published by ota-meshi over 3 years ago

💥 Breaking Changes

  • #51 Change AST
    • Add SvelteDirectiveKey node that hold key information of SvelteDirective.
    • Add SvelteSpecialDirectiveKey node that hold key information of SvelteSpecialDirective.
svelte-eslint-parser -

Published by ota-meshi over 3 years ago

🎉 Beta Release