Releases: sveltejs/svelte-eslint-parser
Releases · sveltejs/svelte-eslint-parser
v0.25.0
Minor Changes
- #296
21d8c1c
Thanks @ota-meshi! - feat: improved event handler type
v0.24.2
Patch Changes
- #301
ce2deb9
Thanks @ota-meshi! - fix: wrong typing for typescript v5
v0.24.1
Patch Changes
- #299
472a3bb
Thanks @ota-meshi! - fix: wrong scope for reactive block statement
v0.24.0
Minor Changes
-
#292
ec061f5
Thanks @ota-meshi! - BREAKING: fix resolve to module scope for top level statementsThis change corrects the result of
context.getScope()
, but it is a breaking change. -
#294
14d6e95
Thanks @ota-meshi! - feat: add peerDependenciesMeta to package.json -
#295
924cd3e
Thanks @ota-meshi! - feat: export name property
v0.23.0
Minor Changes
- #271
e355d5c
Thanks @ota-meshi! - fix: wrong variable scope in let directive
v0.22.4
Patch Changes
- #266
d890090
Thanks @ota-meshi! - fix: virtual references remained
v0.22.3
Patch Changes
- #262
03971d7
Thanks @ota-meshi! - fix: parsing errors (or wrong AST) for js comments in template
v0.22.2
Patch Changes
e670d44
Thanks @ota-meshi! - fix: virtual references remained
v0.22.1
Patch Changes
- #252
fd8adbd
Thanks @ota-meshi! - fix: self-closing style with external source
v0.22.0
Minor Changes
- #249
d560864
Thanks @ota-meshi! - fix: parsing error when use with member expr