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