swc/crates/swc_ecma_codegen/src
2023-09-26 03:58:02 +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): Fix codegen of optional chaining expr with a comment (#8005) 2023-09-26 03:58:02 +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): Fix codegen of unicode surrogates (#7985) 2023-09-25 23:36:05 +00:00
text_writer.rs perf(es/minifier): Improve codegen of name mangler (#5751) 2022-09-05 09:25:10 +00:00
typescript.rs refactor(es/typescript): Reimplement TypeScript pass (#7202) 2023-09-25 01:41:00 +00:00
util.rs feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00