oxc/crates
Ali Rezvani 5f8f7f8d2f
fix(ast): FinallyClause won't get visited as BlockStatement anymore. (#2881)
This would fix the issue found in #2877,

As it is right now, the `FinallyClause` gets visited 2 times, once as
the Finally and once as a block.

This PR addresses this issue by making the `visit_finally_clause` method
visit the body statements instead of visiting the block itself. Now it
works similar to the `CatchClause`.
2024-04-01 10:25:50 +08:00
..
oxc Release crates v0.11.0 2024-03-30 13:54:53 +08:00
oxc_allocator Release crates v0.11.0 2024-03-30 13:54:53 +08:00
oxc_ast fix(ast): FinallyClause won't get visited as BlockStatement anymore. (#2881) 2024-04-01 10:25:50 +08:00
oxc_cli feat(cli): add tsconfig file validation in LintRunner (#2850) 2024-03-29 19:56:30 +08:00
oxc_codegen Release crates v0.11.0 2024-03-30 13:54:53 +08:00
oxc_diagnostics Release crates v0.11.0 2024-03-30 13:54:53 +08:00
oxc_index Release crates v0.11.0 2024-03-30 13:54:53 +08:00
oxc_js_regex refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_language_server chore: apply cargo autoinherit (#2826) 2024-03-26 23:57:50 +08:00
oxc_linter fix(ast): FinallyClause won't get visited as BlockStatement anymore. (#2881) 2024-04-01 10:25:50 +08:00
oxc_macros feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00
oxc_minifier Release crates v0.11.0 2024-03-30 13:54:53 +08:00
oxc_module_lexer refactor(ast): add walk_mut functions (#2776) 2024-03-25 20:40:13 +03:30
oxc_parser Release crates v0.11.0 2024-03-30 13:54:53 +08:00
oxc_prettier chore: Rust v1.77.0 (#2781) 2024-03-21 17:21:57 +00:00
oxc_semantic Release crates v0.11.0 2024-03-30 13:54:53 +08:00
oxc_sourcemap Release crates v0.11.0 2024-03-30 13:54:53 +08:00
oxc_span Release crates v0.11.0 2024-03-30 13:54:53 +08:00
oxc_syntax feat(transformer): add compiler assumptions (#2872) 2024-03-31 02:04:21 +00:00
oxc_transformer feat(transformer): add compiler assumptions (#2872) 2024-03-31 02:04:21 +00:00
oxc_wasm feat(transformer): add transform-typescript boilerplate (#2866) 2024-03-30 20:48:35 +08:00