Releases: sveltejs/svelte-eslint-parser
Releases · sveltejs/svelte-eslint-parser
v0.19.1
Patch Changes
- #234 
5f237d2Thanks @ota-meshi! - fix: wrong AST and type due to newline after=to reactive variable 
v0.19.0
Minor Changes
- #230 
c67a6c1Thanks @ota-meshi! - fix: change virtual code to provide correct type information for reactive statements 
v0.18.4
Patch Changes
- #222 
df22f7fThanks @ota-meshi! - fix: parsing error when<style lang="scss" global> 
v0.18.3
Patch Changes
- #220 
f19019bThanks @ota-meshi! - fix: parsing error when<script>has attribute with empty value 
v0.18.2
Patch Changes
- #216 
095bf84Thanks @ota-meshi! - Fix error in member expr on LHS of reactive statement with TS 
v0.18.1
Patch Changes
- 
#204
cc7dbbdThanks @ota-meshi! - fix: wrong store access type information - 
#207
159c69bThanks @ota-meshi! - fix: support for reactive vars type information 
v0.18.0
What's Changed
- Add support for parser object to 
parserOptions.parserby @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 
thisproperty 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