Releases: sveltejs/svelte-eslint-parser
Releases · sveltejs/svelte-eslint-parser
v0.18.4
Patch Changes
- #222
df22f7f
Thanks @ota-meshi! - fix: parsing error when<style lang="scss" global>
v0.18.3
Patch Changes
- #220
f19019b
Thanks @ota-meshi! - fix: parsing error when<script>
has attribute with empty value
v0.18.2
Patch Changes
- #216
095bf84
Thanks @ota-meshi! - Fix error in member expr on LHS of reactive statement with TS
v0.18.1
Patch Changes
-
#204
cc7dbbd
Thanks @ota-meshi! - fix: wrong store access type information -
#207
159c69b
Thanks @ota-meshi! - fix: support for reactive vars type information
v0.18.0
What's Changed
- Add support for parser object to
parserOptions.parser
by @ota-meshi in #196
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- Add support for store access type information by @ota-meshi in #192
Full Changelog: v0.16.6...v0.17.0
v0.16.6
What's Changed
- Fix the order of
this
property by @ota-meshi in #190
Full Changelog: v0.16.5...v0.16.6
v0.16.5
What's Changed
- Fix incorrect scope analysis for reactive stores by @ota-meshi in #189
Full Changelog: v0.16.4...v0.16.5
v0.16.4
What's Changed
- Fix incorrect scope analysis of destructured reactive variables by @ota-meshi in #173
Full Changelog: v0.16.3...v0.16.4
v0.16.3
What's Changed
- Fix for
ecmaVersion: "latest"
by @ota-meshi in #171
Full Changelog: v0.16.2...v0.16.3