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
Implemented ES2020 parser with dynamic import and BigInt
Implemented handling of UTF-8 and UTF-16 BOM when parsing the source
Fixed wrong rendering of unary and update expressions inside binary expressions in compact mode
BC break: major refactoring to delete all parsers except the base one and replace them with new Features classes that specify enabled parser features. This will remove duplicated code and makes the parser easier to extend with new features.
Handled invalid UTF-8 characters in the source code by throwing an exception or replacing them with a substitution character by setting the new strictEncoding option to false
Fixed bug when rendering object properties with equal key and value