swc/crates/swc_ecma_codegen/src
2022-04-21 13:09:05 +00:00
..
text_writer fix(es/codegen): Commit ; before a template literal (#4252) 2022-04-05 09:12:23 +00:00
comments.rs fix(es/codegen): Fix sourcemap (#4062) 2022-03-17 10:26:58 +00:00
config.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
decl.rs fix(es/codegen): Emit decorators before export (#4349) 2022-04-17 12:05:47 +00:00
expr.rs fix(es/codegen): Fix codegen of string literals (#4037) 2022-03-16 14:25:26 +00:00
jsx.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
lib.rs fix(es/codegen): Allow non-ascii character in more places (#4394) 2022-04-21 13:09:05 +00:00
list.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
macros.rs fix(es): Make ErrorConfig.filename default to true (#4150) 2022-03-25 05:06:15 +00:00
stmt.rs fix(es/codegen): Fix codegen of string literals (#4037) 2022-03-16 14:25:26 +00:00
tests.rs fix(es/parser): Enable static blocks by default (#4334) 2022-04-15 07:31:41 +00:00
text_writer.rs fix(es/codegen): Fix sourcemap (#4062) 2022-03-17 10:26:58 +00:00
typescript.rs feat(es): Support typeof with private fields (#4302) 2022-04-11 20:02:51 +00:00
util.rs fix(es/ast): Fix definition of Expr::TsInstantiation (#3657) 2022-02-21 13:03:11 +00:00