source: frontend/node_modules/@babel/plugin-proposal-private-property-in-object/README.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 799 bytes
RevLine 
[9af201e]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
9See 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
13Using npm:
14
15```sh
16npm install --save-dev @babel/plugin-proposal-private-property-in-object
17```
18
19or using yarn:
20
21```sh
22yarn add @babel/plugin-proposal-private-property-in-object --dev
23```
Note: See TracBrowser for help on using the repository browser.