swc/crates/swc_ecma_codegen/src
Donny/강동윤 dac8888829
fix(es/codegen): Use emitAssertForImportAttributes (#7936)
**Description:**

 - Add `format.emitAssertForImportAttributes` to `minify()`
 - Use `jsc.experimental. emitAssertForImportAttributes`.

**Related issue (if exists):**

 - Closes #7926
 - Closes #7928
2023-09-11 08:31:46 +00:00
..
text_writer feat(es/codegen): Support preamble (#7551) 2023-06-20 14:35:46 +09:00
comments.rs feat(es/codegen): Skip whitespaces for comments in minify mode (#6465) 2022-11-20 10:03:26 +00:00
config.rs feat(es/codegen): Add an option to print assert for import attributes (#7914) 2023-09-05 21:24:25 +09:00
decl.rs feat(es/compat): Implement transform for explicit resource management (#7376) 2023-06-29 14:13:43 +00:00
expr.rs fix(es/codegen): Drop the last comma in an array literal (#5877) 2022-09-16 15:48:28 +09:00
jsx.rs fix(es/codegen): Emit type arguments of jsx element names (#7522) 2023-06-13 03:37:39 +00:00
lib.rs fix(es/codegen): Use emitAssertForImportAttributes (#7936) 2023-09-11 08:31:46 +00:00
macros.rs fix(es/codegen): Align sourcemap with terser (#5657) 2022-09-26 18:12:42 +09:00
stmt.rs build(cargo): Update rustc to 2023-07-03 (#7623) 2023-07-05 03:50:43 +00:00
tests.rs fix(es/codegen): Add quotes to property names when ascii_only is true (#7820) 2023-08-16 19:09:27 +00:00
text_writer.rs perf(es/minifier): Improve codegen of name mangler (#5751) 2022-09-05 09:25:10 +00:00
typescript.rs build(cargo): Update rustc to 2023-07-03 (#7623) 2023-07-05 03:50:43 +00:00
util.rs feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00