oxc/crates
Boshen aaac2d8775
fix(codegen): preserve parentheses from AST instead calculating from operator precedence (#4055)
…operator precedence

Calculating from operator precedence is currently unsafe and will result
incorrect semantics.
2024-07-05 14:01:17 +08:00
..
oxc Release crates v0.16.3 (#4013) 2024-07-02 12:47:29 +08:00
oxc_allocator Release crates v0.16.3 (#4013) 2024-07-02 12:47:29 +08:00
oxc_ast refactor(ast)!: store trivia comments in a sorted slice (#4045) 2024-07-04 01:57:36 +08:00
oxc_ast_macros feat(ast_codegen): introduce the #[span] hint. (#4012) 2024-07-02 10:18:58 +00:00
oxc_cfg Release crates v0.16.3 (#4013) 2024-07-02 12:47:29 +08:00
oxc_codegen fix(codegen): preserve parentheses from AST instead calculating from operator precedence (#4055) 2024-07-05 14:01:17 +08:00
oxc_diagnostics Release crates v0.16.3 (#4013) 2024-07-02 12:47:29 +08:00
oxc_index Release crates v0.16.3 (#4013) 2024-07-02 12:47:29 +08:00
oxc_isolated_declarations fix(isolated-declarations): eliminate imports incorrectly when they are used in TSInferType (#4043) 2024-07-03 15:32:27 +00: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): add rule no-undefined (#4041) 2024-07-04 23:50:46 -04:00
oxc_macros chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_minifier fix(codegen): preserve parentheses from AST instead calculating from operator precedence (#4055) 2024-07-05 14:01:17 +08:00
oxc_module_lexer Release crates v0.16.3 (#4013) 2024-07-02 12:47:29 +08:00
oxc_parser refactor(ast)!: store trivia comments in a sorted slice (#4045) 2024-07-04 01:57:36 +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 refactor(ast)!: rename visit_enum_memeber to visit_ts_enum_member. (#4000) 2024-07-02 10:05:42 +00:00
oxc_sourcemap Release crates v0.16.3 (#4013) 2024-07-02 12:47:29 +08:00
oxc_span Release crates v0.16.3 (#4013) 2024-07-02 12:47:29 +08:00
oxc_syntax Release crates v0.16.3 (#4013) 2024-07-02 12:47:29 +08:00
oxc_transformer fix(codegen): preserve parentheses from AST instead calculating from operator precedence (#4055) 2024-07-05 14:01:17 +08:00
oxc_traverse refactor(ast)!: rename visit_enum to visit_ts_enum_declaration. (#3998) 2024-07-02 09:56:15 +00:00
oxc_wasm refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00