oxc/crates
overlookmotel 8d2beff2fe fix(transformer): use correct scope for TS namespaces (#3489)
Re-use scope ID from `TSModuleDeclaration` for the scope of the function which replaces it in transformed output.

This should mean the scope tree is left in correct state after the transform.

NB: Still incomplete - we also need to transfer the binding ID from `X` in `namespace X {}` to `let X` in output.
2024-06-03 12:31:39 +00:00
..
oxc Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
oxc_allocator Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
oxc_ast Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
oxc_ast_macros Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
oxc_codegen fix(codegen): should be double quote for jsx attribute value (#3516) 2024-06-03 10:05:13 +00:00
oxc_diagnostics Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
oxc_index Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
oxc_js_regex
oxc_language_server fix: fix some nightly warnings 2024-05-19 00:54:52 +08:00
oxc_linter feat(linter/tree-shaking): support options (#3504) 2024-06-03 11:28:48 +08:00
oxc_macros refactor(macros): remove the redundant trie builder (#3415) 2024-05-26 08:00:05 +00:00
oxc_minifier Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
oxc_module_lexer Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
oxc_parser Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
oxc_prettier fix(parser): correctly parse cls.fn<C> = x (#3208) 2024-05-09 10:23:45 +08:00
oxc_semantic Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
oxc_sourcemap Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
oxc_span Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
oxc_syntax Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
oxc_transformer fix(transformer): use correct scope for TS namespaces (#3489) 2024-06-03 12:31:39 +00:00
oxc_traverse Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
oxc_wasm chore: bump oxc-browserslist to 0.17.0 (#3495) 2024-06-01 15:06:34 +08:00