swc/ecmascript/codegen/src
강동윤 69186eb74d
fix(es/transforms): Fix transforms (#1900)
node-swc:
 - Use proper field name in `ObjectPattern`. (#1886)

swc_ecma_codegen:
 - Fix codegen of private properties. (#1898)

swc_ecma_transforms_compat:
 - Fix optional chaining expressions in a single-line arrow expression. (#1836)
 - `regenerator`: Preserve `ExportDefaultDecl`. (#1799)

swc_ecma_transforms_module:
 - Fix `export default function`. (#1799)
2021-07-08 04:54:57 +00:00
..
text_writer fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00:00
comments.rs fix(es): Fix various bugs. (#1664) 2021-05-09 14:23:03 +09:00
config.rs Handle comments and improve codegen (#136) 2019-02-08 13:00:58 +09:00
decl.rs fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00:00
expr.rs feat(ecmascript/codegen): fix and use omit_trailing_semi (#1298) 2020-12-29 11:56:38 +09:00
jsx.rs fix(es/codegen): Fix SX spread props (#1463) 2021-03-11 11:24:31 +09:00
lib.rs fix(es/transforms): Fix transforms (#1900) 2021-07-08 04:54:57 +00:00
list.rs use 2018 edition syntax (#479) 2019-12-02 17:10:05 +09:00
macros.rs fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00:00
stmt.rs feat(ecmascript/codegen): fix and use omit_trailing_semi (#1298) 2020-12-29 11:56:38 +09:00
tests.rs feat(es/minifier): Implement more rules (#1766) 2021-06-29 16:11:22 +09:00
text_writer.rs fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00:00
typescript.rs fix(es): Improve handling of typescript (#1824) 2021-06-15 01:13:06 +09:00
util.rs fix(es/ast): Remove TsTypeCastExpr it's not used (#1420) 2021-02-22 17:05:51 +09:00