Skip to content

v2.5.22

Compare
Choose a tag to compare
@tdewolff tdewolff released this 04 Oct 18:55
· 158 commits to master since this release
  • 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 for JSON() instead of returning a string, fixes #85
  • JS: implement top level await, fixes #87
  • JS: add test cases for class field definitions