swc/crates/swc_ecma_codegen/src
Donny/강동윤 07c8935904
fix(es/codegen): Fix get_ascii_only_ident (#8287)
**Related issue:**

 - Closes #8260
2023-11-16 08:50:12 +00:00
..
text_writer perf(es/minifier): Remove needless operations for char freq analysis (#8222) 2023-11-06 13:46:43 +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/minifier): Support format.inline_script (#8252) 2023-11-14 21:37:05 +00: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 get_ascii_only_ident (#8287) 2023-11-16 08:50:12 +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 type-only imports (#8070) 2023-10-06 12:39:56 +00:00
text_writer.rs perf(es/minifier): Remove needless operations for char freq analysis (#8222) 2023-11-06 13:46:43 +09:00
typescript.rs fix(es/codegen): Fix codegen of type args of an import type and a type query (#8296) 2023-11-16 02:01:15 +00:00
util.rs feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00