3.2.0 (2024-12-12)
- better error messages (eda0044)
3.1.0 (2024-12-05)
- nodes: Add
EmptyStatement
(c5d3f9d)
3.0.2 (2024-10-28)
- add
!=
op (97e17f9) - add
!==
op (475fc89) - add
>>>
op (7cfdfdf) - add
^
op (faa1904) - add
ForOfStatement
node (203d3ae) - add
in
op (3f2d00d) - add
instanceof
op (c11f440) - Add
parseScript
(654d06d) - add
typeof
op (5836fec) - add support for
IfStatement
&WhileStatement
(5179eee) - Add support for template literals (#15) (6daec99)
- BinaryExp: add support for bitwise AND (af01ce4)
- package: Publish to JSR (c0aa00c)
- for-stmts: do not return if body type is
ExpressionStatement
(7e43562) - package: add extra file configuration to release-please-config.json (f2d08b7)
- short-circuiting not working correctly (8b610d1)
- Stop using global augmentation and add
LICENSE
file (94b6bb0)
3.0.1 (2024-10-28)
- Stop using global augmentation and add
LICENSE
file (94b6bb0)
3.0.0 (2024-10-28)
- Drop
CJS
support
- Drop
CJS
support (e3d5346)
2.1.1 (2024-07-31)
- release 2.1.1 (ef984b5)
2.1.0 (2024-07-31)
- release 2.1.0 (3f81b80)
1.2.0 (2024-07-31)
1.1.0 (2023-07-09)
- add
ForOfStatement
node (203d3ae)
1.0.0 (2023-04-08)
- add
!=
op (97e17f9) - add
!==
op (475fc89) - add
>>>
op (7cfdfdf) - add
^
op (faa1904) - add
in
op (3f2d00d) - add
instanceof
op (c11f440) - add
typeof
op (5836fec) - add support for
IfStatement
&WhileStatement
(5179eee) - BinaryExp: add support for bitwise AND (af01ce4)