- #371
cf20c86
Thanks @ota-meshi! - fix: wrong type information for#await
with same id
-
#364
f5de496
Thanks @ota-meshi! - feat: add support for Svelte v4 -
#358
438be64
Thanks @marekdedic! - only parsing styles on-demand
- #340
d170f91
Thanks @marekdedic! - added PostCSS AST of styles to parser services
- #354
ff24f99
Thanks @ota-meshi! - fix: crash when using component and{@const}
- #343
2c76b13
Thanks @ota-meshi! - feat: add experimental support for Svelte v4
- #334
fa4adf6
Thanks @baseballyama! - BREAKING CHANGE: Drop Node 12 support
- #338
af55230
Thanks @ota-meshi! - feat: improve$$
vars type
- #337
21c0dc6
Thanks @ota-meshi! - fix: wrong scope for ts inbind:
- #329
45c958e
Thanks @ota-meshi! - feat: export meta object
-
#314
96a72a5
Thanks @ota-meshi! - feat: improve component event handler type -
#325
36b01ec
Thanks @ota-meshi! - feat: support foruse:
directive parameter type
- #316
501c1b4
Thanks @ota-meshi! - fix: crash with plainthis
attribute.
- #312
9856029
Thanks @ota-meshi! - feat: add support for<svelte:document>
- #309
97a4135
Thanks @ota-meshi! - chore: move repo and move url of docs
- #296
21d8c1c
Thanks @ota-meshi! - feat: improved event handler type
- #301
ce2deb9
Thanks @ota-meshi! - fix: wrong typing for typescript v5
- #299
472a3bb
Thanks @ota-meshi! - fix: wrong scope for reactive block statement
-
#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
- #271
e355d5c
Thanks @ota-meshi! - fix: wrong variable scope in let directive
- #266
d890090
Thanks @ota-meshi! - fix: virtual references remained
- #262
03971d7
Thanks @ota-meshi! - fix: parsing errors (or wrong AST) for js comments in template
e670d44
Thanks @ota-meshi! - fix: virtual references remained
- #252
fd8adbd
Thanks @ota-meshi! - fix: self-closing style with external source
- #249
d560864
Thanks @ota-meshi! - fix: parsing error when use with member expr
- #244
7ebf326
Thanks @ota-meshi! - feat:<template lang="...">
to parse as raw text
- #241
df83e3e
Thanks @ota-meshi! - feat: support fortypescript-eslint-parser-for-extra-files
- #238
6e063c2
Thanks @ota-meshi! - fix: missing ts node for key of shorthand attribute
- #236
82389a3
Thanks @ota-meshi! - fix: crash in@typescript-eslint/no-misused-promises
rule
- #234
5f237d2
Thanks @ota-meshi! - fix: wrong AST and type due to newline after=
to reactive variable
- #230
c67a6c1
Thanks @ota-meshi! - fix: change virtual code to provide correct type information for reactive statements
- #222
df22f7f
Thanks @ota-meshi! - fix: parsing error when<style lang="scss" global>
- #220
f19019b
Thanks @ota-meshi! - fix: parsing error when<script>
has attribute with empty value
- #216
095bf84
Thanks @ota-meshi! - Fix error in member expr on LHS of reactive statement with TS
-
#204
cc7dbbd
Thanks @ota-meshi! - fix: wrong store access type information -
#207
159c69b
Thanks @ota-meshi! - fix: support for reactive vars type information