- JS: update tdewolff/parse and fix #656
- HTML: rename KeepConditionalComments => KeepSpecialComments, fixes #657
- JS: support parsing binary/octal/hexadecimal integers with big int suffix, fixes https://github.com/tdewolff/parse/issues/116
- JS: fix parsing of for/for-of/for-in regarding LHSExpr vs Expr
- JS: fix parsing of semicolon after import() CallExpression