swc/crates/swc_ecma_codegen/src
2022-03-10 14:30:03 +00:00
..
text_writer fix(es/codegen): Fix sourcemap issue caused by reserved BytePos values (#3948) 2022-03-10 14:30:03 +00:00
comments.rs feat(es/compat): Add pure comments for class fields keys (#3939) 2022-03-10 07:13:58 +00:00
config.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
decl.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
expr.rs feat(es/codegen): Optimize output of new expressions without arguments (#3800) 2022-03-01 10:55:49 +00:00
jsx.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
lib.rs fix(es/compat/es2015): Fix span handling of arrow and classes (#3921) 2022-03-09 06:51:48 +00:00
list.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
macros.rs fix(es/codegen): Fix bugs (#3436) 2022-02-03 15:19:13 +09:00
stmt.rs fix(es/parser) Throw a syntax error for const without initializer in strict mode (#3742) 2022-02-27 06:25:05 +00:00
tests.rs fix(es/codegen): Fix escaping of unicodes in es5 (#3636) 2022-02-25 13:15:14 +00:00
text_writer.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
typescript.rs chore(clippy): Improve config (#3691) 2022-02-23 06:07:42 +00:00
util.rs fix(es/ast): Fix definition of Expr::TsInstantiation (#3657) 2022-02-21 13:03:11 +00:00