Releases: tdewolff/parse
Releases · tdewolff/parse
v2.5.32
v2.5.31
v2.5.30
v2.5.29
v2.5.28
v2.5.27
v2.5.26
v2.5.24
v2.5.23
- JS: change parsing around variable declarations for reordering improvements in minifier for tdewolff/minify#445
- JS: allow identifier with Unicode escape sequences after the first character
v2.5.22
- HTML: set Text equal to Data for raw tag content, fixes #84
- JS: fix JSON output for single-quoted strings, negative numbers, and return InvalidJSON form block en expression statements, fixes #88
- JS: make
JSON()
optionally implemented on AST nodes, see #85 - JS:
bytes.Buffer
now expected forJSON()
instead of returning a string, fixes #85 - JS: implement top level
await
, fixes #87 - JS: add test cases for class field definitions