feat: refactoring project
This commit is contained in:
4
node_modules/@babel/plugin-transform-private-methods/lib/index.js
generated
vendored
4
node_modules/@babel/plugin-transform-private-methods/lib/index.js
generated
vendored
@@ -14,7 +14,9 @@ var _default = exports.default = (0, _helperPluginUtils.declare)((api, options)
|
||||
feature: _helperCreateClassFeaturesPlugin.FEATURES.privateMethods,
|
||||
loose: options.loose,
|
||||
manipulateOptions(opts, parserOpts) {
|
||||
parserOpts.plugins.push("classPrivateMethods");
|
||||
{
|
||||
parserOpts.plugins.push("classPrivateMethods");
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user