swc/crates/swc_ecma_transforms_compat/tests/fixture
magic-akari ac78a527eb
fix(es/compat): Fix handling of hoisted functions in regenerator (#3119)
swc_ecma_ast:
 - Implement `Take` for `FnDecl`.

swc_ecma_transforms_compat:
 - `regenerator`: Handle hoisted function declarations properly. (Closes #2556)
 - `regenerator`: Fix handling of class properties with an async function as the initializer. (Closes #2620)
2021-12-26 14:36:21 +00:00
..
async-to-generator fix(es/compat): Fix handling of hoisted functions in regenerator (#3119) 2021-12-26 14:36:21 +00:00
classes fix(es/ast): Fix Ident::verify_symbol (#3108) 2021-12-24 04:29:49 +00:00
for-of fix(es/transforms/compat): Fix block scoping (#2916) 2021-11-30 13:11:09 +09:00
new-target fix(es/transforms/compat): Fix new_target (#2736) 2021-11-13 20:34:28 +00:00
opt-chain/issue-2063 refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00