| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-06-24 | 1.2 kB | |
| v6.1.3 source code.tar.gz | 2025-06-24 | 946.3 kB | |
| v6.1.3 source code.zip | 2025-06-24 | 1.1 MB | |
| Totals: 3 Items | 2.0 MB | 0 | |
Bug Fixes
- parser: fix line/column where string literal contains
U+2028orU+2029followed by\(#478) (1f054a1) - parser: fix line/column where string literal contains U+2028 or U+2029 (#477) (6117d2f)
- parser: fix location of
SequenceExpressionasForStatement.init(#476) (b79282b) - parser: fix location of object method which is a generator (#474) (c11f9dd)
- parser: fix range of static class property named
accessor,get,set, andasync(#471) (27f224c)