Skip to content

Releases: functionless/ast-reflection

v0.3.2

25 Sep 16:10
002f2b7
Compare
Choose a tag to compare

0.3.2 (2022-09-25)

Bug Fixes

v0.3.1

12 Sep 22:57
3e4acdc
Compare
Choose a tag to compare

0.3.1 (2022-09-12)

Bug Fixes

  • parse setter parameter as ParameterDecl (#31) (3e4acdc)

v0.3.0

12 Sep 22:18
f9e0681
Compare
Choose a tag to compare

0.3.0 (2022-09-12)

⚠ BREAKING CHANGES

  • initializer field in ForOfStmt and ForInStmt is now a VariableDeclList

Bug Fixes

  • use VariableDecList in ForOf and ForIn (#30) (f9e0681)

v0.2.3

09 Sep 00:21
f366d51
Compare
Choose a tag to compare

0.2.3 (2022-09-09)

Features

  • store line and column instead of span byte offsets (#29) (f366d51)

v0.2.2

31 Aug 23:50
eb605fa
Compare
Choose a tag to compare

0.2.2 (2022-08-31)

Bug Fixes

  • create an isolated stack frame for constructors (#28) (eb605fa)

v0.2.1

30 Aug 07:09
38d91d9
Compare
Choose a tag to compare

0.2.1 (2022-08-30)

Bug Fixes

  • remove all dependencies on swc_common (#25) (38d91d9)

v0.2.0

30 Aug 04:45
358a756
Compare
Choose a tag to compare

0.2.0 (2022-08-30)

⚠ BREAKING CHANGES

  • requires all consumers updated to @swc/core@^1.2.244

Features

Bug Fixes

  • wrapped Proxies and upgrade to swc_core for backwards compatible plugins (#24) (358a756)

v0.1.5

16 Aug 22:56
ee4de07
Compare
Choose a tag to compare

0.1.5 (2022-08-16)

Features

  • assign a unique ID for each ReferenceExpr (#18) (ee4de07)

v0.1.4

13 Aug 03:24
ddab42a
Compare
Choose a tag to compare

0.1.4 (2022-08-13)

Features

  • decorate classes, methods, getters and setters (#16) (ddab42a)

v0.1.3

10 Aug 19:30
8a5f75e
Compare
Choose a tag to compare

0.1.3 (2022-08-10)

Bug Fixes

  • register export function declarations (#14) (8a5f75e)