You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix expression parsing in export default statements (#417)
* Fix expression parsing in export default statements
* Fix a few related parenthesizing issues in AST to JS conversion
Fix parsing of optional chaining in new expressions (#393)
* Implement check for optional chaining syntax error in new expressions
* Fix decorator parsing and formatting in AST to JS conversion
* Minor code style and XML doc corrections
Improve identifier parsing (#386)
* Improves whitespace and identifier parsing to match the spec (using Unicode 15.0)
* Optimize whitespace and identifier parsing in the BMP range