Urara-Blog/node_modules/.pnpm-store/v3/files/7c/006f06e3b814aa6b1d86da70da56d5db8e534c3241db57ed16af5320d3646c3266c8fc12fe5fe6c7cb4556a6724fd7b21da82c8c9caa555adc2ea2001149e2
2022-08-14 01:14:53 +08:00

20 lines
No EOL
527 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _helperCreateRegexpFeaturesPlugin = require("@babel/helper-create-regexp-features-plugin");
var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _default = (0, _helperPluginUtils.declare)(api => {
api.assertVersion(7);
return (0, _helperCreateRegexpFeaturesPlugin.createRegExpFeaturePlugin)({
name: "transform-unicode-regex",
feature: "unicodeFlag"
});
});
exports.default = _default;