Releases: sveltejs/acorn-typescript
Releases · sveltejs/acorn-typescript
v1.0.6
26 Sep 13:24
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: correctly parse async arrow functions with generics (#19 )
perf: avoid garbage collection in token type utilities. (#18 )
fix: support export type * (#10 )
v1.0.5
04 Mar 10:28
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: allow type casts during reassignments (57b6335 )
v1.0.4
27 Feb 22:00
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: ensure scope is entered correctly (1697562 )
v1.0.3
27 Feb 21:17
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: allow override modifier in class that extends another class (cd3843e )
fix: avoid validating arrow function parameters too early (f184d66 )
fix: handle class/function identifier names inside template literal (8819aa1 )
fix: typeParameters->typeArguments in some places to align with TSESTree spec (bc39dcb )
fix: correct end position, remove obsolete index (f35b64e )
v1.0.2
26 Feb 21:41
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: support const modifier in generic type parameters (0c11e2b )
fix: allow declaration merging (35e1a3b )
fix: support type annotation on rest parameters in arrow function (847d787 )
fix: support non-null expressions in more places (6267f0c )
v1.0.1
26 Feb 14:32
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: parse type assertions (#1 )