oxc/crates
github-actions[bot] 51d56d37ff
Release crates v0.17.1 (#4075)
## [0.17.1] - 2024-07-06

### Bug Fixes

- aa585d3 ast_codegen, ast: Visit `ExpressionArrayElement` as
`Expression`. (#4061) (rzvxa)
- 564a75a codegen: Missing TypeParameters in TSConstructSignature
(#4063) (michaelm)
- adee728 isolated_declarations: Don't report an error for parameters if
they are ObjectPattern or ArrayPattern with an explicit type (#4065)
(michaelm)
- 1b8f208 isolated_declarations: Correct emit for private static methods
(#4064) (michaelm)
- 719fb96 minifier: Omit dce `undefined` which can be a shadowed
variable (#4073) (Boshen)
- 150f4d9 napi/transform: Display error with spanned messages (Boshen)

### Performance

- 7fe2a2f parser: Do not copy comments (#4067) (overlookmotel)

### Refactor

- 8fa98e0 ast: Inline trivial functions and shorten code (#4066)
(overlookmotel)
- 65aee19 isolated-declarations: Reorganize scope tree (#4070) (Luca
Bruno)

Co-authored-by: Boshen <Boshen@users.noreply.github.com>
2024-07-07 01:29:52 +08:00
..
oxc Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_allocator Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_ast Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_ast_macros Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_cfg Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_codegen Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_diagnostics Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_index Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_isolated_declarations Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_js_regex chore: crates should only publish src and examples directory 2024-06-08 16:35:16 +08:00
oxc_language_server refactor(linter): LintContext can now only be constructed with a cfg enabled semantic. (#3761) 2024-06-19 13:01:33 +00:00
oxc_linter feat(linter/eslint): Implement no-multi-str (#4038) 2024-07-06 22:12:10 +08:00
oxc_macros chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_minifier Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_module_lexer Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_parser Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_prettier feat(ast,codegen): add TSParenthesizedType and print type parentheses correctly (#3979) 2024-06-30 07:57:48 +00:00
oxc_semantic Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_sourcemap Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_span Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_syntax Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_transformer Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_traverse Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
oxc_wasm refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00