Skip to content

Releases: sveltejs/acorn-typescript

v1.0.5

04 Mar 10:28
d0551c0
Compare
Choose a tag to compare

Patch Changes

  • fix: allow type casts during reassignments (57b6335)

v1.0.4

27 Feb 22:00
30bdf92
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure scope is entered correctly (1697562)

v1.0.3

27 Feb 21:17
eb4ec56
Compare
Choose a tag to compare

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
be66eeb
Compare
Choose a tag to compare

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
10af0b9
Compare
Choose a tag to compare

Patch Changes

  • fix: parse type assertions (#1)