v2.7.8
- JS: return Integer token in lexer instead of Decimal/BigInt tokens when an integer; remove lexer error for identifier after numeric (will be caught in parser)
- 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