Skip to content

Releases: TyrealHu/acorn-typescript

Fix some bugs

25 Aug 08:12

Choose a tag to compare

fix: 🐛 optional class property & class method generic types & arrow function generic type
fix: 🐛 modifier params in class method

Add locations validation

14 Jun 01:57

Choose a tag to compare

  • add locations validation in static parse \ static parseExpression
  • add notice in readme

fix error dependencies in index.d.ts

08 Jun 09:58

Choose a tag to compare

v1.3.6

chore(release): 1.3.6

Fix arrow function with optional param

01 Jun 14:07

Choose a tag to compare

v1.3.2

chore(release): 1.3.2

Fix comma with generics

31 May 10:08

Choose a tag to compare

fix: fail to parse generics without a trailing comma

Fix All bugs in test262

29 May 10:49

Choose a tag to compare

v1.2.10

chore(release): 1.2.10

fix some bugs

26 May 10:13

Choose a tag to compare

  • syntax error in async generator function
  • syntax error in export default anonymous class
  • syntax error in for-in without decl
  • syntax error in static async methods
  • syntax error in static getter/setter
  • syntax error when arrow function parameter is assignment pattern

fix call static parseExpressionAt

25 May 01:50

Choose a tag to compare

v1.2.5

chore(release): 1.2.5

lint some useless export

18 May 11:56

Choose a tag to compare

lint some useless export

Support 'accessor' modifier

18 May 03:13

Choose a tag to compare

support 'accessor'(new feature) in typescript4.9