swc/crates/swc_ecma_compat_bugfixes/src
Denis Homolík 7ad004e189
fix(es/bugfixes): Fix fn transform in nameless fns (#8796)
**Description:**

This pull request fixes
`bugfix/transform-safari-id-destructuring-collision-in-function-expression`
module. Previously the transform ignored code inside of function which
did not have specified identifier. Now the visitor should go through the
content of the nameless functions.

**Related issue:**

 - Closes #8788
2024-04-02 15:37:45 +09:00
..
async_arrows_in_class.rs feat(es/testing): Use __swc_snapshots__ for test! macro (#8191) 2023-10-30 10:38:59 +09:00
edge_default_param.rs refactor(es/ast): Improve type definitions of patterns (#8532) 2024-02-05 15:32:52 +09:00
lib.rs refactor(es/compat): Split swc_ecma_transforms_compat (#8110) 2023-10-12 10:08:00 +00:00
safari_id_destructuring_collision_in_function_expression.rs fix(es/bugfixes): Fix fn transform in nameless fns (#8796) 2024-04-02 15:37:45 +09:00
template_literal_caching.rs refactor(es/ast): Improve type definitions of patterns (#8532) 2024-02-05 15:32:52 +09:00