swc/crates/swc_ecma_codegen
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
examples refactor(swc_node_base): Rename to swc_malloc (#8272) 2023-11-11 19:10:56 +00:00
scripts chore(xtask): Migrate scripts to xtask (#8072) 2023-10-06 14:44:53 +00:00
src fix(es/codegen): Emit namespace keyword of TsModuleDecl if possible (#8676) 2024-03-02 10:48:30 +00:00
tests fix(es/codegen): Emit namespace keyword of TsModuleDecl if possible (#8676) 2024-03-02 10:48:30 +00:00
.gitignore doc(api/rust): Add an example for generating code and sourcemap (#4005) 2022-03-14 03:52:59 +00:00
Cargo.toml chore: Bump crates 2024-03-02 10:24:52 +00:00