Urara-Blog/node_modules/.pnpm-store/v3/files/1a/532ea7743d681d2ab75637a5799f081ba9ec1d96b7781f8553bc36e62d5fb692cb3bf4c1b8107433a537423b729caaa3d209542e5e79232b1632d36389d2ad
2022-08-14 01:14:53 +08:00

19 lines
567 B
Text

# @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining
> Transform optional chaining operators to workaround https://crbug.com/v8/11558
See our website [@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining](https://babeljs.io/docs/en/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining
```
or using yarn:
```sh
yarn add @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining --dev
```