swc/crates/swc_ecma_transforms_base
David Sherret 64c9b8f4f1
fix(es/codegen): Emit namespace keyword of TsModuleDecl if possible (#8676)
**Description:** 

Emits the namespace keyword for TsModuleDecls when able.

Been meaning to open a PR for this one for a while, but the module
keyword may be deprecated in the future in TS in non-ambient modules, so
it's better to do this.
2024-03-02 10:48:30 +00:00
..
benches refactor(swc_node_base): Rename to swc_malloc (#8272) 2023-11-11 19:10:56 +00:00
src fix(es/helpers): Add addInitializer to field decorators (#8619) 2024-02-14 03:21:58 +00:00
tests fix(es/codegen): Emit namespace keyword of TsModuleDecl if possible (#8676) 2024-03-02 10:48:30 +00:00
Cargo.toml chore: Bump crates 2024-03-02 10:24:52 +00:00