oxc/crates
github-actions[bot] c3f08ce8e0
Release crates v0.17.2 (#4115)
## [0.17.2] - 2024-07-08

### Features

- 115ac3b allocator: Introduce `FromIn` and `IntoIn` traits. (#4088)
(rzvxa)
- 720983a napi/transform: Allow setting `sourceType` to `transform`
(#4113) (Boshen)
- e386b62 semantic: Check for invalid type import assignments (#4097)
(DonIsaac)

### Bug Fixes

- 5472b7c codegen: 256 indentations level is not enough for codegen
(Boshen)
- 5c31236 isolated-declarations: Keep literal value for readonly
property (#4106) (Dunqing)
- e67c7d1 isolated-declarations: Do not infer type for private
parameters (#4105) (Dunqing)
- 3fcad5e isolated_declarations: Remove nested AssignmentPatterns from
inside parameters (#4077) (michaelm)
- f8d77e4 isolated_declarations: Infer type of template literal
expressions as string (#4068) (michaelm)
- 0f02608 semantic: Bind `TSImportEqualsDeclaration`s (#4100) (Don
Isaac)
- 4413e2d transformer: Missing initializer for readonly consructor
properties (#4103) (Don Isaac)

### Performance

- 7ed27b7 isolated-declarations: Use `FxHashSet` instead of `Vec` to
speed up the `contain` (#4074) (Dunqing)
- 9114c8e semantic: Keep a single map of unresolved references (#4107)
(Luca Bruno)

Co-authored-by: Boshen <Boshen@users.noreply.github.com>
2024-07-08 19:16:33 +08:00
..
oxc Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_allocator Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_ast Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_ast_macros Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_cfg Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_codegen Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_diagnostics Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_index Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_isolated_declarations Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_js_regex
oxc_language_server
oxc_linter refactor(react): use find_binding helper for finding React binding (#4108) 2024-07-08 18:35:48 +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.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_module_lexer Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_parser Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +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.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_sourcemap Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_span Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_syntax Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_transformer Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_traverse Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_wasm refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00