main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
799 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | # @babel/plugin-proposal-private-property-in-object
|
---|
| 2 |
|
---|
| 3 | > ⚠️ This version of the package (`v7.21.0-placeholder-for-preset-env.1`) is not meant to
|
---|
| 4 | > be imported. Use any other version of this plugin or, even better, the
|
---|
| 5 | > [@babel/plugin-transform-private-property-in-object](https://babeljs.io/docs/en/babel-plugin-transform-private-property-in-object) package.
|
---|
| 6 |
|
---|
| 7 | > This plugin transforms checks for a private property in an object
|
---|
| 8 |
|
---|
| 9 | See our website [@babel/plugin-proposal-private-property-in-object](https://babeljs.io/docs/en/babel-plugin-proposal-private-property-in-object) for more information.
|
---|
| 10 |
|
---|
| 11 | ## Install
|
---|
| 12 |
|
---|
| 13 | Using npm:
|
---|
| 14 |
|
---|
| 15 | ```sh
|
---|
| 16 | npm install --save-dev @babel/plugin-proposal-private-property-in-object
|
---|
| 17 | ```
|
---|
| 18 |
|
---|
| 19 | or using yarn:
|
---|
| 20 |
|
---|
| 21 | ```sh
|
---|
| 22 | yarn add @babel/plugin-proposal-private-property-in-object --dev
|
---|
| 23 | ```
|
---|
Note:
See
TracBrowser
for help on using the repository browser.