flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
26
BACK_BACK/node_modules/@babel/plugin-transform-unicode-property-regex/lib/index.js
generated
vendored
Executable file
26
BACK_BACK/node_modules/@babel/plugin-transform-unicode-property-regex/lib/index.js
generated
vendored
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
"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 = exports.default = (0, _helperPluginUtils.declare)((api, options) => {
|
||||
api.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");
|
||||
const {
|
||||
useUnicodeFlag = true
|
||||
} = options;
|
||||
if (typeof useUnicodeFlag !== "boolean") {
|
||||
throw new Error(".useUnicodeFlag must be a boolean, or undefined");
|
||||
}
|
||||
return (0, _helperCreateRegexpFeaturesPlugin.createRegExpFeaturePlugin)({
|
||||
name: "transform-unicode-property-regex",
|
||||
feature: "unicodePropertyEscape",
|
||||
options: {
|
||||
useUnicodeFlag
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
//# sourceMappingURL=index.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue