H5-contact/node_modules/@babel/plugin-bugfix-safari-rest-d...
whitechiina 753b079311 first commit 2026-08-20 15:54:28 +08:00
..
lib first commit 2026-08-20 15:54:28 +08:00
LICENSE first commit 2026-08-20 15:54:28 +08:00
README.md first commit 2026-08-20 15:54:28 +08:00
package.json first commit 2026-08-20 15:54:28 +08:00

README.md

@babel/plugin-bugfix-safari-rest-destructuring-rhs-array

Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results

See our website @babel/plugin-bugfix-safari-rest-destructuring-rhs-array for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-bugfix-safari-rest-destructuring-rhs-array

or using yarn:

yarn add @babel/plugin-bugfix-safari-rest-destructuring-rhs-array --dev