This commit is contained in:
2022-07-18 02:50:52 +00:00
parent befd344ab0
commit 06181b34d6
8569 changed files with 818704 additions and 352705 deletions
@@ -3,11 +3,13 @@
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _default;
exports.default = void 0;
var _helperCreateRegexpFeaturesPlugin = require("@babel/helper-create-regexp-features-plugin");
function _default(core, options) {
var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _default = (0, _helperPluginUtils.declare)((api, options) => {
const {
runtime = true
} = options;
@@ -23,4 +25,6 @@ function _default(core, options) {
runtime
}
});
}
});
exports.default = _default;