swc/ecmascript/transforms/optimization
강동윤 2211a9908a
fix(swc): Fix various bugs (#1550)
swc:
 - Improve error message for invalid configs. (#1532)

swc_common:
 - Handle input source map correctly. (#1404)

swc_ecma_parser:
 - Fix parsing of generics type declarations when tsx is enabled. (#1526)

swc_ecma_transforms_compat:
 - Allow using carriage return. (#1549)
2021-04-08 12:55:02 +00:00
..
src fix(es/transforms/optimization): Fix function hoisting with early return branch simplification (#1539) 2021-04-08 05:15:59 +00:00
tests fix(es/transforms/base): Fix named function expression handling in resolver (#1540) 2021-04-06 13:31:11 +09:00
Cargo.toml fix(swc): Fix various bugs (#1550) 2021-04-08 12:55:02 +00:00