@sanity/cli 4.16.0-next.39 → 4.16.0-next.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/_chunks-cjs/cli.js
CHANGED
|
@@ -104,7 +104,7 @@ var lodash$1 = { exports: {} };
|
|
|
104
104
|
*/
|
|
105
105
|
var lodash = lodash$1.exports, hasRequiredLodash;
|
|
106
106
|
function requireLodash() {
|
|
107
|
-
return hasRequiredLodash || (hasRequiredLodash = 1, (function(module2,
|
|
107
|
+
return hasRequiredLodash || (hasRequiredLodash = 1, (function(module2, exports$1) {
|
|
108
108
|
(function() {
|
|
109
109
|
var undefined$1, VERSION = "4.17.21", LARGE_ARRAY_SIZE = 200, CORE_ERROR_TEXT = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", FUNC_ERROR_TEXT = "Expected a function", INVALID_TEMPL_VAR_ERROR_TEXT = "Invalid `variable` option passed into `_.template`", HASH_UNDEFINED = "__lodash_hash_undefined__", MAX_MEMOIZE_SIZE = 500, PLACEHOLDER = "__lodash_placeholder__", CLONE_DEEP_FLAG = 1, CLONE_FLAT_FLAG = 2, CLONE_SYMBOLS_FLAG = 4, COMPARE_PARTIAL_FLAG = 1, COMPARE_UNORDERED_FLAG = 2, WRAP_BIND_FLAG = 1, WRAP_BIND_KEY_FLAG = 2, WRAP_CURRY_BOUND_FLAG = 4, WRAP_CURRY_FLAG = 8, WRAP_CURRY_RIGHT_FLAG = 16, WRAP_PARTIAL_FLAG = 32, WRAP_PARTIAL_RIGHT_FLAG = 64, WRAP_ARY_FLAG = 128, WRAP_REARG_FLAG = 256, WRAP_FLIP_FLAG = 512, DEFAULT_TRUNC_LENGTH = 30, DEFAULT_TRUNC_OMISSION = "...", HOT_COUNT = 800, HOT_SPAN = 16, LAZY_FILTER_FLAG = 1, LAZY_MAP_FLAG = 2, LAZY_WHILE_FLAG = 3, INFINITY = 1 / 0, MAX_SAFE_INTEGER = 9007199254740991, MAX_INTEGER = 17976931348623157e292, NAN = NaN, MAX_ARRAY_LENGTH = 4294967295, MAX_ARRAY_INDEX = MAX_ARRAY_LENGTH - 1, HALF_MAX_ARRAY_LENGTH = MAX_ARRAY_LENGTH >>> 1, wrapFlags = [
|
|
110
110
|
["ary", WRAP_ARY_FLAG],
|
|
@@ -372,7 +372,7 @@ function requireLodash() {
|
|
|
372
372
|
"\r": "r",
|
|
373
373
|
"\u2028": "u2028",
|
|
374
374
|
"\u2029": "u2029"
|
|
375
|
-
}, freeParseFloat = parseFloat, freeParseInt = parseInt, freeGlobal = typeof loadEnv.commonjsGlobal == "object" && loadEnv.commonjsGlobal && loadEnv.commonjsGlobal.Object === Object && loadEnv.commonjsGlobal, freeSelf = typeof self == "object" && self && self.Object === Object && self, root2 = freeGlobal || freeSelf || Function("return this")(), freeExports =
|
|
375
|
+
}, freeParseFloat = parseFloat, freeParseInt = parseInt, freeGlobal = typeof loadEnv.commonjsGlobal == "object" && loadEnv.commonjsGlobal && loadEnv.commonjsGlobal.Object === Object && loadEnv.commonjsGlobal, freeSelf = typeof self == "object" && self && self.Object === Object && self, root2 = freeGlobal || freeSelf || Function("return this")(), freeExports = exports$1 && !exports$1.nodeType && exports$1, freeModule = freeExports && !0 && module2 && !module2.nodeType && module2, moduleExports = freeModule && freeModule.exports === freeExports, freeProcess = moduleExports && freeGlobal.process, nodeUtil = (function() {
|
|
376
376
|
try {
|
|
377
377
|
var types2 = freeModule && freeModule.require && freeModule.require("util").types;
|
|
378
378
|
return types2 || freeProcess && freeProcess.binding && freeProcess.binding("util");
|
|
@@ -4467,9 +4467,9 @@ function requirePromisePropsRecursive() {
|
|
|
4467
4467
|
}
|
|
4468
4468
|
var promisePropsRecursiveExports = requirePromisePropsRecursive(), promiseProps = /* @__PURE__ */ loadEnv.getDefaultExportFromCjs(promisePropsRecursiveExports), xdgBasedir$1 = {}, hasRequiredXdgBasedir;
|
|
4469
4469
|
function requireXdgBasedir() {
|
|
4470
|
-
return hasRequiredXdgBasedir || (hasRequiredXdgBasedir = 1, (function(
|
|
4470
|
+
return hasRequiredXdgBasedir || (hasRequiredXdgBasedir = 1, (function(exports$1) {
|
|
4471
4471
|
const os2 = require$$0__default$2.default, path2 = require$$0__default$1.default, homeDirectory = os2.homedir(), { env } = process;
|
|
4472
|
-
|
|
4472
|
+
exports$1.data = env.XDG_DATA_HOME || (homeDirectory ? path2.join(homeDirectory, ".local", "share") : void 0), exports$1.config = env.XDG_CONFIG_HOME || (homeDirectory ? path2.join(homeDirectory, ".config") : void 0), exports$1.cache = env.XDG_CACHE_HOME || (homeDirectory ? path2.join(homeDirectory, ".cache") : void 0), exports$1.runtime = env.XDG_RUNTIME_DIR || void 0, exports$1.dataDirs = (env.XDG_DATA_DIRS || "/usr/local/share/:/usr/share/").split(":"), exports$1.data && exports$1.dataDirs.unshift(exports$1.data), exports$1.configDirs = (env.XDG_CONFIG_DIRS || "/etc/xdg").split(":"), exports$1.config && exports$1.configDirs.unshift(exports$1.config);
|
|
4473
4473
|
})(xdgBasedir$1)), xdgBasedir$1;
|
|
4474
4474
|
}
|
|
4475
4475
|
var xdgBasedirExports = requireXdgBasedir(), xdgBasedir = /* @__PURE__ */ loadEnv.getDefaultExportFromCjs(xdgBasedirExports), registryUrl = { exports: {} }, utils$3 = {}, ini$1 = {}, hasRequiredIni$1;
|
|
@@ -5440,7 +5440,7 @@ function requireCaFile() {
|
|
|
5440
5440
|
}
|
|
5441
5441
|
var hasRequiredDist$3;
|
|
5442
5442
|
function requireDist$3() {
|
|
5443
|
-
return hasRequiredDist$3 || (hasRequiredDist$3 = 1, (function(
|
|
5443
|
+
return hasRequiredDist$3 || (hasRequiredDist$3 = 1, (function(exports$1) {
|
|
5444
5444
|
var __createBinding2 = dist$4 && dist$4.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
5445
5445
|
k2 === void 0 && (k2 = k);
|
|
5446
5446
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -5449,10 +5449,10 @@ function requireDist$3() {
|
|
|
5449
5449
|
} }), Object.defineProperty(o, k2, desc);
|
|
5450
5450
|
}) : (function(o, m, k, k2) {
|
|
5451
5451
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
5452
|
-
})), __exportStar2 = dist$4 && dist$4.__exportStar || function(m,
|
|
5453
|
-
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(
|
|
5452
|
+
})), __exportStar2 = dist$4 && dist$4.__exportStar || function(m, exports$12) {
|
|
5453
|
+
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports$12, p) && __createBinding2(exports$12, m, p);
|
|
5454
5454
|
};
|
|
5455
|
-
Object.defineProperty(
|
|
5455
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 }), __exportStar2(requireCaFile(), exports$1);
|
|
5456
5456
|
})(dist$4)), dist$4;
|
|
5457
5457
|
}
|
|
5458
5458
|
var configChain = { exports: {} }, protoList, hasRequiredProtoList;
|
|
@@ -5531,14 +5531,14 @@ var hasRequiredConfigChain;
|
|
|
5531
5531
|
function requireConfigChain() {
|
|
5532
5532
|
if (hasRequiredConfigChain) return configChain.exports;
|
|
5533
5533
|
hasRequiredConfigChain = 1;
|
|
5534
|
-
var ProtoList = requireProtoList(), path2 = require$$0__default$1.default, fs2 = require$$0__default.default, ini2 = requireIni$1(), EE = require$$0__default$7.default.EventEmitter, url = require$$5__default.default, http2 = require$$6__default.default,
|
|
5534
|
+
var ProtoList = requireProtoList(), path2 = require$$0__default$1.default, fs2 = require$$0__default.default, ini2 = requireIni$1(), EE = require$$0__default$7.default.EventEmitter, url = require$$5__default.default, http2 = require$$6__default.default, exports$1 = configChain.exports = function() {
|
|
5535
5535
|
for (var args = [].slice.call(arguments), conf2 = new ConfigChain(); args.length; ) {
|
|
5536
5536
|
var a = args.shift();
|
|
5537
5537
|
a && conf2.push(typeof a == "string" ? json2(a) : a);
|
|
5538
5538
|
}
|
|
5539
5539
|
return conf2;
|
|
5540
5540
|
};
|
|
5541
|
-
|
|
5541
|
+
exports$1.find = function() {
|
|
5542
5542
|
var rel = path2.join.apply(null, [].slice.call(arguments));
|
|
5543
5543
|
function find2(start, rel2) {
|
|
5544
5544
|
var file = path2.join(start, rel2);
|
|
@@ -5551,7 +5551,7 @@ function requireConfigChain() {
|
|
|
5551
5551
|
}
|
|
5552
5552
|
return find2(__dirname, rel);
|
|
5553
5553
|
};
|
|
5554
|
-
var parse3 =
|
|
5554
|
+
var parse3 = exports$1.parse = function(content, file, type2) {
|
|
5555
5555
|
if (content = "" + content, type2)
|
|
5556
5556
|
if (type2 === "json")
|
|
5557
5557
|
if (this.emit)
|
|
@@ -5569,7 +5569,7 @@ function requireConfigChain() {
|
|
|
5569
5569
|
} catch {
|
|
5570
5570
|
return ini2.parse(content);
|
|
5571
5571
|
}
|
|
5572
|
-
}, json2 =
|
|
5572
|
+
}, json2 = exports$1.json = function() {
|
|
5573
5573
|
var args = [].slice.call(arguments).filter(function(arg) {
|
|
5574
5574
|
return arg != null;
|
|
5575
5575
|
}), file = path2.join.apply(null, args), content;
|
|
@@ -5580,13 +5580,13 @@ function requireConfigChain() {
|
|
|
5580
5580
|
}
|
|
5581
5581
|
return parse3(content, file, "json");
|
|
5582
5582
|
};
|
|
5583
|
-
|
|
5583
|
+
exports$1.env = function(prefix, env) {
|
|
5584
5584
|
env = env || process.env;
|
|
5585
5585
|
var obj = {}, l = prefix.length;
|
|
5586
5586
|
for (var k in env)
|
|
5587
5587
|
k.indexOf(prefix) === 0 && (obj[k.substring(l)] = env[k]);
|
|
5588
5588
|
return obj;
|
|
5589
|
-
},
|
|
5589
|
+
}, exports$1.ConfigChain = ConfigChain;
|
|
5590
5590
|
function ConfigChain() {
|
|
5591
5591
|
EE.apply(this), ProtoList.apply(this, arguments), this._awaiting = 0, this._saving = 0, this.sources = {};
|
|
5592
5592
|
}
|
|
@@ -5640,7 +5640,7 @@ function requireConfigChain() {
|
|
|
5640
5640
|
}.bind(this)), this;
|
|
5641
5641
|
}, ConfigChain.prototype.addEnv = function(prefix, env, name) {
|
|
5642
5642
|
name = name || "env";
|
|
5643
|
-
var data =
|
|
5643
|
+
var data = exports$1.env(prefix, env);
|
|
5644
5644
|
return this.sources[name] = { data, source: env, prefix }, this.add(data, name);
|
|
5645
5645
|
}, ConfigChain.prototype.addUrl = function(req, type2, name) {
|
|
5646
5646
|
this._await();
|
|
@@ -5664,7 +5664,7 @@ function requireConfigChain() {
|
|
|
5664
5664
|
} else
|
|
5665
5665
|
typeof marker == "string" && (this.sources[marker] = this.sources[marker] || {}, this.sources[marker].data = data), this._await(), this.push(data), process.nextTick(this._resolve.bind(this));
|
|
5666
5666
|
return this;
|
|
5667
|
-
}, ConfigChain.prototype.parse =
|
|
5667
|
+
}, ConfigChain.prototype.parse = exports$1.parse, ConfigChain.prototype._await = function() {
|
|
5668
5668
|
this._awaiting++;
|
|
5669
5669
|
}, ConfigChain.prototype._resolve = function() {
|
|
5670
5670
|
this._awaiting--, this._awaiting === 0 && this.emit("load", this);
|
|
@@ -5718,10 +5718,10 @@ function requireEnvReplace() {
|
|
|
5718
5718
|
}
|
|
5719
5719
|
var hasRequiredDist$2;
|
|
5720
5720
|
function requireDist$2() {
|
|
5721
|
-
return hasRequiredDist$2 || (hasRequiredDist$2 = 1, (function(
|
|
5722
|
-
Object.defineProperty(
|
|
5721
|
+
return hasRequiredDist$2 || (hasRequiredDist$2 = 1, (function(exports$1) {
|
|
5722
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 }), exports$1.envReplace = void 0;
|
|
5723
5723
|
var env_replace_1 = requireEnvReplace();
|
|
5724
|
-
Object.defineProperty(
|
|
5724
|
+
Object.defineProperty(exports$1, "envReplace", { enumerable: !0, get: function() {
|
|
5725
5725
|
return env_replace_1.envReplace;
|
|
5726
5726
|
} });
|
|
5727
5727
|
})(dist$3)), dist$3;
|
|
@@ -6044,7 +6044,7 @@ function requireConf() {
|
|
|
6044
6044
|
}
|
|
6045
6045
|
var defaults$3 = {}, hasRequiredDefaults;
|
|
6046
6046
|
function requireDefaults() {
|
|
6047
|
-
return hasRequiredDefaults || (hasRequiredDefaults = 1, (function(
|
|
6047
|
+
return hasRequiredDefaults || (hasRequiredDefaults = 1, (function(exports$1) {
|
|
6048
6048
|
const os2 = require$$0__default$2.default, path2 = require$$0__default$1.default, temp = os2.tmpdir(), uidOrPid = process.getuid ? process.getuid() : process.pid, hasUnicode = () => !0, isWindows = process.platform === "win32", osenv = {
|
|
6049
6049
|
editor: () => process.env.EDITOR || process.env.VISUAL || (isWindows ? "notepad.exe" : "vi"),
|
|
6050
6050
|
shell: () => isWindows ? process.env.COMSPEC || "cmd.exe" : process.env.SHELL || "/bin/bash"
|
|
@@ -6055,7 +6055,7 @@ function requireDefaults() {
|
|
|
6055
6055
|
home ? process.env.HOME = home : home = path2.resolve(temp, "npm-" + uidOrPid);
|
|
6056
6056
|
const cacheExtra = process.platform === "win32" ? "npm-cache" : ".npm", cacheRoot = process.platform === "win32" && process.env.APPDATA || home, cache = path2.resolve(cacheRoot, cacheExtra);
|
|
6057
6057
|
let defaults2, globalPrefix;
|
|
6058
|
-
Object.defineProperty(
|
|
6058
|
+
Object.defineProperty(exports$1, "defaults", {
|
|
6059
6059
|
get: function() {
|
|
6060
6060
|
return defaults2 || (process.env.PREFIX ? globalPrefix = process.env.PREFIX : process.platform === "win32" ? globalPrefix = path2.dirname(process.execPath) : (globalPrefix = path2.dirname(path2.dirname(process.execPath)), process.env.DESTDIR && (globalPrefix = path2.join(process.env.DESTDIR, globalPrefix))), defaults2 = {
|
|
6061
6061
|
access: null,
|
|
@@ -11417,12 +11417,12 @@ function requireToml() {
|
|
|
11417
11417
|
}
|
|
11418
11418
|
var dist$2 = {}, hasRequiredDist$1;
|
|
11419
11419
|
function requireDist$1() {
|
|
11420
|
-
return hasRequiredDist$1 || (hasRequiredDist$1 = 1, (function(
|
|
11421
|
-
Object.defineProperty(
|
|
11420
|
+
return hasRequiredDist$1 || (hasRequiredDist$1 = 1, (function(exports$1) {
|
|
11421
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 }), exports$1.isSpawnError = exports$1.normalizeError = exports$1.errorToString = exports$1.isErrorLike = exports$1.isErrnoException = exports$1.isError = exports$1.isObject = void 0;
|
|
11422
11422
|
const isObject2 = (obj) => typeof obj == "object" && obj !== null;
|
|
11423
|
-
|
|
11423
|
+
exports$1.isObject = isObject2;
|
|
11424
11424
|
const isError = (error2) => {
|
|
11425
|
-
if (!(0,
|
|
11425
|
+
if (!(0, exports$1.isObject)(error2))
|
|
11426
11426
|
return !1;
|
|
11427
11427
|
if (error2 instanceof Error)
|
|
11428
11428
|
return !0;
|
|
@@ -11433,24 +11433,24 @@ function requireDist$1() {
|
|
|
11433
11433
|
}
|
|
11434
11434
|
return !1;
|
|
11435
11435
|
};
|
|
11436
|
-
|
|
11437
|
-
const isErrnoException = (error2) => (0,
|
|
11438
|
-
|
|
11439
|
-
const isErrorLike = (error2) => (0,
|
|
11440
|
-
|
|
11441
|
-
const errorToString = (error2, fallback) => (0,
|
|
11442
|
-
|
|
11436
|
+
exports$1.isError = isError;
|
|
11437
|
+
const isErrnoException = (error2) => (0, exports$1.isError)(error2) && "code" in error2;
|
|
11438
|
+
exports$1.isErrnoException = isErrnoException;
|
|
11439
|
+
const isErrorLike = (error2) => (0, exports$1.isObject)(error2) && "message" in error2;
|
|
11440
|
+
exports$1.isErrorLike = isErrorLike;
|
|
11441
|
+
const errorToString = (error2, fallback) => (0, exports$1.isError)(error2) || (0, exports$1.isErrorLike)(error2) ? error2.message : typeof error2 == "string" ? error2 : fallback ?? "An unknown error has ocurred.";
|
|
11442
|
+
exports$1.errorToString = errorToString;
|
|
11443
11443
|
const normalizeError = (error2) => {
|
|
11444
|
-
if ((0,
|
|
11444
|
+
if ((0, exports$1.isError)(error2))
|
|
11445
11445
|
return error2;
|
|
11446
|
-
const errorMessage = (0,
|
|
11447
|
-
return (0,
|
|
11446
|
+
const errorMessage = (0, exports$1.errorToString)(error2);
|
|
11447
|
+
return (0, exports$1.isErrorLike)(error2) ? Object.assign(new Error(errorMessage), error2) : new Error(errorMessage);
|
|
11448
11448
|
};
|
|
11449
|
-
|
|
11449
|
+
exports$1.normalizeError = normalizeError;
|
|
11450
11450
|
function isSpawnError(v) {
|
|
11451
|
-
return (0,
|
|
11451
|
+
return (0, exports$1.isErrnoException)(v) && "spawnargs" in v;
|
|
11452
11452
|
}
|
|
11453
|
-
|
|
11453
|
+
exports$1.isSpawnError = isSpawnError;
|
|
11454
11454
|
})(dist$2)), dist$2;
|
|
11455
11455
|
}
|
|
11456
11456
|
var hasRequiredReadConfigFile;
|
|
@@ -11495,7 +11495,7 @@ function requireTypes$2() {
|
|
|
11495
11495
|
}
|
|
11496
11496
|
var hasRequiredFrameworks;
|
|
11497
11497
|
function requireFrameworks() {
|
|
11498
|
-
return hasRequiredFrameworks || (hasRequiredFrameworks = 1, (function(
|
|
11498
|
+
return hasRequiredFrameworks || (hasRequiredFrameworks = 1, (function(exports$1) {
|
|
11499
11499
|
var __createBinding2 = frameworks && frameworks.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
11500
11500
|
k2 === void 0 && (k2 = k);
|
|
11501
11501
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -11504,14 +11504,14 @@ function requireFrameworks() {
|
|
|
11504
11504
|
} }), Object.defineProperty(o, k2, desc);
|
|
11505
11505
|
}) : (function(o, m, k, k2) {
|
|
11506
11506
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
11507
|
-
})), __exportStar2 = frameworks && frameworks.__exportStar || function(m,
|
|
11508
|
-
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(
|
|
11507
|
+
})), __exportStar2 = frameworks && frameworks.__exportStar || function(m, exports$12) {
|
|
11508
|
+
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports$12, p) && __createBinding2(exports$12, m, p);
|
|
11509
11509
|
};
|
|
11510
|
-
Object.defineProperty(
|
|
11510
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 }), exports$1.frameworks = void 0;
|
|
11511
11511
|
const path_1 = require$$0__default$1.default, fs_1 = require$$0__default.default, read_config_file_1 = requireReadConfigFile();
|
|
11512
|
-
__exportStar2(requireTypes$2(),
|
|
11512
|
+
__exportStar2(requireTypes$2(), exports$1);
|
|
11513
11513
|
const { readdir: readdir2, readFile, unlink: unlink2 } = fs_1.promises;
|
|
11514
|
-
|
|
11514
|
+
exports$1.frameworks = [
|
|
11515
11515
|
{
|
|
11516
11516
|
name: "Blitz.js (Legacy)",
|
|
11517
11517
|
slug: "blitzjs",
|
|
@@ -13410,8 +13410,8 @@ function requireFrameworks() {
|
|
|
13410
13410
|
getOutputDirName: async () => "public"
|
|
13411
13411
|
}
|
|
13412
13412
|
];
|
|
13413
|
-
const def =
|
|
13414
|
-
|
|
13413
|
+
const def = exports$1.frameworks;
|
|
13414
|
+
exports$1.default = def;
|
|
13415
13415
|
})(frameworks)), frameworks;
|
|
13416
13416
|
}
|
|
13417
13417
|
var frameworksExports = requireFrameworks(), dist$1 = {}, detectBuilders = {}, concatMap$1, hasRequiredConcatMap;
|
|
@@ -13922,12 +13922,12 @@ globstar while`, file, fr, pattern, pr, swallowee), this.matchOne(file.slice(fr)
|
|
|
13922
13922
|
}
|
|
13923
13923
|
var isOfficialRuntime = {}, hasRequiredIsOfficialRuntime;
|
|
13924
13924
|
function requireIsOfficialRuntime() {
|
|
13925
|
-
return hasRequiredIsOfficialRuntime || (hasRequiredIsOfficialRuntime = 1, (function(
|
|
13926
|
-
Object.defineProperty(
|
|
13925
|
+
return hasRequiredIsOfficialRuntime || (hasRequiredIsOfficialRuntime = 1, (function(exports$1) {
|
|
13926
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 }), exports$1.isStaticRuntime = exports$1.isOfficialRuntime = void 0;
|
|
13927
13927
|
const isOfficialRuntime2 = (desired, name) => typeof name != "string" ? !1 : name === `@vercel/${desired}` || name === `@now/${desired}` || name.startsWith(`@vercel/${desired}@`) || name.startsWith(`@now/${desired}@`);
|
|
13928
|
-
|
|
13929
|
-
const isStaticRuntime = (name) => (0,
|
|
13930
|
-
|
|
13928
|
+
exports$1.isOfficialRuntime = isOfficialRuntime2;
|
|
13929
|
+
const isStaticRuntime = (name) => (0, exports$1.isOfficialRuntime)("static", name);
|
|
13930
|
+
exports$1.isStaticRuntime = isStaticRuntime;
|
|
13931
13931
|
})(isOfficialRuntime)), isOfficialRuntime;
|
|
13932
13932
|
}
|
|
13933
13933
|
var hasRequiredDetectBuilders;
|
|
@@ -14624,11 +14624,11 @@ function requireDetectFramework() {
|
|
|
14624
14624
|
}
|
|
14625
14625
|
var getProjectPaths = {}, hasRequiredGetProjectPaths;
|
|
14626
14626
|
function requireGetProjectPaths() {
|
|
14627
|
-
return hasRequiredGetProjectPaths || (hasRequiredGetProjectPaths = 1, (function(
|
|
14627
|
+
return hasRequiredGetProjectPaths || (hasRequiredGetProjectPaths = 1, (function(exports$1) {
|
|
14628
14628
|
var __importDefault2 = getProjectPaths && getProjectPaths.__importDefault || function(mod) {
|
|
14629
14629
|
return mod && mod.__esModule ? mod : { default: mod };
|
|
14630
14630
|
};
|
|
14631
|
-
Object.defineProperty(
|
|
14631
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 }), exports$1.getProjectPaths = void 0;
|
|
14632
14632
|
const detect_framework_1 = requireDetectFramework(), frameworks_1 = __importDefault2(requireFrameworks()), MAX_DEPTH_TRAVERSE = 3, getProjectPaths$1 = async ({ fs: fs2, path: path2, skipPaths, depth = MAX_DEPTH_TRAVERSE }) => {
|
|
14633
14633
|
if (depth === 0)
|
|
14634
14634
|
return [];
|
|
@@ -14640,7 +14640,7 @@ function requireGetProjectPaths() {
|
|
|
14640
14640
|
frameworkList: frameworks_1.default
|
|
14641
14641
|
}) !== null && allPaths.push(topPath), depth > 1) {
|
|
14642
14642
|
const childDirectories = (await fs2.readdir(topPath)).filter((stat2) => stat2.type === "dir" && !skipPaths?.includes(stat2.path));
|
|
14643
|
-
return [...(await Promise.all(childDirectories.map(({ path: path3 }) => (0,
|
|
14643
|
+
return [...(await Promise.all(childDirectories.map(({ path: path3 }) => (0, exports$1.getProjectPaths)({
|
|
14644
14644
|
fs: fs2,
|
|
14645
14645
|
path: path3,
|
|
14646
14646
|
depth: depth - 1,
|
|
@@ -14649,7 +14649,7 @@ function requireGetProjectPaths() {
|
|
|
14649
14649
|
}
|
|
14650
14650
|
return allPaths;
|
|
14651
14651
|
};
|
|
14652
|
-
|
|
14652
|
+
exports$1.getProjectPaths = getProjectPaths$1;
|
|
14653
14653
|
})(getProjectPaths)), getProjectPaths;
|
|
14654
14654
|
}
|
|
14655
14655
|
var filesystem = {}, hasRequiredFilesystem;
|
|
@@ -14745,8 +14745,8 @@ function requireLocalFileSystemDetector() {
|
|
|
14745
14745
|
}
|
|
14746
14746
|
var workspaceManagers = {}, hasRequiredWorkspaceManagers;
|
|
14747
14747
|
function requireWorkspaceManagers() {
|
|
14748
|
-
return hasRequiredWorkspaceManagers || (hasRequiredWorkspaceManagers = 1, (function(
|
|
14749
|
-
Object.defineProperty(
|
|
14748
|
+
return hasRequiredWorkspaceManagers || (hasRequiredWorkspaceManagers = 1, (function(exports$1) {
|
|
14749
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 }), exports$1.workspaceManagers = void 0, exports$1.workspaceManagers = [
|
|
14750
14750
|
{
|
|
14751
14751
|
name: "Yarn",
|
|
14752
14752
|
slug: "yarn",
|
|
@@ -14823,7 +14823,7 @@ function requireWorkspaceManagers() {
|
|
|
14823
14823
|
]
|
|
14824
14824
|
}
|
|
14825
14825
|
}
|
|
14826
|
-
],
|
|
14826
|
+
], exports$1.default = exports$1.workspaceManagers;
|
|
14827
14827
|
})(workspaceManagers)), workspaceManagers;
|
|
14828
14828
|
}
|
|
14829
14829
|
var getWorkspaces = {}, hasRequiredGetWorkspaces;
|
|
@@ -18611,8 +18611,8 @@ function requireGetWorkspacePackagePaths() {
|
|
|
18611
18611
|
}
|
|
18612
18612
|
var monorepoManagers = {}, hasRequiredMonorepoManagers;
|
|
18613
18613
|
function requireMonorepoManagers() {
|
|
18614
|
-
return hasRequiredMonorepoManagers || (hasRequiredMonorepoManagers = 1, (function(
|
|
18615
|
-
Object.defineProperty(
|
|
18614
|
+
return hasRequiredMonorepoManagers || (hasRequiredMonorepoManagers = 1, (function(exports$1) {
|
|
18615
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 }), exports$1.monorepoManagers = void 0, exports$1.monorepoManagers = [
|
|
18616
18616
|
{
|
|
18617
18617
|
name: "Turborepo",
|
|
18618
18618
|
slug: "turbo",
|
|
@@ -18699,7 +18699,7 @@ function requireMonorepoManagers() {
|
|
|
18699
18699
|
}
|
|
18700
18700
|
}
|
|
18701
18701
|
}
|
|
18702
|
-
],
|
|
18702
|
+
], exports$1.default = exports$1.monorepoManagers;
|
|
18703
18703
|
})(monorepoManagers)), monorepoManagers;
|
|
18704
18704
|
}
|
|
18705
18705
|
var packageManagers = {}, hasRequiredPackageManagers;
|
|
@@ -18853,7 +18853,7 @@ function requireGetMonorepoDefaultSettings() {
|
|
|
18853
18853
|
}
|
|
18854
18854
|
var hasRequiredDist;
|
|
18855
18855
|
function requireDist() {
|
|
18856
|
-
return hasRequiredDist || (hasRequiredDist = 1, (function(
|
|
18856
|
+
return hasRequiredDist || (hasRequiredDist = 1, (function(exports$1) {
|
|
18857
18857
|
var __createBinding2 = dist$1 && dist$1.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
18858
18858
|
k2 === void 0 && (k2 = k);
|
|
18859
18859
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -18862,72 +18862,72 @@ function requireDist() {
|
|
|
18862
18862
|
} }), Object.defineProperty(o, k2, desc);
|
|
18863
18863
|
}) : (function(o, m, k, k2) {
|
|
18864
18864
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
18865
|
-
})), __exportStar2 = dist$1 && dist$1.__exportStar || function(m,
|
|
18866
|
-
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(
|
|
18865
|
+
})), __exportStar2 = dist$1 && dist$1.__exportStar || function(m, exports$12) {
|
|
18866
|
+
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports$12, p) && __createBinding2(exports$12, m, p);
|
|
18867
18867
|
};
|
|
18868
|
-
Object.defineProperty(
|
|
18868
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 }), exports$1.packageManagers = exports$1.isStaticRuntime = exports$1.isOfficialRuntime = exports$1.monorepoManagers = exports$1.getWorkspacePackagePaths = exports$1.getWorkspaces = exports$1.workspaceManagers = exports$1.LocalFileSystemDetector = exports$1.DetectorFilesystem = exports$1.getProjectPaths = exports$1.detectFrameworkVersion = exports$1.detectFrameworkRecord = exports$1.detectFrameworks = exports$1.detectFramework = exports$1.detectFileSystemAPI = exports$1.detectApiExtensions = exports$1.detectApiDirectory = exports$1.detectOutputDirectory = exports$1.detectBuilders = void 0;
|
|
18869
18869
|
var detect_builders_1 = requireDetectBuilders();
|
|
18870
|
-
Object.defineProperty(
|
|
18870
|
+
Object.defineProperty(exports$1, "detectBuilders", { enumerable: !0, get: function() {
|
|
18871
18871
|
return detect_builders_1.detectBuilders;
|
|
18872
|
-
} }), Object.defineProperty(
|
|
18872
|
+
} }), Object.defineProperty(exports$1, "detectOutputDirectory", { enumerable: !0, get: function() {
|
|
18873
18873
|
return detect_builders_1.detectOutputDirectory;
|
|
18874
|
-
} }), Object.defineProperty(
|
|
18874
|
+
} }), Object.defineProperty(exports$1, "detectApiDirectory", { enumerable: !0, get: function() {
|
|
18875
18875
|
return detect_builders_1.detectApiDirectory;
|
|
18876
|
-
} }), Object.defineProperty(
|
|
18876
|
+
} }), Object.defineProperty(exports$1, "detectApiExtensions", { enumerable: !0, get: function() {
|
|
18877
18877
|
return detect_builders_1.detectApiExtensions;
|
|
18878
18878
|
} });
|
|
18879
18879
|
var detect_file_system_api_1 = requireDetectFileSystemApi();
|
|
18880
|
-
Object.defineProperty(
|
|
18880
|
+
Object.defineProperty(exports$1, "detectFileSystemAPI", { enumerable: !0, get: function() {
|
|
18881
18881
|
return detect_file_system_api_1.detectFileSystemAPI;
|
|
18882
18882
|
} });
|
|
18883
18883
|
var detect_framework_1 = requireDetectFramework();
|
|
18884
|
-
Object.defineProperty(
|
|
18884
|
+
Object.defineProperty(exports$1, "detectFramework", { enumerable: !0, get: function() {
|
|
18885
18885
|
return detect_framework_1.detectFramework;
|
|
18886
|
-
} }), Object.defineProperty(
|
|
18886
|
+
} }), Object.defineProperty(exports$1, "detectFrameworks", { enumerable: !0, get: function() {
|
|
18887
18887
|
return detect_framework_1.detectFrameworks;
|
|
18888
|
-
} }), Object.defineProperty(
|
|
18888
|
+
} }), Object.defineProperty(exports$1, "detectFrameworkRecord", { enumerable: !0, get: function() {
|
|
18889
18889
|
return detect_framework_1.detectFrameworkRecord;
|
|
18890
|
-
} }), Object.defineProperty(
|
|
18890
|
+
} }), Object.defineProperty(exports$1, "detectFrameworkVersion", { enumerable: !0, get: function() {
|
|
18891
18891
|
return detect_framework_1.detectFrameworkVersion;
|
|
18892
18892
|
} });
|
|
18893
18893
|
var get_project_paths_1 = requireGetProjectPaths();
|
|
18894
|
-
Object.defineProperty(
|
|
18894
|
+
Object.defineProperty(exports$1, "getProjectPaths", { enumerable: !0, get: function() {
|
|
18895
18895
|
return get_project_paths_1.getProjectPaths;
|
|
18896
18896
|
} });
|
|
18897
18897
|
var filesystem_1 = requireFilesystem();
|
|
18898
|
-
Object.defineProperty(
|
|
18898
|
+
Object.defineProperty(exports$1, "DetectorFilesystem", { enumerable: !0, get: function() {
|
|
18899
18899
|
return filesystem_1.DetectorFilesystem;
|
|
18900
18900
|
} });
|
|
18901
18901
|
var local_file_system_detector_1 = requireLocalFileSystemDetector();
|
|
18902
|
-
Object.defineProperty(
|
|
18902
|
+
Object.defineProperty(exports$1, "LocalFileSystemDetector", { enumerable: !0, get: function() {
|
|
18903
18903
|
return local_file_system_detector_1.LocalFileSystemDetector;
|
|
18904
18904
|
} });
|
|
18905
18905
|
var workspace_managers_1 = requireWorkspaceManagers();
|
|
18906
|
-
Object.defineProperty(
|
|
18906
|
+
Object.defineProperty(exports$1, "workspaceManagers", { enumerable: !0, get: function() {
|
|
18907
18907
|
return workspace_managers_1.workspaceManagers;
|
|
18908
18908
|
} });
|
|
18909
18909
|
var get_workspaces_1 = requireGetWorkspaces();
|
|
18910
|
-
Object.defineProperty(
|
|
18910
|
+
Object.defineProperty(exports$1, "getWorkspaces", { enumerable: !0, get: function() {
|
|
18911
18911
|
return get_workspaces_1.getWorkspaces;
|
|
18912
18912
|
} });
|
|
18913
18913
|
var get_workspace_package_paths_1 = requireGetWorkspacePackagePaths();
|
|
18914
|
-
Object.defineProperty(
|
|
18914
|
+
Object.defineProperty(exports$1, "getWorkspacePackagePaths", { enumerable: !0, get: function() {
|
|
18915
18915
|
return get_workspace_package_paths_1.getWorkspacePackagePaths;
|
|
18916
18916
|
} });
|
|
18917
18917
|
var monorepo_managers_1 = requireMonorepoManagers();
|
|
18918
|
-
Object.defineProperty(
|
|
18918
|
+
Object.defineProperty(exports$1, "monorepoManagers", { enumerable: !0, get: function() {
|
|
18919
18919
|
return monorepo_managers_1.monorepoManagers;
|
|
18920
18920
|
} });
|
|
18921
18921
|
var is_official_runtime_1 = requireIsOfficialRuntime();
|
|
18922
|
-
Object.defineProperty(
|
|
18922
|
+
Object.defineProperty(exports$1, "isOfficialRuntime", { enumerable: !0, get: function() {
|
|
18923
18923
|
return is_official_runtime_1.isOfficialRuntime;
|
|
18924
|
-
} }), Object.defineProperty(
|
|
18924
|
+
} }), Object.defineProperty(exports$1, "isStaticRuntime", { enumerable: !0, get: function() {
|
|
18925
18925
|
return is_official_runtime_1.isStaticRuntime;
|
|
18926
18926
|
} });
|
|
18927
18927
|
var package_managers_1 = requirePackageManagers();
|
|
18928
|
-
Object.defineProperty(
|
|
18928
|
+
Object.defineProperty(exports$1, "packageManagers", { enumerable: !0, get: function() {
|
|
18929
18929
|
return package_managers_1.packageManagers;
|
|
18930
|
-
} }), __exportStar2(requireGetMonorepoDefaultSettings(),
|
|
18930
|
+
} }), __exportStar2(requireGetMonorepoDefaultSettings(), exports$1);
|
|
18931
18931
|
})(dist$1)), dist$1;
|
|
18932
18932
|
}
|
|
18933
18933
|
var distExports = requireDist(), execa$1 = { exports: {} }, crossSpawn = { exports: {} }, windows$1, hasRequiredWindows;
|
|
@@ -19950,11 +19950,11 @@ const CLIInitStepCompleted = telemetry.defineTrace({
|
|
|
19950
19950
|
});
|
|
19951
19951
|
var core$3 = {}, utils$2 = {}, hasRequiredUtils$2;
|
|
19952
19952
|
function requireUtils$2() {
|
|
19953
|
-
return hasRequiredUtils$2 || (hasRequiredUtils$2 = 1, (function(
|
|
19954
|
-
|
|
19953
|
+
return hasRequiredUtils$2 || (hasRequiredUtils$2 = 1, (function(exports$1) {
|
|
19954
|
+
exports$1.isInteger = (num) => typeof num == "number" ? Number.isInteger(num) : typeof num == "string" && num.trim() !== "" ? Number.isInteger(Number(num)) : !1, exports$1.find = (node, type2) => node.nodes.find((node2) => node2.type === type2), exports$1.exceedsLimit = (min2, max2, step = 1, limit) => limit === !1 || !exports$1.isInteger(min2) || !exports$1.isInteger(max2) ? !1 : (Number(max2) - Number(min2)) / Number(step) >= limit, exports$1.escapeNode = (block, n = 0, type2) => {
|
|
19955
19955
|
const node = block.nodes[n];
|
|
19956
19956
|
node && (type2 && node.type === type2 || node.type === "open" || node.type === "close") && node.escaped !== !0 && (node.value = "\\" + node.value, node.escaped = !0);
|
|
19957
|
-
},
|
|
19957
|
+
}, exports$1.encloseBrace = (node) => node.type !== "brace" ? !1 : node.commas >> 0 + node.ranges >> 0 === 0 ? (node.invalid = !0, !0) : !1, exports$1.isInvalidBrace = (block) => block.type !== "brace" ? !1 : block.invalid === !0 || block.dollar ? !0 : block.commas >> 0 + block.ranges >> 0 === 0 || block.open !== !0 || block.close !== !0 ? (block.invalid = !0, !0) : !1, exports$1.isOpenOrClose = (node) => node.type === "open" || node.type === "close" ? !0 : node.open === !0 || node.close === !0, exports$1.reduce = (nodes) => nodes.reduce((acc, node) => (node.type === "text" && acc.push(node.value), node.type === "range" && (node.type = "text"), acc), []), exports$1.flatten = (...args) => {
|
|
19958
19958
|
const result = [], flat = (arr) => {
|
|
19959
19959
|
for (let i = 0; i < arr.length; i++) {
|
|
19960
19960
|
const ele = arr[i];
|
|
@@ -20784,23 +20784,23 @@ function requireConstants$1() {
|
|
|
20784
20784
|
}
|
|
20785
20785
|
var hasRequiredUtils$1;
|
|
20786
20786
|
function requireUtils$1() {
|
|
20787
|
-
return hasRequiredUtils$1 || (hasRequiredUtils$1 = 1, (function(
|
|
20787
|
+
return hasRequiredUtils$1 || (hasRequiredUtils$1 = 1, (function(exports$1) {
|
|
20788
20788
|
const path2 = require$$0__default$1.default, win32 = process.platform === "win32", {
|
|
20789
20789
|
REGEX_BACKSLASH,
|
|
20790
20790
|
REGEX_REMOVE_BACKSLASH,
|
|
20791
20791
|
REGEX_SPECIAL_CHARS,
|
|
20792
20792
|
REGEX_SPECIAL_CHARS_GLOBAL
|
|
20793
20793
|
} = requireConstants$1();
|
|
20794
|
-
|
|
20794
|
+
exports$1.isObject = (val) => val !== null && typeof val == "object" && !Array.isArray(val), exports$1.hasRegexChars = (str2) => REGEX_SPECIAL_CHARS.test(str2), exports$1.isRegexChar = (str2) => str2.length === 1 && exports$1.hasRegexChars(str2), exports$1.escapeRegex = (str2) => str2.replace(REGEX_SPECIAL_CHARS_GLOBAL, "\\$1"), exports$1.toPosixSlashes = (str2) => str2.replace(REGEX_BACKSLASH, "/"), exports$1.removeBackslashes = (str2) => str2.replace(REGEX_REMOVE_BACKSLASH, (match2) => match2 === "\\" ? "" : match2), exports$1.supportsLookbehinds = () => {
|
|
20795
20795
|
const segs = process.version.slice(1).split(".").map(Number);
|
|
20796
20796
|
return segs.length === 3 && segs[0] >= 9 || segs[0] === 8 && segs[1] >= 10;
|
|
20797
|
-
},
|
|
20797
|
+
}, exports$1.isWindows = (options2) => options2 && typeof options2.windows == "boolean" ? options2.windows : win32 === !0 || path2.sep === "\\", exports$1.escapeLast = (input2, char, lastIdx) => {
|
|
20798
20798
|
const idx = input2.lastIndexOf(char, lastIdx);
|
|
20799
|
-
return idx === -1 ? input2 : input2[idx - 1] === "\\" ?
|
|
20800
|
-
},
|
|
20799
|
+
return idx === -1 ? input2 : input2[idx - 1] === "\\" ? exports$1.escapeLast(input2, char, idx - 1) : `${input2.slice(0, idx)}\\${input2.slice(idx)}`;
|
|
20800
|
+
}, exports$1.removePrefix = (input2, state = {}) => {
|
|
20801
20801
|
let output = input2;
|
|
20802
20802
|
return output.startsWith("./") && (output = output.slice(2), state.prefix = "./"), output;
|
|
20803
|
-
},
|
|
20803
|
+
}, exports$1.wrapOutput = (input2, state = {}, options2 = {}) => {
|
|
20804
20804
|
const prepend = options2.contains ? "" : "^", append = options2.contains ? "" : "$";
|
|
20805
20805
|
let output = `${prepend}(?:${input2})${append}`;
|
|
20806
20806
|
return state.negated === !0 && (output = `(?:^(?!${output}).*$)`), output;
|
|
@@ -23705,7 +23705,7 @@ function requireIni() {
|
|
|
23705
23705
|
}
|
|
23706
23706
|
var hasRequiredGlobalDirs;
|
|
23707
23707
|
function requireGlobalDirs() {
|
|
23708
|
-
return hasRequiredGlobalDirs || (hasRequiredGlobalDirs = 1, (function(
|
|
23708
|
+
return hasRequiredGlobalDirs || (hasRequiredGlobalDirs = 1, (function(exports$1) {
|
|
23709
23709
|
const path2 = require$$0__default$1.default, os2 = require$$0__default$2.default, fs2 = require$$0__default.default, ini2 = requireIni(), isWindows = process.platform === "win32", readRc = (filePath) => {
|
|
23710
23710
|
try {
|
|
23711
23711
|
return ini2.parse(fs2.readFileSync(filePath, "utf8")).prefix;
|
|
@@ -23758,9 +23758,9 @@ function requireGlobalDirs() {
|
|
|
23758
23758
|
const homePrefix = path2.join(os2.homedir(), ".yarn-config");
|
|
23759
23759
|
return fs2.existsSync(homePrefix) ? homePrefix : npmPrefix;
|
|
23760
23760
|
};
|
|
23761
|
-
|
|
23761
|
+
exports$1.npm = {}, exports$1.npm.prefix = npmPrefix, exports$1.npm.packages = path2.join(npmPrefix, isWindows ? "node_modules" : "lib/node_modules"), exports$1.npm.binaries = isWindows ? npmPrefix : path2.join(npmPrefix, "bin");
|
|
23762
23762
|
const yarnPrefix = path2.resolve(getYarnPrefix());
|
|
23763
|
-
|
|
23763
|
+
exports$1.yarn = {}, exports$1.yarn.prefix = yarnPrefix, exports$1.yarn.packages = path2.join(yarnPrefix, getYarnWindowsDirectory() ? "Data/global/node_modules" : "global/node_modules"), exports$1.yarn.binaries = path2.join(exports$1.yarn.packages, ".bin");
|
|
23764
23764
|
})(globalDirs)), globalDirs;
|
|
23765
23765
|
}
|
|
23766
23766
|
var isPathInside, hasRequiredIsPathInside;
|
|
@@ -25069,8 +25069,8 @@ function requireReadEntry() {
|
|
|
25069
25069
|
}
|
|
25070
25070
|
var types$2 = {}, hasRequiredTypes$1;
|
|
25071
25071
|
function requireTypes$1() {
|
|
25072
|
-
return hasRequiredTypes$1 || (hasRequiredTypes$1 = 1, (function(
|
|
25073
|
-
|
|
25072
|
+
return hasRequiredTypes$1 || (hasRequiredTypes$1 = 1, (function(exports$1) {
|
|
25073
|
+
exports$1.name = /* @__PURE__ */ new Map([
|
|
25074
25074
|
["0", "File"],
|
|
25075
25075
|
// same as File
|
|
25076
25076
|
["", "OldFile"],
|
|
@@ -25108,7 +25108,7 @@ function requireTypes$1() {
|
|
|
25108
25108
|
["V", "TapeVolumeHeader"],
|
|
25109
25109
|
// like x
|
|
25110
25110
|
["X", "OldExtendedHeader"]
|
|
25111
|
-
]),
|
|
25111
|
+
]), exports$1.code = new Map(Array.from(exports$1.name).map((kv) => [kv[1], kv[0]]));
|
|
25112
25112
|
})(types$2)), types$2;
|
|
25113
25113
|
}
|
|
25114
25114
|
var largeNumbers, hasRequiredLargeNumbers;
|
|
@@ -28659,8 +28659,8 @@ function requireShared() {
|
|
|
28659
28659
|
}
|
|
28660
28660
|
var hasRequiredTypes;
|
|
28661
28661
|
function requireTypes() {
|
|
28662
|
-
return hasRequiredTypes || (hasRequiredTypes = 1, (function(module2,
|
|
28663
|
-
Object.defineProperty(
|
|
28662
|
+
return hasRequiredTypes || (hasRequiredTypes = 1, (function(module2, exports$1) {
|
|
28663
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 }), exports$1.Def = void 0;
|
|
28664
28664
|
var tslib_1 = require$$0$3, shared_1 = requireShared(), Op = Object.prototype, objToStr = Op.toString, hasOwn = Op.hasOwnProperty, BaseType = (
|
|
28665
28665
|
/** @class */
|
|
28666
28666
|
(function() {
|
|
@@ -28796,7 +28796,7 @@ function requireTypes() {
|
|
|
28796
28796
|
}, Def2;
|
|
28797
28797
|
})()
|
|
28798
28798
|
);
|
|
28799
|
-
|
|
28799
|
+
exports$1.Def = Def;
|
|
28800
28800
|
var Field = (
|
|
28801
28801
|
/** @class */
|
|
28802
28802
|
(function() {
|
|
@@ -29127,15 +29127,15 @@ function requireTypes() {
|
|
|
29127
29127
|
finalize: finalize2
|
|
29128
29128
|
};
|
|
29129
29129
|
}
|
|
29130
|
-
|
|
29130
|
+
exports$1.default = typesPlugin, (0, shared_1.maybeSetModuleExports)(function() {
|
|
29131
29131
|
return module2;
|
|
29132
29132
|
});
|
|
29133
29133
|
})(types$1, types$1.exports)), types$1.exports;
|
|
29134
29134
|
}
|
|
29135
29135
|
var pathVisitor = { exports: {} }, nodePath = { exports: {} }, path$1 = { exports: {} }, hasRequiredPath;
|
|
29136
29136
|
function requirePath() {
|
|
29137
|
-
return hasRequiredPath || (hasRequiredPath = 1, (function(module2,
|
|
29138
|
-
Object.defineProperty(
|
|
29137
|
+
return hasRequiredPath || (hasRequiredPath = 1, (function(module2, exports$1) {
|
|
29138
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
29139
29139
|
var tslib_1 = require$$0$3, shared_1 = requireShared(), types_1 = tslib_1.__importDefault(requireTypes()), Op = Object.prototype, hasOwn = Op.hasOwnProperty;
|
|
29140
29140
|
function pathPlugin(fork2) {
|
|
29141
29141
|
var types2 = fork2.use(types_1.default), isArray2 = types2.builtInTypes.array, isNumber2 = types2.builtInTypes.number, Path = function Path2(value, parentPath, name) {
|
|
@@ -29293,15 +29293,15 @@ function requirePath() {
|
|
|
29293
29293
|
return results;
|
|
29294
29294
|
}, Path;
|
|
29295
29295
|
}
|
|
29296
|
-
|
|
29296
|
+
exports$1.default = pathPlugin, (0, shared_1.maybeSetModuleExports)(function() {
|
|
29297
29297
|
return module2;
|
|
29298
29298
|
});
|
|
29299
29299
|
})(path$1, path$1.exports)), path$1.exports;
|
|
29300
29300
|
}
|
|
29301
29301
|
var scope = { exports: {} }, hasRequiredScope;
|
|
29302
29302
|
function requireScope() {
|
|
29303
|
-
return hasRequiredScope || (hasRequiredScope = 1, (function(module2,
|
|
29304
|
-
Object.defineProperty(
|
|
29303
|
+
return hasRequiredScope || (hasRequiredScope = 1, (function(module2, exports$1) {
|
|
29304
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
29305
29305
|
var tslib_1 = require$$0$3, shared_1 = requireShared(), types_1 = tslib_1.__importDefault(requireTypes()), hasOwn = Object.prototype.hasOwnProperty;
|
|
29306
29306
|
function scopePlugin(fork2) {
|
|
29307
29307
|
var types2 = fork2.use(types_1.default), Type = types2.Type, namedTypes2 = types2.namedTypes, Node = namedTypes2.Node, Expression = namedTypes2.Expression, isArray2 = types2.builtInTypes.array, b = types2.builders, Scope = function Scope2(path2, parentScope) {
|
|
@@ -29452,15 +29452,15 @@ function requireScope() {
|
|
|
29452
29452
|
return scope2;
|
|
29453
29453
|
}, Scope;
|
|
29454
29454
|
}
|
|
29455
|
-
|
|
29455
|
+
exports$1.default = scopePlugin, (0, shared_1.maybeSetModuleExports)(function() {
|
|
29456
29456
|
return module2;
|
|
29457
29457
|
});
|
|
29458
29458
|
})(scope, scope.exports)), scope.exports;
|
|
29459
29459
|
}
|
|
29460
29460
|
var hasRequiredNodePath;
|
|
29461
29461
|
function requireNodePath() {
|
|
29462
|
-
return hasRequiredNodePath || (hasRequiredNodePath = 1, (function(module2,
|
|
29463
|
-
Object.defineProperty(
|
|
29462
|
+
return hasRequiredNodePath || (hasRequiredNodePath = 1, (function(module2, exports$1) {
|
|
29463
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
29464
29464
|
var tslib_1 = require$$0$3, types_1 = tslib_1.__importDefault(requireTypes()), path_1 = tslib_1.__importDefault(requirePath()), scope_1 = tslib_1.__importDefault(requireScope()), shared_1 = requireShared();
|
|
29465
29465
|
function nodePathPlugin(fork2) {
|
|
29466
29466
|
var types2 = fork2.use(types_1.default), n = types2.namedTypes, b = types2.builders, isNumber2 = types2.builtInTypes.number, isArray2 = types2.builtInTypes.array, Path = fork2.use(path_1.default), Scope = fork2.use(scope_1.default), NodePath = function NodePath2(value, parentPath, name) {
|
|
@@ -29718,15 +29718,15 @@ function requireNodePath() {
|
|
|
29718
29718
|
}
|
|
29719
29719
|
return NodePath;
|
|
29720
29720
|
}
|
|
29721
|
-
|
|
29721
|
+
exports$1.default = nodePathPlugin, (0, shared_1.maybeSetModuleExports)(function() {
|
|
29722
29722
|
return module2;
|
|
29723
29723
|
});
|
|
29724
29724
|
})(nodePath, nodePath.exports)), nodePath.exports;
|
|
29725
29725
|
}
|
|
29726
29726
|
var hasRequiredPathVisitor;
|
|
29727
29727
|
function requirePathVisitor() {
|
|
29728
|
-
return hasRequiredPathVisitor || (hasRequiredPathVisitor = 1, (function(module2,
|
|
29729
|
-
Object.defineProperty(
|
|
29728
|
+
return hasRequiredPathVisitor || (hasRequiredPathVisitor = 1, (function(module2, exports$1) {
|
|
29729
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
29730
29730
|
var tslib_1 = require$$0$3, types_1 = tslib_1.__importDefault(requireTypes()), node_path_1 = tslib_1.__importDefault(requireNodePath()), shared_1 = requireShared(), hasOwn = Object.prototype.hasOwnProperty;
|
|
29731
29731
|
function pathVisitorPlugin(fork2) {
|
|
29732
29732
|
var types2 = fork2.use(types_1.default), NodePath = fork2.use(node_path_1.default), isArray2 = types2.builtInTypes.array, isObject2 = types2.builtInTypes.object, isFunction2 = types2.builtInTypes.function, undefined$1, PathVisitor = function PathVisitor2() {
|
|
@@ -29896,15 +29896,15 @@ function requirePathVisitor() {
|
|
|
29896
29896
|
this.needToCallTraverse = !1, this.visitor.abort();
|
|
29897
29897
|
}, PathVisitor;
|
|
29898
29898
|
}
|
|
29899
|
-
|
|
29899
|
+
exports$1.default = pathVisitorPlugin, (0, shared_1.maybeSetModuleExports)(function() {
|
|
29900
29900
|
return module2;
|
|
29901
29901
|
});
|
|
29902
29902
|
})(pathVisitor, pathVisitor.exports)), pathVisitor.exports;
|
|
29903
29903
|
}
|
|
29904
29904
|
var equiv = { exports: {} }, hasRequiredEquiv;
|
|
29905
29905
|
function requireEquiv() {
|
|
29906
|
-
return hasRequiredEquiv || (hasRequiredEquiv = 1, (function(module2,
|
|
29907
|
-
Object.defineProperty(
|
|
29906
|
+
return hasRequiredEquiv || (hasRequiredEquiv = 1, (function(module2, exports$1) {
|
|
29907
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
29908
29908
|
var tslib_1 = require$$0$3, shared_1 = requireShared(), types_1 = tslib_1.__importDefault(requireTypes());
|
|
29909
29909
|
function default_1(fork2) {
|
|
29910
29910
|
var types2 = fork2.use(types_1.default), getFieldNames = types2.getFieldNames, getFieldValue = types2.getFieldValue, isArray2 = types2.builtInTypes.array, isObject2 = types2.builtInTypes.object, isDate2 = types2.builtInTypes.Date, isRegExp = types2.builtInTypes.RegExp, hasOwn = Object.prototype.hasOwnProperty;
|
|
@@ -29979,15 +29979,15 @@ function requireEquiv() {
|
|
|
29979
29979
|
}
|
|
29980
29980
|
return astNodesAreEquivalent;
|
|
29981
29981
|
}
|
|
29982
|
-
|
|
29982
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
29983
29983
|
return module2;
|
|
29984
29984
|
});
|
|
29985
29985
|
})(equiv, equiv.exports)), equiv.exports;
|
|
29986
29986
|
}
|
|
29987
29987
|
var hasRequiredFork;
|
|
29988
29988
|
function requireFork() {
|
|
29989
|
-
return hasRequiredFork || (hasRequiredFork = 1, (function(module2,
|
|
29990
|
-
Object.defineProperty(
|
|
29989
|
+
return hasRequiredFork || (hasRequiredFork = 1, (function(module2, exports$1) {
|
|
29990
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
29991
29991
|
var tslib_1 = require$$0$3, types_1 = tslib_1.__importDefault(requireTypes()), path_visitor_1 = tslib_1.__importDefault(requirePathVisitor()), equiv_1 = tslib_1.__importDefault(requireEquiv()), path_1 = tslib_1.__importDefault(requirePath()), node_path_1 = tslib_1.__importDefault(requireNodePath()), shared_1 = requireShared();
|
|
29992
29992
|
function default_1(plugins) {
|
|
29993
29993
|
var fork2 = createFork(), types2 = fork2.use(types_1.default);
|
|
@@ -30014,7 +30014,7 @@ function requireFork() {
|
|
|
30014
30014
|
visit: PathVisitor.visit
|
|
30015
30015
|
};
|
|
30016
30016
|
}
|
|
30017
|
-
|
|
30017
|
+
exports$1.default = default_1;
|
|
30018
30018
|
function createFork() {
|
|
30019
30019
|
var used = [], usedResult = [];
|
|
30020
30020
|
function use(plugin) {
|
|
@@ -30031,8 +30031,8 @@ function requireFork() {
|
|
|
30031
30031
|
}
|
|
30032
30032
|
var esProposals = { exports: {} }, es2022 = { exports: {} }, es2021$1 = { exports: {} }, es2021 = { exports: {} }, es2020$1 = { exports: {} }, es2016$1 = { exports: {} }, core$1 = { exports: {} }, hasRequiredCore$1;
|
|
30033
30033
|
function requireCore$1() {
|
|
30034
|
-
return hasRequiredCore$1 || (hasRequiredCore$1 = 1, (function(module2,
|
|
30035
|
-
Object.defineProperty(
|
|
30034
|
+
return hasRequiredCore$1 || (hasRequiredCore$1 = 1, (function(module2, exports$1) {
|
|
30035
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30036
30036
|
var shared_1 = requireShared();
|
|
30037
30037
|
function default_1() {
|
|
30038
30038
|
return {
|
|
@@ -30079,43 +30079,43 @@ function requireCore$1() {
|
|
|
30079
30079
|
]
|
|
30080
30080
|
};
|
|
30081
30081
|
}
|
|
30082
|
-
|
|
30082
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30083
30083
|
return module2;
|
|
30084
30084
|
});
|
|
30085
30085
|
})(core$1, core$1.exports)), core$1.exports;
|
|
30086
30086
|
}
|
|
30087
30087
|
var hasRequiredEs2016$1;
|
|
30088
30088
|
function requireEs2016$1() {
|
|
30089
|
-
return hasRequiredEs2016$1 || (hasRequiredEs2016$1 = 1, (function(module2,
|
|
30090
|
-
Object.defineProperty(
|
|
30089
|
+
return hasRequiredEs2016$1 || (hasRequiredEs2016$1 = 1, (function(module2, exports$1) {
|
|
30090
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30091
30091
|
var tslib_1 = require$$0$3, shared_1 = requireShared(), core_1 = tslib_1.__importDefault(requireCore$1());
|
|
30092
30092
|
function default_1(fork2) {
|
|
30093
30093
|
var result = fork2.use(core_1.default);
|
|
30094
30094
|
return result.BinaryOperators.indexOf("**") < 0 && result.BinaryOperators.push("**"), result.AssignmentOperators.indexOf("**=") < 0 && result.AssignmentOperators.push("**="), result;
|
|
30095
30095
|
}
|
|
30096
|
-
|
|
30096
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30097
30097
|
return module2;
|
|
30098
30098
|
});
|
|
30099
30099
|
})(es2016$1, es2016$1.exports)), es2016$1.exports;
|
|
30100
30100
|
}
|
|
30101
30101
|
var hasRequiredEs2020$1;
|
|
30102
30102
|
function requireEs2020$1() {
|
|
30103
|
-
return hasRequiredEs2020$1 || (hasRequiredEs2020$1 = 1, (function(module2,
|
|
30104
|
-
Object.defineProperty(
|
|
30103
|
+
return hasRequiredEs2020$1 || (hasRequiredEs2020$1 = 1, (function(module2, exports$1) {
|
|
30104
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30105
30105
|
var tslib_1 = require$$0$3, shared_1 = requireShared(), es2016_1 = tslib_1.__importDefault(requireEs2016$1());
|
|
30106
30106
|
function default_1(fork2) {
|
|
30107
30107
|
var result = fork2.use(es2016_1.default);
|
|
30108
30108
|
return result.LogicalOperators.indexOf("??") < 0 && result.LogicalOperators.push("??"), result;
|
|
30109
30109
|
}
|
|
30110
|
-
|
|
30110
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30111
30111
|
return module2;
|
|
30112
30112
|
});
|
|
30113
30113
|
})(es2020$1, es2020$1.exports)), es2020$1.exports;
|
|
30114
30114
|
}
|
|
30115
30115
|
var hasRequiredEs2021$1;
|
|
30116
30116
|
function requireEs2021$1() {
|
|
30117
|
-
return hasRequiredEs2021$1 || (hasRequiredEs2021$1 = 1, (function(module2,
|
|
30118
|
-
Object.defineProperty(
|
|
30117
|
+
return hasRequiredEs2021$1 || (hasRequiredEs2021$1 = 1, (function(module2, exports$1) {
|
|
30118
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30119
30119
|
var tslib_1 = require$$0$3, shared_1 = requireShared(), es2020_1 = tslib_1.__importDefault(requireEs2020$1());
|
|
30120
30120
|
function default_1(fork2) {
|
|
30121
30121
|
var result = fork2.use(es2020_1.default);
|
|
@@ -30124,15 +30124,15 @@ function requireEs2021$1() {
|
|
|
30124
30124
|
result.AssignmentOperators.indexOf(assignOp) < 0 && result.AssignmentOperators.push(assignOp);
|
|
30125
30125
|
}), result;
|
|
30126
30126
|
}
|
|
30127
|
-
|
|
30127
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30128
30128
|
return module2;
|
|
30129
30129
|
});
|
|
30130
30130
|
})(es2021, es2021.exports)), es2021.exports;
|
|
30131
30131
|
}
|
|
30132
30132
|
var es2020 = { exports: {} }, es2019 = { exports: {} }, es2018 = { exports: {} }, es2017 = { exports: {} }, es2016 = { exports: {} }, es6 = { exports: {} }, core = { exports: {} }, hasRequiredCore;
|
|
30133
30133
|
function requireCore() {
|
|
30134
|
-
return hasRequiredCore || (hasRequiredCore = 1, (function(module2,
|
|
30135
|
-
Object.defineProperty(
|
|
30134
|
+
return hasRequiredCore || (hasRequiredCore = 1, (function(module2, exports$1) {
|
|
30135
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30136
30136
|
var tslib_1 = require$$0$3, core_1 = tslib_1.__importDefault(requireCore$1()), types_1 = tslib_1.__importDefault(requireTypes()), shared_1 = tslib_1.__importStar(requireShared());
|
|
30137
30137
|
function default_1(fork2) {
|
|
30138
30138
|
var types2 = fork2.use(types_1.default), Type = types2.Type, def = Type.def, or = Type.or, shared2 = fork2.use(shared_1.default), defaults2 = shared2.defaults, geq = shared2.geq, _a = fork2.use(core_1.default), BinaryOperators = _a.BinaryOperators, AssignmentOperators = _a.AssignmentOperators, LogicalOperators = _a.LogicalOperators;
|
|
@@ -30155,15 +30155,15 @@ function requireCore() {
|
|
|
30155
30155
|
return type2 === "Literal" || type2 === "MemberExpression" || type2 === "BinaryExpression";
|
|
30156
30156
|
}), def("Pattern").bases("Node"), def("SwitchCase").bases("Node").build("test", "consequent").field("test", or(def("Expression"), null)).field("consequent", [def("Statement")]), def("Identifier").bases("Expression", "Pattern").build("name").field("name", String).field("optional", Boolean, defaults2.false), def("Literal").bases("Expression").build("value").field("value", or(String, Boolean, null, Number, RegExp, BigInt)), def("Comment").bases("Printable").field("value", String).field("leading", Boolean, defaults2.true).field("trailing", Boolean, defaults2.false);
|
|
30157
30157
|
}
|
|
30158
|
-
|
|
30158
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30159
30159
|
return module2;
|
|
30160
30160
|
});
|
|
30161
30161
|
})(core, core.exports)), core.exports;
|
|
30162
30162
|
}
|
|
30163
30163
|
var hasRequiredEs6;
|
|
30164
30164
|
function requireEs6() {
|
|
30165
|
-
return hasRequiredEs6 || (hasRequiredEs6 = 1, (function(module2,
|
|
30166
|
-
Object.defineProperty(
|
|
30165
|
+
return hasRequiredEs6 || (hasRequiredEs6 = 1, (function(module2, exports$1) {
|
|
30166
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30167
30167
|
var tslib_1 = require$$0$3, core_1 = tslib_1.__importDefault(requireCore()), types_1 = tslib_1.__importDefault(requireTypes()), shared_1 = tslib_1.__importStar(requireShared());
|
|
30168
30168
|
function default_1(fork2) {
|
|
30169
30169
|
fork2.use(core_1.default);
|
|
@@ -30179,43 +30179,43 @@ function requireEs6() {
|
|
|
30179
30179
|
return "value";
|
|
30180
30180
|
}), def("ExportNamedDeclaration").bases("Declaration").build("declaration", "specifiers", "source").field("declaration", or(def("Declaration"), null)).field("specifiers", [def("ExportSpecifier")], defaults2.emptyArray).field("source", or(def("Literal"), null), defaults2.null), def("ExportSpecifier").bases("ModuleSpecifier").build("local", "exported").field("exported", def("Identifier")), def("ExportDefaultDeclaration").bases("Declaration").build("declaration").field("declaration", or(def("Declaration"), def("Expression"))), def("ExportAllDeclaration").bases("Declaration").build("source").field("source", def("Literal")), def("TaggedTemplateExpression").bases("Expression").build("tag", "quasi").field("tag", def("Expression")).field("quasi", def("TemplateLiteral")), def("TemplateLiteral").bases("Expression").build("quasis", "expressions").field("quasis", [def("TemplateElement")]).field("expressions", [def("Expression")]), def("TemplateElement").bases("Node").build("value", "tail").field("value", { cooked: String, raw: String }).field("tail", Boolean), def("MetaProperty").bases("Expression").build("meta", "property").field("meta", def("Identifier")).field("property", def("Identifier"));
|
|
30181
30181
|
}
|
|
30182
|
-
|
|
30182
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30183
30183
|
return module2;
|
|
30184
30184
|
});
|
|
30185
30185
|
})(es6, es6.exports)), es6.exports;
|
|
30186
30186
|
}
|
|
30187
30187
|
var hasRequiredEs2016;
|
|
30188
30188
|
function requireEs2016() {
|
|
30189
|
-
return hasRequiredEs2016 || (hasRequiredEs2016 = 1, (function(module2,
|
|
30190
|
-
Object.defineProperty(
|
|
30189
|
+
return hasRequiredEs2016 || (hasRequiredEs2016 = 1, (function(module2, exports$1) {
|
|
30190
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30191
30191
|
var tslib_1 = require$$0$3, es2016_1 = tslib_1.__importDefault(requireEs2016$1()), es6_1 = tslib_1.__importDefault(requireEs6()), shared_1 = requireShared();
|
|
30192
30192
|
function default_1(fork2) {
|
|
30193
30193
|
fork2.use(es2016_1.default), fork2.use(es6_1.default);
|
|
30194
30194
|
}
|
|
30195
|
-
|
|
30195
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30196
30196
|
return module2;
|
|
30197
30197
|
});
|
|
30198
30198
|
})(es2016, es2016.exports)), es2016.exports;
|
|
30199
30199
|
}
|
|
30200
30200
|
var hasRequiredEs2017;
|
|
30201
30201
|
function requireEs2017() {
|
|
30202
|
-
return hasRequiredEs2017 || (hasRequiredEs2017 = 1, (function(module2,
|
|
30203
|
-
Object.defineProperty(
|
|
30202
|
+
return hasRequiredEs2017 || (hasRequiredEs2017 = 1, (function(module2, exports$1) {
|
|
30203
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30204
30204
|
var tslib_1 = require$$0$3, es2016_1 = tslib_1.__importDefault(requireEs2016()), types_1 = tslib_1.__importDefault(requireTypes()), shared_1 = tslib_1.__importStar(requireShared());
|
|
30205
30205
|
function default_1(fork2) {
|
|
30206
30206
|
fork2.use(es2016_1.default);
|
|
30207
30207
|
var types2 = fork2.use(types_1.default), def = types2.Type.def, defaults2 = fork2.use(shared_1.default).defaults;
|
|
30208
30208
|
def("Function").field("async", Boolean, defaults2.false), def("AwaitExpression").bases("Expression").build("argument").field("argument", def("Expression"));
|
|
30209
30209
|
}
|
|
30210
|
-
|
|
30210
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30211
30211
|
return module2;
|
|
30212
30212
|
});
|
|
30213
30213
|
})(es2017, es2017.exports)), es2017.exports;
|
|
30214
30214
|
}
|
|
30215
30215
|
var hasRequiredEs2018;
|
|
30216
30216
|
function requireEs2018() {
|
|
30217
|
-
return hasRequiredEs2018 || (hasRequiredEs2018 = 1, (function(module2,
|
|
30218
|
-
Object.defineProperty(
|
|
30217
|
+
return hasRequiredEs2018 || (hasRequiredEs2018 = 1, (function(module2, exports$1) {
|
|
30218
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30219
30219
|
var tslib_1 = require$$0$3, es2017_1 = tslib_1.__importDefault(requireEs2017()), types_1 = tslib_1.__importDefault(requireTypes()), shared_1 = tslib_1.__importStar(requireShared());
|
|
30220
30220
|
function default_1(fork2) {
|
|
30221
30221
|
fork2.use(es2017_1.default);
|
|
@@ -30227,73 +30227,73 @@ function requireEs2018() {
|
|
|
30227
30227
|
def("SpreadElement")
|
|
30228
30228
|
)]), def("TemplateElement").field("value", { cooked: or(String, null), raw: String }), def("SpreadPropertyPattern").bases("Pattern").build("argument").field("argument", def("Pattern")), def("ObjectPattern").field("properties", [or(def("PropertyPattern"), def("Property"), def("RestElement"), def("SpreadPropertyPattern"))]);
|
|
30229
30229
|
}
|
|
30230
|
-
|
|
30230
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30231
30231
|
return module2;
|
|
30232
30232
|
});
|
|
30233
30233
|
})(es2018, es2018.exports)), es2018.exports;
|
|
30234
30234
|
}
|
|
30235
30235
|
var hasRequiredEs2019;
|
|
30236
30236
|
function requireEs2019() {
|
|
30237
|
-
return hasRequiredEs2019 || (hasRequiredEs2019 = 1, (function(module2,
|
|
30238
|
-
Object.defineProperty(
|
|
30237
|
+
return hasRequiredEs2019 || (hasRequiredEs2019 = 1, (function(module2, exports$1) {
|
|
30238
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30239
30239
|
var tslib_1 = require$$0$3, es2018_1 = tslib_1.__importDefault(requireEs2018()), types_1 = tslib_1.__importDefault(requireTypes()), shared_1 = tslib_1.__importStar(requireShared());
|
|
30240
30240
|
function default_1(fork2) {
|
|
30241
30241
|
fork2.use(es2018_1.default);
|
|
30242
30242
|
var types2 = fork2.use(types_1.default), def = types2.Type.def, or = types2.Type.or, defaults2 = fork2.use(shared_1.default).defaults;
|
|
30243
30243
|
def("CatchClause").field("param", or(def("Pattern"), null), defaults2.null);
|
|
30244
30244
|
}
|
|
30245
|
-
|
|
30245
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30246
30246
|
return module2;
|
|
30247
30247
|
});
|
|
30248
30248
|
})(es2019, es2019.exports)), es2019.exports;
|
|
30249
30249
|
}
|
|
30250
30250
|
var hasRequiredEs2020;
|
|
30251
30251
|
function requireEs2020() {
|
|
30252
|
-
return hasRequiredEs2020 || (hasRequiredEs2020 = 1, (function(module2,
|
|
30253
|
-
Object.defineProperty(
|
|
30252
|
+
return hasRequiredEs2020 || (hasRequiredEs2020 = 1, (function(module2, exports$1) {
|
|
30253
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30254
30254
|
var tslib_1 = require$$0$3, es2020_1 = tslib_1.__importDefault(requireEs2020$1()), es2019_1 = tslib_1.__importDefault(requireEs2019()), types_1 = tslib_1.__importDefault(requireTypes()), shared_1 = tslib_1.__importStar(requireShared());
|
|
30255
30255
|
function default_1(fork2) {
|
|
30256
30256
|
fork2.use(es2020_1.default), fork2.use(es2019_1.default);
|
|
30257
30257
|
var types2 = fork2.use(types_1.default), def = types2.Type.def, or = types2.Type.or, shared2 = fork2.use(shared_1.default), defaults2 = shared2.defaults;
|
|
30258
30258
|
def("ImportExpression").bases("Expression").build("source").field("source", def("Expression")), def("ExportAllDeclaration").bases("Declaration").build("source", "exported").field("source", def("Literal")).field("exported", or(def("Identifier"), null, void 0), defaults2.null), def("ChainElement").bases("Node").field("optional", Boolean, defaults2.false), def("CallExpression").bases("Expression", "ChainElement"), def("MemberExpression").bases("Expression", "ChainElement"), def("ChainExpression").bases("Expression").build("expression").field("expression", def("ChainElement")), def("OptionalCallExpression").bases("CallExpression").build("callee", "arguments", "optional").field("optional", Boolean, defaults2.true), def("OptionalMemberExpression").bases("MemberExpression").build("object", "property", "computed", "optional").field("optional", Boolean, defaults2.true);
|
|
30259
30259
|
}
|
|
30260
|
-
|
|
30260
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30261
30261
|
return module2;
|
|
30262
30262
|
});
|
|
30263
30263
|
})(es2020, es2020.exports)), es2020.exports;
|
|
30264
30264
|
}
|
|
30265
30265
|
var hasRequiredEs2021;
|
|
30266
30266
|
function requireEs2021() {
|
|
30267
|
-
return hasRequiredEs2021 || (hasRequiredEs2021 = 1, (function(module2,
|
|
30268
|
-
Object.defineProperty(
|
|
30267
|
+
return hasRequiredEs2021 || (hasRequiredEs2021 = 1, (function(module2, exports$1) {
|
|
30268
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30269
30269
|
var tslib_1 = require$$0$3, es2021_1 = tslib_1.__importDefault(requireEs2021$1()), es2020_1 = tslib_1.__importDefault(requireEs2020()), shared_1 = requireShared();
|
|
30270
30270
|
function default_1(fork2) {
|
|
30271
30271
|
fork2.use(es2021_1.default), fork2.use(es2020_1.default);
|
|
30272
30272
|
}
|
|
30273
|
-
|
|
30273
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30274
30274
|
return module2;
|
|
30275
30275
|
});
|
|
30276
30276
|
})(es2021$1, es2021$1.exports)), es2021$1.exports;
|
|
30277
30277
|
}
|
|
30278
30278
|
var hasRequiredEs2022;
|
|
30279
30279
|
function requireEs2022() {
|
|
30280
|
-
return hasRequiredEs2022 || (hasRequiredEs2022 = 1, (function(module2,
|
|
30281
|
-
Object.defineProperty(
|
|
30280
|
+
return hasRequiredEs2022 || (hasRequiredEs2022 = 1, (function(module2, exports$1) {
|
|
30281
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30282
30282
|
var tslib_1 = require$$0$3, es2021_1 = tslib_1.__importDefault(requireEs2021()), types_1 = tslib_1.__importDefault(requireTypes()), shared_1 = requireShared();
|
|
30283
30283
|
function default_1(fork2) {
|
|
30284
30284
|
fork2.use(es2021_1.default);
|
|
30285
30285
|
var types2 = fork2.use(types_1.default), def = types2.Type.def;
|
|
30286
30286
|
def("StaticBlock").bases("Declaration").build("body").field("body", [def("Statement")]);
|
|
30287
30287
|
}
|
|
30288
|
-
|
|
30288
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30289
30289
|
return module2;
|
|
30290
30290
|
});
|
|
30291
30291
|
})(es2022, es2022.exports)), es2022.exports;
|
|
30292
30292
|
}
|
|
30293
30293
|
var hasRequiredEsProposals;
|
|
30294
30294
|
function requireEsProposals() {
|
|
30295
|
-
return hasRequiredEsProposals || (hasRequiredEsProposals = 1, (function(module2,
|
|
30296
|
-
Object.defineProperty(
|
|
30295
|
+
return hasRequiredEsProposals || (hasRequiredEsProposals = 1, (function(module2, exports$1) {
|
|
30296
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30297
30297
|
var tslib_1 = require$$0$3, types_1 = tslib_1.__importDefault(requireTypes()), shared_1 = tslib_1.__importStar(requireShared()), es2022_1 = tslib_1.__importDefault(requireEs2022());
|
|
30298
30298
|
function default_1(fork2) {
|
|
30299
30299
|
fork2.use(es2022_1.default);
|
|
@@ -30306,15 +30306,15 @@ function requireEsProposals() {
|
|
|
30306
30306
|
def(decl).field("assertions", [def("ImportAttribute")], defaults2.emptyArray);
|
|
30307
30307
|
}), def("RecordExpression").bases("Expression").build("properties").field("properties", [or(def("ObjectProperty"), def("ObjectMethod"), def("SpreadElement"))]), def("TupleExpression").bases("Expression").build("elements").field("elements", [or(def("Expression"), def("SpreadElement"), null)]), def("ModuleExpression").bases("Node").build("body").field("body", def("Program"));
|
|
30308
30308
|
}
|
|
30309
|
-
|
|
30309
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30310
30310
|
return module2;
|
|
30311
30311
|
});
|
|
30312
30312
|
})(esProposals, esProposals.exports)), esProposals.exports;
|
|
30313
30313
|
}
|
|
30314
30314
|
var jsx = { exports: {} }, hasRequiredJsx;
|
|
30315
30315
|
function requireJsx() {
|
|
30316
|
-
return hasRequiredJsx || (hasRequiredJsx = 1, (function(module2,
|
|
30317
|
-
Object.defineProperty(
|
|
30316
|
+
return hasRequiredJsx || (hasRequiredJsx = 1, (function(module2, exports$1) {
|
|
30317
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30318
30318
|
var tslib_1 = require$$0$3, es_proposals_1 = tslib_1.__importDefault(requireEsProposals()), types_1 = tslib_1.__importDefault(requireTypes()), shared_1 = tslib_1.__importStar(requireShared());
|
|
30319
30319
|
function default_1(fork2) {
|
|
30320
30320
|
fork2.use(es_proposals_1.default);
|
|
@@ -30354,15 +30354,15 @@ function requireJsx() {
|
|
|
30354
30354
|
return this.value;
|
|
30355
30355
|
}), def("JSXEmptyExpression").bases("Node").build(), def("JSXSpreadChild").bases("Node").build("expression").field("expression", def("Expression"));
|
|
30356
30356
|
}
|
|
30357
|
-
|
|
30357
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30358
30358
|
return module2;
|
|
30359
30359
|
});
|
|
30360
30360
|
})(jsx, jsx.exports)), jsx.exports;
|
|
30361
30361
|
}
|
|
30362
30362
|
var flow = { exports: {} }, typeAnnotations = { exports: {} }, hasRequiredTypeAnnotations;
|
|
30363
30363
|
function requireTypeAnnotations() {
|
|
30364
|
-
return hasRequiredTypeAnnotations || (hasRequiredTypeAnnotations = 1, (function(module2,
|
|
30365
|
-
Object.defineProperty(
|
|
30364
|
+
return hasRequiredTypeAnnotations || (hasRequiredTypeAnnotations = 1, (function(module2, exports$1) {
|
|
30365
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30366
30366
|
var tslib_1 = require$$0$3, types_1 = tslib_1.__importDefault(requireTypes()), shared_1 = tslib_1.__importStar(requireShared());
|
|
30367
30367
|
function default_1(fork2) {
|
|
30368
30368
|
var types2 = fork2.use(types_1.default), def = types2.Type.def, or = types2.Type.or, defaults2 = fork2.use(shared_1.default).defaults, TypeAnnotation = or(def("TypeAnnotation"), def("TSTypeAnnotation"), null), TypeParamDecl = or(def("TypeParameterDeclaration"), def("TSTypeParameterDeclaration"), null);
|
|
@@ -30373,15 +30373,15 @@ function requireTypeAnnotations() {
|
|
|
30373
30373
|
def(typeName).field("typeParameters", TypeParamDecl, defaults2.null).field("superTypeParameters", or(def("TypeParameterInstantiation"), def("TSTypeParameterInstantiation"), null), defaults2.null).field("implements", or([def("ClassImplements")], [def("TSExpressionWithTypeArguments")]), defaults2.emptyArray);
|
|
30374
30374
|
});
|
|
30375
30375
|
}
|
|
30376
|
-
|
|
30376
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30377
30377
|
return module2;
|
|
30378
30378
|
});
|
|
30379
30379
|
})(typeAnnotations, typeAnnotations.exports)), typeAnnotations.exports;
|
|
30380
30380
|
}
|
|
30381
30381
|
var hasRequiredFlow;
|
|
30382
30382
|
function requireFlow() {
|
|
30383
|
-
return hasRequiredFlow || (hasRequiredFlow = 1, (function(module2,
|
|
30384
|
-
Object.defineProperty(
|
|
30383
|
+
return hasRequiredFlow || (hasRequiredFlow = 1, (function(module2, exports$1) {
|
|
30384
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30385
30385
|
var tslib_1 = require$$0$3, es_proposals_1 = tslib_1.__importDefault(requireEsProposals()), type_annotations_1 = tslib_1.__importDefault(requireTypeAnnotations()), types_1 = tslib_1.__importDefault(requireTypes()), shared_1 = tslib_1.__importStar(requireShared());
|
|
30386
30386
|
function default_1(fork2) {
|
|
30387
30387
|
fork2.use(es_proposals_1.default), fork2.use(type_annotations_1.default);
|
|
@@ -30406,15 +30406,15 @@ function requireFlow() {
|
|
|
30406
30406
|
return "value";
|
|
30407
30407
|
}), def("FlowPredicate").bases("Flow"), def("InferredPredicate").bases("FlowPredicate").build(), def("DeclaredPredicate").bases("FlowPredicate").build("value").field("value", def("Expression")), def("Function").field("predicate", or(def("FlowPredicate"), null), defaults2.null), def("CallExpression").field("typeArguments", or(null, def("TypeParameterInstantiation")), defaults2.null), def("NewExpression").field("typeArguments", or(null, def("TypeParameterInstantiation")), defaults2.null), def("EnumDeclaration").bases("Declaration").build("id", "body").field("id", def("Identifier")).field("body", or(def("EnumBooleanBody"), def("EnumNumberBody"), def("EnumStringBody"), def("EnumSymbolBody"))), def("EnumBooleanBody").build("members", "explicitType").field("members", [def("EnumBooleanMember")]).field("explicitType", Boolean), def("EnumNumberBody").build("members", "explicitType").field("members", [def("EnumNumberMember")]).field("explicitType", Boolean), def("EnumStringBody").build("members", "explicitType").field("members", or([def("EnumStringMember")], [def("EnumDefaultedMember")])).field("explicitType", Boolean), def("EnumSymbolBody").build("members").field("members", [def("EnumDefaultedMember")]), def("EnumBooleanMember").build("id", "init").field("id", def("Identifier")).field("init", or(def("Literal"), Boolean)), def("EnumNumberMember").build("id", "init").field("id", def("Identifier")).field("init", def("Literal")), def("EnumStringMember").build("id", "init").field("id", def("Identifier")).field("init", def("Literal")), def("EnumDefaultedMember").build("id").field("id", def("Identifier"));
|
|
30408
30408
|
}
|
|
30409
|
-
|
|
30409
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30410
30410
|
return module2;
|
|
30411
30411
|
});
|
|
30412
30412
|
})(flow, flow.exports)), flow.exports;
|
|
30413
30413
|
}
|
|
30414
30414
|
var esprima$3 = { exports: {} }, hasRequiredEsprima$2;
|
|
30415
30415
|
function requireEsprima$2() {
|
|
30416
|
-
return hasRequiredEsprima$2 || (hasRequiredEsprima$2 = 1, (function(module2,
|
|
30417
|
-
Object.defineProperty(
|
|
30416
|
+
return hasRequiredEsprima$2 || (hasRequiredEsprima$2 = 1, (function(module2, exports$1) {
|
|
30417
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30418
30418
|
var tslib_1 = require$$0$3, es_proposals_1 = tslib_1.__importDefault(requireEsProposals()), types_1 = tslib_1.__importDefault(requireTypes()), shared_1 = tslib_1.__importStar(requireShared());
|
|
30419
30419
|
function default_1(fork2) {
|
|
30420
30420
|
fork2.use(es_proposals_1.default);
|
|
@@ -30450,15 +30450,15 @@ function requireEsprima$2() {
|
|
|
30450
30450
|
"trailing"
|
|
30451
30451
|
);
|
|
30452
30452
|
}
|
|
30453
|
-
|
|
30453
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30454
30454
|
return module2;
|
|
30455
30455
|
});
|
|
30456
30456
|
})(esprima$3, esprima$3.exports)), esprima$3.exports;
|
|
30457
30457
|
}
|
|
30458
30458
|
var babel$1 = { exports: {} }, babelCore = { exports: {} }, hasRequiredBabelCore;
|
|
30459
30459
|
function requireBabelCore() {
|
|
30460
|
-
return hasRequiredBabelCore || (hasRequiredBabelCore = 1, (function(module2,
|
|
30461
|
-
Object.defineProperty(
|
|
30460
|
+
return hasRequiredBabelCore || (hasRequiredBabelCore = 1, (function(module2, exports$1) {
|
|
30461
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30462
30462
|
var tslib_1 = require$$0$3, es_proposals_1 = tslib_1.__importDefault(requireEsProposals()), types_1 = tslib_1.__importDefault(requireTypes()), shared_1 = tslib_1.__importStar(requireShared());
|
|
30463
30463
|
function default_1(fork2) {
|
|
30464
30464
|
var _a, _b, _c, _d, _e;
|
|
@@ -30557,29 +30557,29 @@ function requireBabelCore() {
|
|
|
30557
30557
|
);
|
|
30558
30558
|
def("ObjectPattern").bases("Pattern").build("properties").field("properties", [ObjectPatternProperty]).field("decorators", or([def("Decorator")], null), defaults2.null), def("SpreadProperty").bases("Node").build("argument").field("argument", def("Expression")), def("RestProperty").bases("Node").build("argument").field("argument", def("Expression")), def("ForAwaitStatement").bases("Statement").build("left", "right", "body").field("left", or(def("VariableDeclaration"), def("Expression"))).field("right", def("Expression")).field("body", def("Statement")), def("Import").bases("Expression").build();
|
|
30559
30559
|
}
|
|
30560
|
-
|
|
30560
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30561
30561
|
return module2;
|
|
30562
30562
|
});
|
|
30563
30563
|
})(babelCore, babelCore.exports)), babelCore.exports;
|
|
30564
30564
|
}
|
|
30565
30565
|
var hasRequiredBabel$1;
|
|
30566
30566
|
function requireBabel$1() {
|
|
30567
|
-
return hasRequiredBabel$1 || (hasRequiredBabel$1 = 1, (function(module2,
|
|
30568
|
-
Object.defineProperty(
|
|
30567
|
+
return hasRequiredBabel$1 || (hasRequiredBabel$1 = 1, (function(module2, exports$1) {
|
|
30568
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30569
30569
|
var tslib_1 = require$$0$3, types_1 = tslib_1.__importDefault(requireTypes()), babel_core_1 = tslib_1.__importDefault(requireBabelCore()), flow_1 = tslib_1.__importDefault(requireFlow()), shared_1 = requireShared();
|
|
30570
30570
|
function default_1(fork2) {
|
|
30571
30571
|
var types2 = fork2.use(types_1.default), def = types2.Type.def;
|
|
30572
30572
|
fork2.use(babel_core_1.default), fork2.use(flow_1.default), def("V8IntrinsicIdentifier").bases("Expression").build("name").field("name", String), def("TopicReference").bases("Expression").build();
|
|
30573
30573
|
}
|
|
30574
|
-
|
|
30574
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30575
30575
|
return module2;
|
|
30576
30576
|
});
|
|
30577
30577
|
})(babel$1, babel$1.exports)), babel$1.exports;
|
|
30578
30578
|
}
|
|
30579
30579
|
var typescript$2 = { exports: {} }, hasRequiredTypescript$1;
|
|
30580
30580
|
function requireTypescript$1() {
|
|
30581
|
-
return hasRequiredTypescript$1 || (hasRequiredTypescript$1 = 1, (function(module2,
|
|
30582
|
-
Object.defineProperty(
|
|
30581
|
+
return hasRequiredTypescript$1 || (hasRequiredTypescript$1 = 1, (function(module2, exports$1) {
|
|
30582
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 });
|
|
30583
30583
|
var tslib_1 = require$$0$3, babel_core_1 = tslib_1.__importDefault(requireBabelCore()), type_annotations_1 = tslib_1.__importDefault(requireTypeAnnotations()), types_1 = tslib_1.__importDefault(requireTypes()), shared_1 = tslib_1.__importStar(requireShared());
|
|
30584
30584
|
function default_1(fork2) {
|
|
30585
30585
|
fork2.use(babel_core_1.default), fork2.use(type_annotations_1.default);
|
|
@@ -30667,23 +30667,23 @@ function requireTypescript$1() {
|
|
|
30667
30667
|
TSTypeMember
|
|
30668
30668
|
)]);
|
|
30669
30669
|
}
|
|
30670
|
-
|
|
30670
|
+
exports$1.default = default_1, (0, shared_1.maybeSetModuleExports)(function() {
|
|
30671
30671
|
return module2;
|
|
30672
30672
|
});
|
|
30673
30673
|
})(typescript$2, typescript$2.exports)), typescript$2.exports;
|
|
30674
30674
|
}
|
|
30675
30675
|
var namedTypes = {}, hasRequiredNamedTypes;
|
|
30676
30676
|
function requireNamedTypes() {
|
|
30677
|
-
return hasRequiredNamedTypes || (hasRequiredNamedTypes = 1, (function(
|
|
30678
|
-
Object.defineProperty(
|
|
30677
|
+
return hasRequiredNamedTypes || (hasRequiredNamedTypes = 1, (function(exports$1) {
|
|
30678
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 }), exports$1.namedTypes = void 0, exports$1.namedTypes || (exports$1.namedTypes = {});
|
|
30679
30679
|
})(namedTypes)), namedTypes;
|
|
30680
30680
|
}
|
|
30681
30681
|
var hasRequiredMain$2;
|
|
30682
30682
|
function requireMain$2() {
|
|
30683
|
-
return hasRequiredMain$2 || (hasRequiredMain$2 = 1, (function(
|
|
30684
|
-
Object.defineProperty(
|
|
30683
|
+
return hasRequiredMain$2 || (hasRequiredMain$2 = 1, (function(exports$1) {
|
|
30684
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 }), exports$1.visit = exports$1.use = exports$1.Type = exports$1.someField = exports$1.PathVisitor = exports$1.Path = exports$1.NodePath = exports$1.namedTypes = exports$1.getSupertypeNames = exports$1.getFieldValue = exports$1.getFieldNames = exports$1.getBuilderName = exports$1.finalize = exports$1.eachField = exports$1.defineMethod = exports$1.builtInTypes = exports$1.builders = exports$1.astNodesAreEquivalent = void 0;
|
|
30685
30685
|
var tslib_1 = require$$0$3, fork_1 = tslib_1.__importDefault(requireFork()), es_proposals_1 = tslib_1.__importDefault(requireEsProposals()), jsx_1 = tslib_1.__importDefault(requireJsx()), flow_1 = tslib_1.__importDefault(requireFlow()), esprima_1 = tslib_1.__importDefault(requireEsprima$2()), babel_1 = tslib_1.__importDefault(requireBabel$1()), typescript_1 = tslib_1.__importDefault(requireTypescript$1()), namedTypes_1 = requireNamedTypes();
|
|
30686
|
-
Object.defineProperty(
|
|
30686
|
+
Object.defineProperty(exports$1, "namedTypes", { enumerable: !0, get: function() {
|
|
30687
30687
|
return namedTypes_1.namedTypes;
|
|
30688
30688
|
} });
|
|
30689
30689
|
var _a = (0, fork_1.default)([
|
|
@@ -30696,7 +30696,7 @@ function requireMain$2() {
|
|
|
30696
30696
|
babel_1.default,
|
|
30697
30697
|
typescript_1.default
|
|
30698
30698
|
]), astNodesAreEquivalent = _a.astNodesAreEquivalent, builders = _a.builders, builtInTypes = _a.builtInTypes, defineMethod = _a.defineMethod, eachField = _a.eachField, finalize2 = _a.finalize, getBuilderName = _a.getBuilderName, getFieldNames = _a.getFieldNames, getFieldValue = _a.getFieldValue, getSupertypeNames = _a.getSupertypeNames, n = _a.namedTypes, NodePath = _a.NodePath, Path = _a.Path, PathVisitor = _a.PathVisitor, someField = _a.someField, Type = _a.Type, use = _a.use, visit = _a.visit;
|
|
30699
|
-
|
|
30699
|
+
exports$1.astNodesAreEquivalent = astNodesAreEquivalent, exports$1.builders = builders, exports$1.builtInTypes = builtInTypes, exports$1.defineMethod = defineMethod, exports$1.eachField = eachField, exports$1.finalize = finalize2, exports$1.getBuilderName = getBuilderName, exports$1.getFieldNames = getFieldNames, exports$1.getFieldValue = getFieldValue, exports$1.getSupertypeNames = getSupertypeNames, exports$1.NodePath = NodePath, exports$1.Path = Path, exports$1.PathVisitor = PathVisitor, exports$1.someField = someField, exports$1.Type = Type, exports$1.use = use, exports$1.visit = visit, Object.assign(namedTypes_1.namedTypes, n);
|
|
30700
30700
|
})(main$1)), main$1;
|
|
30701
30701
|
}
|
|
30702
30702
|
var parser$1 = {}, tinyInvariant_cjs, hasRequiredTinyInvariant_cjs;
|
|
@@ -30760,7 +30760,7 @@ function requireBase64Vlq() {
|
|
|
30760
30760
|
}
|
|
30761
30761
|
var util = {}, hasRequiredUtil$1;
|
|
30762
30762
|
function requireUtil$1() {
|
|
30763
|
-
return hasRequiredUtil$1 || (hasRequiredUtil$1 = 1, (function(
|
|
30763
|
+
return hasRequiredUtil$1 || (hasRequiredUtil$1 = 1, (function(exports$1) {
|
|
30764
30764
|
function getArg(aArgs, aName, aDefaultValue) {
|
|
30765
30765
|
if (aName in aArgs)
|
|
30766
30766
|
return aArgs[aName];
|
|
@@ -30768,7 +30768,7 @@ function requireUtil$1() {
|
|
|
30768
30768
|
return aDefaultValue;
|
|
30769
30769
|
throw new Error('"' + aName + '" is a required argument.');
|
|
30770
30770
|
}
|
|
30771
|
-
|
|
30771
|
+
exports$1.getArg = getArg;
|
|
30772
30772
|
var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/, dataUrlRegexp = /^data:.+\,.+$/;
|
|
30773
30773
|
function urlParse(aUrl) {
|
|
30774
30774
|
var match2 = aUrl.match(urlRegexp);
|
|
@@ -30780,12 +30780,12 @@ function requireUtil$1() {
|
|
|
30780
30780
|
path: match2[5]
|
|
30781
30781
|
} : null;
|
|
30782
30782
|
}
|
|
30783
|
-
|
|
30783
|
+
exports$1.urlParse = urlParse;
|
|
30784
30784
|
function urlGenerate(aParsedUrl) {
|
|
30785
30785
|
var url = "";
|
|
30786
30786
|
return aParsedUrl.scheme && (url += aParsedUrl.scheme + ":"), url += "//", aParsedUrl.auth && (url += aParsedUrl.auth + "@"), aParsedUrl.host && (url += aParsedUrl.host), aParsedUrl.port && (url += ":" + aParsedUrl.port), aParsedUrl.path && (url += aParsedUrl.path), url;
|
|
30787
30787
|
}
|
|
30788
|
-
|
|
30788
|
+
exports$1.urlGenerate = urlGenerate;
|
|
30789
30789
|
function normalize2(aPath) {
|
|
30790
30790
|
var path2 = aPath, url = urlParse(aPath);
|
|
30791
30791
|
if (url) {
|
|
@@ -30793,11 +30793,11 @@ function requireUtil$1() {
|
|
|
30793
30793
|
return aPath;
|
|
30794
30794
|
path2 = url.path;
|
|
30795
30795
|
}
|
|
30796
|
-
for (var isAbsolute =
|
|
30796
|
+
for (var isAbsolute = exports$1.isAbsolute(path2), parts = path2.split(/\/+/), part, up = 0, i = parts.length - 1; i >= 0; i--)
|
|
30797
30797
|
part = parts[i], part === "." ? parts.splice(i, 1) : part === ".." ? up++ : up > 0 && (part === "" ? (parts.splice(i + 1, up), up = 0) : (parts.splice(i, 2), up--));
|
|
30798
30798
|
return path2 = parts.join("/"), path2 === "" && (path2 = isAbsolute ? "/" : "."), url ? (url.path = path2, urlGenerate(url)) : path2;
|
|
30799
30799
|
}
|
|
30800
|
-
|
|
30800
|
+
exports$1.normalize = normalize2;
|
|
30801
30801
|
function join(aRoot, aPath) {
|
|
30802
30802
|
aRoot === "" && (aRoot = "."), aPath === "" && (aPath = ".");
|
|
30803
30803
|
var aPathUrl = urlParse(aPath), aRootUrl = urlParse(aRoot);
|
|
@@ -30810,7 +30810,7 @@ function requireUtil$1() {
|
|
|
30810
30810
|
var joined = aPath.charAt(0) === "/" ? aPath : normalize2(aRoot.replace(/\/+$/, "") + "/" + aPath);
|
|
30811
30811
|
return aRootUrl ? (aRootUrl.path = joined, urlGenerate(aRootUrl)) : joined;
|
|
30812
30812
|
}
|
|
30813
|
-
|
|
30813
|
+
exports$1.join = join, exports$1.isAbsolute = function(aPath) {
|
|
30814
30814
|
return aPath.charAt(0) === "/" || urlRegexp.test(aPath);
|
|
30815
30815
|
};
|
|
30816
30816
|
function relative(aRoot, aPath) {
|
|
@@ -30823,7 +30823,7 @@ function requireUtil$1() {
|
|
|
30823
30823
|
}
|
|
30824
30824
|
return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1);
|
|
30825
30825
|
}
|
|
30826
|
-
|
|
30826
|
+
exports$1.relative = relative;
|
|
30827
30827
|
var supportsNullProto = (function() {
|
|
30828
30828
|
var obj = /* @__PURE__ */ Object.create(null);
|
|
30829
30829
|
return !("__proto__" in obj);
|
|
@@ -30834,11 +30834,11 @@ function requireUtil$1() {
|
|
|
30834
30834
|
function toSetString(aStr) {
|
|
30835
30835
|
return isProtoString(aStr) ? "$" + aStr : aStr;
|
|
30836
30836
|
}
|
|
30837
|
-
|
|
30837
|
+
exports$1.toSetString = supportsNullProto ? identity2 : toSetString;
|
|
30838
30838
|
function fromSetString(aStr) {
|
|
30839
30839
|
return isProtoString(aStr) ? aStr.slice(1) : aStr;
|
|
30840
30840
|
}
|
|
30841
|
-
|
|
30841
|
+
exports$1.fromSetString = supportsNullProto ? identity2 : fromSetString;
|
|
30842
30842
|
function isProtoString(s) {
|
|
30843
30843
|
if (!s)
|
|
30844
30844
|
return !1;
|
|
@@ -30854,12 +30854,12 @@ function requireUtil$1() {
|
|
|
30854
30854
|
var cmp = strcmp(mappingA.source, mappingB.source);
|
|
30855
30855
|
return cmp !== 0 || (cmp = mappingA.originalLine - mappingB.originalLine, cmp !== 0) || (cmp = mappingA.originalColumn - mappingB.originalColumn, cmp !== 0 || onlyCompareOriginal) || (cmp = mappingA.generatedColumn - mappingB.generatedColumn, cmp !== 0) || (cmp = mappingA.generatedLine - mappingB.generatedLine, cmp !== 0) ? cmp : strcmp(mappingA.name, mappingB.name);
|
|
30856
30856
|
}
|
|
30857
|
-
|
|
30857
|
+
exports$1.compareByOriginalPositions = compareByOriginalPositions;
|
|
30858
30858
|
function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {
|
|
30859
30859
|
var cmp = mappingA.generatedLine - mappingB.generatedLine;
|
|
30860
30860
|
return cmp !== 0 || (cmp = mappingA.generatedColumn - mappingB.generatedColumn, cmp !== 0 || onlyCompareGenerated) || (cmp = strcmp(mappingA.source, mappingB.source), cmp !== 0) || (cmp = mappingA.originalLine - mappingB.originalLine, cmp !== 0) || (cmp = mappingA.originalColumn - mappingB.originalColumn, cmp !== 0) ? cmp : strcmp(mappingA.name, mappingB.name);
|
|
30861
30861
|
}
|
|
30862
|
-
|
|
30862
|
+
exports$1.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;
|
|
30863
30863
|
function strcmp(aStr1, aStr2) {
|
|
30864
30864
|
return aStr1 === aStr2 ? 0 : aStr1 === null ? 1 : aStr2 === null ? -1 : aStr1 > aStr2 ? 1 : -1;
|
|
30865
30865
|
}
|
|
@@ -30867,11 +30867,11 @@ function requireUtil$1() {
|
|
|
30867
30867
|
var cmp = mappingA.generatedLine - mappingB.generatedLine;
|
|
30868
30868
|
return cmp !== 0 || (cmp = mappingA.generatedColumn - mappingB.generatedColumn, cmp !== 0) || (cmp = strcmp(mappingA.source, mappingB.source), cmp !== 0) || (cmp = mappingA.originalLine - mappingB.originalLine, cmp !== 0) || (cmp = mappingA.originalColumn - mappingB.originalColumn, cmp !== 0) ? cmp : strcmp(mappingA.name, mappingB.name);
|
|
30869
30869
|
}
|
|
30870
|
-
|
|
30870
|
+
exports$1.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;
|
|
30871
30871
|
function parseSourceMapInput(str2) {
|
|
30872
30872
|
return JSON.parse(str2.replace(/^\)]}'[^\n]*\n/, ""));
|
|
30873
30873
|
}
|
|
30874
|
-
|
|
30874
|
+
exports$1.parseSourceMapInput = parseSourceMapInput;
|
|
30875
30875
|
function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {
|
|
30876
30876
|
if (sourceURL = sourceURL || "", sourceRoot && (sourceRoot[sourceRoot.length - 1] !== "/" && sourceURL[0] !== "/" && (sourceRoot += "/"), sourceURL = sourceRoot + sourceURL), sourceMapURL) {
|
|
30877
30877
|
var parsed = urlParse(sourceMapURL);
|
|
@@ -30885,7 +30885,7 @@ function requireUtil$1() {
|
|
|
30885
30885
|
}
|
|
30886
30886
|
return normalize2(sourceURL);
|
|
30887
30887
|
}
|
|
30888
|
-
|
|
30888
|
+
exports$1.computeSourceURL = computeSourceURL;
|
|
30889
30889
|
})(util)), util;
|
|
30890
30890
|
}
|
|
30891
30891
|
var arraySet = {}, hasRequiredArraySet;
|
|
@@ -31070,13 +31070,13 @@ function requireSourceMapGenerator() {
|
|
|
31070
31070
|
}
|
|
31071
31071
|
var sourceMapConsumer = {}, binarySearch = {}, hasRequiredBinarySearch;
|
|
31072
31072
|
function requireBinarySearch() {
|
|
31073
|
-
return hasRequiredBinarySearch || (hasRequiredBinarySearch = 1, (function(
|
|
31074
|
-
|
|
31073
|
+
return hasRequiredBinarySearch || (hasRequiredBinarySearch = 1, (function(exports$1) {
|
|
31074
|
+
exports$1.GREATEST_LOWER_BOUND = 1, exports$1.LEAST_UPPER_BOUND = 2;
|
|
31075
31075
|
function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {
|
|
31076
31076
|
var mid = Math.floor((aHigh - aLow) / 2) + aLow, cmp = aCompare(aNeedle, aHaystack[mid], !0);
|
|
31077
|
-
return cmp === 0 ? mid : cmp > 0 ? aHigh - mid > 1 ? recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias) : aBias ==
|
|
31077
|
+
return cmp === 0 ? mid : cmp > 0 ? aHigh - mid > 1 ? recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias) : aBias == exports$1.LEAST_UPPER_BOUND ? aHigh < aHaystack.length ? aHigh : -1 : mid : mid - aLow > 1 ? recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias) : aBias == exports$1.LEAST_UPPER_BOUND ? mid : aLow < 0 ? -1 : aLow;
|
|
31078
31078
|
}
|
|
31079
|
-
|
|
31079
|
+
exports$1.search = function(aNeedle, aHaystack, aCompare, aBias) {
|
|
31080
31080
|
if (aHaystack.length === 0)
|
|
31081
31081
|
return -1;
|
|
31082
31082
|
var index = recursiveSearch(
|
|
@@ -31085,7 +31085,7 @@ function requireBinarySearch() {
|
|
|
31085
31085
|
aNeedle,
|
|
31086
31086
|
aHaystack,
|
|
31087
31087
|
aCompare,
|
|
31088
|
-
aBias ||
|
|
31088
|
+
aBias || exports$1.GREATEST_LOWER_BOUND
|
|
31089
31089
|
);
|
|
31090
31090
|
if (index < 0)
|
|
31091
31091
|
return -1;
|
|
@@ -31809,7 +31809,7 @@ function requireUtil() {
|
|
|
31809
31809
|
}
|
|
31810
31810
|
var esprima$2 = {}, esprima$1 = { exports: {} }, esprima = esprima$1.exports, hasRequiredEsprima$1;
|
|
31811
31811
|
function requireEsprima$1() {
|
|
31812
|
-
return hasRequiredEsprima$1 || (hasRequiredEsprima$1 = 1, (function(module2,
|
|
31812
|
+
return hasRequiredEsprima$1 || (hasRequiredEsprima$1 = 1, (function(module2, exports$1) {
|
|
31813
31813
|
(function(root2, factory) {
|
|
31814
31814
|
module2.exports = factory();
|
|
31815
31815
|
})(esprima, function() {
|
|
@@ -31835,8 +31835,8 @@ function requireEsprima$1() {
|
|
|
31835
31835
|
})([
|
|
31836
31836
|
/* 0 */
|
|
31837
31837
|
/***/
|
|
31838
|
-
function(module3,
|
|
31839
|
-
Object.defineProperty(
|
|
31838
|
+
function(module3, exports$12, __webpack_require__) {
|
|
31839
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 });
|
|
31840
31840
|
var comment_handler_1 = __webpack_require__(1), jsx_parser_1 = __webpack_require__(3), parser_1 = __webpack_require__(8), tokenizer_1 = __webpack_require__(15);
|
|
31841
31841
|
function parse3(code, options2, delegate) {
|
|
31842
31842
|
var commentHandler = null, proxyDelegate = function(node, metadata) {
|
|
@@ -31854,17 +31854,17 @@ function requireEsprima$1() {
|
|
|
31854
31854
|
var program = isModule ? parser2.parseModule() : parser2.parseScript(), ast = program;
|
|
31855
31855
|
return collectComment && commentHandler && (ast.comments = commentHandler.comments), parser2.config.tokens && (ast.tokens = parser2.tokens), parser2.config.tolerant && (ast.errors = parser2.errorHandler.errors), ast;
|
|
31856
31856
|
}
|
|
31857
|
-
|
|
31857
|
+
exports$12.parse = parse3;
|
|
31858
31858
|
function parseModule(code, options2, delegate) {
|
|
31859
31859
|
var parsingOptions = options2 || {};
|
|
31860
31860
|
return parsingOptions.sourceType = "module", parse3(code, parsingOptions, delegate);
|
|
31861
31861
|
}
|
|
31862
|
-
|
|
31862
|
+
exports$12.parseModule = parseModule;
|
|
31863
31863
|
function parseScript(code, options2, delegate) {
|
|
31864
31864
|
var parsingOptions = options2 || {};
|
|
31865
31865
|
return parsingOptions.sourceType = "script", parse3(code, parsingOptions, delegate);
|
|
31866
31866
|
}
|
|
31867
|
-
|
|
31867
|
+
exports$12.parseScript = parseScript;
|
|
31868
31868
|
function tokenize(code, options2, delegate) {
|
|
31869
31869
|
var tokenizer = new tokenizer_1.Tokenizer(code, options2), tokens;
|
|
31870
31870
|
tokens = [];
|
|
@@ -31880,14 +31880,14 @@ function requireEsprima$1() {
|
|
|
31880
31880
|
}
|
|
31881
31881
|
return tokenizer.errorHandler.tolerant && (tokens.errors = tokenizer.errors()), tokens;
|
|
31882
31882
|
}
|
|
31883
|
-
|
|
31883
|
+
exports$12.tokenize = tokenize;
|
|
31884
31884
|
var syntax_1 = __webpack_require__(2);
|
|
31885
|
-
|
|
31885
|
+
exports$12.Syntax = syntax_1.Syntax, exports$12.version = "4.0.1";
|
|
31886
31886
|
},
|
|
31887
31887
|
/* 1 */
|
|
31888
31888
|
/***/
|
|
31889
|
-
function(module3,
|
|
31890
|
-
Object.defineProperty(
|
|
31889
|
+
function(module3, exports$12, __webpack_require__) {
|
|
31890
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 });
|
|
31891
31891
|
var syntax_1 = __webpack_require__(2), CommentHandler = (function() {
|
|
31892
31892
|
function CommentHandler2() {
|
|
31893
31893
|
this.attach = !1, this.comments = [], this.stack = [], this.leading = [], this.trailing = [];
|
|
@@ -31964,12 +31964,12 @@ function requireEsprima$1() {
|
|
|
31964
31964
|
node.type === "LineComment" ? this.visitComment(node, metadata) : node.type === "BlockComment" ? this.visitComment(node, metadata) : this.attach && this.visitNode(node, metadata);
|
|
31965
31965
|
}, CommentHandler2;
|
|
31966
31966
|
})();
|
|
31967
|
-
|
|
31967
|
+
exports$12.CommentHandler = CommentHandler;
|
|
31968
31968
|
},
|
|
31969
31969
|
/* 2 */
|
|
31970
31970
|
/***/
|
|
31971
|
-
function(module3,
|
|
31972
|
-
Object.defineProperty(
|
|
31971
|
+
function(module3, exports$12) {
|
|
31972
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 }), exports$12.Syntax = {
|
|
31973
31973
|
AssignmentExpression: "AssignmentExpression",
|
|
31974
31974
|
AssignmentPattern: "AssignmentPattern",
|
|
31975
31975
|
ArrayExpression: "ArrayExpression",
|
|
@@ -32040,7 +32040,7 @@ function requireEsprima$1() {
|
|
|
32040
32040
|
},
|
|
32041
32041
|
/* 3 */
|
|
32042
32042
|
/***/
|
|
32043
|
-
function(module3,
|
|
32043
|
+
function(module3, exports$12, __webpack_require__) {
|
|
32044
32044
|
var __extends2 = this && this.__extends || (function() {
|
|
32045
32045
|
var extendStatics2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d, b) {
|
|
32046
32046
|
d.__proto__ = b;
|
|
@@ -32055,7 +32055,7 @@ function requireEsprima$1() {
|
|
|
32055
32055
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
32056
32056
|
};
|
|
32057
32057
|
})();
|
|
32058
|
-
Object.defineProperty(
|
|
32058
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 });
|
|
32059
32059
|
var character_1 = __webpack_require__(4), JSXNode = __webpack_require__(5), jsx_syntax_1 = __webpack_require__(6), Node = __webpack_require__(7), parser_1 = __webpack_require__(8), token_1 = __webpack_require__(13), xhtml_entities_1 = __webpack_require__(14);
|
|
32060
32060
|
token_1.TokenName[
|
|
32061
32061
|
100
|
|
@@ -32363,19 +32363,19 @@ function requireEsprima$1() {
|
|
|
32363
32363
|
return _super.prototype.isStartOfExpression.call(this) || this.match("<");
|
|
32364
32364
|
}, JSXParser2;
|
|
32365
32365
|
})(parser_1.Parser);
|
|
32366
|
-
|
|
32366
|
+
exports$12.JSXParser = JSXParser;
|
|
32367
32367
|
},
|
|
32368
32368
|
/* 4 */
|
|
32369
32369
|
/***/
|
|
32370
|
-
function(module3,
|
|
32371
|
-
Object.defineProperty(
|
|
32370
|
+
function(module3, exports$12) {
|
|
32371
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 });
|
|
32372
32372
|
var Regex = {
|
|
32373
32373
|
// Unicode v8.0.0 NonAsciiIdentifierStart:
|
|
32374
32374
|
NonAsciiIdentifierStart: /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/,
|
|
32375
32375
|
// Unicode v8.0.0 NonAsciiIdentifierPart:
|
|
32376
32376
|
NonAsciiIdentifierPart: /[\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFC-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C4\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/
|
|
32377
32377
|
};
|
|
32378
|
-
|
|
32378
|
+
exports$12.Character = {
|
|
32379
32379
|
/* tslint:disable:no-bitwise */
|
|
32380
32380
|
fromCodePoint: function(cp) {
|
|
32381
32381
|
return cp < 65536 ? String.fromCharCode(cp) : String.fromCharCode(55296 + (cp - 65536 >> 10)) + String.fromCharCode(56320 + (cp - 65536 & 1023));
|
|
@@ -32390,10 +32390,10 @@ function requireEsprima$1() {
|
|
|
32390
32390
|
},
|
|
32391
32391
|
// https://tc39.github.io/ecma262/#sec-names-and-keywords
|
|
32392
32392
|
isIdentifierStart: function(cp) {
|
|
32393
|
-
return cp === 36 || cp === 95 || cp >= 65 && cp <= 90 || cp >= 97 && cp <= 122 || cp === 92 || cp >= 128 && Regex.NonAsciiIdentifierStart.test(
|
|
32393
|
+
return cp === 36 || cp === 95 || cp >= 65 && cp <= 90 || cp >= 97 && cp <= 122 || cp === 92 || cp >= 128 && Regex.NonAsciiIdentifierStart.test(exports$12.Character.fromCodePoint(cp));
|
|
32394
32394
|
},
|
|
32395
32395
|
isIdentifierPart: function(cp) {
|
|
32396
|
-
return cp === 36 || cp === 95 || cp >= 65 && cp <= 90 || cp >= 97 && cp <= 122 || cp >= 48 && cp <= 57 || cp === 92 || cp >= 128 && Regex.NonAsciiIdentifierPart.test(
|
|
32396
|
+
return cp === 36 || cp === 95 || cp >= 65 && cp <= 90 || cp >= 97 && cp <= 122 || cp >= 48 && cp <= 57 || cp === 92 || cp >= 128 && Regex.NonAsciiIdentifierPart.test(exports$12.Character.fromCodePoint(cp));
|
|
32397
32397
|
},
|
|
32398
32398
|
// https://tc39.github.io/ecma262/#sec-literals-numeric-literals
|
|
32399
32399
|
isDecimalDigit: function(cp) {
|
|
@@ -32409,90 +32409,90 @@ function requireEsprima$1() {
|
|
|
32409
32409
|
},
|
|
32410
32410
|
/* 5 */
|
|
32411
32411
|
/***/
|
|
32412
|
-
function(module3,
|
|
32413
|
-
Object.defineProperty(
|
|
32412
|
+
function(module3, exports$12, __webpack_require__) {
|
|
32413
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 });
|
|
32414
32414
|
var jsx_syntax_1 = __webpack_require__(6), JSXClosingElement = /* @__PURE__ */ (function() {
|
|
32415
32415
|
function JSXClosingElement2(name) {
|
|
32416
32416
|
this.type = jsx_syntax_1.JSXSyntax.JSXClosingElement, this.name = name;
|
|
32417
32417
|
}
|
|
32418
32418
|
return JSXClosingElement2;
|
|
32419
32419
|
})();
|
|
32420
|
-
|
|
32420
|
+
exports$12.JSXClosingElement = JSXClosingElement;
|
|
32421
32421
|
var JSXElement = /* @__PURE__ */ (function() {
|
|
32422
32422
|
function JSXElement2(openingElement, children, closingElement) {
|
|
32423
32423
|
this.type = jsx_syntax_1.JSXSyntax.JSXElement, this.openingElement = openingElement, this.children = children, this.closingElement = closingElement;
|
|
32424
32424
|
}
|
|
32425
32425
|
return JSXElement2;
|
|
32426
32426
|
})();
|
|
32427
|
-
|
|
32427
|
+
exports$12.JSXElement = JSXElement;
|
|
32428
32428
|
var JSXEmptyExpression = /* @__PURE__ */ (function() {
|
|
32429
32429
|
function JSXEmptyExpression2() {
|
|
32430
32430
|
this.type = jsx_syntax_1.JSXSyntax.JSXEmptyExpression;
|
|
32431
32431
|
}
|
|
32432
32432
|
return JSXEmptyExpression2;
|
|
32433
32433
|
})();
|
|
32434
|
-
|
|
32434
|
+
exports$12.JSXEmptyExpression = JSXEmptyExpression;
|
|
32435
32435
|
var JSXExpressionContainer = /* @__PURE__ */ (function() {
|
|
32436
32436
|
function JSXExpressionContainer2(expression) {
|
|
32437
32437
|
this.type = jsx_syntax_1.JSXSyntax.JSXExpressionContainer, this.expression = expression;
|
|
32438
32438
|
}
|
|
32439
32439
|
return JSXExpressionContainer2;
|
|
32440
32440
|
})();
|
|
32441
|
-
|
|
32441
|
+
exports$12.JSXExpressionContainer = JSXExpressionContainer;
|
|
32442
32442
|
var JSXIdentifier = /* @__PURE__ */ (function() {
|
|
32443
32443
|
function JSXIdentifier2(name) {
|
|
32444
32444
|
this.type = jsx_syntax_1.JSXSyntax.JSXIdentifier, this.name = name;
|
|
32445
32445
|
}
|
|
32446
32446
|
return JSXIdentifier2;
|
|
32447
32447
|
})();
|
|
32448
|
-
|
|
32448
|
+
exports$12.JSXIdentifier = JSXIdentifier;
|
|
32449
32449
|
var JSXMemberExpression = /* @__PURE__ */ (function() {
|
|
32450
32450
|
function JSXMemberExpression2(object, property) {
|
|
32451
32451
|
this.type = jsx_syntax_1.JSXSyntax.JSXMemberExpression, this.object = object, this.property = property;
|
|
32452
32452
|
}
|
|
32453
32453
|
return JSXMemberExpression2;
|
|
32454
32454
|
})();
|
|
32455
|
-
|
|
32455
|
+
exports$12.JSXMemberExpression = JSXMemberExpression;
|
|
32456
32456
|
var JSXAttribute = /* @__PURE__ */ (function() {
|
|
32457
32457
|
function JSXAttribute2(name, value) {
|
|
32458
32458
|
this.type = jsx_syntax_1.JSXSyntax.JSXAttribute, this.name = name, this.value = value;
|
|
32459
32459
|
}
|
|
32460
32460
|
return JSXAttribute2;
|
|
32461
32461
|
})();
|
|
32462
|
-
|
|
32462
|
+
exports$12.JSXAttribute = JSXAttribute;
|
|
32463
32463
|
var JSXNamespacedName = /* @__PURE__ */ (function() {
|
|
32464
32464
|
function JSXNamespacedName2(namespace, name) {
|
|
32465
32465
|
this.type = jsx_syntax_1.JSXSyntax.JSXNamespacedName, this.namespace = namespace, this.name = name;
|
|
32466
32466
|
}
|
|
32467
32467
|
return JSXNamespacedName2;
|
|
32468
32468
|
})();
|
|
32469
|
-
|
|
32469
|
+
exports$12.JSXNamespacedName = JSXNamespacedName;
|
|
32470
32470
|
var JSXOpeningElement = /* @__PURE__ */ (function() {
|
|
32471
32471
|
function JSXOpeningElement2(name, selfClosing, attributes) {
|
|
32472
32472
|
this.type = jsx_syntax_1.JSXSyntax.JSXOpeningElement, this.name = name, this.selfClosing = selfClosing, this.attributes = attributes;
|
|
32473
32473
|
}
|
|
32474
32474
|
return JSXOpeningElement2;
|
|
32475
32475
|
})();
|
|
32476
|
-
|
|
32476
|
+
exports$12.JSXOpeningElement = JSXOpeningElement;
|
|
32477
32477
|
var JSXSpreadAttribute = /* @__PURE__ */ (function() {
|
|
32478
32478
|
function JSXSpreadAttribute2(argument) {
|
|
32479
32479
|
this.type = jsx_syntax_1.JSXSyntax.JSXSpreadAttribute, this.argument = argument;
|
|
32480
32480
|
}
|
|
32481
32481
|
return JSXSpreadAttribute2;
|
|
32482
32482
|
})();
|
|
32483
|
-
|
|
32483
|
+
exports$12.JSXSpreadAttribute = JSXSpreadAttribute;
|
|
32484
32484
|
var JSXText = /* @__PURE__ */ (function() {
|
|
32485
32485
|
function JSXText2(value, raw) {
|
|
32486
32486
|
this.type = jsx_syntax_1.JSXSyntax.JSXText, this.value = value, this.raw = raw;
|
|
32487
32487
|
}
|
|
32488
32488
|
return JSXText2;
|
|
32489
32489
|
})();
|
|
32490
|
-
|
|
32490
|
+
exports$12.JSXText = JSXText;
|
|
32491
32491
|
},
|
|
32492
32492
|
/* 6 */
|
|
32493
32493
|
/***/
|
|
32494
|
-
function(module3,
|
|
32495
|
-
Object.defineProperty(
|
|
32494
|
+
function(module3, exports$12) {
|
|
32495
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 }), exports$12.JSXSyntax = {
|
|
32496
32496
|
JSXAttribute: "JSXAttribute",
|
|
32497
32497
|
JSXClosingElement: "JSXClosingElement",
|
|
32498
32498
|
JSXElement: "JSXElement",
|
|
@@ -32508,71 +32508,71 @@ function requireEsprima$1() {
|
|
|
32508
32508
|
},
|
|
32509
32509
|
/* 7 */
|
|
32510
32510
|
/***/
|
|
32511
|
-
function(module3,
|
|
32512
|
-
Object.defineProperty(
|
|
32511
|
+
function(module3, exports$12, __webpack_require__) {
|
|
32512
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 });
|
|
32513
32513
|
var syntax_1 = __webpack_require__(2), ArrayExpression = /* @__PURE__ */ (function() {
|
|
32514
32514
|
function ArrayExpression2(elements) {
|
|
32515
32515
|
this.type = syntax_1.Syntax.ArrayExpression, this.elements = elements;
|
|
32516
32516
|
}
|
|
32517
32517
|
return ArrayExpression2;
|
|
32518
32518
|
})();
|
|
32519
|
-
|
|
32519
|
+
exports$12.ArrayExpression = ArrayExpression;
|
|
32520
32520
|
var ArrayPattern = /* @__PURE__ */ (function() {
|
|
32521
32521
|
function ArrayPattern2(elements) {
|
|
32522
32522
|
this.type = syntax_1.Syntax.ArrayPattern, this.elements = elements;
|
|
32523
32523
|
}
|
|
32524
32524
|
return ArrayPattern2;
|
|
32525
32525
|
})();
|
|
32526
|
-
|
|
32526
|
+
exports$12.ArrayPattern = ArrayPattern;
|
|
32527
32527
|
var ArrowFunctionExpression = /* @__PURE__ */ (function() {
|
|
32528
32528
|
function ArrowFunctionExpression2(params, body, expression) {
|
|
32529
32529
|
this.type = syntax_1.Syntax.ArrowFunctionExpression, this.id = null, this.params = params, this.body = body, this.generator = !1, this.expression = expression, this.async = !1;
|
|
32530
32530
|
}
|
|
32531
32531
|
return ArrowFunctionExpression2;
|
|
32532
32532
|
})();
|
|
32533
|
-
|
|
32533
|
+
exports$12.ArrowFunctionExpression = ArrowFunctionExpression;
|
|
32534
32534
|
var AssignmentExpression = /* @__PURE__ */ (function() {
|
|
32535
32535
|
function AssignmentExpression2(operator, left, right) {
|
|
32536
32536
|
this.type = syntax_1.Syntax.AssignmentExpression, this.operator = operator, this.left = left, this.right = right;
|
|
32537
32537
|
}
|
|
32538
32538
|
return AssignmentExpression2;
|
|
32539
32539
|
})();
|
|
32540
|
-
|
|
32540
|
+
exports$12.AssignmentExpression = AssignmentExpression;
|
|
32541
32541
|
var AssignmentPattern = /* @__PURE__ */ (function() {
|
|
32542
32542
|
function AssignmentPattern2(left, right) {
|
|
32543
32543
|
this.type = syntax_1.Syntax.AssignmentPattern, this.left = left, this.right = right;
|
|
32544
32544
|
}
|
|
32545
32545
|
return AssignmentPattern2;
|
|
32546
32546
|
})();
|
|
32547
|
-
|
|
32547
|
+
exports$12.AssignmentPattern = AssignmentPattern;
|
|
32548
32548
|
var AsyncArrowFunctionExpression = /* @__PURE__ */ (function() {
|
|
32549
32549
|
function AsyncArrowFunctionExpression2(params, body, expression) {
|
|
32550
32550
|
this.type = syntax_1.Syntax.ArrowFunctionExpression, this.id = null, this.params = params, this.body = body, this.generator = !1, this.expression = expression, this.async = !0;
|
|
32551
32551
|
}
|
|
32552
32552
|
return AsyncArrowFunctionExpression2;
|
|
32553
32553
|
})();
|
|
32554
|
-
|
|
32554
|
+
exports$12.AsyncArrowFunctionExpression = AsyncArrowFunctionExpression;
|
|
32555
32555
|
var AsyncFunctionDeclaration = /* @__PURE__ */ (function() {
|
|
32556
32556
|
function AsyncFunctionDeclaration2(id, params, body) {
|
|
32557
32557
|
this.type = syntax_1.Syntax.FunctionDeclaration, this.id = id, this.params = params, this.body = body, this.generator = !1, this.expression = !1, this.async = !0;
|
|
32558
32558
|
}
|
|
32559
32559
|
return AsyncFunctionDeclaration2;
|
|
32560
32560
|
})();
|
|
32561
|
-
|
|
32561
|
+
exports$12.AsyncFunctionDeclaration = AsyncFunctionDeclaration;
|
|
32562
32562
|
var AsyncFunctionExpression = /* @__PURE__ */ (function() {
|
|
32563
32563
|
function AsyncFunctionExpression2(id, params, body) {
|
|
32564
32564
|
this.type = syntax_1.Syntax.FunctionExpression, this.id = id, this.params = params, this.body = body, this.generator = !1, this.expression = !1, this.async = !0;
|
|
32565
32565
|
}
|
|
32566
32566
|
return AsyncFunctionExpression2;
|
|
32567
32567
|
})();
|
|
32568
|
-
|
|
32568
|
+
exports$12.AsyncFunctionExpression = AsyncFunctionExpression;
|
|
32569
32569
|
var AwaitExpression = /* @__PURE__ */ (function() {
|
|
32570
32570
|
function AwaitExpression2(argument) {
|
|
32571
32571
|
this.type = syntax_1.Syntax.AwaitExpression, this.argument = argument;
|
|
32572
32572
|
}
|
|
32573
32573
|
return AwaitExpression2;
|
|
32574
32574
|
})();
|
|
32575
|
-
|
|
32575
|
+
exports$12.AwaitExpression = AwaitExpression;
|
|
32576
32576
|
var BinaryExpression = /* @__PURE__ */ (function() {
|
|
32577
32577
|
function BinaryExpression2(operator, left, right) {
|
|
32578
32578
|
var logical = operator === "||" || operator === "&&";
|
|
@@ -32580,446 +32580,446 @@ function requireEsprima$1() {
|
|
|
32580
32580
|
}
|
|
32581
32581
|
return BinaryExpression2;
|
|
32582
32582
|
})();
|
|
32583
|
-
|
|
32583
|
+
exports$12.BinaryExpression = BinaryExpression;
|
|
32584
32584
|
var BlockStatement = /* @__PURE__ */ (function() {
|
|
32585
32585
|
function BlockStatement2(body) {
|
|
32586
32586
|
this.type = syntax_1.Syntax.BlockStatement, this.body = body;
|
|
32587
32587
|
}
|
|
32588
32588
|
return BlockStatement2;
|
|
32589
32589
|
})();
|
|
32590
|
-
|
|
32590
|
+
exports$12.BlockStatement = BlockStatement;
|
|
32591
32591
|
var BreakStatement = /* @__PURE__ */ (function() {
|
|
32592
32592
|
function BreakStatement2(label) {
|
|
32593
32593
|
this.type = syntax_1.Syntax.BreakStatement, this.label = label;
|
|
32594
32594
|
}
|
|
32595
32595
|
return BreakStatement2;
|
|
32596
32596
|
})();
|
|
32597
|
-
|
|
32597
|
+
exports$12.BreakStatement = BreakStatement;
|
|
32598
32598
|
var CallExpression = /* @__PURE__ */ (function() {
|
|
32599
32599
|
function CallExpression2(callee, args) {
|
|
32600
32600
|
this.type = syntax_1.Syntax.CallExpression, this.callee = callee, this.arguments = args;
|
|
32601
32601
|
}
|
|
32602
32602
|
return CallExpression2;
|
|
32603
32603
|
})();
|
|
32604
|
-
|
|
32604
|
+
exports$12.CallExpression = CallExpression;
|
|
32605
32605
|
var CatchClause = /* @__PURE__ */ (function() {
|
|
32606
32606
|
function CatchClause2(param, body) {
|
|
32607
32607
|
this.type = syntax_1.Syntax.CatchClause, this.param = param, this.body = body;
|
|
32608
32608
|
}
|
|
32609
32609
|
return CatchClause2;
|
|
32610
32610
|
})();
|
|
32611
|
-
|
|
32611
|
+
exports$12.CatchClause = CatchClause;
|
|
32612
32612
|
var ClassBody = /* @__PURE__ */ (function() {
|
|
32613
32613
|
function ClassBody2(body) {
|
|
32614
32614
|
this.type = syntax_1.Syntax.ClassBody, this.body = body;
|
|
32615
32615
|
}
|
|
32616
32616
|
return ClassBody2;
|
|
32617
32617
|
})();
|
|
32618
|
-
|
|
32618
|
+
exports$12.ClassBody = ClassBody;
|
|
32619
32619
|
var ClassDeclaration = /* @__PURE__ */ (function() {
|
|
32620
32620
|
function ClassDeclaration2(id, superClass, body) {
|
|
32621
32621
|
this.type = syntax_1.Syntax.ClassDeclaration, this.id = id, this.superClass = superClass, this.body = body;
|
|
32622
32622
|
}
|
|
32623
32623
|
return ClassDeclaration2;
|
|
32624
32624
|
})();
|
|
32625
|
-
|
|
32625
|
+
exports$12.ClassDeclaration = ClassDeclaration;
|
|
32626
32626
|
var ClassExpression = /* @__PURE__ */ (function() {
|
|
32627
32627
|
function ClassExpression2(id, superClass, body) {
|
|
32628
32628
|
this.type = syntax_1.Syntax.ClassExpression, this.id = id, this.superClass = superClass, this.body = body;
|
|
32629
32629
|
}
|
|
32630
32630
|
return ClassExpression2;
|
|
32631
32631
|
})();
|
|
32632
|
-
|
|
32632
|
+
exports$12.ClassExpression = ClassExpression;
|
|
32633
32633
|
var ComputedMemberExpression = /* @__PURE__ */ (function() {
|
|
32634
32634
|
function ComputedMemberExpression2(object, property) {
|
|
32635
32635
|
this.type = syntax_1.Syntax.MemberExpression, this.computed = !0, this.object = object, this.property = property;
|
|
32636
32636
|
}
|
|
32637
32637
|
return ComputedMemberExpression2;
|
|
32638
32638
|
})();
|
|
32639
|
-
|
|
32639
|
+
exports$12.ComputedMemberExpression = ComputedMemberExpression;
|
|
32640
32640
|
var ConditionalExpression = /* @__PURE__ */ (function() {
|
|
32641
32641
|
function ConditionalExpression2(test, consequent, alternate) {
|
|
32642
32642
|
this.type = syntax_1.Syntax.ConditionalExpression, this.test = test, this.consequent = consequent, this.alternate = alternate;
|
|
32643
32643
|
}
|
|
32644
32644
|
return ConditionalExpression2;
|
|
32645
32645
|
})();
|
|
32646
|
-
|
|
32646
|
+
exports$12.ConditionalExpression = ConditionalExpression;
|
|
32647
32647
|
var ContinueStatement = /* @__PURE__ */ (function() {
|
|
32648
32648
|
function ContinueStatement2(label) {
|
|
32649
32649
|
this.type = syntax_1.Syntax.ContinueStatement, this.label = label;
|
|
32650
32650
|
}
|
|
32651
32651
|
return ContinueStatement2;
|
|
32652
32652
|
})();
|
|
32653
|
-
|
|
32653
|
+
exports$12.ContinueStatement = ContinueStatement;
|
|
32654
32654
|
var DebuggerStatement = /* @__PURE__ */ (function() {
|
|
32655
32655
|
function DebuggerStatement2() {
|
|
32656
32656
|
this.type = syntax_1.Syntax.DebuggerStatement;
|
|
32657
32657
|
}
|
|
32658
32658
|
return DebuggerStatement2;
|
|
32659
32659
|
})();
|
|
32660
|
-
|
|
32660
|
+
exports$12.DebuggerStatement = DebuggerStatement;
|
|
32661
32661
|
var Directive = /* @__PURE__ */ (function() {
|
|
32662
32662
|
function Directive2(expression, directive) {
|
|
32663
32663
|
this.type = syntax_1.Syntax.ExpressionStatement, this.expression = expression, this.directive = directive;
|
|
32664
32664
|
}
|
|
32665
32665
|
return Directive2;
|
|
32666
32666
|
})();
|
|
32667
|
-
|
|
32667
|
+
exports$12.Directive = Directive;
|
|
32668
32668
|
var DoWhileStatement = /* @__PURE__ */ (function() {
|
|
32669
32669
|
function DoWhileStatement2(body, test) {
|
|
32670
32670
|
this.type = syntax_1.Syntax.DoWhileStatement, this.body = body, this.test = test;
|
|
32671
32671
|
}
|
|
32672
32672
|
return DoWhileStatement2;
|
|
32673
32673
|
})();
|
|
32674
|
-
|
|
32674
|
+
exports$12.DoWhileStatement = DoWhileStatement;
|
|
32675
32675
|
var EmptyStatement = /* @__PURE__ */ (function() {
|
|
32676
32676
|
function EmptyStatement2() {
|
|
32677
32677
|
this.type = syntax_1.Syntax.EmptyStatement;
|
|
32678
32678
|
}
|
|
32679
32679
|
return EmptyStatement2;
|
|
32680
32680
|
})();
|
|
32681
|
-
|
|
32681
|
+
exports$12.EmptyStatement = EmptyStatement;
|
|
32682
32682
|
var ExportAllDeclaration = /* @__PURE__ */ (function() {
|
|
32683
32683
|
function ExportAllDeclaration2(source2) {
|
|
32684
32684
|
this.type = syntax_1.Syntax.ExportAllDeclaration, this.source = source2;
|
|
32685
32685
|
}
|
|
32686
32686
|
return ExportAllDeclaration2;
|
|
32687
32687
|
})();
|
|
32688
|
-
|
|
32688
|
+
exports$12.ExportAllDeclaration = ExportAllDeclaration;
|
|
32689
32689
|
var ExportDefaultDeclaration = /* @__PURE__ */ (function() {
|
|
32690
32690
|
function ExportDefaultDeclaration2(declaration) {
|
|
32691
32691
|
this.type = syntax_1.Syntax.ExportDefaultDeclaration, this.declaration = declaration;
|
|
32692
32692
|
}
|
|
32693
32693
|
return ExportDefaultDeclaration2;
|
|
32694
32694
|
})();
|
|
32695
|
-
|
|
32695
|
+
exports$12.ExportDefaultDeclaration = ExportDefaultDeclaration;
|
|
32696
32696
|
var ExportNamedDeclaration = /* @__PURE__ */ (function() {
|
|
32697
32697
|
function ExportNamedDeclaration2(declaration, specifiers, source2) {
|
|
32698
32698
|
this.type = syntax_1.Syntax.ExportNamedDeclaration, this.declaration = declaration, this.specifiers = specifiers, this.source = source2;
|
|
32699
32699
|
}
|
|
32700
32700
|
return ExportNamedDeclaration2;
|
|
32701
32701
|
})();
|
|
32702
|
-
|
|
32702
|
+
exports$12.ExportNamedDeclaration = ExportNamedDeclaration;
|
|
32703
32703
|
var ExportSpecifier = /* @__PURE__ */ (function() {
|
|
32704
32704
|
function ExportSpecifier2(local, exported) {
|
|
32705
32705
|
this.type = syntax_1.Syntax.ExportSpecifier, this.exported = exported, this.local = local;
|
|
32706
32706
|
}
|
|
32707
32707
|
return ExportSpecifier2;
|
|
32708
32708
|
})();
|
|
32709
|
-
|
|
32709
|
+
exports$12.ExportSpecifier = ExportSpecifier;
|
|
32710
32710
|
var ExpressionStatement = /* @__PURE__ */ (function() {
|
|
32711
32711
|
function ExpressionStatement2(expression) {
|
|
32712
32712
|
this.type = syntax_1.Syntax.ExpressionStatement, this.expression = expression;
|
|
32713
32713
|
}
|
|
32714
32714
|
return ExpressionStatement2;
|
|
32715
32715
|
})();
|
|
32716
|
-
|
|
32716
|
+
exports$12.ExpressionStatement = ExpressionStatement;
|
|
32717
32717
|
var ForInStatement = /* @__PURE__ */ (function() {
|
|
32718
32718
|
function ForInStatement2(left, right, body) {
|
|
32719
32719
|
this.type = syntax_1.Syntax.ForInStatement, this.left = left, this.right = right, this.body = body, this.each = !1;
|
|
32720
32720
|
}
|
|
32721
32721
|
return ForInStatement2;
|
|
32722
32722
|
})();
|
|
32723
|
-
|
|
32723
|
+
exports$12.ForInStatement = ForInStatement;
|
|
32724
32724
|
var ForOfStatement = /* @__PURE__ */ (function() {
|
|
32725
32725
|
function ForOfStatement2(left, right, body) {
|
|
32726
32726
|
this.type = syntax_1.Syntax.ForOfStatement, this.left = left, this.right = right, this.body = body;
|
|
32727
32727
|
}
|
|
32728
32728
|
return ForOfStatement2;
|
|
32729
32729
|
})();
|
|
32730
|
-
|
|
32730
|
+
exports$12.ForOfStatement = ForOfStatement;
|
|
32731
32731
|
var ForStatement = /* @__PURE__ */ (function() {
|
|
32732
32732
|
function ForStatement2(init, test, update2, body) {
|
|
32733
32733
|
this.type = syntax_1.Syntax.ForStatement, this.init = init, this.test = test, this.update = update2, this.body = body;
|
|
32734
32734
|
}
|
|
32735
32735
|
return ForStatement2;
|
|
32736
32736
|
})();
|
|
32737
|
-
|
|
32737
|
+
exports$12.ForStatement = ForStatement;
|
|
32738
32738
|
var FunctionDeclaration = /* @__PURE__ */ (function() {
|
|
32739
32739
|
function FunctionDeclaration2(id, params, body, generator) {
|
|
32740
32740
|
this.type = syntax_1.Syntax.FunctionDeclaration, this.id = id, this.params = params, this.body = body, this.generator = generator, this.expression = !1, this.async = !1;
|
|
32741
32741
|
}
|
|
32742
32742
|
return FunctionDeclaration2;
|
|
32743
32743
|
})();
|
|
32744
|
-
|
|
32744
|
+
exports$12.FunctionDeclaration = FunctionDeclaration;
|
|
32745
32745
|
var FunctionExpression = /* @__PURE__ */ (function() {
|
|
32746
32746
|
function FunctionExpression2(id, params, body, generator) {
|
|
32747
32747
|
this.type = syntax_1.Syntax.FunctionExpression, this.id = id, this.params = params, this.body = body, this.generator = generator, this.expression = !1, this.async = !1;
|
|
32748
32748
|
}
|
|
32749
32749
|
return FunctionExpression2;
|
|
32750
32750
|
})();
|
|
32751
|
-
|
|
32751
|
+
exports$12.FunctionExpression = FunctionExpression;
|
|
32752
32752
|
var Identifier = /* @__PURE__ */ (function() {
|
|
32753
32753
|
function Identifier2(name) {
|
|
32754
32754
|
this.type = syntax_1.Syntax.Identifier, this.name = name;
|
|
32755
32755
|
}
|
|
32756
32756
|
return Identifier2;
|
|
32757
32757
|
})();
|
|
32758
|
-
|
|
32758
|
+
exports$12.Identifier = Identifier;
|
|
32759
32759
|
var IfStatement = /* @__PURE__ */ (function() {
|
|
32760
32760
|
function IfStatement2(test, consequent, alternate) {
|
|
32761
32761
|
this.type = syntax_1.Syntax.IfStatement, this.test = test, this.consequent = consequent, this.alternate = alternate;
|
|
32762
32762
|
}
|
|
32763
32763
|
return IfStatement2;
|
|
32764
32764
|
})();
|
|
32765
|
-
|
|
32765
|
+
exports$12.IfStatement = IfStatement;
|
|
32766
32766
|
var ImportDeclaration = /* @__PURE__ */ (function() {
|
|
32767
32767
|
function ImportDeclaration2(specifiers, source2) {
|
|
32768
32768
|
this.type = syntax_1.Syntax.ImportDeclaration, this.specifiers = specifiers, this.source = source2;
|
|
32769
32769
|
}
|
|
32770
32770
|
return ImportDeclaration2;
|
|
32771
32771
|
})();
|
|
32772
|
-
|
|
32772
|
+
exports$12.ImportDeclaration = ImportDeclaration;
|
|
32773
32773
|
var ImportDefaultSpecifier = /* @__PURE__ */ (function() {
|
|
32774
32774
|
function ImportDefaultSpecifier2(local) {
|
|
32775
32775
|
this.type = syntax_1.Syntax.ImportDefaultSpecifier, this.local = local;
|
|
32776
32776
|
}
|
|
32777
32777
|
return ImportDefaultSpecifier2;
|
|
32778
32778
|
})();
|
|
32779
|
-
|
|
32779
|
+
exports$12.ImportDefaultSpecifier = ImportDefaultSpecifier;
|
|
32780
32780
|
var ImportNamespaceSpecifier = /* @__PURE__ */ (function() {
|
|
32781
32781
|
function ImportNamespaceSpecifier2(local) {
|
|
32782
32782
|
this.type = syntax_1.Syntax.ImportNamespaceSpecifier, this.local = local;
|
|
32783
32783
|
}
|
|
32784
32784
|
return ImportNamespaceSpecifier2;
|
|
32785
32785
|
})();
|
|
32786
|
-
|
|
32786
|
+
exports$12.ImportNamespaceSpecifier = ImportNamespaceSpecifier;
|
|
32787
32787
|
var ImportSpecifier = /* @__PURE__ */ (function() {
|
|
32788
32788
|
function ImportSpecifier2(local, imported) {
|
|
32789
32789
|
this.type = syntax_1.Syntax.ImportSpecifier, this.local = local, this.imported = imported;
|
|
32790
32790
|
}
|
|
32791
32791
|
return ImportSpecifier2;
|
|
32792
32792
|
})();
|
|
32793
|
-
|
|
32793
|
+
exports$12.ImportSpecifier = ImportSpecifier;
|
|
32794
32794
|
var LabeledStatement = /* @__PURE__ */ (function() {
|
|
32795
32795
|
function LabeledStatement2(label, body) {
|
|
32796
32796
|
this.type = syntax_1.Syntax.LabeledStatement, this.label = label, this.body = body;
|
|
32797
32797
|
}
|
|
32798
32798
|
return LabeledStatement2;
|
|
32799
32799
|
})();
|
|
32800
|
-
|
|
32800
|
+
exports$12.LabeledStatement = LabeledStatement;
|
|
32801
32801
|
var Literal = /* @__PURE__ */ (function() {
|
|
32802
32802
|
function Literal2(value, raw) {
|
|
32803
32803
|
this.type = syntax_1.Syntax.Literal, this.value = value, this.raw = raw;
|
|
32804
32804
|
}
|
|
32805
32805
|
return Literal2;
|
|
32806
32806
|
})();
|
|
32807
|
-
|
|
32807
|
+
exports$12.Literal = Literal;
|
|
32808
32808
|
var MetaProperty = /* @__PURE__ */ (function() {
|
|
32809
32809
|
function MetaProperty2(meta, property) {
|
|
32810
32810
|
this.type = syntax_1.Syntax.MetaProperty, this.meta = meta, this.property = property;
|
|
32811
32811
|
}
|
|
32812
32812
|
return MetaProperty2;
|
|
32813
32813
|
})();
|
|
32814
|
-
|
|
32814
|
+
exports$12.MetaProperty = MetaProperty;
|
|
32815
32815
|
var MethodDefinition = /* @__PURE__ */ (function() {
|
|
32816
32816
|
function MethodDefinition2(key2, computed, value, kind, isStatic) {
|
|
32817
32817
|
this.type = syntax_1.Syntax.MethodDefinition, this.key = key2, this.computed = computed, this.value = value, this.kind = kind, this.static = isStatic;
|
|
32818
32818
|
}
|
|
32819
32819
|
return MethodDefinition2;
|
|
32820
32820
|
})();
|
|
32821
|
-
|
|
32821
|
+
exports$12.MethodDefinition = MethodDefinition;
|
|
32822
32822
|
var Module = /* @__PURE__ */ (function() {
|
|
32823
32823
|
function Module2(body) {
|
|
32824
32824
|
this.type = syntax_1.Syntax.Program, this.body = body, this.sourceType = "module";
|
|
32825
32825
|
}
|
|
32826
32826
|
return Module2;
|
|
32827
32827
|
})();
|
|
32828
|
-
|
|
32828
|
+
exports$12.Module = Module;
|
|
32829
32829
|
var NewExpression = /* @__PURE__ */ (function() {
|
|
32830
32830
|
function NewExpression2(callee, args) {
|
|
32831
32831
|
this.type = syntax_1.Syntax.NewExpression, this.callee = callee, this.arguments = args;
|
|
32832
32832
|
}
|
|
32833
32833
|
return NewExpression2;
|
|
32834
32834
|
})();
|
|
32835
|
-
|
|
32835
|
+
exports$12.NewExpression = NewExpression;
|
|
32836
32836
|
var ObjectExpression = /* @__PURE__ */ (function() {
|
|
32837
32837
|
function ObjectExpression2(properties) {
|
|
32838
32838
|
this.type = syntax_1.Syntax.ObjectExpression, this.properties = properties;
|
|
32839
32839
|
}
|
|
32840
32840
|
return ObjectExpression2;
|
|
32841
32841
|
})();
|
|
32842
|
-
|
|
32842
|
+
exports$12.ObjectExpression = ObjectExpression;
|
|
32843
32843
|
var ObjectPattern = /* @__PURE__ */ (function() {
|
|
32844
32844
|
function ObjectPattern2(properties) {
|
|
32845
32845
|
this.type = syntax_1.Syntax.ObjectPattern, this.properties = properties;
|
|
32846
32846
|
}
|
|
32847
32847
|
return ObjectPattern2;
|
|
32848
32848
|
})();
|
|
32849
|
-
|
|
32849
|
+
exports$12.ObjectPattern = ObjectPattern;
|
|
32850
32850
|
var Property = /* @__PURE__ */ (function() {
|
|
32851
32851
|
function Property2(kind, key2, computed, value, method, shorthand) {
|
|
32852
32852
|
this.type = syntax_1.Syntax.Property, this.key = key2, this.computed = computed, this.value = value, this.kind = kind, this.method = method, this.shorthand = shorthand;
|
|
32853
32853
|
}
|
|
32854
32854
|
return Property2;
|
|
32855
32855
|
})();
|
|
32856
|
-
|
|
32856
|
+
exports$12.Property = Property;
|
|
32857
32857
|
var RegexLiteral = /* @__PURE__ */ (function() {
|
|
32858
32858
|
function RegexLiteral2(value, raw, pattern, flags) {
|
|
32859
32859
|
this.type = syntax_1.Syntax.Literal, this.value = value, this.raw = raw, this.regex = { pattern, flags };
|
|
32860
32860
|
}
|
|
32861
32861
|
return RegexLiteral2;
|
|
32862
32862
|
})();
|
|
32863
|
-
|
|
32863
|
+
exports$12.RegexLiteral = RegexLiteral;
|
|
32864
32864
|
var RestElement = /* @__PURE__ */ (function() {
|
|
32865
32865
|
function RestElement2(argument) {
|
|
32866
32866
|
this.type = syntax_1.Syntax.RestElement, this.argument = argument;
|
|
32867
32867
|
}
|
|
32868
32868
|
return RestElement2;
|
|
32869
32869
|
})();
|
|
32870
|
-
|
|
32870
|
+
exports$12.RestElement = RestElement;
|
|
32871
32871
|
var ReturnStatement = /* @__PURE__ */ (function() {
|
|
32872
32872
|
function ReturnStatement2(argument) {
|
|
32873
32873
|
this.type = syntax_1.Syntax.ReturnStatement, this.argument = argument;
|
|
32874
32874
|
}
|
|
32875
32875
|
return ReturnStatement2;
|
|
32876
32876
|
})();
|
|
32877
|
-
|
|
32877
|
+
exports$12.ReturnStatement = ReturnStatement;
|
|
32878
32878
|
var Script = /* @__PURE__ */ (function() {
|
|
32879
32879
|
function Script2(body) {
|
|
32880
32880
|
this.type = syntax_1.Syntax.Program, this.body = body, this.sourceType = "script";
|
|
32881
32881
|
}
|
|
32882
32882
|
return Script2;
|
|
32883
32883
|
})();
|
|
32884
|
-
|
|
32884
|
+
exports$12.Script = Script;
|
|
32885
32885
|
var SequenceExpression = /* @__PURE__ */ (function() {
|
|
32886
32886
|
function SequenceExpression2(expressions) {
|
|
32887
32887
|
this.type = syntax_1.Syntax.SequenceExpression, this.expressions = expressions;
|
|
32888
32888
|
}
|
|
32889
32889
|
return SequenceExpression2;
|
|
32890
32890
|
})();
|
|
32891
|
-
|
|
32891
|
+
exports$12.SequenceExpression = SequenceExpression;
|
|
32892
32892
|
var SpreadElement = /* @__PURE__ */ (function() {
|
|
32893
32893
|
function SpreadElement2(argument) {
|
|
32894
32894
|
this.type = syntax_1.Syntax.SpreadElement, this.argument = argument;
|
|
32895
32895
|
}
|
|
32896
32896
|
return SpreadElement2;
|
|
32897
32897
|
})();
|
|
32898
|
-
|
|
32898
|
+
exports$12.SpreadElement = SpreadElement;
|
|
32899
32899
|
var StaticMemberExpression = /* @__PURE__ */ (function() {
|
|
32900
32900
|
function StaticMemberExpression2(object, property) {
|
|
32901
32901
|
this.type = syntax_1.Syntax.MemberExpression, this.computed = !1, this.object = object, this.property = property;
|
|
32902
32902
|
}
|
|
32903
32903
|
return StaticMemberExpression2;
|
|
32904
32904
|
})();
|
|
32905
|
-
|
|
32905
|
+
exports$12.StaticMemberExpression = StaticMemberExpression;
|
|
32906
32906
|
var Super = /* @__PURE__ */ (function() {
|
|
32907
32907
|
function Super2() {
|
|
32908
32908
|
this.type = syntax_1.Syntax.Super;
|
|
32909
32909
|
}
|
|
32910
32910
|
return Super2;
|
|
32911
32911
|
})();
|
|
32912
|
-
|
|
32912
|
+
exports$12.Super = Super;
|
|
32913
32913
|
var SwitchCase = /* @__PURE__ */ (function() {
|
|
32914
32914
|
function SwitchCase2(test, consequent) {
|
|
32915
32915
|
this.type = syntax_1.Syntax.SwitchCase, this.test = test, this.consequent = consequent;
|
|
32916
32916
|
}
|
|
32917
32917
|
return SwitchCase2;
|
|
32918
32918
|
})();
|
|
32919
|
-
|
|
32919
|
+
exports$12.SwitchCase = SwitchCase;
|
|
32920
32920
|
var SwitchStatement = /* @__PURE__ */ (function() {
|
|
32921
32921
|
function SwitchStatement2(discriminant, cases) {
|
|
32922
32922
|
this.type = syntax_1.Syntax.SwitchStatement, this.discriminant = discriminant, this.cases = cases;
|
|
32923
32923
|
}
|
|
32924
32924
|
return SwitchStatement2;
|
|
32925
32925
|
})();
|
|
32926
|
-
|
|
32926
|
+
exports$12.SwitchStatement = SwitchStatement;
|
|
32927
32927
|
var TaggedTemplateExpression = /* @__PURE__ */ (function() {
|
|
32928
32928
|
function TaggedTemplateExpression2(tag, quasi) {
|
|
32929
32929
|
this.type = syntax_1.Syntax.TaggedTemplateExpression, this.tag = tag, this.quasi = quasi;
|
|
32930
32930
|
}
|
|
32931
32931
|
return TaggedTemplateExpression2;
|
|
32932
32932
|
})();
|
|
32933
|
-
|
|
32933
|
+
exports$12.TaggedTemplateExpression = TaggedTemplateExpression;
|
|
32934
32934
|
var TemplateElement = /* @__PURE__ */ (function() {
|
|
32935
32935
|
function TemplateElement2(value, tail) {
|
|
32936
32936
|
this.type = syntax_1.Syntax.TemplateElement, this.value = value, this.tail = tail;
|
|
32937
32937
|
}
|
|
32938
32938
|
return TemplateElement2;
|
|
32939
32939
|
})();
|
|
32940
|
-
|
|
32940
|
+
exports$12.TemplateElement = TemplateElement;
|
|
32941
32941
|
var TemplateLiteral = /* @__PURE__ */ (function() {
|
|
32942
32942
|
function TemplateLiteral2(quasis, expressions) {
|
|
32943
32943
|
this.type = syntax_1.Syntax.TemplateLiteral, this.quasis = quasis, this.expressions = expressions;
|
|
32944
32944
|
}
|
|
32945
32945
|
return TemplateLiteral2;
|
|
32946
32946
|
})();
|
|
32947
|
-
|
|
32947
|
+
exports$12.TemplateLiteral = TemplateLiteral;
|
|
32948
32948
|
var ThisExpression = /* @__PURE__ */ (function() {
|
|
32949
32949
|
function ThisExpression2() {
|
|
32950
32950
|
this.type = syntax_1.Syntax.ThisExpression;
|
|
32951
32951
|
}
|
|
32952
32952
|
return ThisExpression2;
|
|
32953
32953
|
})();
|
|
32954
|
-
|
|
32954
|
+
exports$12.ThisExpression = ThisExpression;
|
|
32955
32955
|
var ThrowStatement = /* @__PURE__ */ (function() {
|
|
32956
32956
|
function ThrowStatement2(argument) {
|
|
32957
32957
|
this.type = syntax_1.Syntax.ThrowStatement, this.argument = argument;
|
|
32958
32958
|
}
|
|
32959
32959
|
return ThrowStatement2;
|
|
32960
32960
|
})();
|
|
32961
|
-
|
|
32961
|
+
exports$12.ThrowStatement = ThrowStatement;
|
|
32962
32962
|
var TryStatement = /* @__PURE__ */ (function() {
|
|
32963
32963
|
function TryStatement2(block, handler, finalizer) {
|
|
32964
32964
|
this.type = syntax_1.Syntax.TryStatement, this.block = block, this.handler = handler, this.finalizer = finalizer;
|
|
32965
32965
|
}
|
|
32966
32966
|
return TryStatement2;
|
|
32967
32967
|
})();
|
|
32968
|
-
|
|
32968
|
+
exports$12.TryStatement = TryStatement;
|
|
32969
32969
|
var UnaryExpression = /* @__PURE__ */ (function() {
|
|
32970
32970
|
function UnaryExpression2(operator, argument) {
|
|
32971
32971
|
this.type = syntax_1.Syntax.UnaryExpression, this.operator = operator, this.argument = argument, this.prefix = !0;
|
|
32972
32972
|
}
|
|
32973
32973
|
return UnaryExpression2;
|
|
32974
32974
|
})();
|
|
32975
|
-
|
|
32975
|
+
exports$12.UnaryExpression = UnaryExpression;
|
|
32976
32976
|
var UpdateExpression = /* @__PURE__ */ (function() {
|
|
32977
32977
|
function UpdateExpression2(operator, argument, prefix) {
|
|
32978
32978
|
this.type = syntax_1.Syntax.UpdateExpression, this.operator = operator, this.argument = argument, this.prefix = prefix;
|
|
32979
32979
|
}
|
|
32980
32980
|
return UpdateExpression2;
|
|
32981
32981
|
})();
|
|
32982
|
-
|
|
32982
|
+
exports$12.UpdateExpression = UpdateExpression;
|
|
32983
32983
|
var VariableDeclaration = /* @__PURE__ */ (function() {
|
|
32984
32984
|
function VariableDeclaration2(declarations, kind) {
|
|
32985
32985
|
this.type = syntax_1.Syntax.VariableDeclaration, this.declarations = declarations, this.kind = kind;
|
|
32986
32986
|
}
|
|
32987
32987
|
return VariableDeclaration2;
|
|
32988
32988
|
})();
|
|
32989
|
-
|
|
32989
|
+
exports$12.VariableDeclaration = VariableDeclaration;
|
|
32990
32990
|
var VariableDeclarator = /* @__PURE__ */ (function() {
|
|
32991
32991
|
function VariableDeclarator2(id, init) {
|
|
32992
32992
|
this.type = syntax_1.Syntax.VariableDeclarator, this.id = id, this.init = init;
|
|
32993
32993
|
}
|
|
32994
32994
|
return VariableDeclarator2;
|
|
32995
32995
|
})();
|
|
32996
|
-
|
|
32996
|
+
exports$12.VariableDeclarator = VariableDeclarator;
|
|
32997
32997
|
var WhileStatement = /* @__PURE__ */ (function() {
|
|
32998
32998
|
function WhileStatement2(test, body) {
|
|
32999
32999
|
this.type = syntax_1.Syntax.WhileStatement, this.test = test, this.body = body;
|
|
33000
33000
|
}
|
|
33001
33001
|
return WhileStatement2;
|
|
33002
33002
|
})();
|
|
33003
|
-
|
|
33003
|
+
exports$12.WhileStatement = WhileStatement;
|
|
33004
33004
|
var WithStatement = /* @__PURE__ */ (function() {
|
|
33005
33005
|
function WithStatement2(object, body) {
|
|
33006
33006
|
this.type = syntax_1.Syntax.WithStatement, this.object = object, this.body = body;
|
|
33007
33007
|
}
|
|
33008
33008
|
return WithStatement2;
|
|
33009
33009
|
})();
|
|
33010
|
-
|
|
33010
|
+
exports$12.WithStatement = WithStatement;
|
|
33011
33011
|
var YieldExpression = /* @__PURE__ */ (function() {
|
|
33012
33012
|
function YieldExpression2(argument, delegate) {
|
|
33013
33013
|
this.type = syntax_1.Syntax.YieldExpression, this.argument = argument, this.delegate = delegate;
|
|
33014
33014
|
}
|
|
33015
33015
|
return YieldExpression2;
|
|
33016
33016
|
})();
|
|
33017
|
-
|
|
33017
|
+
exports$12.YieldExpression = YieldExpression;
|
|
33018
33018
|
},
|
|
33019
33019
|
/* 8 */
|
|
33020
33020
|
/***/
|
|
33021
|
-
function(module3,
|
|
33022
|
-
Object.defineProperty(
|
|
33021
|
+
function(module3, exports$12, __webpack_require__) {
|
|
33022
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 });
|
|
33023
33023
|
var assert_1 = __webpack_require__(9), error_handler_1 = __webpack_require__(10), messages_1 = __webpack_require__(11), Node = __webpack_require__(7), scanner_1 = __webpack_require__(12), syntax_1 = __webpack_require__(2), token_1 = __webpack_require__(13), ArrowParameterPlaceHolder = "ArrowParameterPlaceHolder", Parser = (function() {
|
|
33024
33024
|
function Parser2(code, options2, delegate) {
|
|
33025
33025
|
options2 === void 0 && (options2 = {}), this.config = {
|
|
@@ -34429,22 +34429,22 @@ function requireEsprima$1() {
|
|
|
34429
34429
|
return exportDeclaration;
|
|
34430
34430
|
}, Parser2;
|
|
34431
34431
|
})();
|
|
34432
|
-
|
|
34432
|
+
exports$12.Parser = Parser;
|
|
34433
34433
|
},
|
|
34434
34434
|
/* 9 */
|
|
34435
34435
|
/***/
|
|
34436
|
-
function(module3,
|
|
34437
|
-
Object.defineProperty(
|
|
34436
|
+
function(module3, exports$12) {
|
|
34437
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 });
|
|
34438
34438
|
function assert(condition, message) {
|
|
34439
34439
|
if (!condition)
|
|
34440
34440
|
throw new Error("ASSERT: " + message);
|
|
34441
34441
|
}
|
|
34442
|
-
|
|
34442
|
+
exports$12.assert = assert;
|
|
34443
34443
|
},
|
|
34444
34444
|
/* 10 */
|
|
34445
34445
|
/***/
|
|
34446
|
-
function(module3,
|
|
34447
|
-
Object.defineProperty(
|
|
34446
|
+
function(module3, exports$12) {
|
|
34447
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 });
|
|
34448
34448
|
var ErrorHandler = (function() {
|
|
34449
34449
|
function ErrorHandler2() {
|
|
34450
34450
|
this.errors = [], this.tolerant = !1;
|
|
@@ -34477,12 +34477,12 @@ function requireEsprima$1() {
|
|
|
34477
34477
|
throw error2;
|
|
34478
34478
|
}, ErrorHandler2;
|
|
34479
34479
|
})();
|
|
34480
|
-
|
|
34480
|
+
exports$12.ErrorHandler = ErrorHandler;
|
|
34481
34481
|
},
|
|
34482
34482
|
/* 11 */
|
|
34483
34483
|
/***/
|
|
34484
|
-
function(module3,
|
|
34485
|
-
Object.defineProperty(
|
|
34484
|
+
function(module3, exports$12) {
|
|
34485
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 }), exports$12.Messages = {
|
|
34486
34486
|
BadGetterArity: "Getter must not have any formal parameters",
|
|
34487
34487
|
BadSetterArity: "Setter must have exactly one formal parameter",
|
|
34488
34488
|
BadSetterRestParameter: "Setter function argument must not be a rest parameter",
|
|
@@ -34545,8 +34545,8 @@ function requireEsprima$1() {
|
|
|
34545
34545
|
},
|
|
34546
34546
|
/* 12 */
|
|
34547
34547
|
/***/
|
|
34548
|
-
function(module3,
|
|
34549
|
-
Object.defineProperty(
|
|
34548
|
+
function(module3, exports$12, __webpack_require__) {
|
|
34549
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 });
|
|
34550
34550
|
var assert_1 = __webpack_require__(9), character_1 = __webpack_require__(4), messages_1 = __webpack_require__(11);
|
|
34551
34551
|
function hexValue(ch) {
|
|
34552
34552
|
return "0123456789abcdef".indexOf(ch.toLowerCase());
|
|
@@ -35144,47 +35144,47 @@ function requireEsprima$1() {
|
|
|
35144
35144
|
return character_1.Character.isIdentifierStart(cp) ? this.scanIdentifier() : cp === 40 || cp === 41 || cp === 59 ? this.scanPunctuator() : cp === 39 || cp === 34 ? this.scanStringLiteral() : cp === 46 ? character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index + 1)) ? this.scanNumericLiteral() : this.scanPunctuator() : character_1.Character.isDecimalDigit(cp) ? this.scanNumericLiteral() : cp === 96 || cp === 125 && this.curlyStack[this.curlyStack.length - 1] === "${" ? this.scanTemplate() : cp >= 55296 && cp < 57343 && character_1.Character.isIdentifierStart(this.codePointAt(this.index)) ? this.scanIdentifier() : this.scanPunctuator();
|
|
35145
35145
|
}, Scanner2;
|
|
35146
35146
|
})();
|
|
35147
|
-
|
|
35147
|
+
exports$12.Scanner = Scanner;
|
|
35148
35148
|
},
|
|
35149
35149
|
/* 13 */
|
|
35150
35150
|
/***/
|
|
35151
|
-
function(module3,
|
|
35152
|
-
Object.defineProperty(
|
|
35151
|
+
function(module3, exports$12) {
|
|
35152
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 }), exports$12.TokenName = {}, exports$12.TokenName[
|
|
35153
35153
|
1
|
|
35154
35154
|
/* BooleanLiteral */
|
|
35155
|
-
] = "Boolean",
|
|
35155
|
+
] = "Boolean", exports$12.TokenName[
|
|
35156
35156
|
2
|
|
35157
35157
|
/* EOF */
|
|
35158
|
-
] = "<end>",
|
|
35158
|
+
] = "<end>", exports$12.TokenName[
|
|
35159
35159
|
3
|
|
35160
35160
|
/* Identifier */
|
|
35161
|
-
] = "Identifier",
|
|
35161
|
+
] = "Identifier", exports$12.TokenName[
|
|
35162
35162
|
4
|
|
35163
35163
|
/* Keyword */
|
|
35164
|
-
] = "Keyword",
|
|
35164
|
+
] = "Keyword", exports$12.TokenName[
|
|
35165
35165
|
5
|
|
35166
35166
|
/* NullLiteral */
|
|
35167
|
-
] = "Null",
|
|
35167
|
+
] = "Null", exports$12.TokenName[
|
|
35168
35168
|
6
|
|
35169
35169
|
/* NumericLiteral */
|
|
35170
|
-
] = "Numeric",
|
|
35170
|
+
] = "Numeric", exports$12.TokenName[
|
|
35171
35171
|
7
|
|
35172
35172
|
/* Punctuator */
|
|
35173
|
-
] = "Punctuator",
|
|
35173
|
+
] = "Punctuator", exports$12.TokenName[
|
|
35174
35174
|
8
|
|
35175
35175
|
/* StringLiteral */
|
|
35176
|
-
] = "String",
|
|
35176
|
+
] = "String", exports$12.TokenName[
|
|
35177
35177
|
9
|
|
35178
35178
|
/* RegularExpression */
|
|
35179
|
-
] = "RegularExpression",
|
|
35179
|
+
] = "RegularExpression", exports$12.TokenName[
|
|
35180
35180
|
10
|
|
35181
35181
|
/* Template */
|
|
35182
35182
|
] = "Template";
|
|
35183
35183
|
},
|
|
35184
35184
|
/* 14 */
|
|
35185
35185
|
/***/
|
|
35186
|
-
function(module3,
|
|
35187
|
-
Object.defineProperty(
|
|
35186
|
+
function(module3, exports$12) {
|
|
35187
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 }), exports$12.XHTMLEntities = {
|
|
35188
35188
|
quot: '"',
|
|
35189
35189
|
amp: "&",
|
|
35190
35190
|
apos: "'",
|
|
@@ -35441,8 +35441,8 @@ function requireEsprima$1() {
|
|
|
35441
35441
|
},
|
|
35442
35442
|
/* 15 */
|
|
35443
35443
|
/***/
|
|
35444
|
-
function(module3,
|
|
35445
|
-
Object.defineProperty(
|
|
35444
|
+
function(module3, exports$12, __webpack_require__) {
|
|
35445
|
+
Object.defineProperty(exports$12, "__esModule", { value: !0 });
|
|
35446
35446
|
var error_handler_1 = __webpack_require__(10), scanner_1 = __webpack_require__(12), token_1 = __webpack_require__(13), Reader = (function() {
|
|
35447
35447
|
function Reader2() {
|
|
35448
35448
|
this.values = [], this.curly = this.paren = -1;
|
|
@@ -35576,7 +35576,7 @@ function requireEsprima$1() {
|
|
|
35576
35576
|
return this.buffer.shift();
|
|
35577
35577
|
}, Tokenizer2;
|
|
35578
35578
|
})();
|
|
35579
|
-
|
|
35579
|
+
exports$12.Tokenizer = Tokenizer;
|
|
35580
35580
|
}
|
|
35581
35581
|
/******/
|
|
35582
35582
|
])
|
|
@@ -38216,30 +38216,30 @@ while`), parts.push(" (", path2.call(print, "test"), ");"), (0, lines_1.concat)(
|
|
|
38216
38216
|
}
|
|
38217
38217
|
var hasRequiredMain$1;
|
|
38218
38218
|
function requireMain$1() {
|
|
38219
|
-
return hasRequiredMain$1 || (hasRequiredMain$1 = 1, (function(
|
|
38220
|
-
Object.defineProperty(
|
|
38219
|
+
return hasRequiredMain$1 || (hasRequiredMain$1 = 1, (function(exports$1) {
|
|
38220
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 }), exports$1.run = exports$1.prettyPrint = exports$1.print = exports$1.visit = exports$1.types = exports$1.parse = void 0;
|
|
38221
38221
|
var tslib_1 = require$$0$3, fs_1 = tslib_1.__importDefault(require$$0__default.default), types2 = tslib_1.__importStar(requireMain$2());
|
|
38222
|
-
|
|
38222
|
+
exports$1.types = types2;
|
|
38223
38223
|
var parser_1 = requireParser();
|
|
38224
|
-
Object.defineProperty(
|
|
38224
|
+
Object.defineProperty(exports$1, "parse", { enumerable: !0, get: function() {
|
|
38225
38225
|
return parser_1.parse;
|
|
38226
38226
|
} });
|
|
38227
38227
|
var printer_1 = requirePrinter(), ast_types_1 = requireMain$2();
|
|
38228
|
-
Object.defineProperty(
|
|
38228
|
+
Object.defineProperty(exports$1, "visit", { enumerable: !0, get: function() {
|
|
38229
38229
|
return ast_types_1.visit;
|
|
38230
38230
|
} });
|
|
38231
38231
|
function print(node, options2) {
|
|
38232
38232
|
return new printer_1.Printer(options2).print(node);
|
|
38233
38233
|
}
|
|
38234
|
-
|
|
38234
|
+
exports$1.print = print;
|
|
38235
38235
|
function prettyPrint(node, options2) {
|
|
38236
38236
|
return new printer_1.Printer(options2).printGenerically(node);
|
|
38237
38237
|
}
|
|
38238
|
-
|
|
38238
|
+
exports$1.prettyPrint = prettyPrint;
|
|
38239
38239
|
function run(transformer, options2) {
|
|
38240
38240
|
return runFile(process.argv[2], transformer, options2);
|
|
38241
38241
|
}
|
|
38242
|
-
|
|
38242
|
+
exports$1.run = run;
|
|
38243
38243
|
function runFile(path2, transformer, options2) {
|
|
38244
38244
|
fs_1.default.readFile(path2, "utf-8", function(err, code) {
|
|
38245
38245
|
if (err) {
|
|
@@ -38318,10 +38318,10 @@ function require_babel_options() {
|
|
|
38318
38318
|
}
|
|
38319
38319
|
var hasRequiredBabel;
|
|
38320
38320
|
function requireBabel() {
|
|
38321
|
-
return hasRequiredBabel || (hasRequiredBabel = 1, (function(
|
|
38322
|
-
Object.defineProperty(
|
|
38321
|
+
return hasRequiredBabel || (hasRequiredBabel = 1, (function(exports$1) {
|
|
38322
|
+
Object.defineProperty(exports$1, "__esModule", { value: !0 }), exports$1.parse = exports$1.parser = void 0;
|
|
38323
38323
|
var tslib_1 = require$$0$3, _babel_options_1 = tslib_1.__importDefault(require_babel_options());
|
|
38324
|
-
|
|
38324
|
+
exports$1.parser = (function() {
|
|
38325
38325
|
try {
|
|
38326
38326
|
return require("@babel/parser");
|
|
38327
38327
|
} catch {
|
|
@@ -38334,9 +38334,9 @@ function requireBabel() {
|
|
|
38334
38334
|
})();
|
|
38335
38335
|
function parse3(source2, options2) {
|
|
38336
38336
|
var babelOptions = (0, _babel_options_1.default)(options2);
|
|
38337
|
-
return babelOptions.plugins.push("jsx", "flow", "decoratorAutoAccessors"),
|
|
38337
|
+
return babelOptions.plugins.push("jsx", "flow", "decoratorAutoAccessors"), exports$1.parser.parse(source2, babelOptions);
|
|
38338
38338
|
}
|
|
38339
|
-
|
|
38339
|
+
exports$1.parse = parse3;
|
|
38340
38340
|
})(babel)), babel;
|
|
38341
38341
|
}
|
|
38342
38342
|
var hasRequiredTypescript;
|
|
@@ -48383,7 +48383,7 @@ function requireSeparator() {
|
|
|
48383
48383
|
}
|
|
48384
48384
|
var through = { exports: {} }, hasRequiredThrough;
|
|
48385
48385
|
function requireThrough() {
|
|
48386
|
-
return hasRequiredThrough || (hasRequiredThrough = 1, (function(module2,
|
|
48386
|
+
return hasRequiredThrough || (hasRequiredThrough = 1, (function(module2, exports$1) {
|
|
48387
48387
|
var Stream2 = require$$0__default$4.default;
|
|
48388
48388
|
module2.exports = through2, through2.through = through2;
|
|
48389
48389
|
function through2(write, end, opts) {
|
|
@@ -53762,17 +53762,17 @@ function requireRestoreCursor() {
|
|
|
53762
53762
|
}
|
|
53763
53763
|
var hasRequiredCliCursor;
|
|
53764
53764
|
function requireCliCursor() {
|
|
53765
|
-
return hasRequiredCliCursor || (hasRequiredCliCursor = 1, (function(
|
|
53765
|
+
return hasRequiredCliCursor || (hasRequiredCliCursor = 1, (function(exports$1) {
|
|
53766
53766
|
const restoreCursor2 = requireRestoreCursor();
|
|
53767
53767
|
let hidden = !1;
|
|
53768
|
-
|
|
53768
|
+
exports$1.show = (stream2) => {
|
|
53769
53769
|
const s = stream2 || process.stderr;
|
|
53770
53770
|
s.isTTY && (hidden = !1, s.write("\x1B[?25h"));
|
|
53771
|
-
},
|
|
53771
|
+
}, exports$1.hide = (stream2) => {
|
|
53772
53772
|
const s = stream2 || process.stderr;
|
|
53773
53773
|
s.isTTY && (restoreCursor2(), hidden = !0, s.write("\x1B[?25l"));
|
|
53774
|
-
},
|
|
53775
|
-
force !== void 0 && (hidden = force), hidden ?
|
|
53774
|
+
}, exports$1.toggle = (force, stream2) => {
|
|
53775
|
+
force !== void 0 && (hidden = force), hidden ? exports$1.show(stream2) : exports$1.hide(stream2);
|
|
53776
53776
|
};
|
|
53777
53777
|
})(cliCursor)), cliCursor;
|
|
53778
53778
|
}
|
|
@@ -53869,7 +53869,7 @@ function requireChoices() {
|
|
|
53869
53869
|
}
|
|
53870
53870
|
var cliWidth = { exports: {} }, hasRequiredCliWidth;
|
|
53871
53871
|
function requireCliWidth() {
|
|
53872
|
-
return hasRequiredCliWidth || (hasRequiredCliWidth = 1, (function(module2,
|
|
53872
|
+
return hasRequiredCliWidth || (hasRequiredCliWidth = 1, (function(module2, exports$1) {
|
|
53873
53873
|
module2.exports = cliWidth2;
|
|
53874
53874
|
function normalizeOpts(options2) {
|
|
53875
53875
|
var defaultOpts = {
|
|
@@ -69503,7 +69503,7 @@ function requireDbcsData() {
|
|
|
69503
69503
|
}
|
|
69504
69504
|
var hasRequiredEncodings;
|
|
69505
69505
|
function requireEncodings() {
|
|
69506
|
-
return hasRequiredEncodings || (hasRequiredEncodings = 1, (function(
|
|
69506
|
+
return hasRequiredEncodings || (hasRequiredEncodings = 1, (function(exports$1) {
|
|
69507
69507
|
for (var modules = [
|
|
69508
69508
|
requireInternal(),
|
|
69509
69509
|
requireUtf16(),
|
|
@@ -69516,7 +69516,7 @@ function requireEncodings() {
|
|
|
69516
69516
|
], i = 0; i < modules.length; i++) {
|
|
69517
69517
|
var module2 = modules[i];
|
|
69518
69518
|
for (var enc in module2)
|
|
69519
|
-
Object.prototype.hasOwnProperty.call(module2, enc) && (
|
|
69519
|
+
Object.prototype.hasOwnProperty.call(module2, enc) && (exports$1[enc] = module2[enc]);
|
|
69520
69520
|
}
|
|
69521
69521
|
})(encodings)), encodings;
|
|
69522
69522
|
}
|