swc/crates/swc_ecma_compat_bugfixes
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
..
src fix(es/bugfixes): Fix fn transform in nameless fns (#8796) 2024-04-02 15:37:45 +09:00
tests/__swc_snapshots__/src fix(es/bugfixes): Fix fn transform in nameless fns (#8796) 2024-04-02 15:37:45 +09:00
Cargo.toml chore: Bump crates 2024-03-17 13:04:54 +00:00