You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
799 B

1 month ago
  1. # @babel/plugin-proposal-private-property-in-object
  2. > ⚠️ This version of the package (`v7.21.0-placeholder-for-preset-env.1`) is not meant to
  3. > be imported. Use any other version of this plugin or, even better, the
  4. > [@babel/plugin-transform-private-property-in-object](https://babeljs.io/docs/en/babel-plugin-transform-private-property-in-object) package.
  5. > This plugin transforms checks for a private property in an object
  6. 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.
  7. ## Install
  8. Using npm:
  9. ```sh
  10. npm install --save-dev @babel/plugin-proposal-private-property-in-object
  11. ```
  12. or using yarn:
  13. ```sh
  14. yarn add @babel/plugin-proposal-private-property-in-object --dev
  15. ```