Last change
on this file since 59329aa was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
580 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | # @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining
|
---|
| 2 |
|
---|
| 3 | > Transform optional chaining operators to workaround a [v8 bug](https://crbug.com/v8/11558).
|
---|
| 4 |
|
---|
| 5 | 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.
|
---|
| 6 |
|
---|
| 7 | ## Install
|
---|
| 8 |
|
---|
| 9 | Using npm:
|
---|
| 10 |
|
---|
| 11 | ```sh
|
---|
| 12 | npm install --save-dev @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining
|
---|
| 13 | ```
|
---|
| 14 |
|
---|
| 15 | or using yarn:
|
---|
| 16 |
|
---|
| 17 | ```sh
|
---|
| 18 | yarn add @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining --dev
|
---|
| 19 | ```
|
---|
Note:
See
TracBrowser
for help on using the repository browser.