mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
## [0.17.1] - 2024-07-06 ### Bug Fixes -aa585d3ast_codegen, ast: Visit `ExpressionArrayElement` as `Expression`. (#4061) (rzvxa) -564a75acodegen: Missing TypeParameters in TSConstructSignature (#4063) (michaelm) -adee728isolated_declarations: Don't report an error for parameters if they are ObjectPattern or ArrayPattern with an explicit type (#4065) (michaelm) -1b8f208isolated_declarations: Correct emit for private static methods (#4064) (michaelm) -719fb96minifier: Omit dce `undefined` which can be a shadowed variable (#4073) (Boshen) -150f4d9napi/transform: Display error with spanned messages (Boshen) ### Performance -7fe2a2fparser: Do not copy comments (#4067) (overlookmotel) ### Refactor -8fa98e0ast: Inline trivial functions and shorten code (#4066) (overlookmotel) -65aee19isolated-declarations: Reorganize scope tree (#4070) (Luca Bruno) Co-authored-by: Boshen <Boshen@users.noreply.github.com>
495 B
495 B
Changelog
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog, and this project does not adhere to Semantic Versioning until v1.0.0.
[0.17.1] - 2024-07-06
Bug Fixes
150f4d9napi/transform: Display error with spanned messages (Boshen)
[0.16.2] - 2024-06-30
Refactor
5845057transformer: Pass in symbols and scopes (#3978) (Boshen)