Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression
Advanced tools
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
The @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression package is designed to address a specific bug in Safari related to the collision of variable names in destructuring assignments within function expressions. This plugin works as part of the Babel toolchain to transform affected code into a format that avoids the bug, ensuring compatibility and preventing runtime errors in Safari.
Bug Fix for Safari Destructuring Collision
This code sample demonstrates a scenario where the plugin would transform the function expression to avoid a naming collision that Safari cannot handle. Without the plugin, this code might cause a runtime error in Safari due to the destructuring assignment.
const example = ({ a }) => { const { a: b } = someObject; return a + b; };
Similar in its focus on destructuring assignments, this plugin transforms destructuring patterns to be compatible with older JavaScript engines. While it doesn't target the specific Safari bug, it enhances compatibility of destructuring syntax overall.
Though not a direct counterpart, @babel/preset-env includes various plugins and configurations to ensure code runs smoothly across different environments, potentially including fixes for browser-specific issues like the one @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression addresses.
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
See our website @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression for more information.
Using npm:
npm install --save-dev @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression
or using yarn:
yarn add @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression --dev
v7.16.7 (2021-12-31)
babel-plugin-transform-runtime
, babel-runtime-corejs2
, babel-runtime-corejs3
, babel-runtime
babel-helpers
babel-helper-function-name
, babel-plugin-transform-function-name
babel-core
$schema
property in json config files (@The-x-Theorist)FAQs
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
The npm package @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression receives a total of 19,893,473 weekly downloads. As such, @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression popularity was classified as popular.
We found that @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.