root 3bf41bf355 update | 1 年之前 | |
---|---|---|
.. | ||
lib | 1 年之前 | |
LICENSE | 1 年之前 | |
README.md | 1 年之前 | |
package.json | 1 年之前 |
This plugin transforms private class methods
See our website @babel/plugin-proposal-private-methods for more information.
Using npm:
npm install --save-dev @babel/plugin-proposal-private-methods
or using yarn:
yarn add @babel/plugin-proposal-private-methods --dev