swc/ecmascript/transforms/base/tests
강동윤 53b031b019
fix(swc): Fix bugs (#2034)
swc_ecma_transforms_base:
 - `resolver`: Handle constructor properties correctly. (#2021)

swc_ecma_transforms_compat:
 - `block_scoping`: Handle arrows in loops. (#2027)
 - `block_scoping`: Handle nested for loops with function between them. (#2027)
 - `regenerator`: Handle rhs of `||` correctly. (#2024)

swc:
 - Add a test for #1734. (#1734)
2021-08-09 07:38:46 +00:00
..
resolver fix(swc): Fix bugs (#2034) 2021-08-09 07:38:46 +00:00
ts-resolver fix(swc): Fix bugs (#2034) 2021-08-09 07:38:46 +00:00
fixer_test262.rs fix(es/transforms): Fix transforms (#1909) 2021-07-10 11:18:28 +00:00
fixture.rs fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
ts_resolver.rs fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00