weapp-vite 6.0.0-alpha.4 → 6.0.0-alpha.5
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/dist/auto-import-components/resolvers.cjs +6 -6
- package/dist/auto-import-components/resolvers.mjs +1 -1
- package/dist/auto-routes.cjs +9 -9
- package/dist/auto-routes.mjs +5 -5
- package/dist/{chunk-SJSLFDTA.cjs → chunk-2CHNKORP.cjs} +2 -2
- package/dist/{chunk-ML5KPLC5.mjs → chunk-3WGUNRY5.mjs} +1 -1
- package/dist/chunk-53RK3GBH.cjs +6 -0
- package/dist/{chunk-YIVKT2UN.mjs → chunk-7GJOCTON.mjs} +1 -1
- package/dist/{chunk-5CBZRYDL.mjs → chunk-AOUAT7U3.mjs} +2 -2
- package/dist/{chunk-YXFADQPY.mjs → chunk-AZBN7A5I.mjs} +1 -1
- package/dist/{chunk-ZAAP7JAU.mjs → chunk-B44QTW7W.mjs} +219 -144
- package/dist/{chunk-E34K6TPD.cjs → chunk-HL25C7YQ.cjs} +2 -2
- package/dist/{chunk-UKTIE44Q.cjs → chunk-HRJEZONN.cjs} +2 -2
- package/dist/{chunk-PXOMWSIN.mjs → chunk-HTF2YIJT.mjs} +2 -2
- package/dist/{chunk-EVZXCCHN.cjs → chunk-JZO2G5T5.cjs} +622 -547
- package/dist/{chunk-TZGJRA2Y.cjs → chunk-PFE2IVZ3.cjs} +2 -2
- package/dist/{chunk-AYB4WOZM.mjs → chunk-T6MAVU7E.mjs} +1 -1
- package/dist/{chunk-O6633IWP.mjs → chunk-V5RMQ6TF.mjs} +1 -1
- package/dist/{chunk-SVAH2XJL.cjs → chunk-WLWDPBMV.cjs} +6 -6
- package/dist/{chunk-R6Z72GR5.cjs → chunk-ZZA26GJI.cjs} +3 -3
- package/dist/cli.cjs +78 -78
- package/dist/cli.mjs +4 -4
- package/dist/config.cjs +4 -4
- package/dist/config.mjs +3 -3
- package/dist/{file-AP6E5UEG.mjs → file-4WEK4X45.mjs} +2 -2
- package/dist/file-IMZTAEKY.cjs +29 -0
- package/dist/index.cjs +10 -10
- package/dist/index.mjs +8 -8
- package/dist/json.cjs +3 -3
- package/dist/json.mjs +2 -2
- package/dist/runtime.cjs +3 -3
- package/dist/runtime.mjs +2 -2
- package/dist/types.cjs +9 -9
- package/dist/types.mjs +2 -2
- package/dist/volar.cjs +2 -2
- package/dist/volar.mjs +1 -1
- package/package.json +9 -9
- package/dist/chunk-WYYIFHJZ.cjs +0 -6
- package/dist/file-ZWW24BA5.cjs +0 -29
|
@@ -15,19 +15,19 @@
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkZZA26GJIcjs = require('./chunk-ZZA26GJI.cjs');
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
var
|
|
24
|
+
var _chunkPFE2IVZ3cjs = require('./chunk-PFE2IVZ3.cjs');
|
|
25
25
|
|
|
26
26
|
// ../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/debug.js
|
|
27
|
-
var require_debug =
|
|
27
|
+
var require_debug = _chunkPFE2IVZ3cjs.__commonJS.call(void 0, {
|
|
28
28
|
"../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/debug.js"(exports, module) {
|
|
29
29
|
"use strict";
|
|
30
|
-
|
|
30
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
31
31
|
var debug4 = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
|
|
32
32
|
};
|
|
33
33
|
module.exports = debug4;
|
|
@@ -35,10 +35,10 @@ var require_debug = _chunkTZGJRA2Ycjs.__commonJS.call(void 0, {
|
|
|
35
35
|
});
|
|
36
36
|
|
|
37
37
|
// ../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/constants.js
|
|
38
|
-
var require_constants =
|
|
38
|
+
var require_constants = _chunkPFE2IVZ3cjs.__commonJS.call(void 0, {
|
|
39
39
|
"../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/constants.js"(exports, module) {
|
|
40
40
|
"use strict";
|
|
41
|
-
|
|
41
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
42
42
|
var SEMVER_SPEC_VERSION = "2.0.0";
|
|
43
43
|
var MAX_LENGTH = 256;
|
|
44
44
|
var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */
|
|
@@ -68,10 +68,10 @@ var require_constants = _chunkTZGJRA2Ycjs.__commonJS.call(void 0, {
|
|
|
68
68
|
});
|
|
69
69
|
|
|
70
70
|
// ../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/re.js
|
|
71
|
-
var require_re =
|
|
71
|
+
var require_re = _chunkPFE2IVZ3cjs.__commonJS.call(void 0, {
|
|
72
72
|
"../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/re.js"(exports, module) {
|
|
73
73
|
"use strict";
|
|
74
|
-
|
|
74
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
75
75
|
var {
|
|
76
76
|
MAX_SAFE_COMPONENT_LENGTH,
|
|
77
77
|
MAX_SAFE_BUILD_LENGTH,
|
|
@@ -157,10 +157,10 @@ var require_re = _chunkTZGJRA2Ycjs.__commonJS.call(void 0, {
|
|
|
157
157
|
});
|
|
158
158
|
|
|
159
159
|
// ../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/parse-options.js
|
|
160
|
-
var require_parse_options =
|
|
160
|
+
var require_parse_options = _chunkPFE2IVZ3cjs.__commonJS.call(void 0, {
|
|
161
161
|
"../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/parse-options.js"(exports, module) {
|
|
162
162
|
"use strict";
|
|
163
|
-
|
|
163
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
164
164
|
var looseOption = Object.freeze({ loose: true });
|
|
165
165
|
var emptyOpts = Object.freeze({});
|
|
166
166
|
var parseOptions = (options) => {
|
|
@@ -177,10 +177,10 @@ var require_parse_options = _chunkTZGJRA2Ycjs.__commonJS.call(void 0, {
|
|
|
177
177
|
});
|
|
178
178
|
|
|
179
179
|
// ../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/identifiers.js
|
|
180
|
-
var require_identifiers =
|
|
180
|
+
var require_identifiers = _chunkPFE2IVZ3cjs.__commonJS.call(void 0, {
|
|
181
181
|
"../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/identifiers.js"(exports, module) {
|
|
182
182
|
"use strict";
|
|
183
|
-
|
|
183
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
184
184
|
var numeric2 = /^[0-9]+$/;
|
|
185
185
|
var compareIdentifiers = (a, b) => {
|
|
186
186
|
if (typeof a === "number" && typeof b === "number") {
|
|
@@ -203,10 +203,10 @@ var require_identifiers = _chunkTZGJRA2Ycjs.__commonJS.call(void 0, {
|
|
|
203
203
|
});
|
|
204
204
|
|
|
205
205
|
// ../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/semver.js
|
|
206
|
-
var require_semver =
|
|
206
|
+
var require_semver = _chunkPFE2IVZ3cjs.__commonJS.call(void 0, {
|
|
207
207
|
"../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/semver.js"(exports, module) {
|
|
208
208
|
"use strict";
|
|
209
|
-
|
|
209
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
210
210
|
var debug4 = require_debug();
|
|
211
211
|
var { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants();
|
|
212
212
|
var { safeRe: re, t: t16 } = require_re();
|
|
@@ -483,10 +483,10 @@ var require_semver = _chunkTZGJRA2Ycjs.__commonJS.call(void 0, {
|
|
|
483
483
|
});
|
|
484
484
|
|
|
485
485
|
// ../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare.js
|
|
486
|
-
var require_compare =
|
|
486
|
+
var require_compare = _chunkPFE2IVZ3cjs.__commonJS.call(void 0, {
|
|
487
487
|
"../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare.js"(exports, module) {
|
|
488
488
|
"use strict";
|
|
489
|
-
|
|
489
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
490
490
|
var SemVer = require_semver();
|
|
491
491
|
var compare = (a, b, loose) => new SemVer(a, loose).compare(new SemVer(b, loose));
|
|
492
492
|
module.exports = compare;
|
|
@@ -494,10 +494,10 @@ var require_compare = _chunkTZGJRA2Ycjs.__commonJS.call(void 0, {
|
|
|
494
494
|
});
|
|
495
495
|
|
|
496
496
|
// ../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/gte.js
|
|
497
|
-
var require_gte =
|
|
497
|
+
var require_gte = _chunkPFE2IVZ3cjs.__commonJS.call(void 0, {
|
|
498
498
|
"../../node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/gte.js"(exports, module) {
|
|
499
499
|
"use strict";
|
|
500
|
-
|
|
500
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
501
501
|
var compare = require_compare();
|
|
502
502
|
var gte2 = (a, b, loose) => compare(a, b, loose) >= 0;
|
|
503
503
|
module.exports = gte2;
|
|
@@ -505,10 +505,10 @@ var require_gte = _chunkTZGJRA2Ycjs.__commonJS.call(void 0, {
|
|
|
505
505
|
});
|
|
506
506
|
|
|
507
507
|
// ../../node_modules/.pnpm/merge@2.1.1/node_modules/merge/lib/src/index.js
|
|
508
|
-
var require_src =
|
|
508
|
+
var require_src = _chunkPFE2IVZ3cjs.__commonJS.call(void 0, {
|
|
509
509
|
"../../node_modules/.pnpm/merge@2.1.1/node_modules/merge/lib/src/index.js"(exports, module) {
|
|
510
510
|
"use strict";
|
|
511
|
-
|
|
511
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
512
512
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
513
513
|
exports.isPlainObject = exports.clone = exports.recursive = exports.merge = exports.main = void 0;
|
|
514
514
|
module.exports = exports = main;
|
|
@@ -591,10 +591,10 @@ var require_src = _chunkTZGJRA2Ycjs.__commonJS.call(void 0, {
|
|
|
591
591
|
});
|
|
592
592
|
|
|
593
593
|
// ../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.js
|
|
594
|
-
var require_eventemitter3 =
|
|
594
|
+
var require_eventemitter3 = _chunkPFE2IVZ3cjs.__commonJS.call(void 0, {
|
|
595
595
|
"../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.js"(exports, module) {
|
|
596
596
|
"use strict";
|
|
597
|
-
|
|
597
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
598
598
|
var has = Object.prototype.hasOwnProperty;
|
|
599
599
|
var prefix = "~";
|
|
600
600
|
function Events() {
|
|
@@ -754,12 +754,12 @@ var require_eventemitter3 = _chunkTZGJRA2Ycjs.__commonJS.call(void 0, {
|
|
|
754
754
|
});
|
|
755
755
|
|
|
756
756
|
// src/utils/version.ts
|
|
757
|
-
|
|
758
|
-
var import_gte =
|
|
757
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
758
|
+
var import_gte = _chunkPFE2IVZ3cjs.__toESM.call(void 0, require_gte(), 1);
|
|
759
759
|
var _process = require('process'); var _process2 = _interopRequireDefault(_process);
|
|
760
760
|
|
|
761
761
|
// src/logger.ts
|
|
762
|
-
|
|
762
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
763
763
|
var _logger = require('@weapp-core/logger'); var _logger2 = _interopRequireDefault(_logger);
|
|
764
764
|
var logger_default = _logger2.default;
|
|
765
765
|
|
|
@@ -799,10 +799,10 @@ function checkRuntime(minVersions) {
|
|
|
799
799
|
}
|
|
800
800
|
|
|
801
801
|
// src/utils/index.ts
|
|
802
|
-
|
|
802
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
803
803
|
|
|
804
804
|
// src/utils/babel.ts
|
|
805
|
-
|
|
805
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
806
806
|
var BABEL_TS_MODULE_PLUGINS = [
|
|
807
807
|
"typescript",
|
|
808
808
|
"decorators-legacy",
|
|
@@ -817,7 +817,7 @@ var BABEL_TS_MODULE_PARSER_OPTIONS = {
|
|
|
817
817
|
};
|
|
818
818
|
|
|
819
819
|
// src/utils/json.ts
|
|
820
|
-
|
|
820
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
821
821
|
var _shared = require('@weapp-core/shared');
|
|
822
822
|
var _commentjson = require('comment-json');
|
|
823
823
|
var _pathe = require('pathe'); var _pathe2 = _interopRequireDefault(_pathe);
|
|
@@ -888,7 +888,7 @@ function resolveJson(entry, aliasEntries) {
|
|
|
888
888
|
if (Array.isArray(subPackages)) {
|
|
889
889
|
for (const subPackage of subPackages) {
|
|
890
890
|
if (subPackage.entry) {
|
|
891
|
-
subPackage.entry =
|
|
891
|
+
subPackage.entry = _chunkZZA26GJIcjs.changeFileExtension.call(void 0, subPackage.entry, "js");
|
|
892
892
|
}
|
|
893
893
|
}
|
|
894
894
|
}
|
|
@@ -903,20 +903,29 @@ function resolveJson(entry, aliasEntries) {
|
|
|
903
903
|
}
|
|
904
904
|
|
|
905
905
|
// src/utils/md5.ts
|
|
906
|
-
|
|
906
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
907
907
|
var _crypto = require('crypto'); var _crypto2 = _interopRequireDefault(_crypto);
|
|
908
908
|
|
|
909
909
|
// src/utils/path.ts
|
|
910
|
-
|
|
910
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
911
911
|
var _path = require('path'); var sp2 = _interopRequireWildcard(_path); var sp = _interopRequireWildcard(_path);
|
|
912
912
|
|
|
913
913
|
var BACKSLASH_RE = /\\/g;
|
|
914
|
+
var LEADING_SLASH_RE = /^[\\/]+/;
|
|
915
|
+
var DUPLICATE_SLASH_RE = /\/{2,}/g;
|
|
916
|
+
var TRIM_SLASH_RE = /^\/+|\/+$/g;
|
|
914
917
|
function toPosixPath(value) {
|
|
915
918
|
return value.replace(BACKSLASH_RE, "/");
|
|
916
919
|
}
|
|
917
920
|
function fromPosixPath(value) {
|
|
918
921
|
return _path.sep === "/" ? value : value.split("/").join(_path.sep);
|
|
919
922
|
}
|
|
923
|
+
function stripLeadingSlashes(value) {
|
|
924
|
+
return value.replace(LEADING_SLASH_RE, "");
|
|
925
|
+
}
|
|
926
|
+
function normalizeRoot(root) {
|
|
927
|
+
return toPosixPath(root).replace(DUPLICATE_SLASH_RE, "/").replace(TRIM_SLASH_RE, "");
|
|
928
|
+
}
|
|
920
929
|
function isPathInside(parent, target) {
|
|
921
930
|
if (!parent) {
|
|
922
931
|
return false;
|
|
@@ -926,7 +935,7 @@ function isPathInside(parent, target) {
|
|
|
926
935
|
}
|
|
927
936
|
|
|
928
937
|
// src/utils/projectConfig.ts
|
|
929
|
-
|
|
938
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
930
939
|
var _fsextra = require('fs-extra'); var _fsextra2 = _interopRequireDefault(_fsextra);
|
|
931
940
|
|
|
932
941
|
async function getProjectConfig(root, options) {
|
|
@@ -956,7 +965,7 @@ async function getProjectConfig(root, options) {
|
|
|
956
965
|
}
|
|
957
966
|
|
|
958
967
|
// src/utils/regexp.ts
|
|
959
|
-
|
|
968
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
960
969
|
var CSS_LANGS_RE = /\.(wxss|css|less|sass|scss|styl|stylus|pcss|postcss|sss)(?:$|\?)/;
|
|
961
970
|
function isCSSRequest(request) {
|
|
962
971
|
return CSS_LANGS_RE.test(request);
|
|
@@ -988,7 +997,7 @@ function regExpTest(arr, str, options) {
|
|
|
988
997
|
}
|
|
989
998
|
|
|
990
999
|
// src/utils/weappConfig.ts
|
|
991
|
-
|
|
1000
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
992
1001
|
|
|
993
1002
|
|
|
994
1003
|
var WEAPP_VITE_CONFIG_CANDIDATES = [
|
|
@@ -1030,21 +1039,21 @@ async function resolveWeappConfigFile(options) {
|
|
|
1030
1039
|
}
|
|
1031
1040
|
|
|
1032
1041
|
// src/context/getInstance.ts
|
|
1033
|
-
|
|
1042
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
1034
1043
|
|
|
1035
1044
|
// src/context/createCompilerContextInstance.ts
|
|
1036
|
-
|
|
1045
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
1037
1046
|
|
|
1038
1047
|
// src/runtime/autoImportPlugin.ts
|
|
1039
|
-
|
|
1048
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
1040
1049
|
|
|
1041
1050
|
// src/runtime/autoImport/service.ts
|
|
1042
|
-
|
|
1051
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
1043
1052
|
|
|
1044
1053
|
|
|
1045
1054
|
|
|
1046
1055
|
// ../../node_modules/.pnpm/lru-cache@11.2.4/node_modules/lru-cache/dist/esm/index.js
|
|
1047
|
-
|
|
1056
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
1048
1057
|
var defaultPerf = typeof performance === "object" && performance && typeof performance.now === "function" ? performance : Date;
|
|
1049
1058
|
var warned = /* @__PURE__ */ new Set();
|
|
1050
1059
|
var PROCESS = typeof process === "object" && !!process ? process : {};
|
|
@@ -2471,11 +2480,11 @@ var LRUCache = (_class4 = class _LRUCache {
|
|
|
2471
2480
|
var _picomatch = require('picomatch'); var _picomatch2 = _interopRequireDefault(_picomatch);
|
|
2472
2481
|
|
|
2473
2482
|
// src/context/shared.ts
|
|
2474
|
-
|
|
2483
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
2475
2484
|
|
|
2476
2485
|
|
|
2477
2486
|
// src/debugger.ts
|
|
2478
|
-
|
|
2487
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
2479
2488
|
var _debug = require('debug'); var _debug2 = _interopRequireDefault(_debug);
|
|
2480
2489
|
function createDebugger(namespace) {
|
|
2481
2490
|
const debug4 = _debug2.default.call(void 0, namespace);
|
|
@@ -2515,7 +2524,7 @@ function isEmptyObject(obj) {
|
|
|
2515
2524
|
}
|
|
2516
2525
|
|
|
2517
2526
|
// src/runtime/componentProps.ts
|
|
2518
|
-
|
|
2527
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
2519
2528
|
var _parser = require('@babel/parser');
|
|
2520
2529
|
var _traverse = require('@babel/traverse'); var _traverse2 = _interopRequireDefault(_traverse);
|
|
2521
2530
|
var CONSTRUCTOR_TYPE_MAP = {
|
|
@@ -2690,7 +2699,7 @@ function extractComponentProps(code) {
|
|
|
2690
2699
|
}
|
|
2691
2700
|
|
|
2692
2701
|
// src/runtime/autoImport/config.ts
|
|
2693
|
-
|
|
2702
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
2694
2703
|
|
|
2695
2704
|
var DEFAULT_AUTO_IMPORT_MANIFEST_FILENAME = "auto-import-components.json";
|
|
2696
2705
|
function resolveBaseDir(configService) {
|
|
@@ -2784,9 +2793,6 @@ function mergeAutoImportComponents(lower, upper, preferUpperScalars = false) {
|
|
|
2784
2793
|
}
|
|
2785
2794
|
return merged;
|
|
2786
2795
|
}
|
|
2787
|
-
function normalizeGlobRoot(root) {
|
|
2788
|
-
return toPosixPath(root).replace(/^\/+|\/+$/g, "");
|
|
2789
|
-
}
|
|
2790
2796
|
function createDefaultAutoImportComponents(configService) {
|
|
2791
2797
|
const globs = /* @__PURE__ */ new Set();
|
|
2792
2798
|
globs.add("components/**/*.wxml");
|
|
@@ -2799,7 +2805,7 @@ function createDefaultAutoImportComponents(configService) {
|
|
|
2799
2805
|
if (_optionalChain([subConfig, 'optionalAccess', _81 => _81.autoImportComponents]) === false) {
|
|
2800
2806
|
continue;
|
|
2801
2807
|
}
|
|
2802
|
-
const normalized =
|
|
2808
|
+
const normalized = normalizeRoot(root);
|
|
2803
2809
|
if (!normalized) {
|
|
2804
2810
|
continue;
|
|
2805
2811
|
}
|
|
@@ -2927,7 +2933,7 @@ function getHtmlCustomDataSettings(ctx) {
|
|
|
2927
2933
|
}
|
|
2928
2934
|
|
|
2929
2935
|
// src/runtime/autoImport/htmlCustomData.ts
|
|
2930
|
-
|
|
2936
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
2931
2937
|
function createHtmlCustomDataDefinition(componentNames, getMetadata) {
|
|
2932
2938
|
const tags = componentNames.map((name) => {
|
|
2933
2939
|
const metadata = getMetadata(name);
|
|
@@ -2977,7 +2983,7 @@ function createHtmlCustomDataDefinition(componentNames, getMetadata) {
|
|
|
2977
2983
|
}
|
|
2978
2984
|
|
|
2979
2985
|
// src/runtime/autoImport/metadata.ts
|
|
2980
|
-
|
|
2986
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
2981
2987
|
var JSON_TYPE_ALIASES = {
|
|
2982
2988
|
String: "string",
|
|
2983
2989
|
Number: "number",
|
|
@@ -3036,7 +3042,7 @@ function mergePropMaps(base, override) {
|
|
|
3036
3042
|
}
|
|
3037
3043
|
|
|
3038
3044
|
// src/runtime/autoImport/typedDefinition.ts
|
|
3039
|
-
|
|
3045
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
3040
3046
|
function isValidIdentifierName(name) {
|
|
3041
3047
|
return /^[A-Z_$][\w$]*$/i.test(name);
|
|
3042
3048
|
}
|
|
@@ -3404,9 +3410,9 @@ function createAutoImportService(ctx) {
|
|
|
3404
3410
|
}
|
|
3405
3411
|
const baseName = _shared.removeExtensionDeep.call(void 0, filePath);
|
|
3406
3412
|
const [{ path: jsEntry }, { path: jsonPath }, { path: templatePath }] = await Promise.all([
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3413
|
+
_chunkZZA26GJIcjs.findJsEntry.call(void 0, baseName),
|
|
3414
|
+
_chunkZZA26GJIcjs.findJsonEntry.call(void 0, baseName),
|
|
3415
|
+
_chunkZZA26GJIcjs.findTemplateEntry.call(void 0, baseName)
|
|
3410
3416
|
]);
|
|
3411
3417
|
const { removed, removedNames } = removeRegisteredComponent({
|
|
3412
3418
|
baseName,
|
|
@@ -3630,16 +3636,16 @@ function createAutoImportServicePlugin(ctx) {
|
|
|
3630
3636
|
}
|
|
3631
3637
|
|
|
3632
3638
|
// src/runtime/autoRoutesPlugin.ts
|
|
3633
|
-
|
|
3639
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
3634
3640
|
|
|
3635
3641
|
var _fdir = require('fdir');
|
|
3636
3642
|
|
|
3637
3643
|
|
|
3638
|
-
var SCRIPT_EXTENSIONS = new Set(
|
|
3639
|
-
var TEMPLATE_EXTENSIONS = new Set(
|
|
3640
|
-
var VUE_EXTENSIONS = new Set(
|
|
3641
|
-
var STYLE_EXTENSIONS = new Set(
|
|
3642
|
-
var CONFIG_SUFFIXES =
|
|
3644
|
+
var SCRIPT_EXTENSIONS = new Set(_chunkZZA26GJIcjs.jsExtensions.map((ext2) => `.${ext2}`));
|
|
3645
|
+
var TEMPLATE_EXTENSIONS = new Set(_chunkZZA26GJIcjs.templateExtensions.map((ext2) => `.${ext2}`));
|
|
3646
|
+
var VUE_EXTENSIONS = new Set(_chunkZZA26GJIcjs.vueExtensions.map((ext2) => `.${ext2}`));
|
|
3647
|
+
var STYLE_EXTENSIONS = new Set(_chunkZZA26GJIcjs.supportedCssLangs.map((ext2) => `.${ext2}`));
|
|
3648
|
+
var CONFIG_SUFFIXES = _chunkZZA26GJIcjs.configExtensions.map((ext2) => `.${ext2}`);
|
|
3643
3649
|
var SKIPPED_DIRECTORIES = /* @__PURE__ */ new Set(["node_modules", "miniprogram_npm", ".git", ".idea", ".husky", ".turbo", ".cache", ".wevu-config", "dist"]);
|
|
3644
3650
|
function isConfigFile(filePath) {
|
|
3645
3651
|
return CONFIG_SUFFIXES.some((ext2) => filePath.endsWith(ext2));
|
|
@@ -4147,26 +4153,26 @@ function createAutoRoutesService(ctx) {
|
|
|
4147
4153
|
let hasScript = false;
|
|
4148
4154
|
let hasTemplate = false;
|
|
4149
4155
|
let jsonPath;
|
|
4150
|
-
const vueEntry = await
|
|
4156
|
+
const vueEntry = await _chunkZZA26GJIcjs.findVueEntry.call(void 0, base);
|
|
4151
4157
|
if (vueEntry) {
|
|
4152
4158
|
files.add(vueEntry);
|
|
4153
4159
|
hasScript = true;
|
|
4154
4160
|
}
|
|
4155
|
-
const { path: jsEntryPath } = await
|
|
4161
|
+
const { path: jsEntryPath } = await _chunkZZA26GJIcjs.findJsEntry.call(void 0, base);
|
|
4156
4162
|
if (jsEntryPath) {
|
|
4157
4163
|
files.add(jsEntryPath);
|
|
4158
4164
|
hasScript = true;
|
|
4159
4165
|
}
|
|
4160
|
-
const { path: templateEntryPath } = await
|
|
4166
|
+
const { path: templateEntryPath } = await _chunkZZA26GJIcjs.findTemplateEntry.call(void 0, base);
|
|
4161
4167
|
if (templateEntryPath) {
|
|
4162
4168
|
files.add(templateEntryPath);
|
|
4163
4169
|
hasTemplate = true;
|
|
4164
4170
|
}
|
|
4165
|
-
const { path: styleEntryPath } = await
|
|
4171
|
+
const { path: styleEntryPath } = await _chunkZZA26GJIcjs.findCssEntry.call(void 0, base);
|
|
4166
4172
|
if (styleEntryPath) {
|
|
4167
4173
|
files.add(styleEntryPath);
|
|
4168
4174
|
}
|
|
4169
|
-
const { path: jsonEntryPath } = await
|
|
4175
|
+
const { path: jsonEntryPath } = await _chunkZZA26GJIcjs.findJsonEntry.call(void 0, base);
|
|
4170
4176
|
if (jsonEntryPath) {
|
|
4171
4177
|
files.add(jsonEntryPath);
|
|
4172
4178
|
jsonPath = jsonEntryPath;
|
|
@@ -4319,19 +4325,19 @@ function createAutoRoutesServicePlugin(ctx) {
|
|
|
4319
4325
|
}
|
|
4320
4326
|
|
|
4321
4327
|
// src/runtime/buildPlugin.ts
|
|
4322
|
-
|
|
4328
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
4323
4329
|
var _fs = require('fs'); var actualFS = _interopRequireWildcard(_fs);
|
|
4324
4330
|
|
|
4325
4331
|
|
|
4326
4332
|
// ../../node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.js
|
|
4327
|
-
|
|
4333
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
4328
4334
|
var _events2 = require('events');
|
|
4329
4335
|
|
|
4330
4336
|
var _promises = require('fs/promises'); var _promises2 = _interopRequireDefault(_promises);
|
|
4331
4337
|
|
|
4332
4338
|
|
|
4333
4339
|
// ../../node_modules/.pnpm/readdirp@5.0.0/node_modules/readdirp/index.js
|
|
4334
|
-
|
|
4340
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
4335
4341
|
|
|
4336
4342
|
|
|
4337
4343
|
var _stream = require('stream'); var _stream2 = _interopRequireDefault(_stream);
|
|
@@ -4565,7 +4571,7 @@ function readdirp(root, options = {}) {
|
|
|
4565
4571
|
}
|
|
4566
4572
|
|
|
4567
4573
|
// ../../node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/handler.js
|
|
4568
|
-
|
|
4574
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
4569
4575
|
|
|
4570
4576
|
|
|
4571
4577
|
var _os = require('os');
|
|
@@ -6062,19 +6068,19 @@ var chokidar_default = { watch, FSWatcher };
|
|
|
6062
6068
|
|
|
6063
6069
|
|
|
6064
6070
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/index.js
|
|
6065
|
-
|
|
6071
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
6066
6072
|
|
|
6067
6073
|
// ../../node_modules/.pnpm/glob@13.0.0/node_modules/glob/dist/esm/index.js
|
|
6068
|
-
|
|
6074
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
6069
6075
|
|
|
6070
6076
|
// ../../node_modules/.pnpm/minimatch@10.1.1/node_modules/minimatch/dist/esm/index.js
|
|
6071
|
-
|
|
6077
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
6072
6078
|
|
|
6073
6079
|
// ../../node_modules/.pnpm/@isaacs+brace-expansion@5.0.0/node_modules/@isaacs/brace-expansion/dist/esm/index.js
|
|
6074
|
-
|
|
6080
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
6075
6081
|
|
|
6076
6082
|
// ../../node_modules/.pnpm/@isaacs+balanced-match@4.0.1/node_modules/@isaacs/balanced-match/dist/esm/index.js
|
|
6077
|
-
|
|
6083
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
6078
6084
|
var balanced = (a, b, str) => {
|
|
6079
6085
|
const ma = a instanceof RegExp ? maybeMatch(a, str) : a;
|
|
6080
6086
|
const mb = b instanceof RegExp ? maybeMatch(b, str) : b;
|
|
@@ -6286,7 +6292,7 @@ function expand_(str, isTop) {
|
|
|
6286
6292
|
}
|
|
6287
6293
|
|
|
6288
6294
|
// ../../node_modules/.pnpm/minimatch@10.1.1/node_modules/minimatch/dist/esm/assert-valid-pattern.js
|
|
6289
|
-
|
|
6295
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
6290
6296
|
var MAX_PATTERN_LENGTH = 1024 * 64;
|
|
6291
6297
|
var assertValidPattern = (pattern) => {
|
|
6292
6298
|
if (typeof pattern !== "string") {
|
|
@@ -6298,10 +6304,10 @@ var assertValidPattern = (pattern) => {
|
|
|
6298
6304
|
};
|
|
6299
6305
|
|
|
6300
6306
|
// ../../node_modules/.pnpm/minimatch@10.1.1/node_modules/minimatch/dist/esm/ast.js
|
|
6301
|
-
|
|
6307
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
6302
6308
|
|
|
6303
6309
|
// ../../node_modules/.pnpm/minimatch@10.1.1/node_modules/minimatch/dist/esm/brace-expressions.js
|
|
6304
|
-
|
|
6310
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
6305
6311
|
var posixClasses = {
|
|
6306
6312
|
"[:alnum:]": ["\\p{L}\\p{Nl}\\p{Nd}", true],
|
|
6307
6313
|
"[:alpha:]": ["\\p{L}\\p{Nl}", true],
|
|
@@ -6411,7 +6417,7 @@ var parseClass = (glob2, position) => {
|
|
|
6411
6417
|
};
|
|
6412
6418
|
|
|
6413
6419
|
// ../../node_modules/.pnpm/minimatch@10.1.1/node_modules/minimatch/dist/esm/unescape.js
|
|
6414
|
-
|
|
6420
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
6415
6421
|
var unescape = (s, { windowsPathsNoEscape = false, magicalBraces = true } = {}) => {
|
|
6416
6422
|
if (magicalBraces) {
|
|
6417
6423
|
return windowsPathsNoEscape ? s.replace(/\[([^\/\\])\]/g, "$1") : s.replace(/((?!\\).|^)\[([^\/\\])\]/g, "$1$2").replace(/\\([^\/])/g, "$1");
|
|
@@ -6896,7 +6902,7 @@ var AST = class _AST {
|
|
|
6896
6902
|
};
|
|
6897
6903
|
|
|
6898
6904
|
// ../../node_modules/.pnpm/minimatch@10.1.1/node_modules/minimatch/dist/esm/escape.js
|
|
6899
|
-
|
|
6905
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
6900
6906
|
var escape = (s, { windowsPathsNoEscape = false, magicalBraces = false } = {}) => {
|
|
6901
6907
|
if (magicalBraces) {
|
|
6902
6908
|
return windowsPathsNoEscape ? s.replace(/[?*()[\]{}]/g, "[$&]") : s.replace(/[?*()[\]\\{}]/g, "\\$&");
|
|
@@ -7634,11 +7640,11 @@ minimatch.escape = escape;
|
|
|
7634
7640
|
minimatch.unescape = unescape;
|
|
7635
7641
|
|
|
7636
7642
|
// ../../node_modules/.pnpm/glob@13.0.0/node_modules/glob/dist/esm/glob.js
|
|
7637
|
-
|
|
7643
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
7638
7644
|
var _url = require('url');
|
|
7639
7645
|
|
|
7640
7646
|
// ../../node_modules/.pnpm/path-scurry@2.0.1/node_modules/path-scurry/dist/esm/index.js
|
|
7641
|
-
|
|
7647
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
7642
7648
|
|
|
7643
7649
|
|
|
7644
7650
|
|
|
@@ -7646,7 +7652,7 @@ _chunkTZGJRA2Ycjs.init_cjs_shims.call(void 0, );
|
|
|
7646
7652
|
|
|
7647
7653
|
|
|
7648
7654
|
// ../../node_modules/.pnpm/minipass@7.1.2/node_modules/minipass/dist/esm/index.js
|
|
7649
|
-
|
|
7655
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
7650
7656
|
|
|
7651
7657
|
|
|
7652
7658
|
var _string_decoder = require('string_decoder');
|
|
@@ -9645,8 +9651,8 @@ var PathScurryBase = class {
|
|
|
9645
9651
|
*
|
|
9646
9652
|
* @internal
|
|
9647
9653
|
*/
|
|
9648
|
-
constructor(cwd = process.cwd(), pathImpl, sep3, { nocase, childrenCacheSize = 16 * 1024, fs:
|
|
9649
|
-
this.#fs = fsFromOption(
|
|
9654
|
+
constructor(cwd = process.cwd(), pathImpl, sep3, { nocase, childrenCacheSize = 16 * 1024, fs: fs30 = defaultFS } = {}) {
|
|
9655
|
+
this.#fs = fsFromOption(fs30);
|
|
9650
9656
|
if (cwd instanceof URL || cwd.startsWith("file://")) {
|
|
9651
9657
|
cwd = _url.fileURLToPath.call(void 0, cwd);
|
|
9652
9658
|
}
|
|
@@ -10204,8 +10210,8 @@ var PathScurryWin32 = (_class9 = class extends PathScurryBase {
|
|
|
10204
10210
|
/**
|
|
10205
10211
|
* @internal
|
|
10206
10212
|
*/
|
|
10207
|
-
newRoot(
|
|
10208
|
-
return new PathWin32(this.rootPath, IFDIR, void 0, this.roots, this.nocase, this.childrenCache(), { fs:
|
|
10213
|
+
newRoot(fs30) {
|
|
10214
|
+
return new PathWin32(this.rootPath, IFDIR, void 0, this.roots, this.nocase, this.childrenCache(), { fs: fs30 });
|
|
10209
10215
|
}
|
|
10210
10216
|
/**
|
|
10211
10217
|
* Return true if the provided path string is an absolute path
|
|
@@ -10233,8 +10239,8 @@ var PathScurryPosix = (_class10 = class extends PathScurryBase {
|
|
|
10233
10239
|
/**
|
|
10234
10240
|
* @internal
|
|
10235
10241
|
*/
|
|
10236
|
-
newRoot(
|
|
10237
|
-
return new PathPosix(this.rootPath, IFDIR, void 0, this.roots, this.nocase, this.childrenCache(), { fs:
|
|
10242
|
+
newRoot(fs30) {
|
|
10243
|
+
return new PathPosix(this.rootPath, IFDIR, void 0, this.roots, this.nocase, this.childrenCache(), { fs: fs30 });
|
|
10238
10244
|
}
|
|
10239
10245
|
/**
|
|
10240
10246
|
* Return true if the provided path string is an absolute path
|
|
@@ -10253,7 +10259,7 @@ var Path = process.platform === "win32" ? PathWin32 : PathPosix;
|
|
|
10253
10259
|
var PathScurry = process.platform === "win32" ? PathScurryWin32 : process.platform === "darwin" ? PathScurryDarwin : PathScurryPosix;
|
|
10254
10260
|
|
|
10255
10261
|
// ../../node_modules/.pnpm/glob@13.0.0/node_modules/glob/dist/esm/pattern.js
|
|
10256
|
-
|
|
10262
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
10257
10263
|
var isPatternList = (pl2) => pl2.length >= 1;
|
|
10258
10264
|
var isGlobList = (gl) => gl.length >= 1;
|
|
10259
10265
|
var Pattern = class _Pattern {
|
|
@@ -10419,10 +10425,10 @@ var Pattern = class _Pattern {
|
|
|
10419
10425
|
};
|
|
10420
10426
|
|
|
10421
10427
|
// ../../node_modules/.pnpm/glob@13.0.0/node_modules/glob/dist/esm/walker.js
|
|
10422
|
-
|
|
10428
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
10423
10429
|
|
|
10424
10430
|
// ../../node_modules/.pnpm/glob@13.0.0/node_modules/glob/dist/esm/ignore.js
|
|
10425
|
-
|
|
10431
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
10426
10432
|
var defaultPlatform2 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
|
|
10427
10433
|
var Ignore = class {
|
|
10428
10434
|
|
|
@@ -10510,7 +10516,7 @@ var Ignore = class {
|
|
|
10510
10516
|
};
|
|
10511
10517
|
|
|
10512
10518
|
// ../../node_modules/.pnpm/glob@13.0.0/node_modules/glob/dist/esm/processor.js
|
|
10513
|
-
|
|
10519
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
10514
10520
|
var HasWalkedCache = class _HasWalkedCache {
|
|
10515
10521
|
|
|
10516
10522
|
constructor(store = /* @__PURE__ */ new Map()) {
|
|
@@ -11259,7 +11265,7 @@ var Glob = class {
|
|
|
11259
11265
|
};
|
|
11260
11266
|
|
|
11261
11267
|
// ../../node_modules/.pnpm/glob@13.0.0/node_modules/glob/dist/esm/has-magic.js
|
|
11262
|
-
|
|
11268
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11263
11269
|
var hasMagic = (pattern, options = {}) => {
|
|
11264
11270
|
if (!Array.isArray(pattern)) {
|
|
11265
11271
|
pattern = [pattern];
|
|
@@ -11320,7 +11326,7 @@ var glob = Object.assign(glob_, {
|
|
|
11320
11326
|
glob.glob = glob;
|
|
11321
11327
|
|
|
11322
11328
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/opt-arg.js
|
|
11323
|
-
|
|
11329
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11324
11330
|
var typeOrUndef = (val, t16) => typeof val === "undefined" || typeof val === t16;
|
|
11325
11331
|
var isRimrafOptions = (o) => !!o && typeof o === "object" && typeOrUndef(o.preserveRoot, "boolean") && typeOrUndef(o.tmp, "string") && typeOrUndef(o.maxRetries, "number") && typeOrUndef(o.retryDelay, "number") && typeOrUndef(o.backoff, "number") && typeOrUndef(o.maxBackoff, "number") && (typeOrUndef(o.glob, "boolean") || o.glob && typeof o.glob === "object") && typeOrUndef(o.filter, "function");
|
|
11326
11332
|
var assertRimrafOptions = (o) => {
|
|
@@ -11353,7 +11359,7 @@ var optArg = (opt = {}) => optArgT(opt);
|
|
|
11353
11359
|
var optArgSync = (opt = {}) => optArgT(opt);
|
|
11354
11360
|
|
|
11355
11361
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/path-arg.js
|
|
11356
|
-
|
|
11362
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11357
11363
|
|
|
11358
11364
|
var _util = require('util');
|
|
11359
11365
|
var pathArg = (path46, opt = {}) => {
|
|
@@ -11398,13 +11404,13 @@ var pathArg = (path46, opt = {}) => {
|
|
|
11398
11404
|
var path_arg_default = pathArg;
|
|
11399
11405
|
|
|
11400
11406
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/rimraf-manual.js
|
|
11401
|
-
|
|
11407
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11402
11408
|
|
|
11403
11409
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/rimraf-posix.js
|
|
11404
|
-
|
|
11410
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11405
11411
|
|
|
11406
11412
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/fs.js
|
|
11407
|
-
|
|
11413
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11408
11414
|
|
|
11409
11415
|
|
|
11410
11416
|
|
|
@@ -11425,7 +11431,7 @@ var promises = {
|
|
|
11425
11431
|
|
|
11426
11432
|
|
|
11427
11433
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/readdir-or-error.js
|
|
11428
|
-
|
|
11434
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11429
11435
|
var { readdir: readdir4 } = promises;
|
|
11430
11436
|
var readdirOrError = (path46) => readdir4(path46).catch((er) => er);
|
|
11431
11437
|
var readdirOrErrorSync = (path46) => {
|
|
@@ -11437,10 +11443,10 @@ var readdirOrErrorSync = (path46) => {
|
|
|
11437
11443
|
};
|
|
11438
11444
|
|
|
11439
11445
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/ignore-enoent.js
|
|
11440
|
-
|
|
11446
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11441
11447
|
|
|
11442
11448
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/error.js
|
|
11443
|
-
|
|
11449
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11444
11450
|
var isRecord = (o) => !!o && typeof o === "object";
|
|
11445
11451
|
var hasString = (o, key) => key in o && typeof o[key] === "string";
|
|
11446
11452
|
var isFsError = (o) => isRecord(o) && hasString(o, "code") && hasString(o, "path");
|
|
@@ -11542,11 +11548,11 @@ var rimrafPosixDirSync = (path46, opt, ent) => {
|
|
|
11542
11548
|
};
|
|
11543
11549
|
|
|
11544
11550
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/rimraf-windows.js
|
|
11545
|
-
|
|
11551
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11546
11552
|
|
|
11547
11553
|
|
|
11548
11554
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/fix-eperm.js
|
|
11549
|
-
|
|
11555
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11550
11556
|
var { chmod } = promises;
|
|
11551
11557
|
var fixEPERM = (fn) => async (path46) => {
|
|
11552
11558
|
try {
|
|
@@ -11576,7 +11582,7 @@ var fixEPERMSync = (fn) => (path46) => {
|
|
|
11576
11582
|
};
|
|
11577
11583
|
|
|
11578
11584
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/retry-busy.js
|
|
11579
|
-
|
|
11585
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11580
11586
|
var _promises3 = require('timers/promises');
|
|
11581
11587
|
var MAXBACKOFF = 200;
|
|
11582
11588
|
var RATE = 1.2;
|
|
@@ -11630,11 +11636,11 @@ var retryBusySync = (fn) => {
|
|
|
11630
11636
|
};
|
|
11631
11637
|
|
|
11632
11638
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/rimraf-move-remove.js
|
|
11633
|
-
|
|
11639
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11634
11640
|
|
|
11635
11641
|
|
|
11636
11642
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/default-tmp.js
|
|
11637
|
-
|
|
11643
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11638
11644
|
|
|
11639
11645
|
|
|
11640
11646
|
var { stat: stat4 } = promises;
|
|
@@ -11902,7 +11908,7 @@ var rimrafManual = process.platform === "win32" ? rimrafWindows : rimrafPosix;
|
|
|
11902
11908
|
var rimrafManualSync = process.platform === "win32" ? rimrafWindowsSync : rimrafPosixSync;
|
|
11903
11909
|
|
|
11904
11910
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/rimraf-native.js
|
|
11905
|
-
|
|
11911
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11906
11912
|
var { rm } = promises;
|
|
11907
11913
|
var rimrafNative = async (path46, opt) => {
|
|
11908
11914
|
await rm(path46, {
|
|
@@ -11922,7 +11928,7 @@ var rimrafNativeSync = (path46, opt) => {
|
|
|
11922
11928
|
};
|
|
11923
11929
|
|
|
11924
11930
|
// ../../node_modules/.pnpm/rimraf@6.1.2/node_modules/rimraf/dist/esm/use-native.js
|
|
11925
|
-
|
|
11931
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11926
11932
|
var [major = 0, minor = 0] = process.version.replace(/^v/, "").split(".").map((v) => parseInt(v, 10));
|
|
11927
11933
|
var hasNative = major > 14 || major === 14 && minor >= 14;
|
|
11928
11934
|
var useNative = !hasNative || process.platform === "win32" ? () => false : (opt) => !_optionalChain([opt, 'optionalAccess', _241 => _241.signal]) && !_optionalChain([opt, 'optionalAccess', _242 => _242.filter]);
|
|
@@ -11986,7 +11992,7 @@ rimraf.rimraf = rimraf;
|
|
|
11986
11992
|
var _vite = require('vite');
|
|
11987
11993
|
|
|
11988
11994
|
// src/runtime/independentError.ts
|
|
11989
|
-
|
|
11995
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
11990
11996
|
var ANSI_ESCAPE_PATTERN = /\u001B\[[0-9;]*m/g;
|
|
11991
11997
|
function stripAnsi(value) {
|
|
11992
11998
|
return value.replace(ANSI_ESCAPE_PATTERN, "");
|
|
@@ -12116,14 +12122,14 @@ ${detailLines.join("\n")}` : `${fallback}${summary}`;
|
|
|
12116
12122
|
}
|
|
12117
12123
|
|
|
12118
12124
|
// src/runtime/sharedBuildConfig.ts
|
|
12119
|
-
|
|
12125
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
12120
12126
|
|
|
12121
12127
|
|
|
12122
12128
|
// src/runtime/advancedChunks.ts
|
|
12123
|
-
|
|
12129
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
12124
12130
|
|
|
12125
12131
|
// src/runtime/chunkStrategy.ts
|
|
12126
|
-
|
|
12132
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
12127
12133
|
var _buffer = require('buffer');
|
|
12128
12134
|
|
|
12129
12135
|
var SHARED_CHUNK_VIRTUAL_PREFIX = "weapp_shared_virtual";
|
|
@@ -13238,15 +13244,15 @@ function createBuildServicePlugin(ctx) {
|
|
|
13238
13244
|
}
|
|
13239
13245
|
|
|
13240
13246
|
// src/runtime/configPlugin.ts
|
|
13241
|
-
|
|
13247
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
13242
13248
|
|
|
13243
13249
|
// src/runtime/config/createConfigService.ts
|
|
13244
|
-
|
|
13250
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
13245
13251
|
|
|
13246
13252
|
|
|
13247
13253
|
|
|
13248
13254
|
// ../../node_modules/.pnpm/local-pkg@1.1.2/node_modules/local-pkg/dist/index.mjs
|
|
13249
|
-
|
|
13255
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
13250
13256
|
|
|
13251
13257
|
var _module = require('module');
|
|
13252
13258
|
|
|
@@ -13255,10 +13261,10 @@ var _module = require('module');
|
|
|
13255
13261
|
|
|
13256
13262
|
|
|
13257
13263
|
// ../../node_modules/.pnpm/mlly@1.8.0/node_modules/mlly/dist/index.mjs
|
|
13258
|
-
|
|
13264
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
13259
13265
|
|
|
13260
13266
|
// ../../node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/dist/acorn.mjs
|
|
13261
|
-
|
|
13267
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
13262
13268
|
var astralIdentifierCodes = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 7, 9, 32, 4, 318, 1, 80, 3, 71, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 3, 0, 158, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 68, 8, 2, 0, 3, 0, 2, 3, 2, 4, 2, 0, 15, 1, 83, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 7, 19, 58, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 343, 9, 54, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 10, 1, 2, 0, 49, 6, 4, 4, 14, 10, 5350, 0, 7, 14, 11465, 27, 2343, 9, 87, 9, 39, 4, 60, 6, 26, 9, 535, 9, 470, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4178, 9, 519, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 101, 0, 161, 6, 10, 9, 357, 0, 62, 13, 499, 13, 245, 1, 2, 9, 726, 6, 110, 6, 6, 9, 4759, 9, 787719, 239];
|
|
13263
13269
|
var astralIdentifierStartCodes = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 4, 51, 13, 310, 10, 21, 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 14, 35, 39, 27, 10, 22, 251, 41, 7, 1, 17, 2, 60, 28, 11, 0, 9, 21, 43, 17, 47, 20, 28, 22, 13, 52, 58, 1, 3, 0, 14, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 20, 1, 64, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 31, 9, 2, 0, 3, 0, 2, 37, 2, 0, 26, 0, 2, 0, 45, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 38, 6, 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 19, 72, 200, 32, 32, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 328, 18, 16, 0, 2, 12, 2, 33, 125, 0, 80, 921, 103, 110, 18, 195, 2637, 96, 16, 1071, 18, 5, 26, 3994, 6, 582, 6842, 29, 1763, 568, 8, 30, 18, 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, 433, 44, 212, 63, 129, 74, 6, 0, 67, 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 42, 9, 8936, 3, 2, 6, 2, 1, 2, 290, 16, 0, 30, 2, 3, 0, 15, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 1845, 30, 7, 5, 262, 61, 147, 44, 11, 6, 17, 0, 322, 29, 19, 43, 485, 27, 229, 29, 3, 0, 496, 6, 2, 3, 2, 1, 2, 14, 2, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42719, 33, 4153, 7, 221, 3, 5761, 15, 7472, 16, 621, 2467, 541, 1507, 4938, 6, 4191];
|
|
13264
13270
|
var nonASCIIidentifierChars = "\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65";
|
|
@@ -18872,7 +18878,7 @@ Parser.acorn = {
|
|
|
18872
18878
|
|
|
18873
18879
|
|
|
18874
18880
|
// ../../node_modules/.pnpm/ufo@1.6.1/node_modules/ufo/dist/index.mjs
|
|
18875
|
-
|
|
18881
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
18876
18882
|
var r = String.fromCharCode;
|
|
18877
18883
|
var TRAILING_SLASH_RE = /\/$|\/\?|\/#/;
|
|
18878
18884
|
var JOIN_LEADING_SLASH_RE = /^\.?\//;
|
|
@@ -20266,10 +20272,10 @@ function resolvePathSync(id, options) {
|
|
|
20266
20272
|
}
|
|
20267
20273
|
|
|
20268
20274
|
// ../../node_modules/.pnpm/quansync@0.2.11/node_modules/quansync/dist/macro.mjs
|
|
20269
|
-
|
|
20275
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
20270
20276
|
|
|
20271
20277
|
// ../../node_modules/.pnpm/quansync@0.2.11/node_modules/quansync/dist/index.mjs
|
|
20272
|
-
|
|
20278
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
20273
20279
|
var GET_IS_ASYNC = /* @__PURE__ */ Symbol.for("quansync.getIsAsync");
|
|
20274
20280
|
var QuansyncError = class extends Error {
|
|
20275
20281
|
constructor(message = "Unexpected promise in sync context") {
|
|
@@ -20426,7 +20432,7 @@ function _resolve2(path46, options = {}) {
|
|
|
20426
20432
|
const paths = options.paths || [];
|
|
20427
20433
|
if (paths.length === 0)
|
|
20428
20434
|
paths.push(_process2.default.cwd());
|
|
20429
|
-
const targetRequire = _module.createRequire.call(void 0,
|
|
20435
|
+
const targetRequire = _module.createRequire.call(void 0, _chunkPFE2IVZ3cjs.importMetaUrl);
|
|
20430
20436
|
try {
|
|
20431
20437
|
return targetRequire.resolve(path46, { paths });
|
|
20432
20438
|
} catch (e18) {
|
|
@@ -20516,13 +20522,13 @@ var isPackageListed = quansync2(function* (name, cwd) {
|
|
|
20516
20522
|
var isPackageListedSync = isPackageListed.sync;
|
|
20517
20523
|
|
|
20518
20524
|
// ../../node_modules/.pnpm/package-manager-detector@1.6.0/node_modules/package-manager-detector/dist/detect.mjs
|
|
20519
|
-
|
|
20525
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
20520
20526
|
|
|
20521
20527
|
|
|
20522
20528
|
|
|
20523
20529
|
|
|
20524
20530
|
// ../../node_modules/.pnpm/package-manager-detector@1.6.0/node_modules/package-manager-detector/dist/constants.mjs
|
|
20525
|
-
|
|
20531
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
20526
20532
|
var AGENTS = [
|
|
20527
20533
|
"npm",
|
|
20528
20534
|
"yarn",
|
|
@@ -20683,10 +20689,10 @@ function isMetadataYarnClassic(metadataPath) {
|
|
|
20683
20689
|
|
|
20684
20690
|
|
|
20685
20691
|
// src/platform.ts
|
|
20686
|
-
|
|
20692
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
20687
20693
|
|
|
20688
20694
|
// src/platforms/adapters.ts
|
|
20689
|
-
|
|
20695
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
20690
20696
|
var MINI_PROGRAM_PLATFORM_ADAPTERS = [
|
|
20691
20697
|
{
|
|
20692
20698
|
id: "weapp",
|
|
@@ -20800,7 +20806,7 @@ function getMiniProgramPlatformAdapter(platform) {
|
|
|
20800
20806
|
}
|
|
20801
20807
|
|
|
20802
20808
|
// src/runtime/oxcRuntime.ts
|
|
20803
|
-
|
|
20809
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
20804
20810
|
|
|
20805
20811
|
|
|
20806
20812
|
var NULL_BYTE = "\0";
|
|
@@ -20960,7 +20966,7 @@ function createOxcRuntimeSupport() {
|
|
|
20960
20966
|
}
|
|
20961
20967
|
|
|
20962
20968
|
// src/runtime/packageAliases.ts
|
|
20963
|
-
|
|
20969
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
20964
20970
|
|
|
20965
20971
|
|
|
20966
20972
|
var SPECIAL_PACKAGE_ALIASES = [
|
|
@@ -20999,7 +21005,7 @@ function resolveBuiltinPackageAliases() {
|
|
|
20999
21005
|
}
|
|
21000
21006
|
|
|
21001
21007
|
// src/runtime/config/internal/alias.ts
|
|
21002
|
-
|
|
21008
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21003
21009
|
function createAliasManager(oxcAlias, builtinAliases) {
|
|
21004
21010
|
function normalizeAliasOptions(alias) {
|
|
21005
21011
|
if (!alias) {
|
|
@@ -21040,7 +21046,7 @@ function createAliasManager(oxcAlias, builtinAliases) {
|
|
|
21040
21046
|
}
|
|
21041
21047
|
|
|
21042
21048
|
// src/runtime/config/internal/loadConfig.ts
|
|
21043
|
-
|
|
21049
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21044
21050
|
|
|
21045
21051
|
|
|
21046
21052
|
|
|
@@ -21048,7 +21054,7 @@ _chunkTZGJRA2Ycjs.init_cjs_shims.call(void 0, );
|
|
|
21048
21054
|
var _vitetsconfigpaths = require('vite-tsconfig-paths'); var _vitetsconfigpaths2 = _interopRequireDefault(_vitetsconfigpaths);
|
|
21049
21055
|
|
|
21050
21056
|
// src/defaults.ts
|
|
21051
|
-
|
|
21057
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21052
21058
|
var defaultExcluded = [
|
|
21053
21059
|
"**/node_modules/**",
|
|
21054
21060
|
"**/miniprogram_npm/**"
|
|
@@ -21109,7 +21115,7 @@ var defaultAssetExtensions = [
|
|
|
21109
21115
|
];
|
|
21110
21116
|
|
|
21111
21117
|
// src/runtime/config/enhance.ts
|
|
21112
|
-
|
|
21118
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21113
21119
|
var enhanceKeys = ["wxml", "wxs", "autoImportComponents"];
|
|
21114
21120
|
var hasLoggedEnhanceDeprecation = false;
|
|
21115
21121
|
function hasDeprecatedEnhanceUsage(enhance) {
|
|
@@ -21140,7 +21146,7 @@ function migrateEnhanceOptions(target, options) {
|
|
|
21140
21146
|
}
|
|
21141
21147
|
|
|
21142
21148
|
// src/runtime/config/legacyEs5.ts
|
|
21143
|
-
|
|
21149
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21144
21150
|
async function loadSwcTransformModule() {
|
|
21145
21151
|
try {
|
|
21146
21152
|
const module = await Promise.resolve().then(() => _interopRequireWildcard(require("@swc/core")));
|
|
@@ -21200,7 +21206,7 @@ function createLegacyEs5Plugin() {
|
|
|
21200
21206
|
}
|
|
21201
21207
|
|
|
21202
21208
|
// src/runtime/config/targets.ts
|
|
21203
|
-
|
|
21209
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21204
21210
|
var ECMASCRIPT_SHORTHAND_YEAR_MAP = {
|
|
21205
21211
|
6: 2015,
|
|
21206
21212
|
7: 2016,
|
|
@@ -21278,7 +21284,7 @@ function sanitizeBuildTarget(target, options) {
|
|
|
21278
21284
|
}
|
|
21279
21285
|
|
|
21280
21286
|
// src/runtime/config/web.ts
|
|
21281
|
-
|
|
21287
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21282
21288
|
|
|
21283
21289
|
function normalizeSrcDir(root, cwd, srcRoot, config) {
|
|
21284
21290
|
if (!config) {
|
|
@@ -21548,17 +21554,17 @@ function createLoadConfig(options) {
|
|
|
21548
21554
|
}
|
|
21549
21555
|
|
|
21550
21556
|
// src/runtime/config/internal/merge.ts
|
|
21551
|
-
|
|
21557
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21552
21558
|
|
|
21553
21559
|
var _web = require('@weapp-vite/web');
|
|
21554
21560
|
|
|
21555
21561
|
|
|
21556
21562
|
// src/plugins/index.ts
|
|
21557
|
-
|
|
21563
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21558
21564
|
var _vitepluginperformance = require('vite-plugin-performance');
|
|
21559
21565
|
|
|
21560
21566
|
// src/plugins/asset.ts
|
|
21561
|
-
|
|
21567
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21562
21568
|
|
|
21563
21569
|
|
|
21564
21570
|
|
|
@@ -21652,7 +21658,7 @@ function asset(ctx) {
|
|
|
21652
21658
|
}
|
|
21653
21659
|
|
|
21654
21660
|
// src/plugins/autoImport.ts
|
|
21655
|
-
|
|
21661
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21656
21662
|
|
|
21657
21663
|
|
|
21658
21664
|
function normalizeChangedPath(id) {
|
|
@@ -21712,7 +21718,7 @@ async function findTemplateCandidates(state, globs) {
|
|
|
21712
21718
|
includeDirs: false,
|
|
21713
21719
|
filters: [
|
|
21714
21720
|
(candidate) => {
|
|
21715
|
-
return
|
|
21721
|
+
return _chunkZZA26GJIcjs.isTemplateRequest.call(void 0, candidate);
|
|
21716
21722
|
}
|
|
21717
21723
|
],
|
|
21718
21724
|
pathSeparator: "/"
|
|
@@ -21781,7 +21787,7 @@ function autoImport(ctx) {
|
|
|
21781
21787
|
}
|
|
21782
21788
|
|
|
21783
21789
|
// src/plugins/autoRoutes.ts
|
|
21784
|
-
|
|
21790
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21785
21791
|
var AUTO_ROUTES_ID = "weapp-vite/auto-routes";
|
|
21786
21792
|
var VIRTUAL_MODULE_ID = "virtual:weapp-vite-auto-routes";
|
|
21787
21793
|
var RESOLVED_VIRTUAL_ID = "\0weapp-vite:auto-routes";
|
|
@@ -21855,14 +21861,13 @@ function autoRoutes(ctx) {
|
|
|
21855
21861
|
}
|
|
21856
21862
|
|
|
21857
21863
|
// src/plugins/core.ts
|
|
21858
|
-
|
|
21859
|
-
|
|
21864
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21860
21865
|
|
|
21861
21866
|
var _magicstring = require('magic-string'); var _magicstring2 = _interopRequireDefault(_magicstring);
|
|
21862
21867
|
|
|
21863
21868
|
|
|
21864
21869
|
// src/plugins/css/shared/preprocessor.ts
|
|
21865
|
-
|
|
21870
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21866
21871
|
|
|
21867
21872
|
|
|
21868
21873
|
|
|
@@ -21870,18 +21875,18 @@ _chunkTZGJRA2Ycjs.init_cjs_shims.call(void 0, );
|
|
|
21870
21875
|
|
|
21871
21876
|
|
|
21872
21877
|
// src/postcss/index.ts
|
|
21873
|
-
|
|
21878
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21874
21879
|
var _postcss = require('postcss'); var _postcss2 = _interopRequireDefault(_postcss);
|
|
21875
21880
|
|
|
21876
21881
|
// src/postcss/constants.ts
|
|
21877
|
-
|
|
21882
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21878
21883
|
var cssAtRulePrefix = "wv";
|
|
21879
21884
|
var IFDEF = "#ifdef";
|
|
21880
21885
|
var IFNDEF = "#ifndef";
|
|
21881
21886
|
var ENDIF = "#endif";
|
|
21882
21887
|
|
|
21883
21888
|
// src/postcss/post.ts
|
|
21884
|
-
|
|
21889
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
21885
21890
|
function normalizeTargets(values) {
|
|
21886
21891
|
return values.map((value) => value.trim().toLowerCase()).filter(Boolean);
|
|
21887
21892
|
}
|
|
@@ -22011,7 +22016,7 @@ var cssCodeCache = new LRUCache({
|
|
|
22011
22016
|
var sharedStyleCache = /* @__PURE__ */ new Map();
|
|
22012
22017
|
var nodeRequire = (() => {
|
|
22013
22018
|
try {
|
|
22014
|
-
return _module.createRequire.call(void 0,
|
|
22019
|
+
return _module.createRequire.call(void 0, _chunkPFE2IVZ3cjs.importMetaUrl);
|
|
22015
22020
|
} catch (e25) {
|
|
22016
22021
|
return null;
|
|
22017
22022
|
}
|
|
@@ -22125,10 +22130,10 @@ function invalidateSharedStyleCache() {
|
|
|
22125
22130
|
}
|
|
22126
22131
|
|
|
22127
22132
|
// src/plugins/hooks/useLoadEntry/index.ts
|
|
22128
|
-
|
|
22133
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
22129
22134
|
|
|
22130
22135
|
// src/plugins/hooks/useLoadEntry/autoImport.ts
|
|
22131
|
-
|
|
22136
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
22132
22137
|
|
|
22133
22138
|
function createAutoImportAugmenter(autoImportService, wxmlService) {
|
|
22134
22139
|
return function applyAutoImports(baseName, json) {
|
|
@@ -22153,7 +22158,7 @@ function createAutoImportAugmenter(autoImportService, wxmlService) {
|
|
|
22153
22158
|
}
|
|
22154
22159
|
|
|
22155
22160
|
// src/plugins/hooks/useLoadEntry/chunkEmitter.ts
|
|
22156
|
-
|
|
22161
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
22157
22162
|
var _perf_hooks = require('perf_hooks');
|
|
22158
22163
|
function createChunkEmitter(configService, loadedEntrySet, debug4) {
|
|
22159
22164
|
return function emitEntriesChunks(resolvedIds) {
|
|
@@ -22165,7 +22170,7 @@ function createChunkEmitter(configService, loadedEntrySet, debug4) {
|
|
|
22165
22170
|
loadedEntrySet.add(resolvedId.id);
|
|
22166
22171
|
await this.load(resolvedId);
|
|
22167
22172
|
const fileName = configService.relativeOutputPath(
|
|
22168
|
-
|
|
22173
|
+
_chunkZZA26GJIcjs.changeFileExtension.call(void 0, resolvedId.id, ".js")
|
|
22169
22174
|
);
|
|
22170
22175
|
this.emitFile({
|
|
22171
22176
|
type: "chunk",
|
|
@@ -22180,7 +22185,7 @@ function createChunkEmitter(configService, loadedEntrySet, debug4) {
|
|
|
22180
22185
|
}
|
|
22181
22186
|
|
|
22182
22187
|
// src/plugins/hooks/useLoadEntry/extendedLib.ts
|
|
22183
|
-
|
|
22188
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
22184
22189
|
|
|
22185
22190
|
var EXTENDED_LIB_DESCRIPTORS = {
|
|
22186
22191
|
weui: {
|
|
@@ -22227,7 +22232,7 @@ function createExtendedLibManager() {
|
|
|
22227
22232
|
}
|
|
22228
22233
|
|
|
22229
22234
|
// src/plugins/hooks/useLoadEntry/jsonEmit.ts
|
|
22230
|
-
|
|
22235
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
22231
22236
|
function createJsonEmitManager(configService) {
|
|
22232
22237
|
const map = /* @__PURE__ */ new Map();
|
|
22233
22238
|
function register(entry) {
|
|
@@ -22249,7 +22254,7 @@ function createJsonEmitManager(configService) {
|
|
|
22249
22254
|
}
|
|
22250
22255
|
|
|
22251
22256
|
// src/plugins/hooks/useLoadEntry/loadEntry.ts
|
|
22252
|
-
|
|
22257
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
22253
22258
|
|
|
22254
22259
|
|
|
22255
22260
|
|
|
@@ -22261,10 +22266,10 @@ var _compilercore = require('@vue/compiler-core');
|
|
|
22261
22266
|
var _compilersfc = require('vue/compiler-sfc');
|
|
22262
22267
|
|
|
22263
22268
|
// src/auto-import-components/builtin.ts
|
|
22264
|
-
|
|
22269
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
22265
22270
|
|
|
22266
22271
|
// src/auto-import-components/builtin.auto.ts
|
|
22267
|
-
|
|
22272
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
22268
22273
|
var components = [
|
|
22269
22274
|
"wxs",
|
|
22270
22275
|
"template",
|
|
@@ -22363,7 +22368,7 @@ function isBuiltinComponent(tag) {
|
|
|
22363
22368
|
}
|
|
22364
22369
|
|
|
22365
22370
|
// src/plugins/utils/analyze.ts
|
|
22366
|
-
|
|
22371
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
22367
22372
|
|
|
22368
22373
|
|
|
22369
22374
|
function collectPluginExportEntries(plugins, root) {
|
|
@@ -22432,22 +22437,88 @@ function analyzeCommonJson(json) {
|
|
|
22432
22437
|
return entries;
|
|
22433
22438
|
}
|
|
22434
22439
|
|
|
22440
|
+
// src/plugins/utils/cache.ts
|
|
22441
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
22442
|
+
|
|
22443
|
+
var mtimeCache = /* @__PURE__ */ new Map();
|
|
22444
|
+
var loadCache = new LRUCache({
|
|
22445
|
+
max: 1024
|
|
22446
|
+
});
|
|
22447
|
+
var pathExistsCache = new LRUCache({
|
|
22448
|
+
max: 4096
|
|
22449
|
+
});
|
|
22450
|
+
async function isInvalidate(id) {
|
|
22451
|
+
const cachedMtime = mtimeCache.get(id);
|
|
22452
|
+
const stats = await _fsextra2.default.stat(id);
|
|
22453
|
+
const mtimeMs = typeof _optionalChain([stats, 'optionalAccess', _383 => _383.mtimeMs]) === "number" ? stats.mtimeMs : Number.NaN;
|
|
22454
|
+
if (!Number.isFinite(mtimeMs)) {
|
|
22455
|
+
return true;
|
|
22456
|
+
}
|
|
22457
|
+
if (cachedMtime === void 0) {
|
|
22458
|
+
mtimeCache.set(id, mtimeMs);
|
|
22459
|
+
return true;
|
|
22460
|
+
} else if (cachedMtime >= mtimeMs) {
|
|
22461
|
+
return false;
|
|
22462
|
+
} else {
|
|
22463
|
+
mtimeCache.set(id, mtimeMs);
|
|
22464
|
+
return true;
|
|
22465
|
+
}
|
|
22466
|
+
}
|
|
22467
|
+
async function readFile2(id, options) {
|
|
22468
|
+
const checkMtime = _nullishCoalesce(_optionalChain([options, 'optionalAccess', _384 => _384.checkMtime]), () => ( true));
|
|
22469
|
+
const encoding = _nullishCoalesce(_optionalChain([options, 'optionalAccess', _385 => _385.encoding]), () => ( "utf8"));
|
|
22470
|
+
if (!checkMtime) {
|
|
22471
|
+
const cached = loadCache.get(id);
|
|
22472
|
+
if (cached !== void 0) {
|
|
22473
|
+
return cached;
|
|
22474
|
+
}
|
|
22475
|
+
const content2 = await _fsextra2.default.readFile(id, encoding);
|
|
22476
|
+
loadCache.set(id, content2);
|
|
22477
|
+
return content2;
|
|
22478
|
+
}
|
|
22479
|
+
const invalid = await isInvalidate(id);
|
|
22480
|
+
if (!invalid) {
|
|
22481
|
+
const cached = loadCache.get(id);
|
|
22482
|
+
if (cached !== void 0) {
|
|
22483
|
+
return cached;
|
|
22484
|
+
}
|
|
22485
|
+
}
|
|
22486
|
+
const content = await _fsextra2.default.readFile(id, encoding);
|
|
22487
|
+
loadCache.set(id, content);
|
|
22488
|
+
return content;
|
|
22489
|
+
}
|
|
22490
|
+
async function pathExists2(id, options) {
|
|
22491
|
+
const ttlMs = _optionalChain([options, 'optionalAccess', _386 => _386.ttlMs]);
|
|
22492
|
+
const cached = pathExistsCache.get(id);
|
|
22493
|
+
if (cached !== void 0) {
|
|
22494
|
+
return cached;
|
|
22495
|
+
}
|
|
22496
|
+
const exists = await _fsextra2.default.pathExists(id);
|
|
22497
|
+
if (typeof ttlMs === "number" && Number.isFinite(ttlMs) && ttlMs > 0) {
|
|
22498
|
+
pathExistsCache.set(id, exists, { ttl: ttlMs });
|
|
22499
|
+
} else {
|
|
22500
|
+
pathExistsCache.set(id, exists);
|
|
22501
|
+
}
|
|
22502
|
+
return exists;
|
|
22503
|
+
}
|
|
22504
|
+
|
|
22435
22505
|
// src/plugins/hooks/useLoadEntry/loadEntry.ts
|
|
22436
22506
|
function createStopwatch() {
|
|
22437
22507
|
const start = _perf_hooks.performance.now();
|
|
22438
22508
|
return () => `${(_perf_hooks.performance.now() - start).toFixed(2)}ms`;
|
|
22439
22509
|
}
|
|
22510
|
+
var RESERVED_VUE_COMPONENT_TAGS = /* @__PURE__ */ new Set([
|
|
22511
|
+
"template",
|
|
22512
|
+
"slot",
|
|
22513
|
+
"component",
|
|
22514
|
+
"transition",
|
|
22515
|
+
"keep-alive",
|
|
22516
|
+
"teleport",
|
|
22517
|
+
"suspense"
|
|
22518
|
+
]);
|
|
22519
|
+
var COMPONENT_TAG_RE = /^[A-Z_$][\w$]*$/i;
|
|
22440
22520
|
function collectVueTemplateComponentNames(template) {
|
|
22441
22521
|
const names = /* @__PURE__ */ new Set();
|
|
22442
|
-
const reserved = /* @__PURE__ */ new Set([
|
|
22443
|
-
"template",
|
|
22444
|
-
"slot",
|
|
22445
|
-
"component",
|
|
22446
|
-
"transition",
|
|
22447
|
-
"keep-alive",
|
|
22448
|
-
"teleport",
|
|
22449
|
-
"suspense"
|
|
22450
|
-
]);
|
|
22451
22522
|
const ast = _compilercore.baseParse.call(void 0, template, { onError: () => {
|
|
22452
22523
|
} });
|
|
22453
22524
|
const visit = (node) => {
|
|
@@ -22460,8 +22531,8 @@ function collectVueTemplateComponentNames(template) {
|
|
|
22460
22531
|
}
|
|
22461
22532
|
if (node.type === _compilercore.NodeTypes.ELEMENT) {
|
|
22462
22533
|
const tag = node.tag;
|
|
22463
|
-
if (typeof tag === "string" &&
|
|
22464
|
-
if (!
|
|
22534
|
+
if (typeof tag === "string" && COMPONENT_TAG_RE.test(tag)) {
|
|
22535
|
+
if (!RESERVED_VUE_COMPONENT_TAGS.has(tag) && !isBuiltinComponent(tag)) {
|
|
22465
22536
|
names.add(tag);
|
|
22466
22537
|
}
|
|
22467
22538
|
}
|
|
@@ -22498,7 +22569,7 @@ function collectScriptSetupImports(scriptSetup, templateComponentNames) {
|
|
|
22498
22569
|
if (specifier.importKind === "type") {
|
|
22499
22570
|
continue;
|
|
22500
22571
|
}
|
|
22501
|
-
const localName = _optionalChain([specifier, 'access',
|
|
22572
|
+
const localName = _optionalChain([specifier, 'access', _387 => _387.local, 'optionalAccess', _388 => _388.name]);
|
|
22502
22573
|
if (!localName || !templateComponentNames.has(localName)) {
|
|
22503
22574
|
continue;
|
|
22504
22575
|
}
|
|
@@ -22506,7 +22577,7 @@ function collectScriptSetupImports(scriptSetup, templateComponentNames) {
|
|
|
22506
22577
|
results.push({ localName, importSource, importedName: "default", kind: "default" });
|
|
22507
22578
|
} else if (specifier.type === "ImportSpecifier") {
|
|
22508
22579
|
const imported = specifier.imported;
|
|
22509
|
-
const importedName = _optionalChain([imported, 'optionalAccess',
|
|
22580
|
+
const importedName = _optionalChain([imported, 'optionalAccess', _389 => _389.type]) === "Identifier" ? imported.name : _optionalChain([imported, 'optionalAccess', _390 => _390.type]) === "StringLiteral" ? imported.value : void 0;
|
|
22510
22581
|
results.push({ localName, importSource, importedName, kind: "named" });
|
|
22511
22582
|
}
|
|
22512
22583
|
}
|
|
@@ -22546,8 +22617,8 @@ async function addWatchTarget(pluginCtx, target, existsCache) {
|
|
|
22546
22617
|
}
|
|
22547
22618
|
async function collectStyleImports(pluginCtx, id, existsCache) {
|
|
22548
22619
|
const styleImports = [];
|
|
22549
|
-
for (const ext2 of
|
|
22550
|
-
const mayBeCssPath =
|
|
22620
|
+
for (const ext2 of _chunkZZA26GJIcjs.supportedCssLangs) {
|
|
22621
|
+
const mayBeCssPath = _chunkZZA26GJIcjs.changeFileExtension.call(void 0, id, ext2);
|
|
22551
22622
|
const exists = await addWatchTarget(pluginCtx, mayBeCssPath, existsCache);
|
|
22552
22623
|
if (exists) {
|
|
22553
22624
|
styleImports.push(mayBeCssPath);
|
|
@@ -22561,7 +22632,7 @@ async function collectAppSideFiles(pluginCtx, id, json, jsonService, registerJso
|
|
|
22561
22632
|
if (!location) {
|
|
22562
22633
|
return;
|
|
22563
22634
|
}
|
|
22564
|
-
const { path: jsonPath, predictions } = await
|
|
22635
|
+
const { path: jsonPath, predictions } = await _chunkZZA26GJIcjs.findJsonEntry.call(void 0,
|
|
22565
22636
|
_pathe2.default.resolve(_pathe2.default.dirname(id), location)
|
|
22566
22637
|
);
|
|
22567
22638
|
for (const prediction of predictions) {
|
|
@@ -22581,7 +22652,7 @@ async function collectAppSideFiles(pluginCtx, id, json, jsonService, registerJso
|
|
|
22581
22652
|
await processSideJson(themeLocation);
|
|
22582
22653
|
}
|
|
22583
22654
|
async function ensureTemplateScanned(pluginCtx, id, scanTemplateEntry, existsCache) {
|
|
22584
|
-
const { path: templateEntry, predictions } = await
|
|
22655
|
+
const { path: templateEntry, predictions } = await _chunkZZA26GJIcjs.findTemplateEntry.call(void 0, id);
|
|
22585
22656
|
for (const prediction of predictions) {
|
|
22586
22657
|
await addWatchTarget(pluginCtx, prediction, existsCache);
|
|
22587
22658
|
}
|
|
@@ -22627,7 +22698,7 @@ function createEntryLoader(options) {
|
|
|
22627
22698
|
const relativeCwdId = configService.relativeCwd(id);
|
|
22628
22699
|
this.addWatchFile(id);
|
|
22629
22700
|
const baseName = _shared.removeExtensionDeep.call(void 0, id);
|
|
22630
|
-
const jsonEntry = await
|
|
22701
|
+
const jsonEntry = await _chunkZZA26GJIcjs.findJsonEntry.call(void 0, id);
|
|
22631
22702
|
let jsonPath = jsonEntry.path;
|
|
22632
22703
|
for (const prediction of jsonEntry.predictions) {
|
|
22633
22704
|
await addWatchTarget(this, prediction, existsCache);
|
|
@@ -22636,15 +22707,15 @@ function createEntryLoader(options) {
|
|
|
22636
22707
|
if (jsonPath) {
|
|
22637
22708
|
json = await jsonService.read(jsonPath);
|
|
22638
22709
|
} else {
|
|
22639
|
-
jsonPath =
|
|
22710
|
+
jsonPath = _chunkZZA26GJIcjs.changeFileExtension.call(void 0, id, ".json");
|
|
22640
22711
|
}
|
|
22641
|
-
const vueEntryPath = id.endsWith(".vue") ? id : await
|
|
22712
|
+
const vueEntryPath = id.endsWith(".vue") ? id : await _chunkZZA26GJIcjs.findVueEntry.call(void 0, _shared.removeExtensionDeep.call(void 0, id));
|
|
22642
22713
|
if (vueEntryPath) {
|
|
22643
22714
|
this.addWatchFile(vueEntryPath);
|
|
22644
22715
|
}
|
|
22645
22716
|
if (!jsonEntry.path) {
|
|
22646
22717
|
if (vueEntryPath) {
|
|
22647
|
-
const configFromVue = await
|
|
22718
|
+
const configFromVue = await _chunkZZA26GJIcjs.extractConfigFromVue.call(void 0, vueEntryPath);
|
|
22648
22719
|
if (configFromVue && typeof configFromVue === "object") {
|
|
22649
22720
|
json = configFromVue;
|
|
22650
22721
|
}
|
|
@@ -22668,7 +22739,7 @@ function createEntryLoader(options) {
|
|
|
22668
22739
|
existsCache
|
|
22669
22740
|
);
|
|
22670
22741
|
}
|
|
22671
|
-
const pluginJsonPath = _optionalChain([scanService, 'optionalAccess',
|
|
22742
|
+
const pluginJsonPath = _optionalChain([scanService, 'optionalAccess', _391 => _391.pluginJsonPath]);
|
|
22672
22743
|
if (configService.absolutePluginRoot && pluginJsonPath) {
|
|
22673
22744
|
this.addWatchFile(pluginJsonPath);
|
|
22674
22745
|
const pluginJson = await jsonService.read(pluginJsonPath);
|
|
@@ -22701,9 +22772,9 @@ function createEntryLoader(options) {
|
|
|
22701
22772
|
applyAutoImports(baseName, json);
|
|
22702
22773
|
if (vueEntryPath) {
|
|
22703
22774
|
try {
|
|
22704
|
-
const vueSource = await
|
|
22775
|
+
const vueSource = await readFile2(vueEntryPath, { checkMtime: configService.isDev });
|
|
22705
22776
|
const { descriptor, errors } = _compilersfc.parse.call(void 0, vueSource, { filename: vueEntryPath });
|
|
22706
|
-
if (!_optionalChain([errors, 'optionalAccess',
|
|
22777
|
+
if (!_optionalChain([errors, 'optionalAccess', _392 => _392.length]) && _optionalChain([descriptor, 'optionalAccess', _393 => _393.scriptSetup]) && _optionalChain([descriptor, 'optionalAccess', _394 => _394.template])) {
|
|
22707
22778
|
const templateComponentNames = collectVueTemplateComponentNames(descriptor.template.content);
|
|
22708
22779
|
if (templateComponentNames.size) {
|
|
22709
22780
|
const imports = collectScriptSetupImports(descriptor.scriptSetup.content, templateComponentNames);
|
|
@@ -22711,18 +22782,18 @@ function createEntryLoader(options) {
|
|
|
22711
22782
|
const usingComponents = json && typeof json.usingComponents === "object" && json.usingComponents && !Array.isArray(json.usingComponents) ? json.usingComponents : {};
|
|
22712
22783
|
for (const { localName, importSource, importedName, kind } of imports) {
|
|
22713
22784
|
const resolved = await this.resolve(importSource, vueEntryPath);
|
|
22714
|
-
let resolvedId = _optionalChain([resolved, 'optionalAccess',
|
|
22785
|
+
let resolvedId = _optionalChain([resolved, 'optionalAccess', _395 => _395.id]) ? normalizeResolvedFileId(resolved.id) : void 0;
|
|
22715
22786
|
if (!resolvedId || !_pathe2.default.isAbsolute(resolvedId)) {
|
|
22716
22787
|
if (importSource.startsWith(".")) {
|
|
22717
22788
|
resolvedId = _pathe2.default.resolve(_pathe2.default.dirname(vueEntryPath), importSource);
|
|
22718
22789
|
}
|
|
22719
22790
|
}
|
|
22720
22791
|
if (resolvedId && _pathe2.default.isAbsolute(resolvedId) && !_pathe2.default.extname(resolvedId)) {
|
|
22721
|
-
const matchedVue = await
|
|
22792
|
+
const matchedVue = await _chunkZZA26GJIcjs.findVueEntry.call(void 0, resolvedId);
|
|
22722
22793
|
if (matchedVue) {
|
|
22723
22794
|
resolvedId = matchedVue;
|
|
22724
22795
|
} else {
|
|
22725
|
-
const matchedJs = await
|
|
22796
|
+
const matchedJs = await _chunkZZA26GJIcjs.findJsEntry.call(void 0, resolvedId);
|
|
22726
22797
|
if (matchedJs.path) {
|
|
22727
22798
|
resolvedId = matchedJs.path;
|
|
22728
22799
|
}
|
|
@@ -22747,7 +22818,7 @@ function createEntryLoader(options) {
|
|
|
22747
22818
|
visited.add(exporterFile);
|
|
22748
22819
|
let code2;
|
|
22749
22820
|
try {
|
|
22750
|
-
code2 = await
|
|
22821
|
+
code2 = await readFile2(exporterFile, { checkMtime: configService.isDev });
|
|
22751
22822
|
} catch (e29) {
|
|
22752
22823
|
return void 0;
|
|
22753
22824
|
}
|
|
@@ -22759,29 +22830,29 @@ function createEntryLoader(options) {
|
|
|
22759
22830
|
}
|
|
22760
22831
|
const exportAllSources = [];
|
|
22761
22832
|
for (const node of ast.program.body) {
|
|
22762
|
-
if (node.type === "ExportNamedDeclaration" && _optionalChain([node, 'access',
|
|
22833
|
+
if (node.type === "ExportNamedDeclaration" && _optionalChain([node, 'access', _396 => _396.source, 'optionalAccess', _397 => _397.type]) === "StringLiteral") {
|
|
22763
22834
|
const source = node.source.value;
|
|
22764
22835
|
for (const spec of _nullishCoalesce(node.specifiers, () => ( []))) {
|
|
22765
22836
|
if (spec.type !== "ExportSpecifier") {
|
|
22766
22837
|
continue;
|
|
22767
22838
|
}
|
|
22768
22839
|
const exported = spec.exported;
|
|
22769
|
-
const exportedName = _optionalChain([exported, 'optionalAccess',
|
|
22840
|
+
const exportedName = _optionalChain([exported, 'optionalAccess', _398 => _398.type]) === "Identifier" ? exported.name : _optionalChain([exported, 'optionalAccess', _399 => _399.type]) === "StringLiteral" ? exported.value : void 0;
|
|
22770
22841
|
if (exportedName !== exportName) {
|
|
22771
22842
|
continue;
|
|
22772
22843
|
}
|
|
22773
22844
|
const hop = await this.resolve(source, exporterFile);
|
|
22774
|
-
const hopId = _optionalChain([hop, 'optionalAccess',
|
|
22845
|
+
const hopId = _optionalChain([hop, 'optionalAccess', _400 => _400.id]) ? normalizeResolvedFileId(hop.id) : void 0;
|
|
22775
22846
|
return hopId && !hopId.startsWith("\0") && !hopId.startsWith("node:") ? hopId : void 0;
|
|
22776
22847
|
}
|
|
22777
22848
|
}
|
|
22778
|
-
if (node.type === "ExportAllDeclaration" && _optionalChain([node, 'access',
|
|
22849
|
+
if (node.type === "ExportAllDeclaration" && _optionalChain([node, 'access', _401 => _401.source, 'optionalAccess', _402 => _402.type]) === "StringLiteral") {
|
|
22779
22850
|
exportAllSources.push(node.source.value);
|
|
22780
22851
|
}
|
|
22781
22852
|
}
|
|
22782
22853
|
for (const source of exportAllSources) {
|
|
22783
22854
|
const hop = await this.resolve(source, exporterFile);
|
|
22784
|
-
const hopId = _optionalChain([hop, 'optionalAccess',
|
|
22855
|
+
const hopId = _optionalChain([hop, 'optionalAccess', _403 => _403.id]) ? normalizeResolvedFileId(hop.id) : void 0;
|
|
22785
22856
|
if (!hopId || hopId.startsWith("\0") || hopId.startsWith("node:")) {
|
|
22786
22857
|
continue;
|
|
22787
22858
|
}
|
|
@@ -22849,13 +22920,13 @@ function createEntryLoader(options) {
|
|
|
22849
22920
|
normalizedEntries,
|
|
22850
22921
|
configService.absoluteSrcRoot
|
|
22851
22922
|
) : [];
|
|
22852
|
-
_optionalChain([debug4, 'optionalCall',
|
|
22923
|
+
_optionalChain([debug4, 'optionalCall', _404 => _404(`resolvedIds ${relativeCwdId} \u8017\u65F6 ${getTime()}`)]);
|
|
22853
22924
|
const pendingResolvedIds = [];
|
|
22854
22925
|
const combinedResolved = pluginResolvedRecords ? isPluginBuild ? pluginResolvedRecords : [...resolvedIds, ...pluginResolvedRecords] : resolvedIds;
|
|
22855
22926
|
const pluginEntrySet = pluginResolvedRecords ? new Set(pluginResolvedRecords.map((record) => record.entry)) : void 0;
|
|
22856
22927
|
for (const { entry, resolvedId } of combinedResolved) {
|
|
22857
22928
|
if (!resolvedId) {
|
|
22858
|
-
if (_optionalChain([pluginEntrySet, 'optionalAccess',
|
|
22929
|
+
if (_optionalChain([pluginEntrySet, 'optionalAccess', _405 => _405.has, 'call', _406 => _406(entry)])) {
|
|
22859
22930
|
logger_default.warn(`\u6CA1\u6709\u627E\u5230\u63D2\u4EF6\u5165\u53E3 \`${entry}\` \u5BF9\u5E94\u7684\u811A\u672C\u6587\u4EF6\uFF0C\u8BF7\u68C0\u67E5\u8DEF\u5F84\u662F\u5426\u6B63\u786E!`);
|
|
22860
22931
|
} else {
|
|
22861
22932
|
logger_default.warn(`\u6CA1\u6709\u627E\u5230 \`${entry}\` \u7684\u5165\u53E3\u6587\u4EF6\uFF0C\u8BF7\u68C0\u67E5\u8DEF\u5F84\u662F\u5426\u6B63\u786E!`);
|
|
@@ -22870,7 +22941,7 @@ function createEntryLoader(options) {
|
|
|
22870
22941
|
if (pendingResolvedIds.length) {
|
|
22871
22942
|
await Promise.all(emitEntriesChunks.call(this, pendingResolvedIds));
|
|
22872
22943
|
}
|
|
22873
|
-
_optionalChain([debug4, 'optionalCall',
|
|
22944
|
+
_optionalChain([debug4, 'optionalCall', _407 => _407(`emitEntriesChunks ${relativeCwdId} \u8017\u65F6 ${getTime()}`)]);
|
|
22874
22945
|
if (!isPluginBuild) {
|
|
22875
22946
|
registerJsonAsset({
|
|
22876
22947
|
jsonPath,
|
|
@@ -22885,9 +22956,9 @@ function createEntryLoader(options) {
|
|
|
22885
22956
|
type: "plugin"
|
|
22886
22957
|
});
|
|
22887
22958
|
}
|
|
22888
|
-
const code = await
|
|
22959
|
+
const code = await readFile2(id, { checkMtime: configService.isDev });
|
|
22889
22960
|
const styleImports = await collectStyleImports(this, id, existsCache);
|
|
22890
|
-
_optionalChain([debug4, 'optionalCall',
|
|
22961
|
+
_optionalChain([debug4, 'optionalCall', _408 => _408(`loadEntry ${relativeCwdId} \u8017\u65F6 ${getTime()}`)]);
|
|
22891
22962
|
if (styleImports.length === 0) {
|
|
22892
22963
|
return {
|
|
22893
22964
|
code
|
|
@@ -22905,7 +22976,7 @@ function createEntryLoader(options) {
|
|
|
22905
22976
|
}
|
|
22906
22977
|
|
|
22907
22978
|
// src/plugins/hooks/useLoadEntry/normalizer.ts
|
|
22908
|
-
|
|
22979
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
22909
22980
|
|
|
22910
22981
|
|
|
22911
22982
|
function resolveImportee2(importee, jsonPath, configService) {
|
|
@@ -22948,7 +23019,7 @@ function createEntryNormalizer(configService) {
|
|
|
22948
23019
|
}
|
|
22949
23020
|
|
|
22950
23021
|
// src/plugins/hooks/useLoadEntry/template.ts
|
|
22951
|
-
|
|
23022
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
22952
23023
|
|
|
22953
23024
|
function createTemplateScanner(wxmlService, debug4) {
|
|
22954
23025
|
return async function scanTemplateEntry(templateEntry) {
|
|
@@ -22958,14 +23029,14 @@ function createTemplateScanner(wxmlService, debug4) {
|
|
|
22958
23029
|
const { components: components2 } = wxmlToken;
|
|
22959
23030
|
wxmlService.setWxmlComponentsMap(templateEntry, components2);
|
|
22960
23031
|
}
|
|
22961
|
-
_optionalChain([debug4, 'optionalCall',
|
|
23032
|
+
_optionalChain([debug4, 'optionalCall', _409 => _409(`scanTemplateEntry ${templateEntry} \u8017\u65F6 ${(_perf_hooks.performance.now() - start).toFixed(2)}ms`)]);
|
|
22962
23033
|
};
|
|
22963
23034
|
}
|
|
22964
23035
|
|
|
22965
23036
|
// src/plugins/hooks/useLoadEntry/index.ts
|
|
22966
23037
|
function useLoadEntry(ctx, options) {
|
|
22967
23038
|
const debug4 = createDebugger("weapp-vite:load-entry");
|
|
22968
|
-
const buildTarget = _nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
23039
|
+
const buildTarget = _nullishCoalesce(_optionalChain([options, 'optionalAccess', _410 => _410.buildTarget]), () => ( "app"));
|
|
22969
23040
|
const entriesMap = /* @__PURE__ */ new Map();
|
|
22970
23041
|
const loadedEntrySet = /* @__PURE__ */ new Set();
|
|
22971
23042
|
const jsonEmitManager = createJsonEmitManager(ctx.configService);
|
|
@@ -22998,7 +23069,7 @@ function useLoadEntry(ctx, options) {
|
|
|
22998
23069
|
}
|
|
22999
23070
|
|
|
23000
23071
|
// src/plugins/utils/ast.ts
|
|
23001
|
-
|
|
23072
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
23002
23073
|
var _oxcwalker = require('oxc-walker');
|
|
23003
23074
|
function collectRequireTokens(ast) {
|
|
23004
23075
|
const requireTokens = [];
|
|
@@ -23025,13 +23096,13 @@ function collectRequireTokens(ast) {
|
|
|
23025
23096
|
}
|
|
23026
23097
|
|
|
23027
23098
|
// src/plugins/utils/invalidateEntry.ts
|
|
23028
|
-
|
|
23099
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
23029
23100
|
|
|
23030
23101
|
|
|
23031
23102
|
|
|
23032
|
-
var watchedCssExts = new Set(
|
|
23033
|
-
var watchedTemplateExts = new Set(
|
|
23034
|
-
var configSuffixes =
|
|
23103
|
+
var watchedCssExts = new Set(_chunkZZA26GJIcjs.supportedCssLangs.map((ext2) => `.${ext2}`));
|
|
23104
|
+
var watchedTemplateExts = new Set(_chunkZZA26GJIcjs.templateExtensions.map((ext2) => `.${ext2}`));
|
|
23105
|
+
var configSuffixes = _chunkZZA26GJIcjs.configExtensions.map((ext2) => `.${ext2}`);
|
|
23035
23106
|
var sidecarSuffixes = [...configSuffixes, ...watchedCssExts, ...watchedTemplateExts];
|
|
23036
23107
|
var defaultIgnoredDirNames = /* @__PURE__ */ new Set(["node_modules", "miniprogram_npm", ".git", ".hg", ".svn", ".turbo"]);
|
|
23037
23108
|
var watchLimitErrorCodes = /* @__PURE__ */ new Set(["EMFILE", "ENOSPC"]);
|
|
@@ -23137,7 +23208,7 @@ async function extractCssImportDependencies(ctx, importer) {
|
|
|
23137
23208
|
if (!match2) {
|
|
23138
23209
|
break;
|
|
23139
23210
|
}
|
|
23140
|
-
const rawSpecifier = _optionalChain([match2, 'access',
|
|
23211
|
+
const rawSpecifier = _optionalChain([match2, 'access', _411 => _411[1], 'optionalAccess', _412 => _412.trim, 'call', _413 => _413()]);
|
|
23141
23212
|
if (!rawSpecifier) {
|
|
23142
23213
|
continue;
|
|
23143
23214
|
}
|
|
@@ -23200,7 +23271,7 @@ async function resolveScriptForCss(cache2, basePath) {
|
|
|
23200
23271
|
if (cached !== void 0) {
|
|
23201
23272
|
return cached;
|
|
23202
23273
|
}
|
|
23203
|
-
const result = await
|
|
23274
|
+
const result = await _chunkZZA26GJIcjs.findJsEntry.call(void 0, basePath);
|
|
23204
23275
|
const scriptPath = result.path;
|
|
23205
23276
|
cache2.set(basePath, scriptPath);
|
|
23206
23277
|
return scriptPath;
|
|
@@ -23255,7 +23326,7 @@ async function invalidateEntryForSidecar(ctx, filePath, event = "update") {
|
|
|
23255
23326
|
}
|
|
23256
23327
|
const touchedTargets = /* @__PURE__ */ new Set();
|
|
23257
23328
|
const touchedScripts = /* @__PURE__ */ new Set();
|
|
23258
|
-
const primaryScript = await
|
|
23329
|
+
const primaryScript = await _chunkZZA26GJIcjs.findJsEntry.call(void 0, scriptBasePath);
|
|
23259
23330
|
if (primaryScript.path) {
|
|
23260
23331
|
touchedScripts.add(primaryScript.path);
|
|
23261
23332
|
}
|
|
@@ -23274,13 +23345,13 @@ async function invalidateEntryForSidecar(ctx, filePath, event = "update") {
|
|
|
23274
23345
|
const relativeSource = configService.relativeCwd(normalizedPath);
|
|
23275
23346
|
for (const target of touchedTargets) {
|
|
23276
23347
|
try {
|
|
23277
|
-
await
|
|
23348
|
+
await _chunkZZA26GJIcjs.touch.call(void 0, target);
|
|
23278
23349
|
} catch (e33) {
|
|
23279
23350
|
}
|
|
23280
23351
|
}
|
|
23281
23352
|
for (const script of touchedScripts) {
|
|
23282
23353
|
try {
|
|
23283
|
-
await
|
|
23354
|
+
await _chunkZZA26GJIcjs.touch.call(void 0, script);
|
|
23284
23355
|
} catch (e34) {
|
|
23285
23356
|
}
|
|
23286
23357
|
}
|
|
@@ -23338,9 +23409,9 @@ function ensureSidecarWatcher(ctx, rootDir) {
|
|
|
23338
23409
|
}
|
|
23339
23410
|
};
|
|
23340
23411
|
const patterns = [
|
|
23341
|
-
...
|
|
23342
|
-
...
|
|
23343
|
-
...
|
|
23412
|
+
..._chunkZZA26GJIcjs.configExtensions.map((ext2) => _pathe2.default.join(absRoot, `**/*.${ext2}`)),
|
|
23413
|
+
..._chunkZZA26GJIcjs.supportedCssLangs.map((ext2) => _pathe2.default.join(absRoot, `**/*.${ext2}`)),
|
|
23414
|
+
..._chunkZZA26GJIcjs.templateExtensions.map((ext2) => _pathe2.default.join(absRoot, `**/*.${ext2}`))
|
|
23344
23415
|
];
|
|
23345
23416
|
const ignoredMatcher = createSidecarIgnoredMatcher(ctx, absRoot);
|
|
23346
23417
|
const watcher = chokidar_default.watch(patterns, {
|
|
@@ -23357,7 +23428,7 @@ function ensureSidecarWatcher(ctx, rootDir) {
|
|
|
23357
23428
|
return;
|
|
23358
23429
|
}
|
|
23359
23430
|
const normalizedPath = _pathe2.default.normalize(input);
|
|
23360
|
-
if (!_optionalChain([options, 'optionalAccess',
|
|
23431
|
+
if (!_optionalChain([options, 'optionalAccess', _414 => _414.silent])) {
|
|
23361
23432
|
logger_default.info(`[watch:${event}] ${ctx.configService.relativeCwd(normalizedPath)}`);
|
|
23362
23433
|
}
|
|
23363
23434
|
handleSidecarChange(event, normalizedPath, isReady);
|
|
@@ -23389,7 +23460,7 @@ function ensureSidecarWatcher(ctx, rootDir) {
|
|
|
23389
23460
|
return;
|
|
23390
23461
|
}
|
|
23391
23462
|
const relativeRoot = ctx.configService.relativeCwd(absRoot);
|
|
23392
|
-
const code = _nullishCoalesce(_optionalChain([error, 'optionalAccess',
|
|
23463
|
+
const code = _nullishCoalesce(_optionalChain([error, 'optionalAccess', _415 => _415.code]), () => ( "UNKNOWN"));
|
|
23393
23464
|
logger_default.warn(`[watch] ${relativeRoot} \u76D1\u542C\u6570\u91CF\u8FBE\u5230\u4E0A\u9650 (${code})\uFF0C\u4FA7\u8F66\u6587\u4EF6\u76D1\u542C\u5DF2\u505C\u7528`);
|
|
23394
23465
|
});
|
|
23395
23466
|
sidecarWatcherMap.set(absRoot, {
|
|
@@ -23403,12 +23474,12 @@ function createSidecarIgnoredMatcher(ctx, rootDir) {
|
|
|
23403
23474
|
for (const dirName of defaultIgnoredDirNames) {
|
|
23404
23475
|
ignoredRoots.add(_pathe2.default.join(normalizedRoot, dirName));
|
|
23405
23476
|
}
|
|
23406
|
-
if (_optionalChain([configService, 'optionalAccess',
|
|
23477
|
+
if (_optionalChain([configService, 'optionalAccess', _416 => _416.mpDistRoot])) {
|
|
23407
23478
|
ignoredRoots.add(_pathe2.default.resolve(configService.cwd, configService.mpDistRoot));
|
|
23408
23479
|
} else {
|
|
23409
23480
|
ignoredRoots.add(_pathe2.default.join(normalizedRoot, "dist"));
|
|
23410
23481
|
}
|
|
23411
|
-
if (_optionalChain([configService, 'optionalAccess',
|
|
23482
|
+
if (_optionalChain([configService, 'optionalAccess', _417 => _417.outDir])) {
|
|
23412
23483
|
ignoredRoots.add(_pathe2.default.resolve(configService.cwd, configService.outDir));
|
|
23413
23484
|
}
|
|
23414
23485
|
return (candidate) => {
|
|
@@ -23423,12 +23494,18 @@ function createSidecarIgnoredMatcher(ctx, rootDir) {
|
|
|
23423
23494
|
}
|
|
23424
23495
|
|
|
23425
23496
|
// src/plugins/utils/parse.ts
|
|
23426
|
-
|
|
23497
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
23427
23498
|
function parseRequest(id) {
|
|
23428
23499
|
const [filename, rawQuery] = id.split(`?`, 2);
|
|
23429
|
-
const query =
|
|
23430
|
-
if (
|
|
23431
|
-
|
|
23500
|
+
const query = {};
|
|
23501
|
+
if (rawQuery) {
|
|
23502
|
+
const params = new URLSearchParams(rawQuery);
|
|
23503
|
+
for (const [key, value] of params.entries()) {
|
|
23504
|
+
query[key] = value;
|
|
23505
|
+
}
|
|
23506
|
+
if (Object.prototype.hasOwnProperty.call(query, "wxss")) {
|
|
23507
|
+
query.wxss = true;
|
|
23508
|
+
}
|
|
23432
23509
|
}
|
|
23433
23510
|
return {
|
|
23434
23511
|
filename,
|
|
@@ -23437,27 +23514,27 @@ function parseRequest(id) {
|
|
|
23437
23514
|
}
|
|
23438
23515
|
function getCssRealPath(res) {
|
|
23439
23516
|
if (res.query.wxss) {
|
|
23440
|
-
return
|
|
23517
|
+
return _chunkZZA26GJIcjs.changeFileExtension.call(void 0, res.filename, "wxss");
|
|
23441
23518
|
}
|
|
23442
23519
|
return res.filename;
|
|
23443
23520
|
}
|
|
23444
23521
|
|
|
23445
23522
|
// src/plugins/utils/wxmlEmit.ts
|
|
23446
|
-
|
|
23523
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
23447
23524
|
|
|
23448
23525
|
|
|
23449
23526
|
// src/wxml/handle.ts
|
|
23450
|
-
|
|
23527
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
23451
23528
|
|
|
23452
23529
|
|
|
23453
23530
|
|
|
23454
23531
|
// src/wxs/index.ts
|
|
23455
|
-
|
|
23532
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
23456
23533
|
var _core = require('@babel/core'); var _core2 = _interopRequireDefault(_core);
|
|
23457
23534
|
var _types = require('@babel/types'); var t = _interopRequireWildcard(_types); var t14 = _interopRequireWildcard(_types); var t2 = _interopRequireWildcard(_types); var t3 = _interopRequireWildcard(_types); var t13 = _interopRequireWildcard(_types); var t5 = _interopRequireWildcard(_types); var t4 = _interopRequireWildcard(_types); var t7 = _interopRequireWildcard(_types); var t6 = _interopRequireWildcard(_types); var t8 = _interopRequireWildcard(_types); var t9 = _interopRequireWildcard(_types); var t10 = _interopRequireWildcard(_types); var t11 = _interopRequireWildcard(_types); var t12 = _interopRequireWildcard(_types); var t15 = _interopRequireWildcard(_types);
|
|
23458
23535
|
|
|
23459
23536
|
// src/wxs/utils.ts
|
|
23460
|
-
|
|
23537
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
23461
23538
|
|
|
23462
23539
|
function normalizeWxsFilename(value) {
|
|
23463
23540
|
return _shared.addExtension.call(void 0, _shared.removeExtensionDeep.call(void 0, value), ".wxs");
|
|
@@ -23465,7 +23542,7 @@ function normalizeWxsFilename(value) {
|
|
|
23465
23542
|
|
|
23466
23543
|
// src/wxs/index.ts
|
|
23467
23544
|
function transformWxsCode(code, options) {
|
|
23468
|
-
const filename = _nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
23545
|
+
const filename = _nullishCoalesce(_optionalChain([options, 'optionalAccess', _418 => _418.filename]), () => ( "script.ts"));
|
|
23469
23546
|
const importees = [];
|
|
23470
23547
|
const maybePushImportee = (value) => {
|
|
23471
23548
|
if (typeof value !== "string" || !value) {
|
|
@@ -23602,7 +23679,7 @@ function createCacheKey(options) {
|
|
|
23602
23679
|
return `${options.removeComment ? 1 : 0}|${options.transformEvent ? 1 : 0}`;
|
|
23603
23680
|
}
|
|
23604
23681
|
function getCachedResult(data2, cacheKey) {
|
|
23605
|
-
return _optionalChain([handleCache, 'access',
|
|
23682
|
+
return _optionalChain([handleCache, 'access', _419 => _419.get, 'call', _420 => _420(data2), 'optionalAccess', _421 => _421.get, 'call', _422 => _422(cacheKey)]);
|
|
23606
23683
|
}
|
|
23607
23684
|
function setCachedResult(data2, cacheKey, result) {
|
|
23608
23685
|
let cacheForToken = handleCache.get(data2);
|
|
@@ -23678,7 +23755,7 @@ function handleWxml(data2, options) {
|
|
|
23678
23755
|
if (shouldTransformInlineWxs) {
|
|
23679
23756
|
for (const { end, start, value } of inlineWxsTokens) {
|
|
23680
23757
|
const { result } = getCachedInlineWxsTransform(value);
|
|
23681
|
-
if (_optionalChain([result, 'optionalAccess',
|
|
23758
|
+
if (_optionalChain([result, 'optionalAccess', _423 => _423.code])) {
|
|
23682
23759
|
ms.update(start, end, `
|
|
23683
23760
|
${result.code}`);
|
|
23684
23761
|
}
|
|
@@ -23737,11 +23814,11 @@ function emitWxmlAssetsWithCache(options) {
|
|
|
23737
23814
|
});
|
|
23738
23815
|
const emittedFiles = [];
|
|
23739
23816
|
for (const { id, fileName, token } of currentPackageWxmls) {
|
|
23740
|
-
_optionalChain([runtime, 'access',
|
|
23817
|
+
_optionalChain([runtime, 'access', _424 => _424.addWatchFile, 'optionalCall', _425 => _425(id)]);
|
|
23741
23818
|
const deps = wxmlService.depsMap.get(id);
|
|
23742
23819
|
if (deps) {
|
|
23743
23820
|
for (const dep of deps) {
|
|
23744
|
-
_optionalChain([runtime, 'access',
|
|
23821
|
+
_optionalChain([runtime, 'access', _426 => _426.addWatchFile, 'optionalCall', _427 => _427(dep)]);
|
|
23745
23822
|
}
|
|
23746
23823
|
}
|
|
23747
23824
|
emittedFiles.push(fileName);
|
|
@@ -23762,7 +23839,7 @@ function emitWxmlAssetsWithCache(options) {
|
|
|
23762
23839
|
function emitJsonAsset(runtime, fileName, source) {
|
|
23763
23840
|
runtime.emitFile({
|
|
23764
23841
|
type: "asset",
|
|
23765
|
-
fileName:
|
|
23842
|
+
fileName: _chunkZZA26GJIcjs.changeFileExtension.call(void 0, fileName, "json"),
|
|
23766
23843
|
source
|
|
23767
23844
|
});
|
|
23768
23845
|
}
|
|
@@ -23848,7 +23925,7 @@ function createCoreLifecyclePlugin(state) {
|
|
|
23848
23925
|
buildService.invalidateIndependentOutput(independentRoot);
|
|
23849
23926
|
scanService.markIndependentDirty(independentRoot);
|
|
23850
23927
|
handledByIndependentWatcher = true;
|
|
23851
|
-
if (_optionalChain([independentMeta, 'optionalAccess',
|
|
23928
|
+
if (_optionalChain([independentMeta, 'optionalAccess', _428 => _428.watchSharedStyles]) !== false) {
|
|
23852
23929
|
invalidateSharedStyleCache();
|
|
23853
23930
|
}
|
|
23854
23931
|
}
|
|
@@ -23896,25 +23973,27 @@ function createCoreLifecyclePlugin(state) {
|
|
|
23896
23973
|
options.input = scannedInput;
|
|
23897
23974
|
},
|
|
23898
23975
|
async load(id) {
|
|
23899
|
-
_optionalChain([configService, 'access',
|
|
23900
|
-
const relativeBasename = _shared.removeExtensionDeep.call(void 0, configService.relativeAbsoluteSrcRoot(id));
|
|
23976
|
+
_optionalChain([configService, 'access', _429 => _429.weappViteConfig, 'optionalAccess', _430 => _430.debug, 'optionalAccess', _431 => _431.load, 'optionalCall', _432 => _432(id, subPackageMeta)]);
|
|
23901
23977
|
if (isCSSRequest(id)) {
|
|
23902
23978
|
const parsed = parseRequest(id);
|
|
23903
23979
|
if (parsed.query.wxss) {
|
|
23904
23980
|
const realPath = getCssRealPath(parsed);
|
|
23905
23981
|
this.addWatchFile(realPath);
|
|
23906
|
-
|
|
23907
|
-
const css2 = await
|
|
23982
|
+
try {
|
|
23983
|
+
const css2 = await readFile2(realPath, { checkMtime: configService.isDev });
|
|
23908
23984
|
return { code: css2 };
|
|
23985
|
+
} catch (e36) {
|
|
23909
23986
|
}
|
|
23910
23987
|
}
|
|
23911
23988
|
return null;
|
|
23912
23989
|
}
|
|
23913
|
-
|
|
23914
|
-
|
|
23990
|
+
const cleanId = id.split("?", 1)[0];
|
|
23991
|
+
const relativeBasename = _shared.removeExtensionDeep.call(void 0, configService.relativeAbsoluteSrcRoot(cleanId));
|
|
23992
|
+
if (loadedEntrySet.has(cleanId) || _optionalChain([subPackageMeta, 'optionalAccess', _433 => _433.entries, 'access', _434 => _434.includes, 'call', _435 => _435(relativeBasename)])) {
|
|
23993
|
+
return await loadEntry.call(this, cleanId, "component");
|
|
23915
23994
|
}
|
|
23916
23995
|
if (relativeBasename === "app") {
|
|
23917
|
-
return await loadEntry.call(this,
|
|
23996
|
+
return await loadEntry.call(this, cleanId, "app");
|
|
23918
23997
|
}
|
|
23919
23998
|
},
|
|
23920
23999
|
renderStart() {
|
|
@@ -23946,21 +24025,21 @@ function createCoreLifecyclePlugin(state) {
|
|
|
23946
24025
|
return subPackageRoots.find((root) => filePath === root || filePath.startsWith(`${root}/`));
|
|
23947
24026
|
};
|
|
23948
24027
|
var matchSubPackage = matchSubPackage2;
|
|
23949
|
-
const sharedStrategy = _nullishCoalesce(_optionalChain([configService, 'access',
|
|
23950
|
-
const shouldLogChunks = _nullishCoalesce(_optionalChain([configService, 'access',
|
|
24028
|
+
const sharedStrategy = _nullishCoalesce(_optionalChain([configService, 'access', _436 => _436.weappViteConfig, 'optionalAccess', _437 => _437.chunks, 'optionalAccess', _438 => _438.sharedStrategy]), () => ( DEFAULT_SHARED_CHUNK_STRATEGY));
|
|
24029
|
+
const shouldLogChunks = _nullishCoalesce(_optionalChain([configService, 'access', _439 => _439.weappViteConfig, 'optionalAccess', _440 => _440.chunks, 'optionalAccess', _441 => _441.logOptimization]), () => ( true));
|
|
23951
24030
|
const subPackageRoots = Array.from(scanService.subPackageMap.keys()).filter(Boolean);
|
|
23952
|
-
const duplicateWarningBytes = Number(_nullishCoalesce(_optionalChain([configService, 'access',
|
|
24031
|
+
const duplicateWarningBytes = Number(_nullishCoalesce(_optionalChain([configService, 'access', _442 => _442.weappViteConfig, 'optionalAccess', _443 => _443.chunks, 'optionalAccess', _444 => _444.duplicateWarningBytes]), () => ( 0)));
|
|
23953
24032
|
const shouldWarnOnDuplicate = Number.isFinite(duplicateWarningBytes) && duplicateWarningBytes > 0;
|
|
23954
24033
|
let redundantBytesTotal = 0;
|
|
23955
24034
|
const resolveSharedChunkLabel = (sharedFileName, finalFileName) => {
|
|
23956
24035
|
const prettifyModuleLabel = (label) => {
|
|
23957
24036
|
const normalized = toPosixPath(label);
|
|
23958
24037
|
const match2 = normalized.match(/node_modules\/(?:\.pnpm\/[^/]+\/node_modules\/)?(.+)/);
|
|
23959
|
-
return _optionalChain([match2, 'optionalAccess',
|
|
24038
|
+
return _optionalChain([match2, 'optionalAccess', _445 => _445[1]]) || label;
|
|
23960
24039
|
};
|
|
23961
24040
|
const candidates = [];
|
|
23962
24041
|
const collect = (output) => {
|
|
23963
|
-
if (_optionalChain([output, 'optionalAccess',
|
|
24042
|
+
if (_optionalChain([output, 'optionalAccess', _446 => _446.type]) === "chunk") {
|
|
23964
24043
|
candidates.push(output);
|
|
23965
24044
|
}
|
|
23966
24045
|
};
|
|
@@ -23970,7 +24049,7 @@ function createCoreLifecyclePlugin(state) {
|
|
|
23970
24049
|
}
|
|
23971
24050
|
if (!candidates.length) {
|
|
23972
24051
|
const matched = Object.values(bundle).find(
|
|
23973
|
-
(output) => _optionalChain([output, 'optionalAccess',
|
|
24052
|
+
(output) => _optionalChain([output, 'optionalAccess', _447 => _447.type]) === "chunk" && ((_nullishCoalesce(output.fileName, () => ( ""))) === finalFileName || (_nullishCoalesce(output.fileName, () => ( ""))) === sharedFileName)
|
|
23974
24053
|
);
|
|
23975
24054
|
if (matched) {
|
|
23976
24055
|
candidates.push(matched);
|
|
@@ -24010,7 +24089,7 @@ function createCoreLifecyclePlugin(state) {
|
|
|
24010
24089
|
}
|
|
24011
24090
|
}
|
|
24012
24091
|
const subPackageList = Array.from(subPackageSet).join("\u3001") || "\u76F8\u5173\u5206\u5305";
|
|
24013
|
-
const ignoredHint = _optionalChain([ignoredMainImporters, 'optionalAccess',
|
|
24092
|
+
const ignoredHint = _optionalChain([ignoredMainImporters, 'optionalAccess', _448 => _448.length]) ? `\uFF0C\u5FFD\u7565\u4E3B\u5305\u5F15\u7528\uFF1A${ignoredMainImporters.join("\u3001")}` : "";
|
|
24014
24093
|
logger_default.info(`[subpackages] \u5206\u5305 ${subPackageList} \u5171\u4EAB\u6A21\u5757\u5DF2\u590D\u5236\u5230\u5404\u81EA weapp-shared/common.js\uFF08${totalReferences} \u5904\u5F15\u7528${ignoredHint}\uFF09`);
|
|
24015
24094
|
if (retainedInMain) {
|
|
24016
24095
|
logger_default.warn(`[subpackages] \u6A21\u5757 ${sharedFileName} \u540C\u65F6\u88AB\u4E3B\u5305\u5F15\u7528\uFF0C\u56E0\u6B64\u4ECD\u4FDD\u7559\u5728\u4E3B\u5305 common.js\uFF0C\u5E76\u590D\u5236\u5230 ${subPackageList}\uFF0C\u8BF7\u786E\u8BA4\u662F\u5426\u9700\u8981\u5C06\u6E90\u4EE3\u7801\u79FB\u52A8\u5230\u4E3B\u5305\u6216\u516C\u5171\u76EE\u5F55\u3002`);
|
|
@@ -24056,10 +24135,10 @@ function createCoreLifecyclePlugin(state) {
|
|
|
24056
24135
|
configService,
|
|
24057
24136
|
entriesMap: state.entriesMap
|
|
24058
24137
|
});
|
|
24059
|
-
if (_optionalChain([configService, 'access',
|
|
24138
|
+
if (_optionalChain([configService, 'access', _449 => _449.weappViteConfig, 'optionalAccess', _450 => _450.debug, 'optionalAccess', _451 => _451.watchFiles])) {
|
|
24060
24139
|
const watcherService = ctx.watcherService;
|
|
24061
|
-
const watcherRoot = _nullishCoalesce(_optionalChain([subPackageMeta, 'optionalAccess',
|
|
24062
|
-
const watcher = _optionalChain([watcherService, 'optionalAccess',
|
|
24140
|
+
const watcherRoot = _nullishCoalesce(_optionalChain([subPackageMeta, 'optionalAccess', _452 => _452.subPackage, 'access', _453 => _453.root]), () => ( "/"));
|
|
24141
|
+
const watcher = _optionalChain([watcherService, 'optionalAccess', _454 => _454.getRollupWatcher, 'call', _455 => _455(watcherRoot)]);
|
|
24063
24142
|
let watchFiles;
|
|
24064
24143
|
if (watcher && typeof watcher.getWatchFiles === "function") {
|
|
24065
24144
|
watchFiles = await watcher.getWatchFiles();
|
|
@@ -24073,7 +24152,7 @@ function createCoreLifecyclePlugin(state) {
|
|
|
24073
24152
|
}
|
|
24074
24153
|
},
|
|
24075
24154
|
buildEnd() {
|
|
24076
|
-
_optionalChain([debug2, 'optionalCall',
|
|
24155
|
+
_optionalChain([debug2, 'optionalCall', _456 => _456(`${subPackageMeta ? `\u72EC\u7ACB\u5206\u5305 ${subPackageMeta.subPackage.root}` : "\u4E3B\u5305"} ${Array.from(this.getModuleIds()).length} \u4E2A\u6A21\u5757\u88AB\u7F16\u8BD1`)]);
|
|
24077
24156
|
}
|
|
24078
24157
|
};
|
|
24079
24158
|
}
|
|
@@ -24122,7 +24201,7 @@ function createRequireAnalysisPlugin(state) {
|
|
|
24122
24201
|
type: "chunk",
|
|
24123
24202
|
id: resolved.id,
|
|
24124
24203
|
fileName: configService.relativeOutputPath(
|
|
24125
|
-
|
|
24204
|
+
_chunkZZA26GJIcjs.changeFileExtension.call(void 0, resolved.id, ".js")
|
|
24126
24205
|
),
|
|
24127
24206
|
preserveSignature: "exports-only"
|
|
24128
24207
|
});
|
|
@@ -24187,7 +24266,7 @@ function removeImplicitPagePreloads(bundle, options) {
|
|
|
24187
24266
|
continue;
|
|
24188
24267
|
}
|
|
24189
24268
|
const relative3 = configService.relativeAbsoluteSrcRoot(entry.path);
|
|
24190
|
-
const outputFile =
|
|
24269
|
+
const outputFile = _chunkZZA26GJIcjs.changeFileExtension.call(void 0, relative3, ".js");
|
|
24191
24270
|
pageChunkFileNames.add(outputFile);
|
|
24192
24271
|
}
|
|
24193
24272
|
if (pageChunkFileNames.size === 0) {
|
|
@@ -24276,7 +24355,7 @@ async function flushIndependentBuilds(state) {
|
|
|
24276
24355
|
}
|
|
24277
24356
|
const outputs = await Promise.all(pendingIndependentBuilds);
|
|
24278
24357
|
for (const { rollup } of outputs) {
|
|
24279
|
-
const bundleOutputs = Array.isArray(_optionalChain([rollup, 'optionalAccess',
|
|
24358
|
+
const bundleOutputs = Array.isArray(_optionalChain([rollup, 'optionalAccess', _457 => _457.output])) ? rollup.output : [];
|
|
24280
24359
|
for (const output of bundleOutputs) {
|
|
24281
24360
|
if (output.type === "chunk") {
|
|
24282
24361
|
this.emitFile({
|
|
@@ -24298,28 +24377,24 @@ async function flushIndependentBuilds(state) {
|
|
|
24298
24377
|
}
|
|
24299
24378
|
|
|
24300
24379
|
// src/plugins/css.ts
|
|
24301
|
-
|
|
24380
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
24302
24381
|
|
|
24303
24382
|
|
|
24304
24383
|
|
|
24305
24384
|
// src/plugins/css/shared/sharedStyles.ts
|
|
24306
|
-
|
|
24385
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
24307
24386
|
|
|
24308
24387
|
|
|
24309
|
-
var SLASH_RE = /\\/g;
|
|
24310
|
-
function toPosixPath2(value) {
|
|
24311
|
-
return value.replace(SLASH_RE, "/");
|
|
24312
|
-
}
|
|
24313
24388
|
var styleMatcherCache = /* @__PURE__ */ new WeakMap();
|
|
24314
24389
|
function collectSharedStyleEntries(ctx, configService) {
|
|
24315
24390
|
const map = /* @__PURE__ */ new Map();
|
|
24316
|
-
const registry = _optionalChain([ctx, 'access',
|
|
24317
|
-
if (!_optionalChain([registry, 'optionalAccess',
|
|
24391
|
+
const registry = _optionalChain([ctx, 'access', _458 => _458.scanService, 'optionalAccess', _459 => _459.subPackageMap]);
|
|
24392
|
+
if (!_optionalChain([registry, 'optionalAccess', _460 => _460.size])) {
|
|
24318
24393
|
return map;
|
|
24319
24394
|
}
|
|
24320
24395
|
const currentRoot = configService.currentSubPackageRoot;
|
|
24321
24396
|
for (const [root, meta] of registry.entries()) {
|
|
24322
|
-
if (!_optionalChain([meta, 'access',
|
|
24397
|
+
if (!_optionalChain([meta, 'access', _461 => _461.styleEntries, 'optionalAccess', _462 => _462.length])) {
|
|
24323
24398
|
continue;
|
|
24324
24399
|
}
|
|
24325
24400
|
if (currentRoot && root !== currentRoot) {
|
|
@@ -24329,11 +24404,8 @@ function collectSharedStyleEntries(ctx, configService) {
|
|
|
24329
24404
|
}
|
|
24330
24405
|
return map;
|
|
24331
24406
|
}
|
|
24332
|
-
function normalizeRoot(root) {
|
|
24333
|
-
return toPosixPath2(root).replace(/^\/+|\/+$/g, "");
|
|
24334
|
-
}
|
|
24335
24407
|
function sanitizeRelativePath(value) {
|
|
24336
|
-
const normalized =
|
|
24408
|
+
const normalized = toPosixPath(value);
|
|
24337
24409
|
if (normalized.startsWith("./")) {
|
|
24338
24410
|
return normalized.slice(2);
|
|
24339
24411
|
}
|
|
@@ -24364,12 +24436,12 @@ function getStyleMatcher(entry) {
|
|
|
24364
24436
|
if (cached) {
|
|
24365
24437
|
return cached;
|
|
24366
24438
|
}
|
|
24367
|
-
const includePatterns = _optionalChain([entry, 'access',
|
|
24368
|
-
const excludePatterns = _optionalChain([entry, 'access',
|
|
24439
|
+
const includePatterns = _optionalChain([entry, 'access', _463 => _463.include, 'optionalAccess', _464 => _464.length]) ? entry.include : ["**/*"];
|
|
24440
|
+
const excludePatterns = _optionalChain([entry, 'access', _465 => _465.exclude, 'optionalAccess', _466 => _466.length]) ? entry.exclude : void 0;
|
|
24369
24441
|
const matcher = {
|
|
24370
24442
|
include: _picomatch2.default.call(void 0, includePatterns, { dot: true })
|
|
24371
24443
|
};
|
|
24372
|
-
if (_optionalChain([excludePatterns, 'optionalAccess',
|
|
24444
|
+
if (_optionalChain([excludePatterns, 'optionalAccess', _467 => _467.length])) {
|
|
24373
24445
|
matcher.exclude = _picomatch2.default.call(void 0, excludePatterns, { dot: true });
|
|
24374
24446
|
}
|
|
24375
24447
|
styleMatcherCache.set(entry, matcher);
|
|
@@ -24419,12 +24491,12 @@ function findSharedStylesForModule(modulePath, fileName, sharedStyles) {
|
|
|
24419
24491
|
return matched;
|
|
24420
24492
|
}
|
|
24421
24493
|
function resolveImportSpecifiers(fileName, entries) {
|
|
24422
|
-
const posixFileName =
|
|
24494
|
+
const posixFileName = toPosixPath(fileName);
|
|
24423
24495
|
const dir = _pathe2.default.posix.dirname(posixFileName);
|
|
24424
24496
|
const seen = /* @__PURE__ */ new Set();
|
|
24425
24497
|
const specifiers = [];
|
|
24426
24498
|
for (const entry of entries) {
|
|
24427
|
-
const target =
|
|
24499
|
+
const target = toPosixPath(entry.outputRelativePath);
|
|
24428
24500
|
if (target === posixFileName) {
|
|
24429
24501
|
continue;
|
|
24430
24502
|
}
|
|
@@ -24468,13 +24540,13 @@ function injectSharedStyleImports(css2, modulePath, fileName, sharedStyles, conf
|
|
|
24468
24540
|
if (!relativeModulePath) {
|
|
24469
24541
|
return css2;
|
|
24470
24542
|
}
|
|
24471
|
-
const normalizedModule =
|
|
24543
|
+
const normalizedModule = toPosixPath(relativeModulePath);
|
|
24472
24544
|
if (normalizedModule.startsWith("..")) {
|
|
24473
24545
|
return css2;
|
|
24474
24546
|
}
|
|
24475
|
-
const normalizedFileName =
|
|
24547
|
+
const normalizedFileName = toPosixPath(fileName);
|
|
24476
24548
|
const entries = findSharedStylesForModule(normalizedModule, normalizedFileName, sharedStyles);
|
|
24477
|
-
if (!_optionalChain([entries, 'optionalAccess',
|
|
24549
|
+
if (!_optionalChain([entries, 'optionalAccess', _468 => _468.length])) {
|
|
24478
24550
|
return css2;
|
|
24479
24551
|
}
|
|
24480
24552
|
const specifiers = resolveImportSpecifiers(fileName, entries);
|
|
@@ -24513,7 +24585,7 @@ async function handleBundleEntry(bundle, bundleKey, asset2, configService, share
|
|
|
24513
24585
|
const absOriginal = rawOriginal ? toAbsolute(rawOriginal) : _pathe2.default.resolve(configService.absoluteSrcRoot, bundleKey);
|
|
24514
24586
|
const fileName = configService.relativeOutputPath(absOriginal);
|
|
24515
24587
|
if (fileName) {
|
|
24516
|
-
emitted.add(
|
|
24588
|
+
emitted.add(toPosixPath(fileName));
|
|
24517
24589
|
}
|
|
24518
24590
|
if (fileName && fileName !== bundleKey) {
|
|
24519
24591
|
delete bundle[bundleKey];
|
|
@@ -24535,16 +24607,16 @@ async function handleBundleEntry(bundle, bundleKey, asset2, configService, share
|
|
|
24535
24607
|
}
|
|
24536
24608
|
await Promise.all(
|
|
24537
24609
|
asset2.originalFileNames.map(async (originalFileName) => {
|
|
24538
|
-
if (!
|
|
24610
|
+
if (!_chunkZZA26GJIcjs.isJsOrTs.call(void 0, originalFileName)) {
|
|
24539
24611
|
return;
|
|
24540
24612
|
}
|
|
24541
24613
|
const modulePath = toAbsolute(originalFileName);
|
|
24542
|
-
const converted =
|
|
24614
|
+
const converted = _chunkZZA26GJIcjs.changeFileExtension.call(void 0, modulePath, configService.outputExtensions.wxss);
|
|
24543
24615
|
const fileName = configService.relativeOutputPath(converted);
|
|
24544
24616
|
if (!fileName) {
|
|
24545
24617
|
return;
|
|
24546
24618
|
}
|
|
24547
|
-
const normalizedFileName =
|
|
24619
|
+
const normalizedFileName = toPosixPath(fileName);
|
|
24548
24620
|
const rawCss = asset2.source.toString();
|
|
24549
24621
|
const processedCss = await processCssWithCache(rawCss, configService);
|
|
24550
24622
|
const cssWithImports = injectSharedStyleImports(
|
|
@@ -24570,7 +24642,7 @@ async function emitSharedStyleEntries(sharedStyles, emitted, configService, bund
|
|
|
24570
24642
|
}
|
|
24571
24643
|
for (const entries of sharedStyles.values()) {
|
|
24572
24644
|
for (const entry of entries) {
|
|
24573
|
-
const fileName =
|
|
24645
|
+
const fileName = toPosixPath(entry.outputRelativePath);
|
|
24574
24646
|
if (emitted.has(fileName)) {
|
|
24575
24647
|
continue;
|
|
24576
24648
|
}
|
|
@@ -24620,12 +24692,12 @@ async function emitSharedStyleImportsForChunks(sharedStyles, emitted, configServ
|
|
|
24620
24692
|
if (!relativeModulePath) {
|
|
24621
24693
|
return;
|
|
24622
24694
|
}
|
|
24623
|
-
const converted =
|
|
24695
|
+
const converted = _chunkZZA26GJIcjs.changeFileExtension.call(void 0, moduleId, outputExtensions.wxss);
|
|
24624
24696
|
const fileName = configService.relativeOutputPath(converted);
|
|
24625
24697
|
if (!fileName) {
|
|
24626
24698
|
return;
|
|
24627
24699
|
}
|
|
24628
|
-
const normalizedFileName =
|
|
24700
|
+
const normalizedFileName = toPosixPath(fileName);
|
|
24629
24701
|
if (emitted.has(normalizedFileName)) {
|
|
24630
24702
|
return;
|
|
24631
24703
|
}
|
|
@@ -24677,7 +24749,7 @@ function css(ctx) {
|
|
|
24677
24749
|
}
|
|
24678
24750
|
|
|
24679
24751
|
// src/plugins/preflight.ts
|
|
24680
|
-
|
|
24752
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
24681
24753
|
|
|
24682
24754
|
var debug3 = createDebugger("weapp-vite:preflight");
|
|
24683
24755
|
var removePlugins = ["vite:build-import-analysis"];
|
|
@@ -24686,14 +24758,14 @@ function createPluginPruner() {
|
|
|
24686
24758
|
name: "weapp-vite:preflight",
|
|
24687
24759
|
enforce: "pre",
|
|
24688
24760
|
configResolved(config) {
|
|
24689
|
-
if (!_optionalChain([config, 'access',
|
|
24761
|
+
if (!_optionalChain([config, 'access', _469 => _469.plugins, 'optionalAccess', _470 => _470.length])) {
|
|
24690
24762
|
return;
|
|
24691
24763
|
}
|
|
24692
24764
|
for (const removePlugin of removePlugins) {
|
|
24693
24765
|
const idx = config.plugins.findIndex((plugin) => plugin.name === removePlugin);
|
|
24694
24766
|
if (idx > -1) {
|
|
24695
24767
|
const [plugin] = config.plugins.splice(idx, 1);
|
|
24696
|
-
plugin && _optionalChain([debug3, 'optionalCall',
|
|
24768
|
+
plugin && _optionalChain([debug3, 'optionalCall', _471 => _471("remove plugin", plugin.name)]);
|
|
24697
24769
|
}
|
|
24698
24770
|
}
|
|
24699
24771
|
}
|
|
@@ -24718,27 +24790,35 @@ function preflight(ctx) {
|
|
|
24718
24790
|
}
|
|
24719
24791
|
|
|
24720
24792
|
// src/plugins/vue/index.ts
|
|
24721
|
-
|
|
24793
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
24722
24794
|
|
|
24723
24795
|
// src/plugins/vue/resolver.ts
|
|
24724
|
-
|
|
24725
|
-
|
|
24796
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
24726
24797
|
|
|
24727
24798
|
|
|
24728
24799
|
|
|
24729
24800
|
var VUE_VIRTUAL_MODULE_PREFIX = "\0vue:";
|
|
24730
24801
|
var warnedMissingWevu = false;
|
|
24802
|
+
var wevuInstallState = "unknown";
|
|
24731
24803
|
function ensureWevuInstalled(ctx) {
|
|
24804
|
+
if (wevuInstallState === "present") {
|
|
24805
|
+
return;
|
|
24806
|
+
}
|
|
24807
|
+
if (wevuInstallState === "missing") {
|
|
24808
|
+
return;
|
|
24809
|
+
}
|
|
24732
24810
|
if (warnedMissingWevu) {
|
|
24733
24811
|
return;
|
|
24734
24812
|
}
|
|
24735
24813
|
const configService = ctx.configService;
|
|
24736
|
-
const cwd = _nullishCoalesce(_optionalChain([configService, 'optionalAccess',
|
|
24814
|
+
const cwd = _nullishCoalesce(_optionalChain([configService, 'optionalAccess', _472 => _472.cwd]), () => ( _process2.default.cwd()));
|
|
24737
24815
|
const require2 = _module.createRequire.call(void 0, _pathe2.default.join(cwd, "package.json"));
|
|
24738
24816
|
try {
|
|
24739
24817
|
require2.resolve("wevu");
|
|
24740
|
-
|
|
24818
|
+
wevuInstallState = "present";
|
|
24819
|
+
} catch (e37) {
|
|
24741
24820
|
warnedMissingWevu = true;
|
|
24821
|
+
wevuInstallState = "missing";
|
|
24742
24822
|
logger_default.warn("[vue] \u68C0\u6D4B\u5230\u9879\u76EE\u4E2D\u6709 .vue \u6587\u4EF6\uFF0C\u4F46\u672A\u5B89\u88C5 wevu\uFF0C\u8BF7\u5B89\u88C5 wevu \u540E\u91CD\u8BD5\u3002");
|
|
24743
24823
|
}
|
|
24744
24824
|
}
|
|
@@ -24766,7 +24846,7 @@ function createVueResolverPlugin(ctx) {
|
|
|
24766
24846
|
}
|
|
24767
24847
|
}
|
|
24768
24848
|
const vuePath = `${absoluteId}.vue`;
|
|
24769
|
-
if (await
|
|
24849
|
+
if (await pathExists2(vuePath, { ttlMs: configService.isDev ? 250 : 6e4 })) {
|
|
24770
24850
|
ensureWevuInstalled(ctx);
|
|
24771
24851
|
return vuePath;
|
|
24772
24852
|
}
|
|
@@ -24776,7 +24856,10 @@ function createVueResolverPlugin(ctx) {
|
|
|
24776
24856
|
if (id.startsWith(VUE_VIRTUAL_MODULE_PREFIX)) {
|
|
24777
24857
|
const actualId = id.slice(VUE_VIRTUAL_MODULE_PREFIX.length);
|
|
24778
24858
|
const absoluteId = _pathe2.default.isAbsolute(actualId) ? actualId : _pathe2.default.resolve(ctx.configService.cwd, actualId);
|
|
24779
|
-
const code = await
|
|
24859
|
+
const code = await readFile2(absoluteId, {
|
|
24860
|
+
checkMtime: _nullishCoalesce(_optionalChain([ctx, 'access', _473 => _473.configService, 'optionalAccess', _474 => _474.isDev]), () => ( false)),
|
|
24861
|
+
encoding: "utf-8"
|
|
24862
|
+
});
|
|
24780
24863
|
return {
|
|
24781
24864
|
code,
|
|
24782
24865
|
moduleSideEffects: false
|
|
@@ -24794,11 +24877,11 @@ function getSourceFromVirtualId(id) {
|
|
|
24794
24877
|
}
|
|
24795
24878
|
|
|
24796
24879
|
// src/plugins/vue/transform.ts
|
|
24797
|
-
|
|
24880
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
24798
24881
|
|
|
24799
24882
|
// src/plugins/vue/transform/compileVueFile.ts
|
|
24800
|
-
|
|
24801
|
-
var import_merge3 =
|
|
24883
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
24884
|
+
var import_merge3 = _chunkPFE2IVZ3cjs.__toESM.call(void 0, require_src(), 1);
|
|
24802
24885
|
|
|
24803
24886
|
|
|
24804
24887
|
|
|
@@ -24807,7 +24890,7 @@ var import_merge3 = _chunkTZGJRA2Ycjs.__toESM.call(void 0, require_src(), 1);
|
|
|
24807
24890
|
|
|
24808
24891
|
|
|
24809
24892
|
// src/plugins/vue/compiler/style.ts
|
|
24810
|
-
|
|
24893
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
24811
24894
|
function compileVueStyleToWxss(styleBlock, options) {
|
|
24812
24895
|
const { id, scoped, modules } = options;
|
|
24813
24896
|
const source = styleBlock.content;
|
|
@@ -24884,7 +24967,7 @@ function generateHash(str) {
|
|
|
24884
24967
|
}
|
|
24885
24968
|
|
|
24886
24969
|
// src/plugins/vue/compiler/template.ts
|
|
24887
|
-
|
|
24970
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
24888
24971
|
var _generator = require('@babel/generator'); var _generator2 = _interopRequireDefault(_generator);
|
|
24889
24972
|
|
|
24890
24973
|
|
|
@@ -24920,7 +25003,7 @@ function parseBabelExpression(exp) {
|
|
|
24920
25003
|
const expression = stmt.expression;
|
|
24921
25004
|
babelExpressionCache.set(exp, expression);
|
|
24922
25005
|
return expression;
|
|
24923
|
-
} catch (
|
|
25006
|
+
} catch (e38) {
|
|
24924
25007
|
babelExpressionCache.set(exp, false);
|
|
24925
25008
|
return null;
|
|
24926
25009
|
}
|
|
@@ -24991,7 +25074,7 @@ function normalizeClassBindingExpression(exp, context) {
|
|
|
24991
25074
|
}
|
|
24992
25075
|
function renderClassAttribute(staticClass, classExpressions) {
|
|
24993
25076
|
const parts = [];
|
|
24994
|
-
if (_optionalChain([staticClass, 'optionalAccess',
|
|
25077
|
+
if (_optionalChain([staticClass, 'optionalAccess', _475 => _475.trim, 'call', _476 => _476()])) {
|
|
24995
25078
|
parts.push(staticClass.trim());
|
|
24996
25079
|
}
|
|
24997
25080
|
for (const exp of _nullishCoalesce(classExpressions, () => ( []))) {
|
|
@@ -25004,7 +25087,7 @@ function renderClassAttribute(staticClass, classExpressions) {
|
|
|
25004
25087
|
}
|
|
25005
25088
|
function renderStyleAttribute(staticStyle, dynamicStyleExp, vShowExp) {
|
|
25006
25089
|
let merged = "";
|
|
25007
|
-
if (_optionalChain([staticStyle, 'optionalAccess',
|
|
25090
|
+
if (_optionalChain([staticStyle, 'optionalAccess', _477 => _477.trim, 'call', _478 => _478()])) {
|
|
25008
25091
|
merged += staticStyle.trim();
|
|
25009
25092
|
}
|
|
25010
25093
|
if (merged && !/;\s*$/.test(merged)) {
|
|
@@ -25055,7 +25138,7 @@ function parseInlineHandler(exp) {
|
|
|
25055
25138
|
const out = { name, args };
|
|
25056
25139
|
inlineHandlerCache.set(exp, out);
|
|
25057
25140
|
return out;
|
|
25058
|
-
} catch (
|
|
25141
|
+
} catch (e39) {
|
|
25059
25142
|
inlineHandlerCache.set(exp, false);
|
|
25060
25143
|
return null;
|
|
25061
25144
|
}
|
|
@@ -25103,7 +25186,7 @@ function normalizeWxmlExpression(exp) {
|
|
|
25103
25186
|
jsescOption: { quotes: "single" }
|
|
25104
25187
|
});
|
|
25105
25188
|
return code;
|
|
25106
|
-
} catch (
|
|
25189
|
+
} catch (e40) {
|
|
25107
25190
|
if (exp.startsWith("`") && exp.endsWith("`")) {
|
|
25108
25191
|
const inner = exp.slice(1, -1);
|
|
25109
25192
|
let rewritten = `'${inner.replace(/\$\{([^}]+)\}/g, "' + ($1) + '")}'`;
|
|
@@ -25164,11 +25247,11 @@ function transformNormalElement(node, context) {
|
|
|
25164
25247
|
let vTextExp;
|
|
25165
25248
|
for (const prop of props) {
|
|
25166
25249
|
if (prop.type === _compilercore.NodeTypes.ATTRIBUTE) {
|
|
25167
|
-
if (prop.name === "class" && _optionalChain([prop, 'access',
|
|
25250
|
+
if (prop.name === "class" && _optionalChain([prop, 'access', _479 => _479.value, 'optionalAccess', _480 => _480.type]) === _compilercore.NodeTypes.TEXT) {
|
|
25168
25251
|
staticClass = prop.value.content;
|
|
25169
25252
|
continue;
|
|
25170
25253
|
}
|
|
25171
|
-
if (prop.name === "style" && _optionalChain([prop, 'access',
|
|
25254
|
+
if (prop.name === "style" && _optionalChain([prop, 'access', _481 => _481.value, 'optionalAccess', _482 => _482.type]) === _compilercore.NodeTypes.TEXT) {
|
|
25172
25255
|
staticStyle = prop.value.content;
|
|
25173
25256
|
continue;
|
|
25174
25257
|
}
|
|
@@ -25177,19 +25260,19 @@ function transformNormalElement(node, context) {
|
|
|
25177
25260
|
attrs.push(attr);
|
|
25178
25261
|
}
|
|
25179
25262
|
} else if (prop.type === _compilercore.NodeTypes.DIRECTIVE) {
|
|
25180
|
-
if (prop.name === "bind" && _optionalChain([prop, 'access',
|
|
25263
|
+
if (prop.name === "bind" && _optionalChain([prop, 'access', _483 => _483.arg, 'optionalAccess', _484 => _484.type]) === _compilercore.NodeTypes.SIMPLE_EXPRESSION && prop.arg.content === "class" && _optionalChain([prop, 'access', _485 => _485.exp, 'optionalAccess', _486 => _486.type]) === _compilercore.NodeTypes.SIMPLE_EXPRESSION) {
|
|
25181
25264
|
dynamicClassExp = prop.exp.content;
|
|
25182
25265
|
continue;
|
|
25183
25266
|
}
|
|
25184
|
-
if (prop.name === "bind" && _optionalChain([prop, 'access',
|
|
25267
|
+
if (prop.name === "bind" && _optionalChain([prop, 'access', _487 => _487.arg, 'optionalAccess', _488 => _488.type]) === _compilercore.NodeTypes.SIMPLE_EXPRESSION && prop.arg.content === "style" && _optionalChain([prop, 'access', _489 => _489.exp, 'optionalAccess', _490 => _490.type]) === _compilercore.NodeTypes.SIMPLE_EXPRESSION) {
|
|
25185
25268
|
dynamicStyleExp = prop.exp.content;
|
|
25186
25269
|
continue;
|
|
25187
25270
|
}
|
|
25188
|
-
if (prop.name === "show" && _optionalChain([prop, 'access',
|
|
25271
|
+
if (prop.name === "show" && _optionalChain([prop, 'access', _491 => _491.exp, 'optionalAccess', _492 => _492.type]) === _compilercore.NodeTypes.SIMPLE_EXPRESSION) {
|
|
25189
25272
|
vShowExp = normalizeWxmlExpression(prop.exp.content);
|
|
25190
25273
|
continue;
|
|
25191
25274
|
}
|
|
25192
|
-
if (prop.name === "text" && _optionalChain([prop, 'access',
|
|
25275
|
+
if (prop.name === "text" && _optionalChain([prop, 'access', _493 => _493.exp, 'optionalAccess', _494 => _494.type]) === _compilercore.NodeTypes.SIMPLE_EXPRESSION) {
|
|
25193
25276
|
vTextExp = normalizeWxmlExpression(prop.exp.content);
|
|
25194
25277
|
continue;
|
|
25195
25278
|
}
|
|
@@ -25241,13 +25324,13 @@ function transformDirective(node, context, elementNode, forInfo) {
|
|
|
25241
25324
|
const expValue = normalizeWxmlExpression(rawExpValue);
|
|
25242
25325
|
if (argValue === "key") {
|
|
25243
25326
|
const trimmed = expValue.trim();
|
|
25244
|
-
if (_optionalChain([forInfo, 'optionalAccess',
|
|
25327
|
+
if (_optionalChain([forInfo, 'optionalAccess', _495 => _495.item]) && trimmed === forInfo.item) {
|
|
25245
25328
|
return 'wx:key="*this"';
|
|
25246
25329
|
}
|
|
25247
|
-
if (_optionalChain([forInfo, 'optionalAccess',
|
|
25330
|
+
if (_optionalChain([forInfo, 'optionalAccess', _496 => _496.key]) && trimmed === forInfo.key) {
|
|
25248
25331
|
return 'wx:key="*this"';
|
|
25249
25332
|
}
|
|
25250
|
-
if (_optionalChain([forInfo, 'optionalAccess',
|
|
25333
|
+
if (_optionalChain([forInfo, 'optionalAccess', _497 => _497.item]) && trimmed.startsWith(`${forInfo.item}.`)) {
|
|
25251
25334
|
const remainder = trimmed.slice(forInfo.item.length + 1);
|
|
25252
25335
|
const firstSegment = remainder.split(".")[0] || remainder;
|
|
25253
25336
|
return `wx:key="${firstSegment}"`;
|
|
@@ -25458,7 +25541,7 @@ function transformComponentElement(node, context) {
|
|
|
25458
25541
|
let isDirective;
|
|
25459
25542
|
for (const prop of node.props) {
|
|
25460
25543
|
if (prop.type === _compilercore.NodeTypes.DIRECTIVE) {
|
|
25461
|
-
if (prop.name === "bind" && _optionalChain([prop, 'access',
|
|
25544
|
+
if (prop.name === "bind" && _optionalChain([prop, 'access', _498 => _498.arg, 'optionalAccess', _499 => _499.type]) === _compilercore.NodeTypes.SIMPLE_EXPRESSION && prop.arg.content === "is") {
|
|
25462
25545
|
isDirective = prop;
|
|
25463
25546
|
break;
|
|
25464
25547
|
}
|
|
@@ -25538,7 +25621,7 @@ function transformTemplateElement(node, context) {
|
|
|
25538
25621
|
}
|
|
25539
25622
|
const children = node.children.map((child) => transformNode(child, context)).join("");
|
|
25540
25623
|
if (!slotDirective && !nameAttr && !isAttr && !dataAttr) {
|
|
25541
|
-
if (_optionalChain([structuralDirective, 'optionalAccess',
|
|
25624
|
+
if (_optionalChain([structuralDirective, 'optionalAccess', _500 => _500.name]) === "for") {
|
|
25542
25625
|
return transformForElement({ ...node, tag: "block" }, context);
|
|
25543
25626
|
}
|
|
25544
25627
|
if (structuralDirective && (structuralDirective.name === "if" || structuralDirective.name === "else-if" || structuralDirective.name === "else")) {
|
|
@@ -25741,8 +25824,8 @@ function compileVueTemplateToWxml(template, filename) {
|
|
|
25741
25824
|
}
|
|
25742
25825
|
|
|
25743
25826
|
// src/plugins/vue/transform/config.ts
|
|
25744
|
-
|
|
25745
|
-
var import_merge =
|
|
25827
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
25828
|
+
var import_merge = _chunkPFE2IVZ3cjs.__toESM.call(void 0, require_src(), 1);
|
|
25746
25829
|
|
|
25747
25830
|
|
|
25748
25831
|
|
|
@@ -25780,7 +25863,7 @@ async function evaluateJsLikeConfig(source, filename, lang) {
|
|
|
25780
25863
|
filepath: tempFile,
|
|
25781
25864
|
cwd: dir
|
|
25782
25865
|
});
|
|
25783
|
-
let resolved = _nullishCoalesce(_optionalChain([mod, 'optionalAccess',
|
|
25866
|
+
let resolved = _nullishCoalesce(_optionalChain([mod, 'optionalAccess', _501 => _501.default]), () => ( mod));
|
|
25784
25867
|
if (typeof resolved === "function") {
|
|
25785
25868
|
resolved = resolved();
|
|
25786
25869
|
}
|
|
@@ -25794,14 +25877,14 @@ async function evaluateJsLikeConfig(source, filename, lang) {
|
|
|
25794
25877
|
} finally {
|
|
25795
25878
|
try {
|
|
25796
25879
|
await _fsextra2.default.remove(tempFile);
|
|
25797
|
-
} catch (
|
|
25880
|
+
} catch (e41) {
|
|
25798
25881
|
}
|
|
25799
25882
|
try {
|
|
25800
25883
|
const remains = await _fsextra2.default.readdir(tempDir);
|
|
25801
25884
|
if (remains.length === 0) {
|
|
25802
25885
|
await _fsextra2.default.remove(tempDir);
|
|
25803
25886
|
}
|
|
25804
|
-
} catch (
|
|
25887
|
+
} catch (e42) {
|
|
25805
25888
|
}
|
|
25806
25889
|
}
|
|
25807
25890
|
}
|
|
@@ -25836,12 +25919,12 @@ async function compileConfigBlocks(blocks, filename) {
|
|
|
25836
25919
|
}
|
|
25837
25920
|
|
|
25838
25921
|
// src/plugins/vue/transform/constants.ts
|
|
25839
|
-
|
|
25922
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
25840
25923
|
var RUNTIME_IMPORT_PATH = "wevu";
|
|
25841
25924
|
|
|
25842
25925
|
// src/plugins/vue/transform/jsonMacros.ts
|
|
25843
|
-
|
|
25844
|
-
var import_merge2 =
|
|
25926
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
25927
|
+
var import_merge2 = _chunkPFE2IVZ3cjs.__toESM.call(void 0, require_src(), 1);
|
|
25845
25928
|
|
|
25846
25929
|
|
|
25847
25930
|
|
|
@@ -25941,7 +26024,7 @@ function collectTopLevelReferencedNames(path46) {
|
|
|
25941
26024
|
if (!binding) {
|
|
25942
26025
|
return;
|
|
25943
26026
|
}
|
|
25944
|
-
if (_optionalChain([binding, 'access',
|
|
26027
|
+
if (_optionalChain([binding, 'access', _502 => _502.scope, 'optionalAccess', _503 => _503.block, 'optionalAccess', _504 => _504.type]) === "Program") {
|
|
25945
26028
|
names.add(name);
|
|
25946
26029
|
}
|
|
25947
26030
|
}
|
|
@@ -25978,7 +26061,7 @@ async function evaluateScriptSetupJsonMacro(originalContent, filename, lang) {
|
|
|
25978
26061
|
if (!JSON_MACROS.has(callee.name)) {
|
|
25979
26062
|
return;
|
|
25980
26063
|
}
|
|
25981
|
-
const isTopLevelStatement = _optionalChain([path46, 'access',
|
|
26064
|
+
const isTopLevelStatement = _optionalChain([path46, 'access', _505 => _505.parentPath, 'optionalAccess', _506 => _506.isExpressionStatement, 'call', _507 => _507()]) && _optionalChain([path46, 'access', _508 => _508.parentPath, 'access', _509 => _509.parentPath, 'optionalAccess', _510 => _510.isProgram, 'call', _511 => _511()]);
|
|
25982
26065
|
if (!isTopLevelStatement) {
|
|
25983
26066
|
throw new Error(`${callee.name}() must be used as a top-level statement in <script setup> (${filename})`);
|
|
25984
26067
|
}
|
|
@@ -26064,7 +26147,7 @@ async function evaluateScriptSetupJsonMacro(originalContent, filename, lang) {
|
|
|
26064
26147
|
for (const statementPath of macroStatements) {
|
|
26065
26148
|
const callPath = statementPath.get("expression");
|
|
26066
26149
|
const calleePath = callPath.get("callee");
|
|
26067
|
-
if (_optionalChain([calleePath, 'optionalAccess',
|
|
26150
|
+
if (_optionalChain([calleePath, 'optionalAccess', _512 => _512.isIdentifier, 'call', _513 => _513()]) && typeof calleePath.node.start === "number" && typeof calleePath.node.end === "number") {
|
|
26068
26151
|
ms.overwrite(calleePath.node.start, calleePath.node.end, alias);
|
|
26069
26152
|
}
|
|
26070
26153
|
}
|
|
@@ -26099,7 +26182,7 @@ export default __weapp_json_macro_values
|
|
|
26099
26182
|
filepath: tempFile,
|
|
26100
26183
|
cwd: dir
|
|
26101
26184
|
});
|
|
26102
|
-
const resolved = _nullishCoalesce(_optionalChain([mod, 'optionalAccess',
|
|
26185
|
+
const resolved = _nullishCoalesce(_optionalChain([mod, 'optionalAccess', _514 => _514.default]), () => ( mod));
|
|
26103
26186
|
const values = Array.isArray(resolved) ? resolved : [resolved];
|
|
26104
26187
|
const accumulator = {};
|
|
26105
26188
|
for (const raw of values) {
|
|
@@ -26128,14 +26211,14 @@ export default __weapp_json_macro_values
|
|
|
26128
26211
|
} finally {
|
|
26129
26212
|
try {
|
|
26130
26213
|
await _fsextra2.default.remove(tempFile);
|
|
26131
|
-
} catch (
|
|
26214
|
+
} catch (e43) {
|
|
26132
26215
|
}
|
|
26133
26216
|
try {
|
|
26134
26217
|
const remains = await _fsextra2.default.readdir(tempDir);
|
|
26135
26218
|
if (remains.length === 0) {
|
|
26136
26219
|
await _fsextra2.default.remove(tempDir);
|
|
26137
26220
|
}
|
|
26138
|
-
} catch (
|
|
26221
|
+
} catch (e44) {
|
|
26139
26222
|
}
|
|
26140
26223
|
}
|
|
26141
26224
|
}
|
|
@@ -26158,7 +26241,7 @@ async function extractJsonMacroFromScriptSetup(content, filename, lang) {
|
|
|
26158
26241
|
if (!JSON_MACROS.has(callee.name)) {
|
|
26159
26242
|
return;
|
|
26160
26243
|
}
|
|
26161
|
-
const isTopLevelStatement = _optionalChain([path46, 'access',
|
|
26244
|
+
const isTopLevelStatement = _optionalChain([path46, 'access', _515 => _515.parentPath, 'optionalAccess', _516 => _516.isExpressionStatement, 'call', _517 => _517()]) && _optionalChain([path46, 'access', _518 => _518.parentPath, 'access', _519 => _519.parentPath, 'optionalAccess', _520 => _520.isProgram, 'call', _521 => _521()]);
|
|
26162
26245
|
if (!isTopLevelStatement) {
|
|
26163
26246
|
throw new Error(`${callee.name}() must be used as a top-level statement in <script setup> (${filename})`);
|
|
26164
26247
|
}
|
|
@@ -26168,7 +26251,7 @@ async function extractJsonMacroFromScriptSetup(content, filename, lang) {
|
|
|
26168
26251
|
if (macroNames.size > 1) {
|
|
26169
26252
|
throw new Error(`Only one of ${Array.from(JSON_MACROS).join(", ")} can be used in a single <script setup> (${filename})`);
|
|
26170
26253
|
}
|
|
26171
|
-
const body = _nullishCoalesce(_optionalChain([ast, 'access',
|
|
26254
|
+
const body = _nullishCoalesce(_optionalChain([ast, 'access', _522 => _522.program, 'optionalAccess', _523 => _523.body]), () => ( []));
|
|
26172
26255
|
for (const statement of body) {
|
|
26173
26256
|
if (!t3.isExpressionStatement(statement)) {
|
|
26174
26257
|
continue;
|
|
@@ -26224,7 +26307,7 @@ function stripJsonMacroCallsFromCode(code, filename) {
|
|
|
26224
26307
|
}
|
|
26225
26308
|
|
|
26226
26309
|
// src/plugins/vue/transform/scopedId.ts
|
|
26227
|
-
|
|
26310
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
26228
26311
|
function generateScopedId(filename) {
|
|
26229
26312
|
const hash = filename.split("").reduce((acc, char) => {
|
|
26230
26313
|
return (acc << 5) - acc + char.charCodeAt(0);
|
|
@@ -26233,23 +26316,23 @@ function generateScopedId(filename) {
|
|
|
26233
26316
|
}
|
|
26234
26317
|
|
|
26235
26318
|
// src/plugins/vue/transform/script.ts
|
|
26236
|
-
|
|
26319
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
26237
26320
|
|
|
26238
26321
|
// src/plugins/vue/transform/transformScript.ts
|
|
26239
|
-
|
|
26322
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
26240
26323
|
|
|
26241
26324
|
|
|
26242
26325
|
|
|
26243
26326
|
// src/plugins/wevu/pageFeatures.ts
|
|
26244
|
-
|
|
26327
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
26245
26328
|
|
|
26246
26329
|
// src/plugins/wevu/pageFeatures/flags.ts
|
|
26247
|
-
|
|
26330
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
26248
26331
|
|
|
26249
26332
|
var _compiler = require('wevu/compiler');
|
|
26250
26333
|
|
|
26251
26334
|
// src/plugins/wevu/pageFeatures/astUtils.ts
|
|
26252
|
-
|
|
26335
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
26253
26336
|
|
|
26254
26337
|
function isStaticObjectKeyMatch(key, expected) {
|
|
26255
26338
|
if (t4.isIdentifier(key)) {
|
|
@@ -26294,7 +26377,7 @@ function isTopLevel(path46) {
|
|
|
26294
26377
|
}
|
|
26295
26378
|
|
|
26296
26379
|
// src/plugins/wevu/pageFeatures/babel.ts
|
|
26297
|
-
|
|
26380
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
26298
26381
|
|
|
26299
26382
|
|
|
26300
26383
|
|
|
@@ -26313,7 +26396,7 @@ function parseJsLike(source) {
|
|
|
26313
26396
|
}
|
|
26314
26397
|
|
|
26315
26398
|
// src/plugins/wevu/pageFeatures/types.ts
|
|
26316
|
-
|
|
26399
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
26317
26400
|
var WE_VU_MODULE_ID = "wevu";
|
|
26318
26401
|
|
|
26319
26402
|
// src/plugins/wevu/pageFeatures/flags.ts
|
|
@@ -26431,17 +26514,17 @@ function injectWevuPageFeatureFlagsIntoOptionsObject(optionsObject, enabled) {
|
|
|
26431
26514
|
}
|
|
26432
26515
|
|
|
26433
26516
|
// src/plugins/wevu/pageFeatures/inject.ts
|
|
26434
|
-
|
|
26517
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
26435
26518
|
|
|
26436
26519
|
// src/plugins/wevu/pageFeatures/analysis.ts
|
|
26437
|
-
|
|
26520
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
26438
26521
|
|
|
26439
26522
|
// src/plugins/wevu/pageFeatures/optionsObjects.ts
|
|
26440
|
-
|
|
26523
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
26441
26524
|
|
|
26442
26525
|
|
|
26443
26526
|
// src/plugins/wevu/pageFeatures/moduleAnalysis.ts
|
|
26444
|
-
|
|
26527
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
26445
26528
|
|
|
26446
26529
|
|
|
26447
26530
|
var externalModuleAnalysisCache = new LRUCache({
|
|
@@ -26645,7 +26728,7 @@ function collectTargetOptionsObjects(ast, moduleId) {
|
|
|
26645
26728
|
}
|
|
26646
26729
|
const binding = t7.isIdentifier(node.callee) ? module.importedBindings.get(node.callee.name) : void 0;
|
|
26647
26730
|
if (t7.isIdentifier(node.callee)) {
|
|
26648
|
-
if (_optionalChain([binding, 'optionalAccess',
|
|
26731
|
+
if (_optionalChain([binding, 'optionalAccess', _524 => _524.kind]) !== "named" || binding.source !== WE_VU_MODULE_ID) {
|
|
26649
26732
|
return;
|
|
26650
26733
|
}
|
|
26651
26734
|
if (binding.importedName !== "defineComponent" && binding.importedName !== "createWevuComponent") {
|
|
@@ -26653,7 +26736,7 @@ function collectTargetOptionsObjects(ast, moduleId) {
|
|
|
26653
26736
|
}
|
|
26654
26737
|
} else if (t7.isMemberExpression(node.callee) && !node.callee.computed && t7.isIdentifier(node.callee.object) && t7.isIdentifier(node.callee.property)) {
|
|
26655
26738
|
const objectBinding = module.importedBindings.get(node.callee.object.name);
|
|
26656
|
-
if (_optionalChain([objectBinding, 'optionalAccess',
|
|
26739
|
+
if (_optionalChain([objectBinding, 'optionalAccess', _525 => _525.kind]) !== "namespace" || objectBinding.source !== WE_VU_MODULE_ID) {
|
|
26657
26740
|
return;
|
|
26658
26741
|
}
|
|
26659
26742
|
if (node.callee.property.name !== "defineComponent" && node.callee.property.name !== "createWevuComponent") {
|
|
@@ -26688,7 +26771,7 @@ function collectTargetOptionsObjects(ast, moduleId) {
|
|
|
26688
26771
|
}
|
|
26689
26772
|
if (t7.isIdentifier(callee)) {
|
|
26690
26773
|
const binding = module.importedBindings.get(callee.name);
|
|
26691
|
-
if (_optionalChain([binding, 'optionalAccess',
|
|
26774
|
+
if (_optionalChain([binding, 'optionalAccess', _526 => _526.kind]) !== "named" || binding.source !== WE_VU_MODULE_ID) {
|
|
26692
26775
|
return;
|
|
26693
26776
|
}
|
|
26694
26777
|
if (binding.importedName !== "defineComponent" && binding.importedName !== "createWevuComponent") {
|
|
@@ -26696,7 +26779,7 @@ function collectTargetOptionsObjects(ast, moduleId) {
|
|
|
26696
26779
|
}
|
|
26697
26780
|
} else if (t7.isMemberExpression(callee) && !callee.computed && t7.isIdentifier(callee.object) && t7.isIdentifier(callee.property)) {
|
|
26698
26781
|
const objectBinding = module.importedBindings.get(callee.object.name);
|
|
26699
|
-
if (_optionalChain([objectBinding, 'optionalAccess',
|
|
26782
|
+
if (_optionalChain([objectBinding, 'optionalAccess', _527 => _527.kind]) !== "namespace" || objectBinding.source !== WE_VU_MODULE_ID) {
|
|
26700
26783
|
return;
|
|
26701
26784
|
}
|
|
26702
26785
|
if (callee.property.name !== "defineComponent" && callee.property.name !== "createWevuComponent") {
|
|
@@ -26727,7 +26810,7 @@ function collectTargetOptionsObjects(ast, moduleId) {
|
|
|
26727
26810
|
}
|
|
26728
26811
|
|
|
26729
26812
|
// src/plugins/wevu/pageFeatures/reachability.ts
|
|
26730
|
-
|
|
26813
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
26731
26814
|
|
|
26732
26815
|
|
|
26733
26816
|
function getCallCalleeName(callee) {
|
|
@@ -26875,9 +26958,9 @@ async function collectWevuFeaturesFromSetupReachableImports(pageModule, setupFn,
|
|
|
26875
26958
|
const seedFromCall = (call) => {
|
|
26876
26959
|
if (call.type === "ident") {
|
|
26877
26960
|
const binding2 = pageModule.importedBindings.get(call.name);
|
|
26878
|
-
if (_optionalChain([binding2, 'optionalAccess',
|
|
26961
|
+
if (_optionalChain([binding2, 'optionalAccess', _528 => _528.kind]) === "named") {
|
|
26879
26962
|
enqueueExternal(pageModule.id, binding2.source, binding2.importedName);
|
|
26880
|
-
} else if (_optionalChain([binding2, 'optionalAccess',
|
|
26963
|
+
} else if (_optionalChain([binding2, 'optionalAccess', _529 => _529.kind]) === "default") {
|
|
26881
26964
|
enqueueExternal(pageModule.id, binding2.source, "default");
|
|
26882
26965
|
} else if (!binding2 && pageModule.localFunctions.has(call.name)) {
|
|
26883
26966
|
enqueueLocal(pageModule.id, call.name);
|
|
@@ -26885,7 +26968,7 @@ async function collectWevuFeaturesFromSetupReachableImports(pageModule, setupFn,
|
|
|
26885
26968
|
return;
|
|
26886
26969
|
}
|
|
26887
26970
|
const binding = pageModule.importedBindings.get(call.object);
|
|
26888
|
-
if (_optionalChain([binding, 'optionalAccess',
|
|
26971
|
+
if (_optionalChain([binding, 'optionalAccess', _530 => _530.kind]) === "namespace") {
|
|
26889
26972
|
enqueueExternal(pageModule.id, binding.source, call.property);
|
|
26890
26973
|
}
|
|
26891
26974
|
};
|
|
@@ -26929,9 +27012,9 @@ async function collectWevuFeaturesFromSetupReachableImports(pageModule, setupFn,
|
|
|
26929
27012
|
for (const call of calls) {
|
|
26930
27013
|
if (call.type === "ident") {
|
|
26931
27014
|
const binding = resolved.module.importedBindings.get(call.name);
|
|
26932
|
-
if (_optionalChain([binding, 'optionalAccess',
|
|
27015
|
+
if (_optionalChain([binding, 'optionalAccess', _531 => _531.kind]) === "named") {
|
|
26933
27016
|
enqueueExternal(resolved.moduleId, binding.source, binding.importedName);
|
|
26934
|
-
} else if (_optionalChain([binding, 'optionalAccess',
|
|
27017
|
+
} else if (_optionalChain([binding, 'optionalAccess', _532 => _532.kind]) === "default") {
|
|
26935
27018
|
enqueueExternal(resolved.moduleId, binding.source, "default");
|
|
26936
27019
|
} else if (!binding && resolved.module.localFunctions.has(call.name)) {
|
|
26937
27020
|
const key = `${resolved.moduleId}::${call.name}`;
|
|
@@ -26945,9 +27028,9 @@ async function collectWevuFeaturesFromSetupReachableImports(pageModule, setupFn,
|
|
|
26945
27028
|
for (const inner of collectCalledBindingsFromFunctionBody(localFn)) {
|
|
26946
27029
|
if (inner.type === "ident") {
|
|
26947
27030
|
const innerBinding = resolved.module.importedBindings.get(inner.name);
|
|
26948
|
-
if (_optionalChain([innerBinding, 'optionalAccess',
|
|
27031
|
+
if (_optionalChain([innerBinding, 'optionalAccess', _533 => _533.kind]) === "named") {
|
|
26949
27032
|
enqueueExternal(resolved.moduleId, innerBinding.source, innerBinding.importedName);
|
|
26950
|
-
} else if (_optionalChain([innerBinding, 'optionalAccess',
|
|
27033
|
+
} else if (_optionalChain([innerBinding, 'optionalAccess', _534 => _534.kind]) === "default") {
|
|
26951
27034
|
enqueueExternal(resolved.moduleId, innerBinding.source, "default");
|
|
26952
27035
|
}
|
|
26953
27036
|
}
|
|
@@ -26957,7 +27040,7 @@ async function collectWevuFeaturesFromSetupReachableImports(pageModule, setupFn,
|
|
|
26957
27040
|
}
|
|
26958
27041
|
} else {
|
|
26959
27042
|
const binding = resolved.module.importedBindings.get(call.object);
|
|
26960
|
-
if (_optionalChain([binding, 'optionalAccess',
|
|
27043
|
+
if (_optionalChain([binding, 'optionalAccess', _535 => _535.kind]) === "namespace") {
|
|
26961
27044
|
enqueueExternal(resolved.moduleId, binding.source, call.property);
|
|
26962
27045
|
}
|
|
26963
27046
|
}
|
|
@@ -27004,7 +27087,7 @@ async function injectWevuPageFeaturesInJsWithResolver(source, options) {
|
|
|
27004
27087
|
}
|
|
27005
27088
|
|
|
27006
27089
|
// src/plugins/wevu/pageFeatures/matcher.ts
|
|
27007
|
-
|
|
27090
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
27008
27091
|
|
|
27009
27092
|
|
|
27010
27093
|
function createPageEntryMatcher(ctx) {
|
|
@@ -27019,8 +27102,8 @@ function createPageEntryMatcher(ctx) {
|
|
|
27019
27102
|
}
|
|
27020
27103
|
const set3 = /* @__PURE__ */ new Set();
|
|
27021
27104
|
const appEntry = await scanService.loadAppEntry();
|
|
27022
|
-
for (const pageEntry of _nullishCoalesce(_optionalChain([appEntry, 'access',
|
|
27023
|
-
const normalized = String(pageEntry)
|
|
27105
|
+
for (const pageEntry of _nullishCoalesce(_optionalChain([appEntry, 'access', _536 => _536.json, 'optionalAccess', _537 => _537.pages]), () => ( []))) {
|
|
27106
|
+
const normalized = stripLeadingSlashes(String(pageEntry));
|
|
27024
27107
|
if (!normalized) {
|
|
27025
27108
|
continue;
|
|
27026
27109
|
}
|
|
@@ -27029,7 +27112,7 @@ function createPageEntryMatcher(ctx) {
|
|
|
27029
27112
|
for (const meta of scanService.loadSubPackages()) {
|
|
27030
27113
|
const root = _nullishCoalesce(meta.subPackage.root, () => ( ""));
|
|
27031
27114
|
for (const pageEntry of _nullishCoalesce(meta.subPackage.pages, () => ( []))) {
|
|
27032
|
-
const normalized = String(pageEntry)
|
|
27115
|
+
const normalized = stripLeadingSlashes(String(pageEntry));
|
|
27033
27116
|
if (!normalized) {
|
|
27034
27117
|
continue;
|
|
27035
27118
|
}
|
|
@@ -27039,7 +27122,7 @@ function createPageEntryMatcher(ctx) {
|
|
|
27039
27122
|
if (scanService.pluginJson) {
|
|
27040
27123
|
const pluginPages = Object.values(_nullishCoalesce(scanService.pluginJson.pages, () => ( {})));
|
|
27041
27124
|
for (const entry of pluginPages) {
|
|
27042
|
-
const normalized = String(entry)
|
|
27125
|
+
const normalized = stripLeadingSlashes(String(entry));
|
|
27043
27126
|
if (!normalized) {
|
|
27044
27127
|
continue;
|
|
27045
27128
|
}
|
|
@@ -27062,8 +27145,7 @@ function createPageEntryMatcher(ctx) {
|
|
|
27062
27145
|
}
|
|
27063
27146
|
|
|
27064
27147
|
// src/plugins/wevu/pageFeatures/plugin.ts
|
|
27065
|
-
|
|
27066
|
-
|
|
27148
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
27067
27149
|
|
|
27068
27150
|
function createWevuAutoPageFeaturesPlugin(ctx) {
|
|
27069
27151
|
const matcher = createPageEntryMatcher(ctx);
|
|
@@ -27106,11 +27188,8 @@ function createWevuAutoPageFeaturesPlugin(ctx) {
|
|
|
27106
27188
|
return void 0;
|
|
27107
27189
|
}
|
|
27108
27190
|
try {
|
|
27109
|
-
|
|
27110
|
-
|
|
27111
|
-
}
|
|
27112
|
-
return void 0;
|
|
27113
|
-
} catch (e44) {
|
|
27191
|
+
return await readFile2(clean, { checkMtime: configService.isDev });
|
|
27192
|
+
} catch (e45) {
|
|
27114
27193
|
return void 0;
|
|
27115
27194
|
}
|
|
27116
27195
|
}
|
|
@@ -27128,14 +27207,14 @@ function createWevuAutoPageFeaturesPlugin(ctx) {
|
|
|
27128
27207
|
}
|
|
27129
27208
|
|
|
27130
27209
|
// src/plugins/vue/transform/babel.ts
|
|
27131
|
-
|
|
27210
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
27132
27211
|
|
|
27133
27212
|
|
|
27134
27213
|
var generate3 = _nullishCoalesce(_generator2.default.default, () => ( _generator2.default));
|
|
27135
27214
|
var traverse4 = _nullishCoalesce(_traverse2.default.default, () => ( _traverse2.default));
|
|
27136
27215
|
|
|
27137
27216
|
// src/plugins/vue/transform/scriptComponent.ts
|
|
27138
|
-
|
|
27217
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
27139
27218
|
|
|
27140
27219
|
function isDefineComponentCall(node, aliases) {
|
|
27141
27220
|
return t9.isIdentifier(node.callee) && aliases.has(node.callee.name);
|
|
@@ -27175,7 +27254,7 @@ function resolveComponentExpression(declaration, defineComponentDecls, aliases)
|
|
|
27175
27254
|
}
|
|
27176
27255
|
|
|
27177
27256
|
// src/plugins/vue/transform/scriptRuntimeImport.ts
|
|
27178
|
-
|
|
27257
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
27179
27258
|
|
|
27180
27259
|
function ensureRuntimeImport(program, importedName) {
|
|
27181
27260
|
let targetImport = program.body.find(
|
|
@@ -27200,7 +27279,7 @@ function ensureRuntimeImport(program, importedName) {
|
|
|
27200
27279
|
}
|
|
27201
27280
|
|
|
27202
27281
|
// src/plugins/vue/transform/scriptTemplateMeta.ts
|
|
27203
|
-
|
|
27282
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
27204
27283
|
|
|
27205
27284
|
function injectTemplateComponentMeta(ast, templateComponentMeta) {
|
|
27206
27285
|
if (!Object.keys(templateComponentMeta).length) {
|
|
@@ -27264,7 +27343,7 @@ function injectTemplateComponentMeta(ast, templateComponentMeta) {
|
|
|
27264
27343
|
}
|
|
27265
27344
|
|
|
27266
27345
|
// src/plugins/vue/transform/scriptVueSfcTransform.ts
|
|
27267
|
-
|
|
27346
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
27268
27347
|
|
|
27269
27348
|
function vueSfcTransformPlugin() {
|
|
27270
27349
|
return {
|
|
@@ -27317,7 +27396,7 @@ function transformScript(source, options) {
|
|
|
27317
27396
|
let defaultExportPath = null;
|
|
27318
27397
|
let transformed = false;
|
|
27319
27398
|
const DEFAULT_OPTIONS_IDENTIFIER = "__wevuOptions";
|
|
27320
|
-
const enabledPageFeatures = _optionalChain([options, 'optionalAccess',
|
|
27399
|
+
const enabledPageFeatures = _optionalChain([options, 'optionalAccess', _538 => _538.isPage]) ? collectWevuPageFeatureFlags(ast) : /* @__PURE__ */ new Set();
|
|
27321
27400
|
traverse4(ast, vueSfcTransformPlugin().visitor);
|
|
27322
27401
|
traverse4(ast, {
|
|
27323
27402
|
ImportDeclaration(path46) {
|
|
@@ -27362,7 +27441,7 @@ function transformScript(source, options) {
|
|
|
27362
27441
|
path46.remove();
|
|
27363
27442
|
return;
|
|
27364
27443
|
}
|
|
27365
|
-
if (_optionalChain([path46, 'access',
|
|
27444
|
+
if (_optionalChain([path46, 'access', _539 => _539.node, 'access', _540 => _540.specifiers, 'optionalAccess', _541 => _541.length])) {
|
|
27366
27445
|
const remaining = path46.node.specifiers.filter((spec) => {
|
|
27367
27446
|
if (t13.isExportSpecifier(spec)) {
|
|
27368
27447
|
return spec.exportKind !== "type";
|
|
@@ -27397,7 +27476,7 @@ function transformScript(source, options) {
|
|
|
27397
27476
|
defaultExportPath = path46;
|
|
27398
27477
|
},
|
|
27399
27478
|
CallExpression(path46) {
|
|
27400
|
-
if (t13.isIdentifier(path46.node.callee, { name: "__expose" }) && _optionalChain([path46, 'access',
|
|
27479
|
+
if (t13.isIdentifier(path46.node.callee, { name: "__expose" }) && _optionalChain([path46, 'access', _542 => _542.parentPath, 'optionalAccess', _543 => _543.isExpressionStatement, 'call', _544 => _544()])) {
|
|
27401
27480
|
path46.parentPath.remove();
|
|
27402
27481
|
transformed = true;
|
|
27403
27482
|
return;
|
|
@@ -27482,7 +27561,7 @@ function transformScript(source, options) {
|
|
|
27482
27561
|
}
|
|
27483
27562
|
}
|
|
27484
27563
|
});
|
|
27485
|
-
if (_optionalChain([options, 'optionalAccess',
|
|
27564
|
+
if (_optionalChain([options, 'optionalAccess', _545 => _545.templateComponentMeta])) {
|
|
27486
27565
|
transformed = injectTemplateComponentMeta(ast, options.templateComponentMeta) || transformed;
|
|
27487
27566
|
}
|
|
27488
27567
|
if (defaultExportPath) {
|
|
@@ -27495,7 +27574,7 @@ function transformScript(source, options) {
|
|
|
27495
27574
|
if (componentExpr && t13.isObjectExpression(componentExpr) && enabledPageFeatures.size) {
|
|
27496
27575
|
transformed = injectWevuPageFeatureFlagsIntoOptionsObject(componentExpr, enabledPageFeatures) || transformed;
|
|
27497
27576
|
}
|
|
27498
|
-
if (componentExpr && _optionalChain([options, 'optionalAccess',
|
|
27577
|
+
if (componentExpr && _optionalChain([options, 'optionalAccess', _546 => _546.skipComponentTransform])) {
|
|
27499
27578
|
exportPath.replaceWith(t13.exportDefaultDeclaration(componentExpr));
|
|
27500
27579
|
transformed = true;
|
|
27501
27580
|
} else if (componentExpr) {
|
|
@@ -27594,7 +27673,7 @@ async function compileVueFile(source, filename, options) {
|
|
|
27594
27673
|
hasSetupOption: !!descriptor.script && /\bsetup\s*\(/.test(descriptor.script.content)
|
|
27595
27674
|
};
|
|
27596
27675
|
let scriptSetupMacroConfig;
|
|
27597
|
-
if (_optionalChain([descriptor, 'access',
|
|
27676
|
+
if (_optionalChain([descriptor, 'access', _547 => _547.scriptSetup, 'optionalAccess', _548 => _548.content])) {
|
|
27598
27677
|
const extracted = await extractJsonMacroFromScriptSetup(
|
|
27599
27678
|
descriptor.scriptSetup.content,
|
|
27600
27679
|
filename,
|
|
@@ -27605,7 +27684,7 @@ async function compileVueFile(source, filename, options) {
|
|
|
27605
27684
|
}
|
|
27606
27685
|
scriptSetupMacroConfig = extracted.config;
|
|
27607
27686
|
}
|
|
27608
|
-
const autoUsingComponents = _optionalChain([options, 'optionalAccess',
|
|
27687
|
+
const autoUsingComponents = _optionalChain([options, 'optionalAccess', _549 => _549.autoUsingComponents, 'optionalAccess', _550 => _550.enabled]) && descriptor.scriptSetup && descriptor.template && options.autoUsingComponents.resolveUsingComponentPath ? options.autoUsingComponents : void 0;
|
|
27609
27688
|
const autoUsingComponentsMap = {};
|
|
27610
27689
|
const autoComponentMeta = {};
|
|
27611
27690
|
if (autoUsingComponents) {
|
|
@@ -27660,7 +27739,7 @@ async function compileVueFile(source, filename, options) {
|
|
|
27660
27739
|
}
|
|
27661
27740
|
} catch (error) {
|
|
27662
27741
|
const message = error instanceof Error ? error.message : String(error);
|
|
27663
|
-
_optionalChain([autoUsingComponents, 'access',
|
|
27742
|
+
_optionalChain([autoUsingComponents, 'access', _551 => _551.warn, 'optionalCall', _552 => _552(`[Vue transform] Failed to analyze <script setup> imports in ${filename}: ${message}`)]);
|
|
27664
27743
|
}
|
|
27665
27744
|
}
|
|
27666
27745
|
}
|
|
@@ -27678,7 +27757,7 @@ async function compileVueFile(source, filename, options) {
|
|
|
27678
27757
|
}
|
|
27679
27758
|
const transformed = transformScript(scriptCode, {
|
|
27680
27759
|
skipComponentTransform: isAppFile,
|
|
27681
|
-
isPage: _optionalChain([options, 'optionalAccess',
|
|
27760
|
+
isPage: _optionalChain([options, 'optionalAccess', _553 => _553.isPage]) === true,
|
|
27682
27761
|
templateComponentMeta: Object.keys(autoComponentMeta).length ? autoComponentMeta : void 0
|
|
27683
27762
|
});
|
|
27684
27763
|
result.script = transformed.code;
|
|
@@ -27729,7 +27808,7 @@ ${result.script}
|
|
|
27729
27808
|
if (result.config) {
|
|
27730
27809
|
try {
|
|
27731
27810
|
configObj = JSON.parse(result.config);
|
|
27732
|
-
} catch (
|
|
27811
|
+
} catch (e46) {
|
|
27733
27812
|
configObj = {};
|
|
27734
27813
|
}
|
|
27735
27814
|
}
|
|
@@ -27737,7 +27816,7 @@ ${result.script}
|
|
|
27737
27816
|
const usingComponents = existingRaw && typeof existingRaw === "object" && !Array.isArray(existingRaw) ? existingRaw : {};
|
|
27738
27817
|
for (const [name, from] of Object.entries(autoUsingComponentsMap)) {
|
|
27739
27818
|
if (Reflect.has(usingComponents, name) && usingComponents[name] !== from) {
|
|
27740
|
-
_optionalChain([autoUsingComponents, 'optionalAccess',
|
|
27819
|
+
_optionalChain([autoUsingComponents, 'optionalAccess', _554 => _554.warn, 'optionalCall', _555 => _555(
|
|
27741
27820
|
`[Vue transform] usingComponents \u51B2\u7A81: ${filename} \u4E2D <json>.usingComponents['${name}']='${usingComponents[name]}' \u5C06\u88AB <script setup> import \u8986\u76D6\u4E3A '${from}'`
|
|
27742
27821
|
)]);
|
|
27743
27822
|
}
|
|
@@ -27751,7 +27830,7 @@ ${result.script}
|
|
|
27751
27830
|
if (result.config) {
|
|
27752
27831
|
try {
|
|
27753
27832
|
configObj = JSON.parse(result.config);
|
|
27754
|
-
} catch (
|
|
27833
|
+
} catch (e47) {
|
|
27755
27834
|
configObj = {};
|
|
27756
27835
|
}
|
|
27757
27836
|
}
|
|
@@ -27772,19 +27851,19 @@ createWevuComponent({});
|
|
|
27772
27851
|
}
|
|
27773
27852
|
|
|
27774
27853
|
// src/plugins/vue/transform/plugin.ts
|
|
27775
|
-
|
|
27854
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
27776
27855
|
|
|
27777
27856
|
|
|
27778
27857
|
|
|
27779
27858
|
// src/plugins/vue/transform/vitePlugin/emitAssets.ts
|
|
27780
|
-
|
|
27859
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
27781
27860
|
function parseJsonSafely(source) {
|
|
27782
27861
|
if (!source) {
|
|
27783
27862
|
return void 0;
|
|
27784
27863
|
}
|
|
27785
27864
|
try {
|
|
27786
27865
|
return JSON.parse(source);
|
|
27787
|
-
} catch (
|
|
27866
|
+
} catch (e48) {
|
|
27788
27867
|
return void 0;
|
|
27789
27868
|
}
|
|
27790
27869
|
}
|
|
@@ -27830,7 +27909,7 @@ function emitSfcJsonAsset(ctx, bundle, relativeBase, result, options) {
|
|
|
27830
27909
|
const existingConfig = JSON.parse(existing.source.toString());
|
|
27831
27910
|
const merged = { ...existingConfig, ...nextConfig };
|
|
27832
27911
|
ctx.emitFile({ type: "asset", fileName: jsonFileName, source: JSON.stringify(merged, null, 2) });
|
|
27833
|
-
} catch (
|
|
27912
|
+
} catch (e49) {
|
|
27834
27913
|
ctx.emitFile({ type: "asset", fileName: jsonFileName, source: JSON.stringify(nextConfig, null, 2) });
|
|
27835
27914
|
}
|
|
27836
27915
|
return;
|
|
@@ -27848,12 +27927,12 @@ function emitSfcScriptAssetReplacingBundleEntry(ctx, bundle, relativeBase, code)
|
|
|
27848
27927
|
}
|
|
27849
27928
|
|
|
27850
27929
|
// src/plugins/vue/transform/vitePlugin/fallbackEntries.ts
|
|
27851
|
-
|
|
27930
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
27852
27931
|
|
|
27853
27932
|
|
|
27854
27933
|
|
|
27855
27934
|
// src/plugins/vue/transform/vitePlugin/collectVuePages.ts
|
|
27856
|
-
|
|
27935
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
27857
27936
|
|
|
27858
27937
|
|
|
27859
27938
|
async function collectVuePages(root) {
|
|
@@ -27870,7 +27949,7 @@ async function collectVuePages(root) {
|
|
|
27870
27949
|
results.push(full);
|
|
27871
27950
|
}
|
|
27872
27951
|
}
|
|
27873
|
-
} catch (
|
|
27952
|
+
} catch (e50) {
|
|
27874
27953
|
}
|
|
27875
27954
|
return results;
|
|
27876
27955
|
}
|
|
@@ -27878,7 +27957,7 @@ async function collectVuePages(root) {
|
|
|
27878
27957
|
// src/plugins/vue/transform/vitePlugin/fallbackEntries.ts
|
|
27879
27958
|
async function collectFallbackPageEntryIds(configService, scanService) {
|
|
27880
27959
|
let pageList = [];
|
|
27881
|
-
if (_optionalChain([scanService, 'optionalAccess',
|
|
27960
|
+
if (_optionalChain([scanService, 'optionalAccess', _556 => _556.appEntry, 'optionalAccess', _557 => _557.json, 'optionalAccess', _558 => _558.pages, 'optionalAccess', _559 => _559.length])) {
|
|
27882
27961
|
pageList = scanService.appEntry.json.pages;
|
|
27883
27962
|
} else {
|
|
27884
27963
|
const appJsonPath = _pathe2.default.join(configService.cwd, "dist", "app.json");
|
|
@@ -27886,7 +27965,7 @@ async function collectFallbackPageEntryIds(configService, scanService) {
|
|
|
27886
27965
|
const appJsonContent = await _fsextra2.default.readFile(appJsonPath, "utf-8");
|
|
27887
27966
|
const appJson = JSON.parse(appJsonContent);
|
|
27888
27967
|
pageList = appJson.pages || [];
|
|
27889
|
-
} catch (
|
|
27968
|
+
} catch (e51) {
|
|
27890
27969
|
}
|
|
27891
27970
|
}
|
|
27892
27971
|
const collectedEntries = /* @__PURE__ */ new Set();
|
|
@@ -27897,9 +27976,9 @@ async function collectFallbackPageEntryIds(configService, scanService) {
|
|
|
27897
27976
|
}
|
|
27898
27977
|
|
|
27899
27978
|
// src/plugins/vue/transform/vitePlugin/injectPageFeatures.ts
|
|
27900
|
-
|
|
27901
|
-
|
|
27902
|
-
|
|
27979
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
27980
|
+
async function injectWevuPageFeaturesInJsWithViteResolver(ctx, source, id, options) {
|
|
27981
|
+
const checkMtime = _nullishCoalesce(_optionalChain([options, 'optionalAccess', _560 => _560.checkMtime]), () => ( true));
|
|
27903
27982
|
return injectWevuPageFeaturesInJsWithResolver(source, {
|
|
27904
27983
|
id,
|
|
27905
27984
|
resolver: {
|
|
@@ -27913,11 +27992,8 @@ async function injectWevuPageFeaturesInJsWithViteResolver(ctx, source, id) {
|
|
|
27913
27992
|
return void 0;
|
|
27914
27993
|
}
|
|
27915
27994
|
try {
|
|
27916
|
-
|
|
27917
|
-
|
|
27918
|
-
}
|
|
27919
|
-
return void 0;
|
|
27920
|
-
} catch (e51) {
|
|
27995
|
+
return await readFile2(clean, { checkMtime });
|
|
27996
|
+
} catch (e52) {
|
|
27921
27997
|
return void 0;
|
|
27922
27998
|
}
|
|
27923
27999
|
}
|
|
@@ -27926,7 +28002,7 @@ async function injectWevuPageFeaturesInJsWithViteResolver(ctx, source, id) {
|
|
|
27926
28002
|
}
|
|
27927
28003
|
|
|
27928
28004
|
// src/plugins/vue/transform/vitePlugin/usingComponentResolver.ts
|
|
27929
|
-
|
|
28005
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
27930
28006
|
|
|
27931
28007
|
|
|
27932
28008
|
|
|
@@ -27938,7 +28014,7 @@ function normalizeResolvedFilePath(id) {
|
|
|
27938
28014
|
if (clean.startsWith("file://")) {
|
|
27939
28015
|
try {
|
|
27940
28016
|
return _url.fileURLToPath.call(void 0, clean);
|
|
27941
|
-
} catch (
|
|
28017
|
+
} catch (e53) {
|
|
27942
28018
|
return clean;
|
|
27943
28019
|
}
|
|
27944
28020
|
}
|
|
@@ -27949,7 +28025,7 @@ function normalizeResolvedFilePath(id) {
|
|
|
27949
28025
|
}
|
|
27950
28026
|
async function resolveUsingComponentPath(ctx, configService, reExportResolutionCache, importSource, importerFilename, info) {
|
|
27951
28027
|
const resolved = await ctx.resolve(importSource, importerFilename);
|
|
27952
|
-
if (!_optionalChain([resolved, 'optionalAccess',
|
|
28028
|
+
if (!_optionalChain([resolved, 'optionalAccess', _561 => _561.id])) {
|
|
27953
28029
|
return void 0;
|
|
27954
28030
|
}
|
|
27955
28031
|
let clean = normalizeResolvedFilePath(resolved.id);
|
|
@@ -27957,21 +28033,19 @@ async function resolveUsingComponentPath(ctx, configService, reExportResolutionC
|
|
|
27957
28033
|
return void 0;
|
|
27958
28034
|
}
|
|
27959
28035
|
try {
|
|
27960
|
-
|
|
27961
|
-
|
|
27962
|
-
|
|
27963
|
-
|
|
27964
|
-
|
|
27965
|
-
|
|
27966
|
-
|
|
27967
|
-
break;
|
|
27968
|
-
}
|
|
28036
|
+
const stat5 = await _fsextra2.default.stat(clean);
|
|
28037
|
+
if (stat5.isDirectory()) {
|
|
28038
|
+
for (const ext2 of ["ts", "js", "mjs", "cjs"]) {
|
|
28039
|
+
const indexPath = _pathe2.default.join(clean, `index.${ext2}`);
|
|
28040
|
+
if (await pathExists2(indexPath, { ttlMs: configService.isDev ? 250 : 6e4 })) {
|
|
28041
|
+
clean = indexPath;
|
|
28042
|
+
break;
|
|
27969
28043
|
}
|
|
27970
28044
|
}
|
|
27971
28045
|
}
|
|
27972
|
-
} catch (
|
|
28046
|
+
} catch (e54) {
|
|
27973
28047
|
}
|
|
27974
|
-
if (_optionalChain([info, 'optionalAccess',
|
|
28048
|
+
if (_optionalChain([info, 'optionalAccess', _562 => _562.kind]) === "named" && info.importedName && /\.(?:[cm]?ts|[cm]?js)$/.test(clean)) {
|
|
27975
28049
|
const cacheKey = clean;
|
|
27976
28050
|
const exportName = info.importedName;
|
|
27977
28051
|
let entry = reExportResolutionCache.get(cacheKey);
|
|
@@ -27991,14 +28065,14 @@ async function resolveUsingComponentPath(ctx, configService, reExportResolutionC
|
|
|
27991
28065
|
visited.add(exporterFile);
|
|
27992
28066
|
let code;
|
|
27993
28067
|
try {
|
|
27994
|
-
code = await
|
|
27995
|
-
} catch (
|
|
28068
|
+
code = await readFile2(exporterFile, { checkMtime: configService.isDev });
|
|
28069
|
+
} catch (e55) {
|
|
27996
28070
|
return void 0;
|
|
27997
28071
|
}
|
|
27998
28072
|
let ast;
|
|
27999
28073
|
try {
|
|
28000
28074
|
ast = _parser.parse.call(void 0, code, BABEL_TS_MODULE_PARSER_OPTIONS);
|
|
28001
|
-
} catch (
|
|
28075
|
+
} catch (e56) {
|
|
28002
28076
|
return void 0;
|
|
28003
28077
|
}
|
|
28004
28078
|
const exportAllSources = [];
|
|
@@ -28013,7 +28087,7 @@ async function resolveUsingComponentPath(ctx, configService, reExportResolutionC
|
|
|
28013
28087
|
continue;
|
|
28014
28088
|
}
|
|
28015
28089
|
const hop = await ctx.resolve(node.source.value, exporterFile);
|
|
28016
|
-
if (!_optionalChain([hop, 'optionalAccess',
|
|
28090
|
+
if (!_optionalChain([hop, 'optionalAccess', _563 => _563.id])) {
|
|
28017
28091
|
return void 0;
|
|
28018
28092
|
}
|
|
28019
28093
|
return normalizeResolvedFilePath(hop.id);
|
|
@@ -28025,7 +28099,7 @@ async function resolveUsingComponentPath(ctx, configService, reExportResolutionC
|
|
|
28025
28099
|
}
|
|
28026
28100
|
for (const source of exportAllSources) {
|
|
28027
28101
|
const hop = await ctx.resolve(source, exporterFile);
|
|
28028
|
-
if (!_optionalChain([hop, 'optionalAccess',
|
|
28102
|
+
if (!_optionalChain([hop, 'optionalAccess', _564 => _564.id])) {
|
|
28029
28103
|
continue;
|
|
28030
28104
|
}
|
|
28031
28105
|
const hopPath = normalizeResolvedFilePath(hop.id);
|
|
@@ -28091,7 +28165,9 @@ function createVueTransformPlugin(ctx) {
|
|
|
28091
28165
|
}
|
|
28092
28166
|
});
|
|
28093
28167
|
if (isPage && result.script) {
|
|
28094
|
-
const injected = await injectWevuPageFeaturesInJsWithViteResolver(this, result.script, filename
|
|
28168
|
+
const injected = await injectWevuPageFeaturesInJsWithViteResolver(this, result.script, filename, {
|
|
28169
|
+
checkMtime: configService.isDev
|
|
28170
|
+
});
|
|
28095
28171
|
if (injected.transformed) {
|
|
28096
28172
|
result.script = injected.code;
|
|
28097
28173
|
}
|
|
@@ -28158,7 +28234,9 @@ function createVueTransformPlugin(ctx) {
|
|
|
28158
28234
|
}
|
|
28159
28235
|
});
|
|
28160
28236
|
if (result.script) {
|
|
28161
|
-
const injected = await injectWevuPageFeaturesInJsWithViteResolver(this, result.script, vuePath
|
|
28237
|
+
const injected = await injectWevuPageFeaturesInJsWithViteResolver(this, result.script, vuePath, {
|
|
28238
|
+
checkMtime: configService.isDev
|
|
28239
|
+
});
|
|
28162
28240
|
if (injected.transformed) {
|
|
28163
28241
|
result.script = injected.code;
|
|
28164
28242
|
}
|
|
@@ -28194,7 +28272,7 @@ function createVueTransformPlugin(ctx) {
|
|
|
28194
28272
|
}
|
|
28195
28273
|
|
|
28196
28274
|
// src/plugins/vue/watch.ts
|
|
28197
|
-
|
|
28275
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
28198
28276
|
function createVueWatchPlugin(_ctx) {
|
|
28199
28277
|
return {
|
|
28200
28278
|
name: `${VUE_PLUGIN_NAME}:watch`,
|
|
@@ -28224,7 +28302,7 @@ function createVueWatchPlugin(_ctx) {
|
|
|
28224
28302
|
// src/plugins/vue/index.ts
|
|
28225
28303
|
var VUE_PLUGIN_NAME = "weapp-vite:vue";
|
|
28226
28304
|
function vuePlugin(ctx, options) {
|
|
28227
|
-
if (_optionalChain([options, 'optionalAccess',
|
|
28305
|
+
if (_optionalChain([options, 'optionalAccess', _565 => _565.enable]) === false) {
|
|
28228
28306
|
return [];
|
|
28229
28307
|
}
|
|
28230
28308
|
return [
|
|
@@ -28236,14 +28314,14 @@ function vuePlugin(ctx, options) {
|
|
|
28236
28314
|
var vue = vuePlugin;
|
|
28237
28315
|
|
|
28238
28316
|
// src/plugins/wevu/index.ts
|
|
28239
|
-
|
|
28317
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
28240
28318
|
function wevuPlugin(ctx) {
|
|
28241
28319
|
return [createWevuAutoPageFeaturesPlugin(ctx)];
|
|
28242
28320
|
}
|
|
28243
28321
|
var wevu = wevuPlugin;
|
|
28244
28322
|
|
|
28245
28323
|
// src/plugins/workers.ts
|
|
28246
|
-
|
|
28324
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
28247
28325
|
|
|
28248
28326
|
|
|
28249
28327
|
|
|
@@ -28253,7 +28331,7 @@ async function resolveWorkerEntry(ctx, entry) {
|
|
|
28253
28331
|
const relativeEntryPath = _pathe2.default.join(scanService.workersDir, entry);
|
|
28254
28332
|
const key = _shared.removeExtension.call(void 0, relativeEntryPath);
|
|
28255
28333
|
const absoluteEntry = _pathe2.default.resolve(configService.absoluteSrcRoot, relativeEntryPath);
|
|
28256
|
-
if (
|
|
28334
|
+
if (_chunkZZA26GJIcjs.isJsOrTs.call(void 0, entry)) {
|
|
28257
28335
|
const exists = await _fsextra2.default.exists(absoluteEntry);
|
|
28258
28336
|
if (!exists) {
|
|
28259
28337
|
logger_default.warn(`\u5F15\u7528 worker: \`${configService.relativeCwd(relativeEntryPath)}\` \u4E0D\u5B58\u5728!`);
|
|
@@ -28261,7 +28339,7 @@ async function resolveWorkerEntry(ctx, entry) {
|
|
|
28261
28339
|
}
|
|
28262
28340
|
return { key, value: absoluteEntry };
|
|
28263
28341
|
}
|
|
28264
|
-
const { path: discovered } = await
|
|
28342
|
+
const { path: discovered } = await _chunkZZA26GJIcjs.findJsEntry.call(void 0, absoluteEntry);
|
|
28265
28343
|
if (!discovered) {
|
|
28266
28344
|
logger_default.warn(`\u5F15\u7528 worker: \`${configService.relativeCwd(relativeEntryPath)}\` \u4E0D\u5B58\u5728!`);
|
|
28267
28345
|
return { key };
|
|
@@ -28274,8 +28352,8 @@ function createWorkerBuildPlugin(ctx) {
|
|
|
28274
28352
|
name: "weapp-vite:workers",
|
|
28275
28353
|
enforce: "pre",
|
|
28276
28354
|
async options(options) {
|
|
28277
|
-
const workerConfig = _optionalChain([configService, 'access',
|
|
28278
|
-
const entries = Array.isArray(_optionalChain([workerConfig, 'optionalAccess',
|
|
28355
|
+
const workerConfig = _optionalChain([configService, 'access', _566 => _566.weappViteConfig, 'optionalAccess', _567 => _567.worker]);
|
|
28356
|
+
const entries = Array.isArray(_optionalChain([workerConfig, 'optionalAccess', _568 => _568.entry])) ? workerConfig.entry : [_optionalChain([workerConfig, 'optionalAccess', _569 => _569.entry])];
|
|
28279
28357
|
const normalized = (await Promise.all(entries.filter(Boolean).map((entry) => resolveWorkerEntry(ctx, entry)))).filter((result) => Boolean(result.value)).reduce((acc, cur) => {
|
|
28280
28358
|
acc[cur.key] = cur.value;
|
|
28281
28359
|
return acc;
|
|
@@ -28307,7 +28385,7 @@ function workers(ctx) {
|
|
|
28307
28385
|
}
|
|
28308
28386
|
|
|
28309
28387
|
// src/plugins/wxs.ts
|
|
28310
|
-
|
|
28388
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
28311
28389
|
|
|
28312
28390
|
|
|
28313
28391
|
|
|
@@ -28332,7 +28410,7 @@ async function transformWxsFile(state, wxsPath) {
|
|
|
28332
28410
|
const { result, importees } = transformWxsCode(rawCode, {
|
|
28333
28411
|
filename: wxsPath
|
|
28334
28412
|
});
|
|
28335
|
-
if (typeof _optionalChain([result, 'optionalAccess',
|
|
28413
|
+
if (typeof _optionalChain([result, 'optionalAccess', _570 => _570.code]) === "string") {
|
|
28336
28414
|
code = result.code;
|
|
28337
28415
|
}
|
|
28338
28416
|
const dirname5 = _pathe2.default.dirname(wxsPath);
|
|
@@ -28364,7 +28442,7 @@ async function handleWxsDeps(state, deps, absPath) {
|
|
|
28364
28442
|
await Promise.all(
|
|
28365
28443
|
deps.filter((dep) => dep.tagName === "wxs").map(async (dep) => {
|
|
28366
28444
|
const arr = dep.value.match(/\.wxs(\.[jt]s)?$/);
|
|
28367
|
-
if (!
|
|
28445
|
+
if (!_chunkZZA26GJIcjs.jsExtensions.includes(dep.attrs.lang) && !arr) {
|
|
28368
28446
|
return;
|
|
28369
28447
|
}
|
|
28370
28448
|
const wxsPath = _pathe2.default.resolve(_pathe2.default.dirname(absPath), dep.value);
|
|
@@ -28421,13 +28499,13 @@ function createContextPlugin(ctx) {
|
|
|
28421
28499
|
}
|
|
28422
28500
|
function attachRuntimePlugins(ctx, plugins) {
|
|
28423
28501
|
const runtimePlugins = ctx[RUNTIME_PLUGINS_SYMBOL];
|
|
28424
|
-
if (!_optionalChain([runtimePlugins, 'optionalAccess',
|
|
28502
|
+
if (!_optionalChain([runtimePlugins, 'optionalAccess', _571 => _571.length])) {
|
|
28425
28503
|
return plugins;
|
|
28426
28504
|
}
|
|
28427
28505
|
return [...runtimePlugins, ...plugins];
|
|
28428
28506
|
}
|
|
28429
28507
|
function applyInspect(ctx, plugins) {
|
|
28430
|
-
const inspectOptions = _optionalChain([ctx, 'access',
|
|
28508
|
+
const inspectOptions = _optionalChain([ctx, 'access', _572 => _572.configService, 'access', _573 => _573.weappViteConfig, 'optionalAccess', _574 => _574.debug, 'optionalAccess', _575 => _575.inspect]);
|
|
28431
28509
|
if (!inspectOptions) {
|
|
28432
28510
|
return plugins;
|
|
28433
28511
|
}
|
|
@@ -28441,7 +28519,7 @@ function flatten(groups) {
|
|
|
28441
28519
|
}
|
|
28442
28520
|
function vitePluginWeapp(ctx, subPackageMeta) {
|
|
28443
28521
|
const groups = [[createContextPlugin(ctx)], preflight(ctx), wevu(ctx), vue(ctx)];
|
|
28444
|
-
const autoRoutesEnabled = _optionalChain([ctx, 'access',
|
|
28522
|
+
const autoRoutesEnabled = _optionalChain([ctx, 'access', _576 => _576.configService, 'optionalAccess', _577 => _577.weappViteConfig, 'optionalAccess', _578 => _578.autoRoutes]) === true;
|
|
28445
28523
|
if (!subPackageMeta) {
|
|
28446
28524
|
groups.push(asset(ctx));
|
|
28447
28525
|
if (autoRoutesEnabled) {
|
|
@@ -28563,7 +28641,7 @@ function createMergeFactories(options) {
|
|
|
28563
28641
|
const currentOptions = getOptions2();
|
|
28564
28642
|
applyRuntimePlatform("miniprogram");
|
|
28565
28643
|
const external = [];
|
|
28566
|
-
if (_optionalChain([currentOptions, 'access',
|
|
28644
|
+
if (_optionalChain([currentOptions, 'access', _579 => _579.packageJson, 'optionalAccess', _580 => _580.dependencies])) {
|
|
28567
28645
|
external.push(
|
|
28568
28646
|
...Object.keys(currentOptions.packageJson.dependencies).map((pkg) => {
|
|
28569
28647
|
return new RegExp(`^${pkg.replace(/[-/\\^$*+?.()|[\]{}]/g, "\\$&")}(\\/|$)`);
|
|
@@ -28578,7 +28656,7 @@ function createMergeFactories(options) {
|
|
|
28578
28656
|
const watchInclude = [
|
|
28579
28657
|
_pathe2.default.join(currentOptions.cwd, currentOptions.srcRoot, "**")
|
|
28580
28658
|
];
|
|
28581
|
-
const pluginRootConfig = _optionalChain([currentOptions, 'access',
|
|
28659
|
+
const pluginRootConfig = _optionalChain([currentOptions, 'access', _581 => _581.config, 'access', _582 => _582.weapp, 'optionalAccess', _583 => _583.pluginRoot]);
|
|
28582
28660
|
if (pluginRootConfig) {
|
|
28583
28661
|
const absolutePluginRoot = _pathe2.default.resolve(currentOptions.cwd, pluginRootConfig);
|
|
28584
28662
|
const relativeToSrc = _pathe2.default.relative(
|
|
@@ -28636,7 +28714,7 @@ function createMergeFactories(options) {
|
|
|
28636
28714
|
arrangePlugins(inlineConfig, subPackageMeta);
|
|
28637
28715
|
inlineConfig.logLevel = "info";
|
|
28638
28716
|
injectBuiltinAliases(inlineConfig);
|
|
28639
|
-
const currentRoot = _optionalChain([subPackageMeta, 'optionalAccess',
|
|
28717
|
+
const currentRoot = _optionalChain([subPackageMeta, 'optionalAccess', _584 => _584.subPackage, 'access', _585 => _585.root]);
|
|
28640
28718
|
setOptions({
|
|
28641
28719
|
...currentOptions,
|
|
28642
28720
|
currentSubPackageRoot: currentRoot
|
|
@@ -28647,7 +28725,7 @@ function createMergeFactories(options) {
|
|
|
28647
28725
|
ensureConfigService();
|
|
28648
28726
|
const currentOptions = getOptions2();
|
|
28649
28727
|
const web = currentOptions.weappWeb;
|
|
28650
|
-
if (!_optionalChain([web, 'optionalAccess',
|
|
28728
|
+
if (!_optionalChain([web, 'optionalAccess', _586 => _586.enabled])) {
|
|
28651
28729
|
return void 0;
|
|
28652
28730
|
}
|
|
28653
28731
|
applyRuntimePlatform("web");
|
|
@@ -28730,7 +28808,7 @@ function createConfigService(ctx) {
|
|
|
28730
28808
|
const oxcRuntimeSupport = createOxcRuntimeSupport();
|
|
28731
28809
|
const aliasManager = createAliasManager(oxcRuntimeSupport.alias, builtinAliases);
|
|
28732
28810
|
const resolveAbsolutePluginRoot = () => {
|
|
28733
|
-
const pluginRootConfig = _optionalChain([options, 'access',
|
|
28811
|
+
const pluginRootConfig = _optionalChain([options, 'access', _587 => _587.config, 'access', _588 => _588.weapp, 'optionalAccess', _589 => _589.pluginRoot]);
|
|
28734
28812
|
if (!pluginRootConfig) {
|
|
28735
28813
|
return void 0;
|
|
28736
28814
|
}
|
|
@@ -28748,7 +28826,7 @@ function createConfigService(ctx) {
|
|
|
28748
28826
|
if (!absolutePluginRoot) {
|
|
28749
28827
|
return void 0;
|
|
28750
28828
|
}
|
|
28751
|
-
const configured = _optionalChain([options, 'access',
|
|
28829
|
+
const configured = _optionalChain([options, 'access', _590 => _590.projectConfig, 'optionalAccess', _591 => _591.pluginRoot]);
|
|
28752
28830
|
if (configured) {
|
|
28753
28831
|
return _pathe2.default.resolve(options.cwd, configured);
|
|
28754
28832
|
}
|
|
@@ -28792,7 +28870,7 @@ function createConfigService(ctx) {
|
|
|
28792
28870
|
defineEnv[key] = value;
|
|
28793
28871
|
}
|
|
28794
28872
|
function getDefineImportMetaEnv() {
|
|
28795
|
-
const mpPlatform = _nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
28873
|
+
const mpPlatform = _nullishCoalesce(_optionalChain([options, 'optionalAccess', _592 => _592.platform]), () => ( DEFAULT_MP_PLATFORM));
|
|
28796
28874
|
const resolvedPlatform = _nullishCoalesce(defineEnv.PLATFORM, () => ( mpPlatform));
|
|
28797
28875
|
const env = {
|
|
28798
28876
|
PLATFORM: resolvedPlatform,
|
|
@@ -28808,7 +28886,7 @@ function createConfigService(ctx) {
|
|
|
28808
28886
|
}
|
|
28809
28887
|
function applyRuntimePlatform(runtime) {
|
|
28810
28888
|
const isWeb = runtime === "web";
|
|
28811
|
-
const mpPlatform = _nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
28889
|
+
const mpPlatform = _nullishCoalesce(_optionalChain([options, 'optionalAccess', _593 => _593.platform]), () => ( DEFAULT_MP_PLATFORM));
|
|
28812
28890
|
const resolvedPlatform = isWeb ? "web" : mpPlatform;
|
|
28813
28891
|
setDefineEnv("PLATFORM", resolvedPlatform);
|
|
28814
28892
|
setDefineEnv("IS_WEB", isWeb);
|
|
@@ -28919,7 +28997,7 @@ function createConfigService(ctx) {
|
|
|
28919
28997
|
return options.srcRoot;
|
|
28920
28998
|
},
|
|
28921
28999
|
get pluginRoot() {
|
|
28922
|
-
return _optionalChain([options, 'access',
|
|
29000
|
+
return _optionalChain([options, 'access', _594 => _594.config, 'access', _595 => _595.weapp, 'optionalAccess', _596 => _596.pluginRoot]);
|
|
28923
29001
|
},
|
|
28924
29002
|
get absolutePluginRoot() {
|
|
28925
29003
|
return resolveAbsolutePluginRoot();
|
|
@@ -28988,7 +29066,7 @@ function createConfigServicePlugin(ctx) {
|
|
|
28988
29066
|
}
|
|
28989
29067
|
|
|
28990
29068
|
// src/runtime/jsonPlugin.ts
|
|
28991
|
-
|
|
29069
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
28992
29070
|
|
|
28993
29071
|
|
|
28994
29072
|
|
|
@@ -28999,7 +29077,7 @@ function parseCommentJson(json) {
|
|
|
28999
29077
|
}
|
|
29000
29078
|
function createJsonService(ctx) {
|
|
29001
29079
|
const cache2 = ctx.runtimeState.json.cache;
|
|
29002
|
-
const nodeRequire2 = _module.createRequire.call(void 0,
|
|
29080
|
+
const nodeRequire2 = _module.createRequire.call(void 0, _chunkPFE2IVZ3cjs.importMetaUrl);
|
|
29003
29081
|
async function read2(filepath) {
|
|
29004
29082
|
if (!ctx.configService) {
|
|
29005
29083
|
throw new Error("configService must be initialized before reading json");
|
|
@@ -29011,10 +29089,10 @@ function createJsonService(ctx) {
|
|
|
29011
29089
|
}
|
|
29012
29090
|
let resultJson;
|
|
29013
29091
|
if (/app\.json(?:\.[jt]s)?$/.test(filepath)) {
|
|
29014
|
-
await _optionalChain([ctx, 'access',
|
|
29092
|
+
await _optionalChain([ctx, 'access', _597 => _597.autoRoutesService, 'optionalAccess', _598 => _598.ensureFresh, 'call', _599 => _599()]);
|
|
29015
29093
|
}
|
|
29016
29094
|
if (/\.json\.[jt]s$/.test(filepath)) {
|
|
29017
|
-
const routesReference = _optionalChain([ctx, 'access',
|
|
29095
|
+
const routesReference = _optionalChain([ctx, 'access', _600 => _600.autoRoutesService, 'optionalAccess', _601 => _601.getReference, 'call', _602 => _602()]);
|
|
29018
29096
|
const fallbackRoutes = _nullishCoalesce(routesReference, () => ( { pages: [], entries: [], subPackages: [] }));
|
|
29019
29097
|
const routesModule = {
|
|
29020
29098
|
routes: fallbackRoutes,
|
|
@@ -29064,7 +29142,7 @@ function createJsonService(ctx) {
|
|
|
29064
29142
|
return resultJson;
|
|
29065
29143
|
} catch (error) {
|
|
29066
29144
|
logger_default.error(`\u6B8B\u7834\u7684JSON\u6587\u4EF6: ${filepath}`);
|
|
29067
|
-
_optionalChain([debug, 'optionalCall',
|
|
29145
|
+
_optionalChain([debug, 'optionalCall', _603 => _603(error)]);
|
|
29068
29146
|
}
|
|
29069
29147
|
}
|
|
29070
29148
|
function resolve8(entry) {
|
|
@@ -29088,7 +29166,7 @@ function createJsonServicePlugin(ctx) {
|
|
|
29088
29166
|
}
|
|
29089
29167
|
|
|
29090
29168
|
// src/runtime/npmPlugin.ts
|
|
29091
|
-
|
|
29169
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
29092
29170
|
|
|
29093
29171
|
|
|
29094
29172
|
|
|
@@ -29120,7 +29198,7 @@ function createNpmService(ctx) {
|
|
|
29120
29198
|
if (!ctx.configService) {
|
|
29121
29199
|
throw new Error("configService must be initialized before writing npm cache");
|
|
29122
29200
|
}
|
|
29123
|
-
if (_optionalChain([ctx, 'access',
|
|
29201
|
+
if (_optionalChain([ctx, 'access', _604 => _604.configService, 'access', _605 => _605.weappViteConfig, 'optionalAccess', _606 => _606.npm, 'optionalAccess', _607 => _607.cache])) {
|
|
29124
29202
|
await _fsextra2.default.outputJSON(getDependenciesCacheFilePath(root), {
|
|
29125
29203
|
hash: dependenciesCacheHash()
|
|
29126
29204
|
});
|
|
@@ -29133,7 +29211,7 @@ function createNpmService(ctx) {
|
|
|
29133
29211
|
}
|
|
29134
29212
|
}
|
|
29135
29213
|
async function checkDependenciesCacheOutdate(root) {
|
|
29136
|
-
if (_optionalChain([ctx, 'access',
|
|
29214
|
+
if (_optionalChain([ctx, 'access', _608 => _608.configService, 'optionalAccess', _609 => _609.weappViteConfig, 'optionalAccess', _610 => _610.npm, 'optionalAccess', _611 => _611.cache])) {
|
|
29137
29215
|
const json = await readDependenciesCache(root);
|
|
29138
29216
|
if (_shared.isObject.call(void 0, json)) {
|
|
29139
29217
|
return dependenciesCacheHash() !== json.hash;
|
|
@@ -29147,7 +29225,7 @@ function createNpmService(ctx) {
|
|
|
29147
29225
|
configFile: false,
|
|
29148
29226
|
publicDir: false,
|
|
29149
29227
|
logLevel: "silent",
|
|
29150
|
-
root: _nullishCoalesce(_optionalChain([ctx, 'access',
|
|
29228
|
+
root: _nullishCoalesce(_optionalChain([ctx, 'access', _612 => _612.configService, 'optionalAccess', _613 => _613.cwd]), () => ( _process2.default.cwd())),
|
|
29151
29229
|
define: {
|
|
29152
29230
|
"process.env.NODE_ENV": JSON.stringify("production")
|
|
29153
29231
|
},
|
|
@@ -29171,7 +29249,7 @@ function createNpmService(ctx) {
|
|
|
29171
29249
|
}
|
|
29172
29250
|
}
|
|
29173
29251
|
});
|
|
29174
|
-
const resolvedOptions = _optionalChain([ctx, 'access',
|
|
29252
|
+
const resolvedOptions = _optionalChain([ctx, 'access', _614 => _614.configService, 'optionalAccess', _615 => _615.weappViteConfig, 'optionalAccess', _616 => _616.npm, 'optionalAccess', _617 => _617.buildOptions, 'optionalCall', _618 => _618(
|
|
29175
29253
|
mergedOptions,
|
|
29176
29254
|
{ name, entry }
|
|
29177
29255
|
)]);
|
|
@@ -29294,7 +29372,7 @@ function createNpmService(ctx) {
|
|
|
29294
29372
|
throw new Error("configService must be initialized before resolving npm relation list");
|
|
29295
29373
|
}
|
|
29296
29374
|
let packNpmRelationList = [];
|
|
29297
|
-
if (_optionalChain([ctx, 'access',
|
|
29375
|
+
if (_optionalChain([ctx, 'access', _619 => _619.configService, 'access', _620 => _620.projectConfig, 'access', _621 => _621.setting, 'optionalAccess', _622 => _622.packNpmManually]) && Array.isArray(ctx.configService.projectConfig.setting.packNpmRelationList)) {
|
|
29298
29376
|
packNpmRelationList = ctx.configService.projectConfig.setting.packNpmRelationList;
|
|
29299
29377
|
} else {
|
|
29300
29378
|
packNpmRelationList = [
|
|
@@ -29307,10 +29385,10 @@ function createNpmService(ctx) {
|
|
|
29307
29385
|
return packNpmRelationList;
|
|
29308
29386
|
}
|
|
29309
29387
|
async function build3(options) {
|
|
29310
|
-
if (!_optionalChain([ctx, 'access',
|
|
29388
|
+
if (!_optionalChain([ctx, 'access', _623 => _623.configService, 'optionalAccess', _624 => _624.weappViteConfig, 'optionalAccess', _625 => _625.npm, 'optionalAccess', _626 => _626.enable])) {
|
|
29311
29389
|
return;
|
|
29312
29390
|
}
|
|
29313
|
-
_optionalChain([debug, 'optionalCall',
|
|
29391
|
+
_optionalChain([debug, 'optionalCall', _627 => _627("buildNpm start")]);
|
|
29314
29392
|
const packNpmRelationList = getPackNpmRelationList();
|
|
29315
29393
|
const [mainRelation, ...subRelations] = packNpmRelationList;
|
|
29316
29394
|
const packageJsonPath = _pathe2.default.resolve(ctx.configService.cwd, mainRelation.packageJsonPath);
|
|
@@ -29385,7 +29463,7 @@ function createNpmService(ctx) {
|
|
|
29385
29463
|
}
|
|
29386
29464
|
}
|
|
29387
29465
|
}
|
|
29388
|
-
_optionalChain([debug, 'optionalCall',
|
|
29466
|
+
_optionalChain([debug, 'optionalCall', _628 => _628("buildNpm end")]);
|
|
29389
29467
|
}
|
|
29390
29468
|
return {
|
|
29391
29469
|
getDependenciesCacheFilePath,
|
|
@@ -29413,23 +29491,23 @@ function createNpmServicePlugin(ctx) {
|
|
|
29413
29491
|
}
|
|
29414
29492
|
|
|
29415
29493
|
// src/runtime/runtimeState.ts
|
|
29416
|
-
|
|
29494
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
29417
29495
|
|
|
29418
29496
|
|
|
29419
29497
|
// ../../node_modules/.pnpm/p-queue@9.0.1/node_modules/p-queue/dist/index.js
|
|
29420
|
-
|
|
29498
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
29421
29499
|
|
|
29422
29500
|
// ../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.mjs
|
|
29423
|
-
|
|
29424
|
-
var import_index4 =
|
|
29501
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
29502
|
+
var import_index4 = _chunkPFE2IVZ3cjs.__toESM.call(void 0, require_eventemitter3(), 1);
|
|
29425
29503
|
|
|
29426
29504
|
// ../../node_modules/.pnpm/p-timeout@7.0.1/node_modules/p-timeout/index.js
|
|
29427
|
-
|
|
29505
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
29428
29506
|
var TimeoutError = (_class16 = class _TimeoutError extends Error {
|
|
29429
29507
|
__init36() {this.name = "TimeoutError"}
|
|
29430
29508
|
constructor(message, options) {
|
|
29431
29509
|
super(message, options);_class16.prototype.__init36.call(this);;
|
|
29432
|
-
_optionalChain([Error, 'access',
|
|
29510
|
+
_optionalChain([Error, 'access', _629 => _629.captureStackTrace, 'optionalCall', _630 => _630(this, _TimeoutError)]);
|
|
29433
29511
|
}
|
|
29434
29512
|
}, _class16);
|
|
29435
29513
|
var getAbortedReason = (signal) => _nullishCoalesce(signal.reason, () => ( new DOMException("This operation was aborted.", "AbortError")));
|
|
@@ -29447,7 +29525,7 @@ function pTimeout(promise, options) {
|
|
|
29447
29525
|
if (typeof milliseconds !== "number" || Math.sign(milliseconds) !== 1) {
|
|
29448
29526
|
throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${milliseconds}\``);
|
|
29449
29527
|
}
|
|
29450
|
-
if (_optionalChain([signal, 'optionalAccess',
|
|
29528
|
+
if (_optionalChain([signal, 'optionalAccess', _631 => _631.aborted])) {
|
|
29451
29529
|
reject(getAbortedReason(signal));
|
|
29452
29530
|
return;
|
|
29453
29531
|
}
|
|
@@ -29498,10 +29576,10 @@ function pTimeout(promise, options) {
|
|
|
29498
29576
|
}
|
|
29499
29577
|
|
|
29500
29578
|
// ../../node_modules/.pnpm/p-queue@9.0.1/node_modules/p-queue/dist/priority-queue.js
|
|
29501
|
-
|
|
29579
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
29502
29580
|
|
|
29503
29581
|
// ../../node_modules/.pnpm/p-queue@9.0.1/node_modules/p-queue/dist/lower-bound.js
|
|
29504
|
-
|
|
29582
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
29505
29583
|
function lowerBound(array, value, comparator) {
|
|
29506
29584
|
let first = 0;
|
|
29507
29585
|
let count = array.length;
|
|
@@ -29545,7 +29623,7 @@ var PriorityQueue = class {
|
|
|
29545
29623
|
}
|
|
29546
29624
|
dequeue() {
|
|
29547
29625
|
const item = this.#queue.shift();
|
|
29548
|
-
return _optionalChain([item, 'optionalAccess',
|
|
29626
|
+
return _optionalChain([item, 'optionalAccess', _632 => _632.run]);
|
|
29549
29627
|
}
|
|
29550
29628
|
filter(options) {
|
|
29551
29629
|
return this.#queue.filter((element) => element.priority === options.priority).map((element) => element.run);
|
|
@@ -29606,10 +29684,10 @@ var PQueue = class extends import_index4.default {
|
|
|
29606
29684
|
...options
|
|
29607
29685
|
};
|
|
29608
29686
|
if (!(typeof options.intervalCap === "number" && options.intervalCap >= 1)) {
|
|
29609
|
-
throw new TypeError(`Expected \`intervalCap\` to be a number from 1 and up, got \`${_nullishCoalesce(_optionalChain([options, 'access',
|
|
29687
|
+
throw new TypeError(`Expected \`intervalCap\` to be a number from 1 and up, got \`${_nullishCoalesce(_optionalChain([options, 'access', _633 => _633.intervalCap, 'optionalAccess', _634 => _634.toString, 'call', _635 => _635()]), () => ( ""))}\` (${typeof options.intervalCap})`);
|
|
29610
29688
|
}
|
|
29611
29689
|
if (options.interval === void 0 || !(Number.isFinite(options.interval) && options.interval >= 0)) {
|
|
29612
|
-
throw new TypeError(`Expected \`interval\` to be a finite number >= 0, got \`${_nullishCoalesce(_optionalChain([options, 'access',
|
|
29690
|
+
throw new TypeError(`Expected \`interval\` to be a finite number >= 0, got \`${_nullishCoalesce(_optionalChain([options, 'access', _636 => _636.interval, 'optionalAccess', _637 => _637.toString, 'call', _638 => _638()]), () => ( ""))}\` (${typeof options.interval})`);
|
|
29613
29691
|
}
|
|
29614
29692
|
this.#carryoverIntervalCount = _nullishCoalesce(_nullishCoalesce(options.carryoverIntervalCount, () => ( options.carryoverConcurrencyCount)), () => ( false));
|
|
29615
29693
|
this.#isIntervalIgnored = options.intervalCap === Number.POSITIVE_INFINITY || options.interval === 0;
|
|
@@ -29810,7 +29888,7 @@ var PQueue = class extends import_index4.default {
|
|
|
29810
29888
|
let eventListener;
|
|
29811
29889
|
try {
|
|
29812
29890
|
try {
|
|
29813
|
-
_optionalChain([options, 'access',
|
|
29891
|
+
_optionalChain([options, 'access', _639 => _639.signal, 'optionalAccess', _640 => _640.throwIfAborted, 'call', _641 => _641()]);
|
|
29814
29892
|
} catch (error) {
|
|
29815
29893
|
if (!this.#isIntervalIgnored) {
|
|
29816
29894
|
this.#intervalCount--;
|
|
@@ -29842,7 +29920,7 @@ var PQueue = class extends import_index4.default {
|
|
|
29842
29920
|
this.emit("error", error);
|
|
29843
29921
|
} finally {
|
|
29844
29922
|
if (eventListener) {
|
|
29845
|
-
_optionalChain([options, 'access',
|
|
29923
|
+
_optionalChain([options, 'access', _642 => _642.signal, 'optionalAccess', _643 => _643.removeEventListener, 'call', _644 => _644("abort", eventListener)]);
|
|
29846
29924
|
}
|
|
29847
29925
|
this.#runningTasks.delete(taskSymbol);
|
|
29848
29926
|
queueMicrotask(() => {
|
|
@@ -30123,10 +30201,10 @@ var PQueue = class extends import_index4.default {
|
|
|
30123
30201
|
};
|
|
30124
30202
|
|
|
30125
30203
|
// src/cache/index.ts
|
|
30126
|
-
|
|
30204
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
30127
30205
|
|
|
30128
30206
|
// src/cache/file.ts
|
|
30129
|
-
|
|
30207
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
30130
30208
|
|
|
30131
30209
|
var FNV_OFFSET_BASIS = 0xCBF29CE484222325n;
|
|
30132
30210
|
var FNV_PRIME = 0x100000001B3n;
|
|
@@ -30192,7 +30270,7 @@ var FileCache = class {
|
|
|
30192
30270
|
return true;
|
|
30193
30271
|
}
|
|
30194
30272
|
const cachedMtime = this.mtimeMap.get(id);
|
|
30195
|
-
const nextSignature = _optionalChain([options, 'optionalAccess',
|
|
30273
|
+
const nextSignature = _optionalChain([options, 'optionalAccess', _645 => _645.content]) !== void 0 ? createSignature(options.content) : void 0;
|
|
30196
30274
|
const updateSignature = () => {
|
|
30197
30275
|
if (nextSignature !== void 0) {
|
|
30198
30276
|
this.signatureMap.set(id, nextSignature);
|
|
@@ -30337,7 +30415,7 @@ function createRuntimeState() {
|
|
|
30337
30415
|
}
|
|
30338
30416
|
|
|
30339
30417
|
// src/runtime/scanPlugin.ts
|
|
30340
|
-
|
|
30418
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
30341
30419
|
|
|
30342
30420
|
|
|
30343
30421
|
|
|
@@ -30419,7 +30497,7 @@ function coerceStyleConfig(entry) {
|
|
|
30419
30497
|
if (!entry || typeof entry !== "object") {
|
|
30420
30498
|
return void 0;
|
|
30421
30499
|
}
|
|
30422
|
-
const source = _optionalChain([entry, 'access',
|
|
30500
|
+
const source = _optionalChain([entry, 'access', _646 => _646.source, 'optionalAccess', _647 => _647.toString, 'call', _648 => _648(), 'access', _649 => _649.trim, 'call', _650 => _650()]);
|
|
30423
30501
|
if (!source) {
|
|
30424
30502
|
return void 0;
|
|
30425
30503
|
}
|
|
@@ -30439,9 +30517,6 @@ function toArray(value) {
|
|
|
30439
30517
|
}
|
|
30440
30518
|
return Array.isArray(value) ? value : [value];
|
|
30441
30519
|
}
|
|
30442
|
-
function normalizeRoot2(root) {
|
|
30443
|
-
return toPosixPath(root).replace(/^\/+|\/+$/g, "");
|
|
30444
|
-
}
|
|
30445
30520
|
function normalizePattern(pattern, normalizedRoot) {
|
|
30446
30521
|
const trimmed = pattern.trim();
|
|
30447
30522
|
if (!trimmed) {
|
|
@@ -30579,7 +30654,7 @@ function appendDefaultScopedStyleEntries(root, normalizedRoot, service, dedupe,
|
|
|
30579
30654
|
exclude: void 0,
|
|
30580
30655
|
explicitScope: true
|
|
30581
30656
|
};
|
|
30582
|
-
const outputAbsolutePath =
|
|
30657
|
+
const outputAbsolutePath = _chunkZZA26GJIcjs.changeFileExtension.call(void 0, absolutePath, service.outputExtensions.wxss);
|
|
30583
30658
|
const outputRelativePath = service.relativeOutputPath(outputAbsolutePath);
|
|
30584
30659
|
if (!outputRelativePath) {
|
|
30585
30660
|
continue;
|
|
@@ -30595,12 +30670,12 @@ function normalizeSubPackageStyleEntries(styles, subPackage, configService) {
|
|
|
30595
30670
|
if (!service) {
|
|
30596
30671
|
return void 0;
|
|
30597
30672
|
}
|
|
30598
|
-
const root = _optionalChain([subPackage, 'access',
|
|
30673
|
+
const root = _optionalChain([subPackage, 'access', _651 => _651.root, 'optionalAccess', _652 => _652.trim, 'call', _653 => _653()]);
|
|
30599
30674
|
if (!root) {
|
|
30600
30675
|
return void 0;
|
|
30601
30676
|
}
|
|
30602
30677
|
const list = styles === void 0 ? [] : Array.isArray(styles) ? styles : [styles];
|
|
30603
|
-
const normalizedRoot =
|
|
30678
|
+
const normalizedRoot = normalizeRoot(root);
|
|
30604
30679
|
const normalized = [];
|
|
30605
30680
|
const dedupe = /* @__PURE__ */ new Set();
|
|
30606
30681
|
for (const entry of list) {
|
|
@@ -30623,7 +30698,7 @@ function normalizeSubPackageStyleEntries(styles, subPackage, configService) {
|
|
|
30623
30698
|
logger_default.warn(`[subpackages] \u5206\u5305 ${root} \u6837\u5F0F\u5165\u53E3 \`${descriptor.source}\` \u5F53\u524D\u4EC5\u652F\u6301\u4EE5\u4E0B\u683C\u5F0F\uFF1A${SUPPORTED_SHARED_STYLE_EXTENSIONS.join(", ")}\uFF0C\u5DF2\u5FFD\u7565\u3002`);
|
|
30624
30699
|
continue;
|
|
30625
30700
|
}
|
|
30626
|
-
const outputAbsolutePath =
|
|
30701
|
+
const outputAbsolutePath = _chunkZZA26GJIcjs.changeFileExtension.call(void 0, absolutePath, service.outputExtensions.wxss);
|
|
30627
30702
|
const outputRelativePath = service.relativeOutputPath(outputAbsolutePath);
|
|
30628
30703
|
if (!outputRelativePath) {
|
|
30629
30704
|
logger_default.warn(`[subpackages] \u5206\u5305 ${root} \u6837\u5F0F\u5165\u53E3 \`${descriptor.source}\` \u4E0D\u5728\u9879\u76EE\u6E90\u7801\u76EE\u5F55\u5185\uFF0C\u5DF2\u5FFD\u7565\u3002`);
|
|
@@ -30653,13 +30728,13 @@ function createScanService(ctx) {
|
|
|
30653
30728
|
}
|
|
30654
30729
|
const appDirname = ctx.configService.absoluteSrcRoot;
|
|
30655
30730
|
const appBasename = _pathe2.default.resolve(appDirname, "app");
|
|
30656
|
-
let { path: appConfigFile } = await
|
|
30657
|
-
const { path: appEntryPath } = await
|
|
30731
|
+
let { path: appConfigFile } = await _chunkZZA26GJIcjs.findJsonEntry.call(void 0, appBasename);
|
|
30732
|
+
const { path: appEntryPath } = await _chunkZZA26GJIcjs.findJsEntry.call(void 0, appBasename);
|
|
30658
30733
|
let configFromVue;
|
|
30659
30734
|
let vueAppPath;
|
|
30660
30735
|
if (!appConfigFile) {
|
|
30661
|
-
const { extractConfigFromVue: extractConfigFromVue2 } = await Promise.resolve().then(() => _interopRequireWildcard(require("./file-
|
|
30662
|
-
vueAppPath = await
|
|
30736
|
+
const { extractConfigFromVue: extractConfigFromVue2 } = await Promise.resolve().then(() => _interopRequireWildcard(require("./file-IMZTAEKY.cjs")));
|
|
30737
|
+
vueAppPath = await _chunkZZA26GJIcjs.findVueEntry.call(void 0, appBasename);
|
|
30663
30738
|
if (vueAppPath) {
|
|
30664
30739
|
configFromVue = await extractConfigFromVue2(vueAppPath);
|
|
30665
30740
|
if (configFromVue) {
|
|
@@ -30669,7 +30744,7 @@ function createScanService(ctx) {
|
|
|
30669
30744
|
}
|
|
30670
30745
|
if (ctx.configService.absolutePluginRoot) {
|
|
30671
30746
|
const pluginBasename = _pathe2.default.resolve(ctx.configService.absolutePluginRoot, "plugin");
|
|
30672
|
-
const { path: pluginConfigFile } = await
|
|
30747
|
+
const { path: pluginConfigFile } = await _chunkZZA26GJIcjs.findJsonEntry.call(void 0, pluginBasename);
|
|
30673
30748
|
if (pluginConfigFile) {
|
|
30674
30749
|
const pluginConfig = await ctx.jsonService.read(pluginConfigFile);
|
|
30675
30750
|
scanState.pluginJson = pluginConfig;
|
|
@@ -30697,14 +30772,14 @@ function createScanService(ctx) {
|
|
|
30697
30772
|
scanState.appEntry = resolvedAppEntry;
|
|
30698
30773
|
const { sitemapLocation = "sitemap.json", themeLocation = "theme.json" } = config;
|
|
30699
30774
|
if (sitemapLocation) {
|
|
30700
|
-
const { path: sitemapJsonPath } = await
|
|
30775
|
+
const { path: sitemapJsonPath } = await _chunkZZA26GJIcjs.findJsonEntry.call(void 0, _pathe2.default.resolve(appDirname, sitemapLocation));
|
|
30701
30776
|
if (sitemapJsonPath) {
|
|
30702
30777
|
resolvedAppEntry.sitemapJsonPath = sitemapJsonPath;
|
|
30703
30778
|
resolvedAppEntry.sitemapJson = await ctx.jsonService.read(sitemapJsonPath);
|
|
30704
30779
|
}
|
|
30705
30780
|
}
|
|
30706
30781
|
if (themeLocation) {
|
|
30707
|
-
const { path: themeJsonPath } = await
|
|
30782
|
+
const { path: themeJsonPath } = await _chunkZZA26GJIcjs.findJsonEntry.call(void 0, _pathe2.default.resolve(appDirname, themeLocation));
|
|
30708
30783
|
if (themeJsonPath) {
|
|
30709
30784
|
resolvedAppEntry.themeJsonPath = themeJsonPath;
|
|
30710
30785
|
resolvedAppEntry.themeJson = await ctx.jsonService.read(themeJsonPath);
|
|
@@ -30721,7 +30796,7 @@ function createScanService(ctx) {
|
|
|
30721
30796
|
if (!ctx.configService) {
|
|
30722
30797
|
throw new Error("configService must be initialized before scanning subpackages");
|
|
30723
30798
|
}
|
|
30724
|
-
const json = _optionalChain([scanState, 'access',
|
|
30799
|
+
const json = _optionalChain([scanState, 'access', _654 => _654.appEntry, 'optionalAccess', _655 => _655.json]);
|
|
30725
30800
|
if (scanState.isDirty || subPackageMap.size === 0) {
|
|
30726
30801
|
subPackageMap.clear();
|
|
30727
30802
|
independentSubPackageMap.clear();
|
|
@@ -30739,16 +30814,16 @@ function createScanService(ctx) {
|
|
|
30739
30814
|
subPackage,
|
|
30740
30815
|
entries: resolveSubPackageEntries(subPackage)
|
|
30741
30816
|
};
|
|
30742
|
-
const subPackageConfig = _optionalChain([ctx, 'access',
|
|
30743
|
-
meta.subPackage.dependencies = _optionalChain([subPackageConfig, 'optionalAccess',
|
|
30744
|
-
meta.subPackage.inlineConfig = _optionalChain([subPackageConfig, 'optionalAccess',
|
|
30745
|
-
meta.autoImportComponents = _optionalChain([subPackageConfig, 'optionalAccess',
|
|
30817
|
+
const subPackageConfig = _optionalChain([ctx, 'access', _656 => _656.configService, 'access', _657 => _657.weappViteConfig, 'optionalAccess', _658 => _658.subPackages, 'optionalAccess', _659 => _659[subPackage.root]]);
|
|
30818
|
+
meta.subPackage.dependencies = _optionalChain([subPackageConfig, 'optionalAccess', _660 => _660.dependencies]);
|
|
30819
|
+
meta.subPackage.inlineConfig = _optionalChain([subPackageConfig, 'optionalAccess', _661 => _661.inlineConfig]);
|
|
30820
|
+
meta.autoImportComponents = _optionalChain([subPackageConfig, 'optionalAccess', _662 => _662.autoImportComponents]);
|
|
30746
30821
|
meta.styleEntries = normalizeSubPackageStyleEntries(
|
|
30747
|
-
_optionalChain([subPackageConfig, 'optionalAccess',
|
|
30822
|
+
_optionalChain([subPackageConfig, 'optionalAccess', _663 => _663.styles]),
|
|
30748
30823
|
subPackage,
|
|
30749
30824
|
ctx.configService
|
|
30750
30825
|
);
|
|
30751
|
-
meta.watchSharedStyles = _nullishCoalesce(_optionalChain([subPackageConfig, 'optionalAccess',
|
|
30826
|
+
meta.watchSharedStyles = _nullishCoalesce(_optionalChain([subPackageConfig, 'optionalAccess', _664 => _664.watchSharedStyles]), () => ( true));
|
|
30752
30827
|
metas.push(meta);
|
|
30753
30828
|
if (subPackage.root) {
|
|
30754
30829
|
subPackageMap.set(subPackage.root, meta);
|
|
@@ -30804,11 +30879,11 @@ function createScanService(ctx) {
|
|
|
30804
30879
|
loadSubPackages,
|
|
30805
30880
|
isMainPackageFileName,
|
|
30806
30881
|
get workersOptions() {
|
|
30807
|
-
return _optionalChain([scanState, 'access',
|
|
30882
|
+
return _optionalChain([scanState, 'access', _665 => _665.appEntry, 'optionalAccess', _666 => _666.json, 'optionalAccess', _667 => _667.workers]);
|
|
30808
30883
|
},
|
|
30809
30884
|
get workersDir() {
|
|
30810
|
-
const workersOptions = _optionalChain([scanState, 'access',
|
|
30811
|
-
return typeof workersOptions === "object" ? _optionalChain([workersOptions, 'optionalAccess',
|
|
30885
|
+
const workersOptions = _optionalChain([scanState, 'access', _668 => _668.appEntry, 'optionalAccess', _669 => _669.json, 'optionalAccess', _670 => _670.workers]);
|
|
30886
|
+
return typeof workersOptions === "object" ? _optionalChain([workersOptions, 'optionalAccess', _671 => _671.path]) : workersOptions;
|
|
30812
30887
|
},
|
|
30813
30888
|
markDirty() {
|
|
30814
30889
|
scanState.isDirty = true;
|
|
@@ -30844,7 +30919,7 @@ function createScanServicePlugin(ctx) {
|
|
|
30844
30919
|
}
|
|
30845
30920
|
|
|
30846
30921
|
// src/runtime/watcherPlugin.ts
|
|
30847
|
-
|
|
30922
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
30848
30923
|
function createWatcherService(ctx) {
|
|
30849
30924
|
const { rollupWatcherMap, sidecarWatcherMap } = ctx.runtimeState.watcher;
|
|
30850
30925
|
return {
|
|
@@ -30855,7 +30930,7 @@ function createWatcherService(ctx) {
|
|
|
30855
30930
|
},
|
|
30856
30931
|
setRollupWatcher(watcher, root = "/") {
|
|
30857
30932
|
const oldWatcher = rollupWatcherMap.get(root);
|
|
30858
|
-
_optionalChain([oldWatcher, 'optionalAccess',
|
|
30933
|
+
_optionalChain([oldWatcher, 'optionalAccess', _672 => _672.close, 'call', _673 => _673()]);
|
|
30859
30934
|
rollupWatcherMap.set(root, watcher);
|
|
30860
30935
|
},
|
|
30861
30936
|
closeAll() {
|
|
@@ -30868,7 +30943,7 @@ function createWatcherService(ctx) {
|
|
|
30868
30943
|
});
|
|
30869
30944
|
});
|
|
30870
30945
|
sidecarWatcherMap.clear();
|
|
30871
|
-
void _optionalChain([ctx, 'access',
|
|
30946
|
+
void _optionalChain([ctx, 'access', _674 => _674.webService, 'optionalAccess', _675 => _675.close, 'call', _676 => _676(), 'access', _677 => _677.catch, 'call', _678 => _678(() => {
|
|
30872
30947
|
})]);
|
|
30873
30948
|
},
|
|
30874
30949
|
close(root = "/") {
|
|
@@ -30884,7 +30959,7 @@ function createWatcherService(ctx) {
|
|
|
30884
30959
|
sidecarWatcherMap.delete(root);
|
|
30885
30960
|
}
|
|
30886
30961
|
if (rollupWatcherMap.size === 0 && sidecarWatcherMap.size === 0) {
|
|
30887
|
-
void _optionalChain([ctx, 'access',
|
|
30962
|
+
void _optionalChain([ctx, 'access', _679 => _679.webService, 'optionalAccess', _680 => _680.close, 'call', _681 => _681(), 'access', _682 => _682.catch, 'call', _683 => _683(() => {
|
|
30888
30963
|
})]);
|
|
30889
30964
|
}
|
|
30890
30965
|
}
|
|
@@ -30897,7 +30972,7 @@ function createWatcherServicePlugin(ctx) {
|
|
|
30897
30972
|
name: "weapp-runtime:watcher-service",
|
|
30898
30973
|
closeBundle() {
|
|
30899
30974
|
const configService = ctx.configService;
|
|
30900
|
-
const isWatchMode = _optionalChain([configService, 'optionalAccess',
|
|
30975
|
+
const isWatchMode = _optionalChain([configService, 'optionalAccess', _684 => _684.isDev]) || Boolean(_optionalChain([configService, 'optionalAccess', _685 => _685.inlineConfig, 'optionalAccess', _686 => _686.build, 'optionalAccess', _687 => _687.watch]));
|
|
30901
30976
|
if (!isWatchMode) {
|
|
30902
30977
|
service.closeAll();
|
|
30903
30978
|
}
|
|
@@ -30906,7 +30981,7 @@ function createWatcherServicePlugin(ctx) {
|
|
|
30906
30981
|
}
|
|
30907
30982
|
|
|
30908
30983
|
// src/runtime/webPlugin.ts
|
|
30909
|
-
|
|
30984
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
30910
30985
|
|
|
30911
30986
|
function createWebService(ctx) {
|
|
30912
30987
|
if (!ctx.configService) {
|
|
@@ -30914,10 +30989,10 @@ function createWebService(ctx) {
|
|
|
30914
30989
|
}
|
|
30915
30990
|
let devServer;
|
|
30916
30991
|
function isEnabled() {
|
|
30917
|
-
return Boolean(_optionalChain([ctx, 'access',
|
|
30992
|
+
return Boolean(_optionalChain([ctx, 'access', _688 => _688.configService, 'optionalAccess', _689 => _689.weappWebConfig, 'optionalAccess', _690 => _690.enabled]));
|
|
30918
30993
|
}
|
|
30919
30994
|
async function startDevServer() {
|
|
30920
|
-
if (!_optionalChain([ctx, 'access',
|
|
30995
|
+
if (!_optionalChain([ctx, 'access', _691 => _691.configService, 'optionalAccess', _692 => _692.isDev])) {
|
|
30921
30996
|
return void 0;
|
|
30922
30997
|
}
|
|
30923
30998
|
if (!isEnabled()) {
|
|
@@ -30926,7 +31001,7 @@ function createWebService(ctx) {
|
|
|
30926
31001
|
if (devServer) {
|
|
30927
31002
|
return devServer;
|
|
30928
31003
|
}
|
|
30929
|
-
const inlineConfig = _optionalChain([ctx, 'access',
|
|
31004
|
+
const inlineConfig = _optionalChain([ctx, 'access', _693 => _693.configService, 'optionalAccess', _694 => _694.mergeWeb, 'call', _695 => _695()]);
|
|
30930
31005
|
if (!inlineConfig) {
|
|
30931
31006
|
return void 0;
|
|
30932
31007
|
}
|
|
@@ -30939,7 +31014,7 @@ function createWebService(ctx) {
|
|
|
30939
31014
|
if (!isEnabled()) {
|
|
30940
31015
|
return void 0;
|
|
30941
31016
|
}
|
|
30942
|
-
const inlineConfig = _optionalChain([ctx, 'access',
|
|
31017
|
+
const inlineConfig = _optionalChain([ctx, 'access', _696 => _696.configService, 'optionalAccess', _697 => _697.mergeWeb, 'call', _698 => _698()]);
|
|
30943
31018
|
if (!inlineConfig) {
|
|
30944
31019
|
return void 0;
|
|
30945
31020
|
}
|
|
@@ -30969,7 +31044,7 @@ function createWebServicePlugin(ctx) {
|
|
|
30969
31044
|
return {
|
|
30970
31045
|
name: "weapp-runtime:web-service",
|
|
30971
31046
|
async closeBundle() {
|
|
30972
|
-
if (!_optionalChain([ctx, 'access',
|
|
31047
|
+
if (!_optionalChain([ctx, 'access', _699 => _699.configService, 'optionalAccess', _700 => _700.isDev])) {
|
|
30973
31048
|
await service.close();
|
|
30974
31049
|
}
|
|
30975
31050
|
}
|
|
@@ -30977,46 +31052,46 @@ function createWebServicePlugin(ctx) {
|
|
|
30977
31052
|
}
|
|
30978
31053
|
|
|
30979
31054
|
// src/runtime/wxmlPlugin.ts
|
|
30980
|
-
|
|
31055
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
30981
31056
|
|
|
30982
31057
|
|
|
30983
31058
|
|
|
30984
31059
|
|
|
30985
31060
|
// src/wxml/index.ts
|
|
30986
|
-
|
|
31061
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
30987
31062
|
|
|
30988
31063
|
// src/wxml/scan.ts
|
|
30989
|
-
|
|
31064
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
30990
31065
|
|
|
30991
31066
|
|
|
30992
31067
|
// ../../node_modules/.pnpm/htmlparser2@10.0.0/node_modules/htmlparser2/dist/esm/index.js
|
|
30993
|
-
|
|
31068
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
30994
31069
|
|
|
30995
31070
|
// ../../node_modules/.pnpm/htmlparser2@10.0.0/node_modules/htmlparser2/dist/esm/Parser.js
|
|
30996
|
-
|
|
31071
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
30997
31072
|
|
|
30998
31073
|
// ../../node_modules/.pnpm/htmlparser2@10.0.0/node_modules/htmlparser2/dist/esm/Tokenizer.js
|
|
30999
|
-
|
|
31074
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
31000
31075
|
|
|
31001
31076
|
// ../../node_modules/.pnpm/entities@6.0.0/node_modules/entities/dist/esm/decode.js
|
|
31002
|
-
|
|
31077
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
31003
31078
|
|
|
31004
31079
|
// ../../node_modules/.pnpm/entities@6.0.0/node_modules/entities/dist/esm/generated/decode-data-html.js
|
|
31005
|
-
|
|
31080
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
31006
31081
|
var htmlDecodeTree = /* @__PURE__ */ new Uint16Array(
|
|
31007
31082
|
// prettier-ignore
|
|
31008
31083
|
/* @__PURE__ */ '\u1D41<\xD5\u0131\u028A\u049D\u057B\u05D0\u0675\u06DE\u07A2\u07D6\u080F\u0A4A\u0A91\u0DA1\u0E6D\u0F09\u0F26\u10CA\u1228\u12E1\u1415\u149D\u14C3\u14DF\u1525\0\0\0\0\0\0\u156B\u16CD\u198D\u1C12\u1DDD\u1F7E\u2060\u21B0\u228D\u23C0\u23FB\u2442\u2824\u2912\u2D08\u2E48\u2FCE\u3016\u32BA\u3639\u37AC\u38FE\u3A28\u3A71\u3AE0\u3B2E\u0800EMabcfglmnoprstu\\bfms\x7F\x84\x8B\x90\x95\x98\xA6\xB3\xB9\xC8\xCFlig\u803B\xC6\u40C6P\u803B&\u4026cute\u803B\xC1\u40C1reve;\u4102\u0100iyx}rc\u803B\xC2\u40C2;\u4410r;\uC000\u{1D504}rave\u803B\xC0\u40C0pha;\u4391acr;\u4100d;\u6A53\u0100gp\x9D\xA1on;\u4104f;\uC000\u{1D538}plyFunction;\u6061ing\u803B\xC5\u40C5\u0100cs\xBE\xC3r;\uC000\u{1D49C}ign;\u6254ilde\u803B\xC3\u40C3ml\u803B\xC4\u40C4\u0400aceforsu\xE5\xFB\xFE\u0117\u011C\u0122\u0127\u012A\u0100cr\xEA\xF2kslash;\u6216\u0176\xF6\xF8;\u6AE7ed;\u6306y;\u4411\u0180crt\u0105\u010B\u0114ause;\u6235noullis;\u612Ca;\u4392r;\uC000\u{1D505}pf;\uC000\u{1D539}eve;\u42D8c\xF2\u0113mpeq;\u624E\u0700HOacdefhilorsu\u014D\u0151\u0156\u0180\u019E\u01A2\u01B5\u01B7\u01BA\u01DC\u0215\u0273\u0278\u027Ecy;\u4427PY\u803B\xA9\u40A9\u0180cpy\u015D\u0162\u017Aute;\u4106\u0100;i\u0167\u0168\u62D2talDifferentialD;\u6145leys;\u612D\u0200aeio\u0189\u018E\u0194\u0198ron;\u410Cdil\u803B\xC7\u40C7rc;\u4108nint;\u6230ot;\u410A\u0100dn\u01A7\u01ADilla;\u40B8terDot;\u40B7\xF2\u017Fi;\u43A7rcle\u0200DMPT\u01C7\u01CB\u01D1\u01D6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01E2\u01F8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020FoubleQuote;\u601Duote;\u6019\u0200lnpu\u021E\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6A74\u0180git\u022F\u0236\u023Aruent;\u6261nt;\u622FourIntegral;\u622E\u0100fr\u024C\u024E;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6A2Fcr;\uC000\u{1D49E}p\u0100;C\u0284\u0285\u62D3ap;\u624D\u0580DJSZacefios\u02A0\u02AC\u02B0\u02B4\u02B8\u02CB\u02D7\u02E1\u02E6\u0333\u048D\u0100;o\u0179\u02A5trahd;\u6911cy;\u4402cy;\u4405cy;\u440F\u0180grs\u02BF\u02C4\u02C7ger;\u6021r;\u61A1hv;\u6AE4\u0100ay\u02D0\u02D5ron;\u410E;\u4414l\u0100;t\u02DD\u02DE\u6207a;\u4394r;\uC000\u{1D507}\u0100af\u02EB\u0327\u0100cm\u02F0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031Ccute;\u40B4o\u0174\u030B\u030D;\u42D9bleAcute;\u42DDrave;\u4060ilde;\u42DCond;\u62C4ferentialD;\u6146\u0470\u033D\0\0\0\u0342\u0354\0\u0405f;\uC000\u{1D53B}\u0180;DE\u0348\u0349\u034D\u40A8ot;\u60DCqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03CF\u03E2\u03F8ontourIntegra\xEC\u0239o\u0274\u0379\0\0\u037B\xBB\u0349nArrow;\u61D3\u0100eo\u0387\u03A4ft\u0180ART\u0390\u0396\u03A1rrow;\u61D0ightArrow;\u61D4e\xE5\u02CAng\u0100LR\u03AB\u03C4eft\u0100AR\u03B3\u03B9rrow;\u67F8ightArrow;\u67FAightArrow;\u67F9ight\u0100AT\u03D8\u03DErrow;\u61D2ee;\u62A8p\u0241\u03E9\0\0\u03EFrrow;\u61D1ownArrow;\u61D5erticalBar;\u6225n\u0300ABLRTa\u0412\u042A\u0430\u045E\u047F\u037Crrow\u0180;BU\u041D\u041E\u0422\u6193ar;\u6913pArrow;\u61F5reve;\u4311eft\u02D2\u043A\0\u0446\0\u0450ightVector;\u6950eeVector;\u695Eector\u0100;B\u0459\u045A\u61BDar;\u6956ight\u01D4\u0467\0\u0471eeVector;\u695Fector\u0100;B\u047A\u047B\u61C1ar;\u6957ee\u0100;A\u0486\u0487\u62A4rrow;\u61A7\u0100ct\u0492\u0497r;\uC000\u{1D49F}rok;\u4110\u0800NTacdfglmopqstux\u04BD\u04C0\u04C4\u04CB\u04DE\u04E2\u04E7\u04EE\u04F5\u0521\u052F\u0536\u0552\u055D\u0560\u0565G;\u414AH\u803B\xD0\u40D0cute\u803B\xC9\u40C9\u0180aiy\u04D2\u04D7\u04DCron;\u411Arc\u803B\xCA\u40CA;\u442Dot;\u4116r;\uC000\u{1D508}rave\u803B\xC8\u40C8ement;\u6208\u0100ap\u04FA\u04FEcr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65FBerySmallSquare;\u65AB\u0100gp\u0526\u052Aon;\u4118f;\uC000\u{1D53C}silon;\u4395u\u0100ai\u053C\u0549l\u0100;T\u0542\u0543\u6A75ilde;\u6242librium;\u61CC\u0100ci\u0557\u055Ar;\u6130m;\u6A73a;\u4397ml\u803B\xCB\u40CB\u0100ip\u056A\u056Fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058D\u05B2\u05CCy;\u4424r;\uC000\u{1D509}lled\u0253\u0597\0\0\u05A3mallSquare;\u65FCerySmallSquare;\u65AA\u0370\u05BA\0\u05BF\0\0\u05C4f;\uC000\u{1D53D}All;\u6200riertrf;\u6131c\xF2\u05CB\u0600JTabcdfgorst\u05E8\u05EC\u05EF\u05FA\u0600\u0612\u0616\u061B\u061D\u0623\u066C\u0672cy;\u4403\u803B>\u403Emma\u0100;d\u05F7\u05F8\u4393;\u43DCreve;\u411E\u0180eiy\u0607\u060C\u0610dil;\u4122rc;\u411C;\u4413ot;\u4120r;\uC000\u{1D50A};\u62D9pf;\uC000\u{1D53E}eater\u0300EFGLST\u0635\u0644\u064E\u0656\u065B\u0666qual\u0100;L\u063E\u063F\u6265ess;\u62DBullEqual;\u6267reater;\u6AA2ess;\u6277lantEqual;\u6A7Eilde;\u6273cr;\uC000\u{1D4A2};\u626B\u0400Aacfiosu\u0685\u068B\u0696\u069B\u069E\u06AA\u06BE\u06CARDcy;\u442A\u0100ct\u0690\u0694ek;\u42C7;\u405Eirc;\u4124r;\u610ClbertSpace;\u610B\u01F0\u06AF\0\u06B2f;\u610DizontalLine;\u6500\u0100ct\u06C3\u06C5\xF2\u06A9rok;\u4126mp\u0144\u06D0\u06D8ownHum\xF0\u012Fqual;\u624F\u0700EJOacdfgmnostu\u06FA\u06FE\u0703\u0707\u070E\u071A\u071E\u0721\u0728\u0744\u0778\u078B\u078F\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803B\xCD\u40CD\u0100iy\u0713\u0718rc\u803B\xCE\u40CE;\u4418ot;\u4130r;\u6111rave\u803B\xCC\u40CC\u0180;ap\u0720\u072F\u073F\u0100cg\u0734\u0737r;\u412AinaryI;\u6148lie\xF3\u03DD\u01F4\u0749\0\u0762\u0100;e\u074D\u074E\u622C\u0100gr\u0753\u0758ral;\u622Bsection;\u62C2isible\u0100CT\u076C\u0772omma;\u6063imes;\u6062\u0180gpt\u077F\u0783\u0788on;\u412Ef;\uC000\u{1D540}a;\u4399cr;\u6110ilde;\u4128\u01EB\u079A\0\u079Ecy;\u4406l\u803B\xCF\u40CF\u0280cfosu\u07AC\u07B7\u07BC\u07C2\u07D0\u0100iy\u07B1\u07B5rc;\u4134;\u4419r;\uC000\u{1D50D}pf;\uC000\u{1D541}\u01E3\u07C7\0\u07CCr;\uC000\u{1D4A5}rcy;\u4408kcy;\u4404\u0380HJacfos\u07E4\u07E8\u07EC\u07F1\u07FD\u0802\u0808cy;\u4425cy;\u440Cppa;\u439A\u0100ey\u07F6\u07FBdil;\u4136;\u441Ar;\uC000\u{1D50E}pf;\uC000\u{1D542}cr;\uC000\u{1D4A6}\u0580JTaceflmost\u0825\u0829\u082C\u0850\u0863\u09B3\u09B8\u09C7\u09CD\u0A37\u0A47cy;\u4409\u803B<\u403C\u0280cmnpr\u0837\u083C\u0841\u0844\u084Dute;\u4139bda;\u439Bg;\u67EAlacetrf;\u6112r;\u619E\u0180aey\u0857\u085C\u0861ron;\u413Ddil;\u413B;\u441B\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087E\u08A9\u08B1\u08E0\u08E6\u08FC\u092F\u095B\u0390\u096A\u0100nr\u0883\u088FgleBracket;\u67E8row\u0180;BR\u0899\u089A\u089E\u6190ar;\u61E4ightArrow;\u61C6eiling;\u6308o\u01F5\u08B7\0\u08C3bleBracket;\u67E6n\u01D4\u08C8\0\u08D2eeVector;\u6961ector\u0100;B\u08DB\u08DC\u61C3ar;\u6959loor;\u630Aight\u0100AV\u08EF\u08F5rrow;\u6194ector;\u694E\u0100er\u0901\u0917e\u0180;AV\u0909\u090A\u0910\u62A3rrow;\u61A4ector;\u695Aiangle\u0180;BE\u0924\u0925\u0929\u62B2ar;\u69CFqual;\u62B4p\u0180DTV\u0937\u0942\u094CownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61BFar;\u6958ector\u0100;B\u0965\u0966\u61BCar;\u6952ight\xE1\u039Cs\u0300EFGLST\u097E\u098B\u0995\u099D\u09A2\u09ADqualGreater;\u62DAullEqual;\u6266reater;\u6276ess;\u6AA1lantEqual;\u6A7Dilde;\u6272r;\uC000\u{1D50F}\u0100;e\u09BD\u09BE\u62D8ftarrow;\u61DAidot;\u413F\u0180npw\u09D4\u0A16\u0A1Bg\u0200LRlr\u09DE\u09F7\u0A02\u0A10eft\u0100AR\u09E6\u09ECrrow;\u67F5ightArrow;\u67F7ightArrow;\u67F6eft\u0100ar\u03B3\u0A0Aight\xE1\u03BFight\xE1\u03CAf;\uC000\u{1D543}er\u0100LR\u0A22\u0A2CeftArrow;\u6199ightArrow;\u6198\u0180cht\u0A3E\u0A40\u0A42\xF2\u084C;\u61B0rok;\u4141;\u626A\u0400acefiosu\u0A5A\u0A5D\u0A60\u0A77\u0A7C\u0A85\u0A8B\u0A8Ep;\u6905y;\u441C\u0100dl\u0A65\u0A6FiumSpace;\u605Flintrf;\u6133r;\uC000\u{1D510}nusPlus;\u6213pf;\uC000\u{1D544}c\xF2\u0A76;\u439C\u0480Jacefostu\u0AA3\u0AA7\u0AAD\u0AC0\u0B14\u0B19\u0D91\u0D97\u0D9Ecy;\u440Acute;\u4143\u0180aey\u0AB4\u0AB9\u0ABEron;\u4147dil;\u4145;\u441D\u0180gsw\u0AC7\u0AF0\u0B0Eative\u0180MTV\u0AD3\u0ADF\u0AE8ediumSpace;\u600Bhi\u0100cn\u0AE6\u0AD8\xEB\u0AD9eryThi\xEE\u0AD9ted\u0100GL\u0AF8\u0B06reaterGreate\xF2\u0673essLes\xF3\u0A48Line;\u400Ar;\uC000\u{1D511}\u0200Bnpt\u0B22\u0B28\u0B37\u0B3Areak;\u6060BreakingSpace;\u40A0f;\u6115\u0680;CDEGHLNPRSTV\u0B55\u0B56\u0B6A\u0B7C\u0BA1\u0BEB\u0C04\u0C5E\u0C84\u0CA6\u0CD8\u0D61\u0D85\u6AEC\u0100ou\u0B5B\u0B64ngruent;\u6262pCap;\u626DoubleVerticalBar;\u6226\u0180lqx\u0B83\u0B8A\u0B9Bement;\u6209ual\u0100;T\u0B92\u0B93\u6260ilde;\uC000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0BB6\u0BB7\u0BBD\u0BC9\u0BD3\u0BD8\u0BE5\u626Fqual;\u6271ullEqual;\uC000\u2267\u0338reater;\uC000\u226B\u0338ess;\u6279lantEqual;\uC000\u2A7E\u0338ilde;\u6275ump\u0144\u0BF2\u0BFDownHump;\uC000\u224E\u0338qual;\uC000\u224F\u0338e\u0100fs\u0C0A\u0C27tTriangle\u0180;BE\u0C1A\u0C1B\u0C21\u62EAar;\uC000\u29CF\u0338qual;\u62ECs\u0300;EGLST\u0C35\u0C36\u0C3C\u0C44\u0C4B\u0C58\u626Equal;\u6270reater;\u6278ess;\uC000\u226A\u0338lantEqual;\uC000\u2A7D\u0338ilde;\u6274ested\u0100GL\u0C68\u0C79reaterGreater;\uC000\u2AA2\u0338essLess;\uC000\u2AA1\u0338recedes\u0180;ES\u0C92\u0C93\u0C9B\u6280qual;\uC000\u2AAF\u0338lantEqual;\u62E0\u0100ei\u0CAB\u0CB9verseElement;\u620CghtTriangle\u0180;BE\u0CCB\u0CCC\u0CD2\u62EBar;\uC000\u29D0\u0338qual;\u62ED\u0100qu\u0CDD\u0D0CuareSu\u0100bp\u0CE8\u0CF9set\u0100;E\u0CF0\u0CF3\uC000\u228F\u0338qual;\u62E2erset\u0100;E\u0D03\u0D06\uC000\u2290\u0338qual;\u62E3\u0180bcp\u0D13\u0D24\u0D4Eset\u0100;E\u0D1B\u0D1E\uC000\u2282\u20D2qual;\u6288ceeds\u0200;EST\u0D32\u0D33\u0D3B\u0D46\u6281qual;\uC000\u2AB0\u0338lantEqual;\u62E1ilde;\uC000\u227F\u0338erset\u0100;E\u0D58\u0D5B\uC000\u2283\u20D2qual;\u6289ilde\u0200;EFT\u0D6E\u0D6F\u0D75\u0D7F\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uC000\u{1D4A9}ilde\u803B\xD1\u40D1;\u439D\u0700Eacdfgmoprstuv\u0DBD\u0DC2\u0DC9\u0DD5\u0DDB\u0DE0\u0DE7\u0DFC\u0E02\u0E20\u0E22\u0E32\u0E3F\u0E44lig;\u4152cute\u803B\xD3\u40D3\u0100iy\u0DCE\u0DD3rc\u803B\xD4\u40D4;\u441Eblac;\u4150r;\uC000\u{1D512}rave\u803B\xD2\u40D2\u0180aei\u0DEE\u0DF2\u0DF6cr;\u414Cga;\u43A9cron;\u439Fpf;\uC000\u{1D546}enCurly\u0100DQ\u0E0E\u0E1AoubleQuote;\u601Cuote;\u6018;\u6A54\u0100cl\u0E27\u0E2Cr;\uC000\u{1D4AA}ash\u803B\xD8\u40D8i\u016C\u0E37\u0E3Cde\u803B\xD5\u40D5es;\u6A37ml\u803B\xD6\u40D6er\u0100BP\u0E4B\u0E60\u0100ar\u0E50\u0E53r;\u603Eac\u0100ek\u0E5A\u0E5C;\u63DEet;\u63B4arenthesis;\u63DC\u0480acfhilors\u0E7F\u0E87\u0E8A\u0E8F\u0E92\u0E94\u0E9D\u0EB0\u0EFCrtialD;\u6202y;\u441Fr;\uC000\u{1D513}i;\u43A6;\u43A0usMinus;\u40B1\u0100ip\u0EA2\u0EADncareplan\xE5\u069Df;\u6119\u0200;eio\u0EB9\u0EBA\u0EE0\u0EE4\u6ABBcedes\u0200;EST\u0EC8\u0EC9\u0ECF\u0EDA\u627Aqual;\u6AAFlantEqual;\u627Cilde;\u627Eme;\u6033\u0100dp\u0EE9\u0EEEuct;\u620Fortion\u0100;a\u0225\u0EF9l;\u621D\u0100ci\u0F01\u0F06r;\uC000\u{1D4AB};\u43A8\u0200Ufos\u0F11\u0F16\u0F1B\u0F1FOT\u803B"\u4022r;\uC000\u{1D514}pf;\u611Acr;\uC000\u{1D4AC}\u0600BEacefhiorsu\u0F3E\u0F43\u0F47\u0F60\u0F73\u0FA7\u0FAA\u0FAD\u1096\u10A9\u10B4\u10BEarr;\u6910G\u803B\xAE\u40AE\u0180cnr\u0F4E\u0F53\u0F56ute;\u4154g;\u67EBr\u0100;t\u0F5C\u0F5D\u61A0l;\u6916\u0180aey\u0F67\u0F6C\u0F71ron;\u4158dil;\u4156;\u4420\u0100;v\u0F78\u0F79\u611Cerse\u0100EU\u0F82\u0F99\u0100lq\u0F87\u0F8Eement;\u620Builibrium;\u61CBpEquilibrium;\u696Fr\xBB\u0F79o;\u43A1ght\u0400ACDFTUVa\u0FC1\u0FEB\u0FF3\u1022\u1028\u105B\u1087\u03D8\u0100nr\u0FC6\u0FD2gleBracket;\u67E9row\u0180;BL\u0FDC\u0FDD\u0FE1\u6192ar;\u61E5eftArrow;\u61C4eiling;\u6309o\u01F5\u0FF9\0\u1005bleBracket;\u67E7n\u01D4\u100A\0\u1014eeVector;\u695Dector\u0100;B\u101D\u101E\u61C2ar;\u6955loor;\u630B\u0100er\u102D\u1043e\u0180;AV\u1035\u1036\u103C\u62A2rrow;\u61A6ector;\u695Biangle\u0180;BE\u1050\u1051\u1055\u62B3ar;\u69D0qual;\u62B5p\u0180DTV\u1063\u106E\u1078ownVector;\u694FeeVector;\u695Cector\u0100;B\u1082\u1083\u61BEar;\u6954ector\u0100;B\u1091\u1092\u61C0ar;\u6953\u0100pu\u109B\u109Ef;\u611DndImplies;\u6970ightarrow;\u61DB\u0100ch\u10B9\u10BCr;\u611B;\u61B1leDelayed;\u69F4\u0680HOacfhimoqstu\u10E4\u10F1\u10F7\u10FD\u1119\u111E\u1151\u1156\u1161\u1167\u11B5\u11BB\u11BF\u0100Cc\u10E9\u10EEHcy;\u4429y;\u4428FTcy;\u442Ccute;\u415A\u0280;aeiy\u1108\u1109\u110E\u1113\u1117\u6ABCron;\u4160dil;\u415Erc;\u415C;\u4421r;\uC000\u{1D516}ort\u0200DLRU\u112A\u1134\u113E\u1149ownArrow\xBB\u041EeftArrow\xBB\u089AightArrow\xBB\u0FDDpArrow;\u6191gma;\u43A3allCircle;\u6218pf;\uC000\u{1D54A}\u0272\u116D\0\0\u1170t;\u621Aare\u0200;ISU\u117B\u117C\u1189\u11AF\u65A1ntersection;\u6293u\u0100bp\u118F\u119Eset\u0100;E\u1197\u1198\u628Fqual;\u6291erset\u0100;E\u11A8\u11A9\u6290qual;\u6292nion;\u6294cr;\uC000\u{1D4AE}ar;\u62C6\u0200bcmp\u11C8\u11DB\u1209\u120B\u0100;s\u11CD\u11CE\u62D0et\u0100;E\u11CD\u11D5qual;\u6286\u0100ch\u11E0\u1205eeds\u0200;EST\u11ED\u11EE\u11F4\u11FF\u627Bqual;\u6AB0lantEqual;\u627Dilde;\u627FTh\xE1\u0F8C;\u6211\u0180;es\u1212\u1213\u1223\u62D1rset\u0100;E\u121C\u121D\u6283qual;\u6287et\xBB\u1213\u0580HRSacfhiors\u123E\u1244\u1249\u1255\u125E\u1271\u1276\u129F\u12C2\u12C8\u12D1ORN\u803B\xDE\u40DEADE;\u6122\u0100Hc\u124E\u1252cy;\u440By;\u4426\u0100bu\u125A\u125C;\u4009;\u43A4\u0180aey\u1265\u126A\u126Fron;\u4164dil;\u4162;\u4422r;\uC000\u{1D517}\u0100ei\u127B\u1289\u01F2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128E\u1298kSpace;\uC000\u205F\u200ASpace;\u6009lde\u0200;EFT\u12AB\u12AC\u12B2\u12BC\u623Cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uC000\u{1D54B}ipleDot;\u60DB\u0100ct\u12D6\u12DBr;\uC000\u{1D4AF}rok;\u4166\u0AE1\u12F7\u130E\u131A\u1326\0\u132C\u1331\0\0\0\0\0\u1338\u133D\u1377\u1385\0\u13FF\u1404\u140A\u1410\u0100cr\u12FB\u1301ute\u803B\xDA\u40DAr\u0100;o\u1307\u1308\u619Fcir;\u6949r\u01E3\u1313\0\u1316y;\u440Eve;\u416C\u0100iy\u131E\u1323rc\u803B\xDB\u40DB;\u4423blac;\u4170r;\uC000\u{1D518}rave\u803B\xD9\u40D9acr;\u416A\u0100di\u1341\u1369er\u0100BP\u1348\u135D\u0100ar\u134D\u1350r;\u405Fac\u0100ek\u1357\u1359;\u63DFet;\u63B5arenthesis;\u63DDon\u0100;P\u1370\u1371\u62C3lus;\u628E\u0100gp\u137B\u137Fon;\u4172f;\uC000\u{1D54C}\u0400ADETadps\u1395\u13AE\u13B8\u13C4\u03E8\u13D2\u13D7\u13F3rrow\u0180;BD\u1150\u13A0\u13A4ar;\u6912ownArrow;\u61C5ownArrow;\u6195quilibrium;\u696Eee\u0100;A\u13CB\u13CC\u62A5rrow;\u61A5own\xE1\u03F3er\u0100LR\u13DE\u13E8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13F9\u13FA\u43D2on;\u43A5ing;\u416Ecr;\uC000\u{1D4B0}ilde;\u4168ml\u803B\xDC\u40DC\u0480Dbcdefosv\u1427\u142C\u1430\u1433\u143E\u1485\u148A\u1490\u1496ash;\u62ABar;\u6AEBy;\u4412ash\u0100;l\u143B\u143C\u62A9;\u6AE6\u0100er\u1443\u1445;\u62C1\u0180bty\u144C\u1450\u147Aar;\u6016\u0100;i\u144F\u1455cal\u0200BLST\u1461\u1465\u146A\u1474ar;\u6223ine;\u407Ceparator;\u6758ilde;\u6240ThinSpace;\u600Ar;\uC000\u{1D519}pf;\uC000\u{1D54D}cr;\uC000\u{1D4B1}dash;\u62AA\u0280cefos\u14A7\u14AC\u14B1\u14B6\u14BCirc;\u4174dge;\u62C0r;\uC000\u{1D51A}pf;\uC000\u{1D54E}cr;\uC000\u{1D4B2}\u0200fios\u14CB\u14D0\u14D2\u14D8r;\uC000\u{1D51B};\u439Epf;\uC000\u{1D54F}cr;\uC000\u{1D4B3}\u0480AIUacfosu\u14F1\u14F5\u14F9\u14FD\u1504\u150F\u1514\u151A\u1520cy;\u442Fcy;\u4407cy;\u442Ecute\u803B\xDD\u40DD\u0100iy\u1509\u150Drc;\u4176;\u442Br;\uC000\u{1D51C}pf;\uC000\u{1D550}cr;\uC000\u{1D4B4}ml;\u4178\u0400Hacdefos\u1535\u1539\u153F\u154B\u154F\u155D\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417D;\u4417ot;\u417B\u01F2\u1554\0\u155BoWidt\xE8\u0AD9a;\u4396r;\u6128pf;\u6124cr;\uC000\u{1D4B5}\u0BE1\u1583\u158A\u1590\0\u15B0\u15B6\u15BF\0\0\0\0\u15C6\u15DB\u15EB\u165F\u166D\0\u1695\u169B\u16B2\u16B9\0\u16BEcute\u803B\xE1\u40E1reve;\u4103\u0300;Ediuy\u159C\u159D\u15A1\u15A3\u15A8\u15AD\u623E;\uC000\u223E\u0333;\u623Frc\u803B\xE2\u40E2te\u80BB\xB4\u0306;\u4430lig\u803B\xE6\u40E6\u0100;r\xB2\u15BA;\uC000\u{1D51E}rave\u803B\xE0\u40E0\u0100ep\u15CA\u15D6\u0100fp\u15CF\u15D4sym;\u6135\xE8\u15D3ha;\u43B1\u0100ap\u15DFc\u0100cl\u15E4\u15E7r;\u4101g;\u6A3F\u0264\u15F0\0\0\u160A\u0280;adsv\u15FA\u15FB\u15FF\u1601\u1607\u6227nd;\u6A55;\u6A5Clope;\u6A58;\u6A5A\u0380;elmrsz\u1618\u1619\u161B\u161E\u163F\u164F\u1659\u6220;\u69A4e\xBB\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163A\u163C\u163E;\u69A8;\u69A9;\u69AA;\u69AB;\u69AC;\u69AD;\u69AE;\u69AFt\u0100;v\u1645\u1646\u621Fb\u0100;d\u164C\u164D\u62BE;\u699D\u0100pt\u1654\u1657h;\u6222\xBB\xB9arr;\u637C\u0100gp\u1663\u1667on;\u4105f;\uC000\u{1D552}\u0380;Eaeiop\u12C1\u167B\u167D\u1682\u1684\u1687\u168A;\u6A70cir;\u6A6F;\u624Ad;\u624Bs;\u4027rox\u0100;e\u12C1\u1692\xF1\u1683ing\u803B\xE5\u40E5\u0180cty\u16A1\u16A6\u16A8r;\uC000\u{1D4B6};\u402Amp\u0100;e\u12C1\u16AF\xF1\u0288ilde\u803B\xE3\u40E3ml\u803B\xE4\u40E4\u0100ci\u16C2\u16C8onin\xF4\u0272nt;\u6A11\u0800Nabcdefiklnoprsu\u16ED\u16F1\u1730\u173C\u1743\u1748\u1778\u177D\u17E0\u17E6\u1839\u1850\u170D\u193D\u1948\u1970ot;\u6AED\u0100cr\u16F6\u171Ek\u0200ceps\u1700\u1705\u170D\u1713ong;\u624Cpsilon;\u43F6rime;\u6035im\u0100;e\u171A\u171B\u623Dq;\u62CD\u0176\u1722\u1726ee;\u62BDed\u0100;g\u172C\u172D\u6305e\xBB\u172Drk\u0100;t\u135C\u1737brk;\u63B6\u0100oy\u1701\u1741;\u4431quo;\u601E\u0280cmprt\u1753\u175B\u1761\u1764\u1768aus\u0100;e\u010A\u0109ptyv;\u69B0s\xE9\u170Cno\xF5\u0113\u0180ahw\u176F\u1771\u1773;\u43B2;\u6136een;\u626Cr;\uC000\u{1D51F}g\u0380costuvw\u178D\u179D\u17B3\u17C1\u17D5\u17DB\u17DE\u0180aiu\u1794\u1796\u179A\xF0\u0760rc;\u65EFp\xBB\u1371\u0180dpt\u17A4\u17A8\u17ADot;\u6A00lus;\u6A01imes;\u6A02\u0271\u17B9\0\0\u17BEcup;\u6A06ar;\u6605riangle\u0100du\u17CD\u17D2own;\u65BDp;\u65B3plus;\u6A04e\xE5\u1444\xE5\u14ADarow;\u690D\u0180ako\u17ED\u1826\u1835\u0100cn\u17F2\u1823k\u0180lst\u17FA\u05AB\u1802ozenge;\u69EBriangle\u0200;dlr\u1812\u1813\u1818\u181D\u65B4own;\u65BEeft;\u65C2ight;\u65B8k;\u6423\u01B1\u182B\0\u1833\u01B2\u182F\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183E\u184D\u0100;q\u1843\u1846\uC000=\u20E5uiv;\uC000\u2261\u20E5t;\u6310\u0200ptwx\u1859\u185E\u1867\u186Cf;\uC000\u{1D553}\u0100;t\u13CB\u1863om\xBB\u13CCtie;\u62C8\u0600DHUVbdhmptuv\u1885\u1896\u18AA\u18BB\u18D7\u18DB\u18EC\u18FF\u1905\u190A\u1910\u1921\u0200LRlr\u188E\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18A1\u18A2\u18A4\u18A6\u18A8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18B3\u18B5\u18B7\u18B9;\u655D;\u655A;\u655C;\u6559\u0380;HLRhlr\u18CA\u18CB\u18CD\u18CF\u18D1\u18D3\u18D5\u6551;\u656C;\u6563;\u6560;\u656B;\u6562;\u655Fox;\u69C9\u0200LRlr\u18E4\u18E6\u18E8\u18EA;\u6555;\u6552;\u6510;\u650C\u0280;DUdu\u06BD\u18F7\u18F9\u18FB\u18FD;\u6565;\u6568;\u652C;\u6534inus;\u629Flus;\u629Eimes;\u62A0\u0200LRlr\u1919\u191B\u191D\u191F;\u655B;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193B\u6502;\u656A;\u6561;\u655E;\u653C;\u6524;\u651C\u0100ev\u0123\u1942bar\u803B\xA6\u40A6\u0200ceio\u1951\u1956\u195A\u1960r;\uC000\u{1D4B7}mi;\u604Fm\u0100;e\u171A\u171Cl\u0180;bh\u1968\u1969\u196B\u405C;\u69C5sub;\u67C8\u016C\u1974\u197El\u0100;e\u1979\u197A\u6022t\xBB\u197Ap\u0180;Ee\u012F\u1985\u1987;\u6AAE\u0100;q\u06DC\u06DB\u0CE1\u19A7\0\u19E8\u1A11\u1A15\u1A32\0\u1A37\u1A50\0\0\u1AB4\0\0\u1AC1\0\0\u1B21\u1B2E\u1B4D\u1B52\0\u1BFD\0\u1C0C\u0180cpr\u19AD\u19B2\u19DDute;\u4107\u0300;abcds\u19BF\u19C0\u19C4\u19CA\u19D5\u19D9\u6229nd;\u6A44rcup;\u6A49\u0100au\u19CF\u19D2p;\u6A4Bp;\u6A47ot;\u6A40;\uC000\u2229\uFE00\u0100eo\u19E2\u19E5t;\u6041\xEE\u0693\u0200aeiu\u19F0\u19FB\u1A01\u1A05\u01F0\u19F5\0\u19F8s;\u6A4Don;\u410Ddil\u803B\xE7\u40E7rc;\u4109ps\u0100;s\u1A0C\u1A0D\u6A4Cm;\u6A50ot;\u410B\u0180dmn\u1A1B\u1A20\u1A26il\u80BB\xB8\u01ADptyv;\u69B2t\u8100\xA2;e\u1A2D\u1A2E\u40A2r\xE4\u01B2r;\uC000\u{1D520}\u0180cei\u1A3D\u1A40\u1A4Dy;\u4447ck\u0100;m\u1A47\u1A48\u6713ark\xBB\u1A48;\u43C7r\u0380;Ecefms\u1A5F\u1A60\u1A62\u1A6B\u1AA4\u1AAA\u1AAE\u65CB;\u69C3\u0180;el\u1A69\u1A6A\u1A6D\u42C6q;\u6257e\u0261\u1A74\0\0\u1A88rrow\u0100lr\u1A7C\u1A81eft;\u61BAight;\u61BB\u0280RSacd\u1A92\u1A94\u1A96\u1A9A\u1A9F\xBB\u0F47;\u64C8st;\u629Birc;\u629Aash;\u629Dnint;\u6A10id;\u6AEFcir;\u69C2ubs\u0100;u\u1ABB\u1ABC\u6663it\xBB\u1ABC\u02EC\u1AC7\u1AD4\u1AFA\0\u1B0Aon\u0100;e\u1ACD\u1ACE\u403A\u0100;q\xC7\xC6\u026D\u1AD9\0\0\u1AE2a\u0100;t\u1ADE\u1ADF\u402C;\u4040\u0180;fl\u1AE8\u1AE9\u1AEB\u6201\xEE\u1160e\u0100mx\u1AF1\u1AF6ent\xBB\u1AE9e\xF3\u024D\u01E7\u1AFE\0\u1B07\u0100;d\u12BB\u1B02ot;\u6A6Dn\xF4\u0246\u0180fry\u1B10\u1B14\u1B17;\uC000\u{1D554}o\xE4\u0254\u8100\xA9;s\u0155\u1B1Dr;\u6117\u0100ao\u1B25\u1B29rr;\u61B5ss;\u6717\u0100cu\u1B32\u1B37r;\uC000\u{1D4B8}\u0100bp\u1B3C\u1B44\u0100;e\u1B41\u1B42\u6ACF;\u6AD1\u0100;e\u1B49\u1B4A\u6AD0;\u6AD2dot;\u62EF\u0380delprvw\u1B60\u1B6C\u1B77\u1B82\u1BAC\u1BD4\u1BF9arr\u0100lr\u1B68\u1B6A;\u6938;\u6935\u0270\u1B72\0\0\u1B75r;\u62DEc;\u62DFarr\u0100;p\u1B7F\u1B80\u61B6;\u693D\u0300;bcdos\u1B8F\u1B90\u1B96\u1BA1\u1BA5\u1BA8\u622Arcap;\u6A48\u0100au\u1B9B\u1B9Ep;\u6A46p;\u6A4Aot;\u628Dr;\u6A45;\uC000\u222A\uFE00\u0200alrv\u1BB5\u1BBF\u1BDE\u1BE3rr\u0100;m\u1BBC\u1BBD\u61B7;\u693Cy\u0180evw\u1BC7\u1BD4\u1BD8q\u0270\u1BCE\0\0\u1BD2re\xE3\u1B73u\xE3\u1B75ee;\u62CEedge;\u62CFen\u803B\xA4\u40A4earrow\u0100lr\u1BEE\u1BF3eft\xBB\u1B80ight\xBB\u1BBDe\xE4\u1BDD\u0100ci\u1C01\u1C07onin\xF4\u01F7nt;\u6231lcty;\u632D\u0980AHabcdefhijlorstuwz\u1C38\u1C3B\u1C3F\u1C5D\u1C69\u1C75\u1C8A\u1C9E\u1CAC\u1CB7\u1CFB\u1CFF\u1D0D\u1D7B\u1D91\u1DAB\u1DBB\u1DC6\u1DCDr\xF2\u0381ar;\u6965\u0200glrs\u1C48\u1C4D\u1C52\u1C54ger;\u6020eth;\u6138\xF2\u1133h\u0100;v\u1C5A\u1C5B\u6010\xBB\u090A\u016B\u1C61\u1C67arow;\u690Fa\xE3\u0315\u0100ay\u1C6E\u1C73ron;\u410F;\u4434\u0180;ao\u0332\u1C7C\u1C84\u0100gr\u02BF\u1C81r;\u61CAtseq;\u6A77\u0180glm\u1C91\u1C94\u1C98\u803B\xB0\u40B0ta;\u43B4ptyv;\u69B1\u0100ir\u1CA3\u1CA8sht;\u697F;\uC000\u{1D521}ar\u0100lr\u1CB3\u1CB5\xBB\u08DC\xBB\u101E\u0280aegsv\u1CC2\u0378\u1CD6\u1CDC\u1CE0m\u0180;os\u0326\u1CCA\u1CD4nd\u0100;s\u0326\u1CD1uit;\u6666amma;\u43DDin;\u62F2\u0180;io\u1CE7\u1CE8\u1CF8\u40F7de\u8100\xF7;o\u1CE7\u1CF0ntimes;\u62C7n\xF8\u1CF7cy;\u4452c\u026F\u1D06\0\0\u1D0Arn;\u631Eop;\u630D\u0280lptuw\u1D18\u1D1D\u1D22\u1D49\u1D55lar;\u4024f;\uC000\u{1D555}\u0280;emps\u030B\u1D2D\u1D37\u1D3D\u1D42q\u0100;d\u0352\u1D33ot;\u6251inus;\u6238lus;\u6214quare;\u62A1blebarwedg\xE5\xFAn\u0180adh\u112E\u1D5D\u1D67ownarrow\xF3\u1C83arpoon\u0100lr\u1D72\u1D76ef\xF4\u1CB4igh\xF4\u1CB6\u0162\u1D7F\u1D85karo\xF7\u0F42\u026F\u1D8A\0\0\u1D8Ern;\u631Fop;\u630C\u0180cot\u1D98\u1DA3\u1DA6\u0100ry\u1D9D\u1DA1;\uC000\u{1D4B9};\u4455l;\u69F6rok;\u4111\u0100dr\u1DB0\u1DB4ot;\u62F1i\u0100;f\u1DBA\u1816\u65BF\u0100ah\u1DC0\u1DC3r\xF2\u0429a\xF2\u0FA6angle;\u69A6\u0100ci\u1DD2\u1DD5y;\u445Fgrarr;\u67FF\u0900Dacdefglmnopqrstux\u1E01\u1E09\u1E19\u1E38\u0578\u1E3C\u1E49\u1E61\u1E7E\u1EA5\u1EAF\u1EBD\u1EE1\u1F2A\u1F37\u1F44\u1F4E\u1F5A\u0100Do\u1E06\u1D34o\xF4\u1C89\u0100cs\u1E0E\u1E14ute\u803B\xE9\u40E9ter;\u6A6E\u0200aioy\u1E22\u1E27\u1E31\u1E36ron;\u411Br\u0100;c\u1E2D\u1E2E\u6256\u803B\xEA\u40EAlon;\u6255;\u444Dot;\u4117\u0100Dr\u1E41\u1E45ot;\u6252;\uC000\u{1D522}\u0180;rs\u1E50\u1E51\u1E57\u6A9Aave\u803B\xE8\u40E8\u0100;d\u1E5C\u1E5D\u6A96ot;\u6A98\u0200;ils\u1E6A\u1E6B\u1E72\u1E74\u6A99nters;\u63E7;\u6113\u0100;d\u1E79\u1E7A\u6A95ot;\u6A97\u0180aps\u1E85\u1E89\u1E97cr;\u4113ty\u0180;sv\u1E92\u1E93\u1E95\u6205et\xBB\u1E93p\u01001;\u1E9D\u1EA4\u0133\u1EA1\u1EA3;\u6004;\u6005\u6003\u0100gs\u1EAA\u1EAC;\u414Bp;\u6002\u0100gp\u1EB4\u1EB8on;\u4119f;\uC000\u{1D556}\u0180als\u1EC4\u1ECE\u1ED2r\u0100;s\u1ECA\u1ECB\u62D5l;\u69E3us;\u6A71i\u0180;lv\u1EDA\u1EDB\u1EDF\u43B5on\xBB\u1EDB;\u43F5\u0200csuv\u1EEA\u1EF3\u1F0B\u1F23\u0100io\u1EEF\u1E31rc\xBB\u1E2E\u0269\u1EF9\0\0\u1EFB\xED\u0548ant\u0100gl\u1F02\u1F06tr\xBB\u1E5Dess\xBB\u1E7A\u0180aei\u1F12\u1F16\u1F1Als;\u403Dst;\u625Fv\u0100;D\u0235\u1F20D;\u6A78parsl;\u69E5\u0100Da\u1F2F\u1F33ot;\u6253rr;\u6971\u0180cdi\u1F3E\u1F41\u1EF8r;\u612Fo\xF4\u0352\u0100ah\u1F49\u1F4B;\u43B7\u803B\xF0\u40F0\u0100mr\u1F53\u1F57l\u803B\xEB\u40EBo;\u60AC\u0180cip\u1F61\u1F64\u1F67l;\u4021s\xF4\u056E\u0100eo\u1F6C\u1F74ctatio\xEE\u0559nential\xE5\u0579\u09E1\u1F92\0\u1F9E\0\u1FA1\u1FA7\0\0\u1FC6\u1FCC\0\u1FD3\0\u1FE6\u1FEA\u2000\0\u2008\u205Allingdotse\xF1\u1E44y;\u4444male;\u6640\u0180ilr\u1FAD\u1FB3\u1FC1lig;\u8000\uFB03\u0269\u1FB9\0\0\u1FBDg;\u8000\uFB00ig;\u8000\uFB04;\uC000\u{1D523}lig;\u8000\uFB01lig;\uC000fj\u0180alt\u1FD9\u1FDC\u1FE1t;\u666Dig;\u8000\uFB02ns;\u65B1of;\u4192\u01F0\u1FEE\0\u1FF3f;\uC000\u{1D557}\u0100ak\u05BF\u1FF7\u0100;v\u1FFC\u1FFD\u62D4;\u6AD9artint;\u6A0D\u0100ao\u200C\u2055\u0100cs\u2011\u2052\u03B1\u201A\u2030\u2038\u2045\u2048\0\u2050\u03B2\u2022\u2025\u2027\u202A\u202C\0\u202E\u803B\xBD\u40BD;\u6153\u803B\xBC\u40BC;\u6155;\u6159;\u615B\u01B3\u2034\0\u2036;\u6154;\u6156\u02B4\u203E\u2041\0\0\u2043\u803B\xBE\u40BE;\u6157;\u615C5;\u6158\u01B6\u204C\0\u204E;\u615A;\u615D8;\u615El;\u6044wn;\u6322cr;\uC000\u{1D4BB}\u0880Eabcdefgijlnorstv\u2082\u2089\u209F\u20A5\u20B0\u20B4\u20F0\u20F5\u20FA\u20FF\u2103\u2112\u2138\u0317\u213E\u2152\u219E\u0100;l\u064D\u2087;\u6A8C\u0180cmp\u2090\u2095\u209Dute;\u41F5ma\u0100;d\u209C\u1CDA\u43B3;\u6A86reve;\u411F\u0100iy\u20AA\u20AErc;\u411D;\u4433ot;\u4121\u0200;lqs\u063E\u0642\u20BD\u20C9\u0180;qs\u063E\u064C\u20C4lan\xF4\u0665\u0200;cdl\u0665\u20D2\u20D5\u20E5c;\u6AA9ot\u0100;o\u20DC\u20DD\u6A80\u0100;l\u20E2\u20E3\u6A82;\u6A84\u0100;e\u20EA\u20ED\uC000\u22DB\uFE00s;\u6A94r;\uC000\u{1D524}\u0100;g\u0673\u061Bmel;\u6137cy;\u4453\u0200;Eaj\u065A\u210C\u210E\u2110;\u6A92;\u6AA5;\u6AA4\u0200Eaes\u211B\u211D\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6A8Arox\xBB\u2124\u0100;q\u212E\u212F\u6A88\u0100;q\u212E\u211Bim;\u62E7pf;\uC000\u{1D558}\u0100ci\u2143\u2146r;\u610Am\u0180;el\u066B\u214E\u2150;\u6A8E;\u6A90\u8300>;cdlqr\u05EE\u2160\u216A\u216E\u2173\u2179\u0100ci\u2165\u2167;\u6AA7r;\u6A7Aot;\u62D7Par;\u6995uest;\u6A7C\u0280adels\u2184\u216A\u2190\u0656\u219B\u01F0\u2189\0\u218Epro\xF8\u209Er;\u6978q\u0100lq\u063F\u2196les\xF3\u2088i\xED\u066B\u0100en\u21A3\u21ADrtneqq;\uC000\u2269\uFE00\xC5\u21AA\u0500Aabcefkosy\u21C4\u21C7\u21F1\u21F5\u21FA\u2218\u221D\u222F\u2268\u227Dr\xF2\u03A0\u0200ilmr\u21D0\u21D4\u21D7\u21DBrs\xF0\u1484f\xBB\u2024il\xF4\u06A9\u0100dr\u21E0\u21E4cy;\u444A\u0180;cw\u08F4\u21EB\u21EFir;\u6948;\u61ADar;\u610Firc;\u4125\u0180alr\u2201\u220E\u2213rts\u0100;u\u2209\u220A\u6665it\xBB\u220Alip;\u6026con;\u62B9r;\uC000\u{1D525}s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223A\u223E\u2243\u225E\u2263rr;\u61FFtht;\u623Bk\u0100lr\u2249\u2253eftarrow;\u61A9ightarrow;\u61AAf;\uC000\u{1D559}bar;\u6015\u0180clt\u226F\u2274\u2278r;\uC000\u{1D4BD}as\xE8\u21F4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\xBB\u1C5B\u0AE1\u22A3\0\u22AA\0\u22B8\u22C5\u22CE\0\u22D5\u22F3\0\0\u22F8\u2322\u2367\u2362\u237F\0\u2386\u23AA\u23B4cute\u803B\xED\u40ED\u0180;iy\u0771\u22B0\u22B5rc\u803B\xEE\u40EE;\u4438\u0100cx\u22BC\u22BFy;\u4435cl\u803B\xA1\u40A1\u0100fr\u039F\u22C9;\uC000\u{1D526}rave\u803B\xEC\u40EC\u0200;ino\u073E\u22DD\u22E9\u22EE\u0100in\u22E2\u22E6nt;\u6A0Ct;\u622Dfin;\u69DCta;\u6129lig;\u4133\u0180aop\u22FE\u231A\u231D\u0180cgt\u2305\u2308\u2317r;\u412B\u0180elp\u071F\u230F\u2313in\xE5\u078Ear\xF4\u0720h;\u4131f;\u62B7ed;\u41B5\u0280;cfot\u04F4\u232C\u2331\u233D\u2341are;\u6105in\u0100;t\u2338\u2339\u621Eie;\u69DDdo\xF4\u2319\u0280;celp\u0757\u234C\u2350\u235B\u2361al;\u62BA\u0100gr\u2355\u2359er\xF3\u1563\xE3\u234Darhk;\u6A17rod;\u6A3C\u0200cgpt\u236F\u2372\u2376\u237By;\u4451on;\u412Ff;\uC000\u{1D55A}a;\u43B9uest\u803B\xBF\u40BF\u0100ci\u238A\u238Fr;\uC000\u{1D4BE}n\u0280;Edsv\u04F4\u239B\u239D\u23A1\u04F3;\u62F9ot;\u62F5\u0100;v\u23A6\u23A7\u62F4;\u62F3\u0100;i\u0777\u23AElde;\u4129\u01EB\u23B8\0\u23BCcy;\u4456l\u803B\xEF\u40EF\u0300cfmosu\u23CC\u23D7\u23DC\u23E1\u23E7\u23F5\u0100iy\u23D1\u23D5rc;\u4135;\u4439r;\uC000\u{1D527}ath;\u4237pf;\uC000\u{1D55B}\u01E3\u23EC\0\u23F1r;\uC000\u{1D4BF}rcy;\u4458kcy;\u4454\u0400acfghjos\u240B\u2416\u2422\u2427\u242D\u2431\u2435\u243Bppa\u0100;v\u2413\u2414\u43BA;\u43F0\u0100ey\u241B\u2420dil;\u4137;\u443Ar;\uC000\u{1D528}reen;\u4138cy;\u4445cy;\u445Cpf;\uC000\u{1D55C}cr;\uC000\u{1D4C0}\u0B80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248D\u2491\u250E\u253D\u255A\u2580\u264E\u265E\u2665\u2679\u267D\u269A\u26B2\u26D8\u275D\u2768\u278B\u27C0\u2801\u2812\u0180art\u2477\u247A\u247Cr\xF2\u09C6\xF2\u0395ail;\u691Barr;\u690E\u0100;g\u0994\u248B;\u6A8Bar;\u6962\u0963\u24A5\0\u24AA\0\u24B1\0\0\0\0\0\u24B5\u24BA\0\u24C6\u24C8\u24CD\0\u24F9ute;\u413Amptyv;\u69B4ra\xEE\u084Cbda;\u43BBg\u0180;dl\u088E\u24C1\u24C3;\u6991\xE5\u088E;\u6A85uo\u803B\xAB\u40ABr\u0400;bfhlpst\u0899\u24DE\u24E6\u24E9\u24EB\u24EE\u24F1\u24F5\u0100;f\u089D\u24E3s;\u691Fs;\u691D\xEB\u2252p;\u61ABl;\u6939im;\u6973l;\u61A2\u0180;ae\u24FF\u2500\u2504\u6AABil;\u6919\u0100;s\u2509\u250A\u6AAD;\uC000\u2AAD\uFE00\u0180abr\u2515\u2519\u251Drr;\u690Crk;\u6772\u0100ak\u2522\u252Cc\u0100ek\u2528\u252A;\u407B;\u405B\u0100es\u2531\u2533;\u698Bl\u0100du\u2539\u253B;\u698F;\u698D\u0200aeuy\u2546\u254B\u2556\u2558ron;\u413E\u0100di\u2550\u2554il;\u413C\xEC\u08B0\xE2\u2529;\u443B\u0200cqrs\u2563\u2566\u256D\u257Da;\u6936uo\u0100;r\u0E19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694Bh;\u61B2\u0280;fgqs\u258B\u258C\u0989\u25F3\u25FF\u6264t\u0280ahlrt\u2598\u25A4\u25B7\u25C2\u25E8rrow\u0100;t\u0899\u25A1a\xE9\u24F6arpoon\u0100du\u25AF\u25B4own\xBB\u045Ap\xBB\u0966eftarrows;\u61C7ight\u0180ahs\u25CD\u25D6\u25DErrow\u0100;s\u08F4\u08A7arpoon\xF3\u0F98quigarro\xF7\u21F0hreetimes;\u62CB\u0180;qs\u258B\u0993\u25FAlan\xF4\u09AC\u0280;cdgs\u09AC\u260A\u260D\u261D\u2628c;\u6AA8ot\u0100;o\u2614\u2615\u6A7F\u0100;r\u261A\u261B\u6A81;\u6A83\u0100;e\u2622\u2625\uC000\u22DA\uFE00s;\u6A93\u0280adegs\u2633\u2639\u263D\u2649\u264Bppro\xF8\u24C6ot;\u62D6q\u0100gq\u2643\u2645\xF4\u0989gt\xF2\u248C\xF4\u099Bi\xED\u09B2\u0180ilr\u2655\u08E1\u265Asht;\u697C;\uC000\u{1D529}\u0100;E\u099C\u2663;\u6A91\u0161\u2669\u2676r\u0100du\u25B2\u266E\u0100;l\u0965\u2673;\u696Alk;\u6584cy;\u4459\u0280;acht\u0A48\u2688\u268B\u2691\u2696r\xF2\u25C1orne\xF2\u1D08ard;\u696Bri;\u65FA\u0100io\u269F\u26A4dot;\u4140ust\u0100;a\u26AC\u26AD\u63B0che\xBB\u26AD\u0200Eaes\u26BB\u26BD\u26C9\u26D4;\u6268p\u0100;p\u26C3\u26C4\u6A89rox\xBB\u26C4\u0100;q\u26CE\u26CF\u6A87\u0100;q\u26CE\u26BBim;\u62E6\u0400abnoptwz\u26E9\u26F4\u26F7\u271A\u272F\u2741\u2747\u2750\u0100nr\u26EE\u26F1g;\u67ECr;\u61FDr\xEB\u08C1g\u0180lmr\u26FF\u270D\u2714eft\u0100ar\u09E6\u2707ight\xE1\u09F2apsto;\u67FCight\xE1\u09FDparrow\u0100lr\u2725\u2729ef\xF4\u24EDight;\u61AC\u0180afl\u2736\u2739\u273Dr;\u6985;\uC000\u{1D55D}us;\u6A2Dimes;\u6A34\u0161\u274B\u274Fst;\u6217\xE1\u134E\u0180;ef\u2757\u2758\u1800\u65CAnge\xBB\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277C\u2785\u2787r\xF2\u08A8orne\xF2\u1D8Car\u0100;d\u0F98\u2783;\u696D;\u600Eri;\u62BF\u0300achiqt\u2798\u279D\u0A40\u27A2\u27AE\u27BBquo;\u6039r;\uC000\u{1D4C1}m\u0180;eg\u09B2\u27AA\u27AC;\u6A8D;\u6A8F\u0100bu\u252A\u27B3o\u0100;r\u0E1F\u27B9;\u601Arok;\u4142\u8400<;cdhilqr\u082B\u27D2\u2639\u27DC\u27E0\u27E5\u27EA\u27F0\u0100ci\u27D7\u27D9;\u6AA6r;\u6A79re\xE5\u25F2mes;\u62C9arr;\u6976uest;\u6A7B\u0100Pi\u27F5\u27F9ar;\u6996\u0180;ef\u2800\u092D\u181B\u65C3r\u0100du\u2807\u280Dshar;\u694Ahar;\u6966\u0100en\u2817\u2821rtneqq;\uC000\u2268\uFE00\xC5\u281E\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288E\u2893\u28A0\u28A5\u28A8\u28DA\u28E2\u28E4\u0A83\u28F3\u2902Dot;\u623A\u0200clpr\u284E\u2852\u2863\u287Dr\u803B\xAF\u40AF\u0100et\u2857\u2859;\u6642\u0100;e\u285E\u285F\u6720se\xBB\u285F\u0100;s\u103B\u2868to\u0200;dlu\u103B\u2873\u2877\u287Bow\xEE\u048Cef\xF4\u090F\xF0\u13D1ker;\u65AE\u0100oy\u2887\u288Cmma;\u6A29;\u443Cash;\u6014asuredangle\xBB\u1626r;\uC000\u{1D52A}o;\u6127\u0180cdn\u28AF\u28B4\u28C9ro\u803B\xB5\u40B5\u0200;acd\u1464\u28BD\u28C0\u28C4s\xF4\u16A7ir;\u6AF0ot\u80BB\xB7\u01B5us\u0180;bd\u28D2\u1903\u28D3\u6212\u0100;u\u1D3C\u28D8;\u6A2A\u0163\u28DE\u28E1p;\u6ADB\xF2\u2212\xF0\u0A81\u0100dp\u28E9\u28EEels;\u62A7f;\uC000\u{1D55E}\u0100ct\u28F8\u28FDr;\uC000\u{1D4C2}pos\xBB\u159D\u0180;lm\u2909\u290A\u290D\u43BCtimap;\u62B8\u0C00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297E\u2989\u2998\u29DA\u29E9\u2A15\u2A1A\u2A58\u2A5D\u2A83\u2A95\u2AA4\u2AA8\u2B04\u2B07\u2B44\u2B7F\u2BAE\u2C34\u2C67\u2C7C\u2CE9\u0100gt\u2947\u294B;\uC000\u22D9\u0338\u0100;v\u2950\u0BCF\uC000\u226B\u20D2\u0180elt\u295A\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61CDightarrow;\u61CE;\uC000\u22D8\u0338\u0100;v\u297B\u0C47\uC000\u226A\u20D2ightarrow;\u61CF\u0100Dd\u298E\u2993ash;\u62AFash;\u62AE\u0280bcnpt\u29A3\u29A7\u29AC\u29B1\u29CCla\xBB\u02DEute;\u4144g;\uC000\u2220\u20D2\u0280;Eiop\u0D84\u29BC\u29C0\u29C5\u29C8;\uC000\u2A70\u0338d;\uC000\u224B\u0338s;\u4149ro\xF8\u0D84ur\u0100;a\u29D3\u29D4\u666El\u0100;s\u29D3\u0B38\u01F3\u29DF\0\u29E3p\u80BB\xA0\u0B37mp\u0100;e\u0BF9\u0C00\u0280aeouy\u29F4\u29FE\u2A03\u2A10\u2A13\u01F0\u29F9\0\u29FB;\u6A43on;\u4148dil;\u4146ng\u0100;d\u0D7E\u2A0Aot;\uC000\u2A6D\u0338p;\u6A42;\u443Dash;\u6013\u0380;Aadqsx\u0B92\u2A29\u2A2D\u2A3B\u2A41\u2A45\u2A50rr;\u61D7r\u0100hr\u2A33\u2A36k;\u6924\u0100;o\u13F2\u13F0ot;\uC000\u2250\u0338ui\xF6\u0B63\u0100ei\u2A4A\u2A4Ear;\u6928\xED\u0B98ist\u0100;s\u0BA0\u0B9Fr;\uC000\u{1D52B}\u0200Eest\u0BC5\u2A66\u2A79\u2A7C\u0180;qs\u0BBC\u2A6D\u0BE1\u0180;qs\u0BBC\u0BC5\u2A74lan\xF4\u0BE2i\xED\u0BEA\u0100;r\u0BB6\u2A81\xBB\u0BB7\u0180Aap\u2A8A\u2A8D\u2A91r\xF2\u2971rr;\u61AEar;\u6AF2\u0180;sv\u0F8D\u2A9C\u0F8C\u0100;d\u2AA1\u2AA2\u62FC;\u62FAcy;\u445A\u0380AEadest\u2AB7\u2ABA\u2ABE\u2AC2\u2AC5\u2AF6\u2AF9r\xF2\u2966;\uC000\u2266\u0338rr;\u619Ar;\u6025\u0200;fqs\u0C3B\u2ACE\u2AE3\u2AEFt\u0100ar\u2AD4\u2AD9rro\xF7\u2AC1ightarro\xF7\u2A90\u0180;qs\u0C3B\u2ABA\u2AEAlan\xF4\u0C55\u0100;s\u0C55\u2AF4\xBB\u0C36i\xED\u0C5D\u0100;r\u0C35\u2AFEi\u0100;e\u0C1A\u0C25i\xE4\u0D90\u0100pt\u2B0C\u2B11f;\uC000\u{1D55F}\u8180\xAC;in\u2B19\u2B1A\u2B36\u40ACn\u0200;Edv\u0B89\u2B24\u2B28\u2B2E;\uC000\u22F9\u0338ot;\uC000\u22F5\u0338\u01E1\u0B89\u2B33\u2B35;\u62F7;\u62F6i\u0100;v\u0CB8\u2B3C\u01E1\u0CB8\u2B41\u2B43;\u62FE;\u62FD\u0180aor\u2B4B\u2B63\u2B69r\u0200;ast\u0B7B\u2B55\u2B5A\u2B5Flle\xEC\u0B7Bl;\uC000\u2AFD\u20E5;\uC000\u2202\u0338lint;\u6A14\u0180;ce\u0C92\u2B70\u2B73u\xE5\u0CA5\u0100;c\u0C98\u2B78\u0100;e\u0C92\u2B7D\xF1\u0C98\u0200Aait\u2B88\u2B8B\u2B9D\u2BA7r\xF2\u2988rr\u0180;cw\u2B94\u2B95\u2B99\u619B;\uC000\u2933\u0338;\uC000\u219D\u0338ghtarrow\xBB\u2B95ri\u0100;e\u0CCB\u0CD6\u0380chimpqu\u2BBD\u2BCD\u2BD9\u2B04\u0B78\u2BE4\u2BEF\u0200;cer\u0D32\u2BC6\u0D37\u2BC9u\xE5\u0D45;\uC000\u{1D4C3}ort\u026D\u2B05\0\0\u2BD6ar\xE1\u2B56m\u0100;e\u0D6E\u2BDF\u0100;q\u0D74\u0D73su\u0100bp\u2BEB\u2BED\xE5\u0CF8\xE5\u0D0B\u0180bcp\u2BF6\u2C11\u2C19\u0200;Ees\u2BFF\u2C00\u0D22\u2C04\u6284;\uC000\u2AC5\u0338et\u0100;e\u0D1B\u2C0Bq\u0100;q\u0D23\u2C00c\u0100;e\u0D32\u2C17\xF1\u0D38\u0200;Ees\u2C22\u2C23\u0D5F\u2C27\u6285;\uC000\u2AC6\u0338et\u0100;e\u0D58\u2C2Eq\u0100;q\u0D60\u2C23\u0200gilr\u2C3D\u2C3F\u2C45\u2C47\xEC\u0BD7lde\u803B\xF1\u40F1\xE7\u0C43iangle\u0100lr\u2C52\u2C5Ceft\u0100;e\u0C1A\u2C5A\xF1\u0C26ight\u0100;e\u0CCB\u2C65\xF1\u0CD7\u0100;m\u2C6C\u2C6D\u43BD\u0180;es\u2C74\u2C75\u2C79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2C8F\u2C94\u2C99\u2C9E\u2CA3\u2CB0\u2CB6\u2CD3\u2CE3ash;\u62ADarr;\u6904p;\uC000\u224D\u20D2ash;\u62AC\u0100et\u2CA8\u2CAC;\uC000\u2265\u20D2;\uC000>\u20D2nfin;\u69DE\u0180Aet\u2CBD\u2CC1\u2CC5rr;\u6902;\uC000\u2264\u20D2\u0100;r\u2CCA\u2CCD\uC000<\u20D2ie;\uC000\u22B4\u20D2\u0100At\u2CD8\u2CDCrr;\u6903rie;\uC000\u22B5\u20D2im;\uC000\u223C\u20D2\u0180Aan\u2CF0\u2CF4\u2D02rr;\u61D6r\u0100hr\u2CFA\u2CFDk;\u6923\u0100;o\u13E7\u13E5ear;\u6927\u1253\u1A95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2D2D\0\u2D38\u2D48\u2D60\u2D65\u2D72\u2D84\u1B07\0\0\u2D8D\u2DAB\0\u2DC8\u2DCE\0\u2DDC\u2E19\u2E2B\u2E3E\u2E43\u0100cs\u2D31\u1A97ute\u803B\xF3\u40F3\u0100iy\u2D3C\u2D45r\u0100;c\u1A9E\u2D42\u803B\xF4\u40F4;\u443E\u0280abios\u1AA0\u2D52\u2D57\u01C8\u2D5Alac;\u4151v;\u6A38old;\u69BClig;\u4153\u0100cr\u2D69\u2D6Dir;\u69BF;\uC000\u{1D52C}\u036F\u2D79\0\0\u2D7C\0\u2D82n;\u42DBave\u803B\xF2\u40F2;\u69C1\u0100bm\u2D88\u0DF4ar;\u69B5\u0200acit\u2D95\u2D98\u2DA5\u2DA8r\xF2\u1A80\u0100ir\u2D9D\u2DA0r;\u69BEoss;\u69BBn\xE5\u0E52;\u69C0\u0180aei\u2DB1\u2DB5\u2DB9cr;\u414Dga;\u43C9\u0180cdn\u2DC0\u2DC5\u01CDron;\u43BF;\u69B6pf;\uC000\u{1D560}\u0180ael\u2DD4\u2DD7\u01D2r;\u69B7rp;\u69B9\u0380;adiosv\u2DEA\u2DEB\u2DEE\u2E08\u2E0D\u2E10\u2E16\u6228r\xF2\u1A86\u0200;efm\u2DF7\u2DF8\u2E02\u2E05\u6A5Dr\u0100;o\u2DFE\u2DFF\u6134f\xBB\u2DFF\u803B\xAA\u40AA\u803B\xBA\u40BAgof;\u62B6r;\u6A56lope;\u6A57;\u6A5B\u0180clo\u2E1F\u2E21\u2E27\xF2\u2E01ash\u803B\xF8\u40F8l;\u6298i\u016C\u2E2F\u2E34de\u803B\xF5\u40F5es\u0100;a\u01DB\u2E3As;\u6A36ml\u803B\xF6\u40F6bar;\u633D\u0AE1\u2E5E\0\u2E7D\0\u2E80\u2E9D\0\u2EA2\u2EB9\0\0\u2ECB\u0E9C\0\u2F13\0\0\u2F2B\u2FBC\0\u2FC8r\u0200;ast\u0403\u2E67\u2E72\u0E85\u8100\xB6;l\u2E6D\u2E6E\u40B6le\xEC\u0403\u0269\u2E78\0\0\u2E7Bm;\u6AF3;\u6AFDy;\u443Fr\u0280cimpt\u2E8B\u2E8F\u2E93\u1865\u2E97nt;\u4025od;\u402Eil;\u6030enk;\u6031r;\uC000\u{1D52D}\u0180imo\u2EA8\u2EB0\u2EB4\u0100;v\u2EAD\u2EAE\u43C6;\u43D5ma\xF4\u0A76ne;\u660E\u0180;tv\u2EBF\u2EC0\u2EC8\u43C0chfork\xBB\u1FFD;\u43D6\u0100au\u2ECF\u2EDFn\u0100ck\u2ED5\u2EDDk\u0100;h\u21F4\u2EDB;\u610E\xF6\u21F4s\u0480;abcdemst\u2EF3\u2EF4\u1908\u2EF9\u2EFD\u2F04\u2F06\u2F0A\u2F0E\u402Bcir;\u6A23ir;\u6A22\u0100ou\u1D40\u2F02;\u6A25;\u6A72n\u80BB\xB1\u0E9Dim;\u6A26wo;\u6A27\u0180ipu\u2F19\u2F20\u2F25ntint;\u6A15f;\uC000\u{1D561}nd\u803B\xA3\u40A3\u0500;Eaceinosu\u0EC8\u2F3F\u2F41\u2F44\u2F47\u2F81\u2F89\u2F92\u2F7E\u2FB6;\u6AB3p;\u6AB7u\xE5\u0ED9\u0100;c\u0ECE\u2F4C\u0300;acens\u0EC8\u2F59\u2F5F\u2F66\u2F68\u2F7Eppro\xF8\u2F43urlye\xF1\u0ED9\xF1\u0ECE\u0180aes\u2F6F\u2F76\u2F7Approx;\u6AB9qq;\u6AB5im;\u62E8i\xED\u0EDFme\u0100;s\u2F88\u0EAE\u6032\u0180Eas\u2F78\u2F90\u2F7A\xF0\u2F75\u0180dfp\u0EEC\u2F99\u2FAF\u0180als\u2FA0\u2FA5\u2FAAlar;\u632Eine;\u6312urf;\u6313\u0100;t\u0EFB\u2FB4\xEF\u0EFBrel;\u62B0\u0100ci\u2FC0\u2FC5r;\uC000\u{1D4C5};\u43C8ncsp;\u6008\u0300fiopsu\u2FDA\u22E2\u2FDF\u2FE5\u2FEB\u2FF1r;\uC000\u{1D52E}pf;\uC000\u{1D562}rime;\u6057cr;\uC000\u{1D4C6}\u0180aeo\u2FF8\u3009\u3013t\u0100ei\u2FFE\u3005rnion\xF3\u06B0nt;\u6A16st\u0100;e\u3010\u3011\u403F\xF1\u1F19\xF4\u0F14\u0A80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30E0\u310E\u312B\u3147\u3162\u3172\u318E\u3206\u3215\u3224\u3229\u3258\u326E\u3272\u3290\u32B0\u32B7\u0180art\u3047\u304A\u304Cr\xF2\u10B3\xF2\u03DDail;\u691Car\xF2\u1C65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307F\u308F\u3094\u30CC\u0100eu\u306D\u3071;\uC000\u223D\u0331te;\u4155i\xE3\u116Emptyv;\u69B3g\u0200;del\u0FD1\u3089\u308B\u308D;\u6992;\u69A5\xE5\u0FD1uo\u803B\xBB\u40BBr\u0580;abcfhlpstw\u0FDC\u30AC\u30AF\u30B7\u30B9\u30BC\u30BE\u30C0\u30C3\u30C7\u30CAp;\u6975\u0100;f\u0FE0\u30B4s;\u6920;\u6933s;\u691E\xEB\u225D\xF0\u272El;\u6945im;\u6974l;\u61A3;\u619D\u0100ai\u30D1\u30D5il;\u691Ao\u0100;n\u30DB\u30DC\u6236al\xF3\u0F1E\u0180abr\u30E7\u30EA\u30EEr\xF2\u17E5rk;\u6773\u0100ak\u30F3\u30FDc\u0100ek\u30F9\u30FB;\u407D;\u405D\u0100es\u3102\u3104;\u698Cl\u0100du\u310A\u310C;\u698E;\u6990\u0200aeuy\u3117\u311C\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\xEC\u0FF2\xE2\u30FA;\u4440\u0200clqs\u3134\u3137\u313D\u3144a;\u6937dhar;\u6969uo\u0100;r\u020E\u020Dh;\u61B3\u0180acg\u314E\u315F\u0F44l\u0200;ips\u0F78\u3158\u315B\u109Cn\xE5\u10BBar\xF4\u0FA9t;\u65AD\u0180ilr\u3169\u1023\u316Esht;\u697D;\uC000\u{1D52F}\u0100ao\u3177\u3186r\u0100du\u317D\u317F\xBB\u047B\u0100;l\u1091\u3184;\u696C\u0100;v\u318B\u318C\u43C1;\u43F1\u0180gns\u3195\u31F9\u31FCht\u0300ahlrst\u31A4\u31B0\u31C2\u31D8\u31E4\u31EErrow\u0100;t\u0FDC\u31ADa\xE9\u30C8arpoon\u0100du\u31BB\u31BFow\xEE\u317Ep\xBB\u1092eft\u0100ah\u31CA\u31D0rrow\xF3\u0FEAarpoon\xF3\u0551ightarrows;\u61C9quigarro\xF7\u30CBhreetimes;\u62CCg;\u42DAingdotse\xF1\u1F32\u0180ahm\u320D\u3210\u3213r\xF2\u0FEAa\xF2\u0551;\u600Foust\u0100;a\u321E\u321F\u63B1che\xBB\u321Fmid;\u6AEE\u0200abpt\u3232\u323D\u3240\u3252\u0100nr\u3237\u323Ag;\u67EDr;\u61FEr\xEB\u1003\u0180afl\u3247\u324A\u324Er;\u6986;\uC000\u{1D563}us;\u6A2Eimes;\u6A35\u0100ap\u325D\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6A12ar\xF2\u31E3\u0200achq\u327B\u3280\u10BC\u3285quo;\u603Ar;\uC000\u{1D4C7}\u0100bu\u30FB\u328Ao\u0100;r\u0214\u0213\u0180hir\u3297\u329B\u32A0re\xE5\u31F8mes;\u62CAi\u0200;efl\u32AA\u1059\u1821\u32AB\u65B9tri;\u69CEluhar;\u6968;\u611E\u0D61\u32D5\u32DB\u32DF\u332C\u3338\u3371\0\u337A\u33A4\0\0\u33EC\u33F0\0\u3428\u3448\u345A\u34AD\u34B1\u34CA\u34F1\0\u3616\0\0\u3633cute;\u415Bqu\xEF\u27BA\u0500;Eaceinpsy\u11ED\u32F3\u32F5\u32FF\u3302\u330B\u330F\u331F\u3326\u3329;\u6AB4\u01F0\u32FA\0\u32FC;\u6AB8on;\u4161u\xE5\u11FE\u0100;d\u11F3\u3307il;\u415Frc;\u415D\u0180Eas\u3316\u3318\u331B;\u6AB6p;\u6ABAim;\u62E9olint;\u6A13i\xED\u1204;\u4441ot\u0180;be\u3334\u1D47\u3335\u62C5;\u6A66\u0380Aacmstx\u3346\u334A\u3357\u335B\u335E\u3363\u336Drr;\u61D8r\u0100hr\u3350\u3352\xEB\u2228\u0100;o\u0A36\u0A34t\u803B\xA7\u40A7i;\u403Bwar;\u6929m\u0100in\u3369\xF0nu\xF3\xF1t;\u6736r\u0100;o\u3376\u2055\uC000\u{1D530}\u0200acoy\u3382\u3386\u3391\u33A0rp;\u666F\u0100hy\u338B\u338Fcy;\u4449;\u4448rt\u026D\u3399\0\0\u339Ci\xE4\u1464ara\xEC\u2E6F\u803B\xAD\u40AD\u0100gm\u33A8\u33B4ma\u0180;fv\u33B1\u33B2\u33B2\u43C3;\u43C2\u0400;deglnpr\u12AB\u33C5\u33C9\u33CE\u33D6\u33DE\u33E1\u33E6ot;\u6A6A\u0100;q\u12B1\u12B0\u0100;E\u33D3\u33D4\u6A9E;\u6AA0\u0100;E\u33DB\u33DC\u6A9D;\u6A9Fe;\u6246lus;\u6A24arr;\u6972ar\xF2\u113D\u0200aeit\u33F8\u3408\u340F\u3417\u0100ls\u33FD\u3404lsetm\xE9\u336Ahp;\u6A33parsl;\u69E4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341C\u341D\u6AAA\u0100;s\u3422\u3423\u6AAC;\uC000\u2AAC\uFE00\u0180flp\u342E\u3433\u3442tcy;\u444C\u0100;b\u3438\u3439\u402F\u0100;a\u343E\u343F\u69C4r;\u633Ff;\uC000\u{1D564}a\u0100dr\u344D\u0402es\u0100;u\u3454\u3455\u6660it\xBB\u3455\u0180csu\u3460\u3479\u349F\u0100au\u3465\u346Fp\u0100;s\u1188\u346B;\uC000\u2293\uFE00p\u0100;s\u11B4\u3475;\uC000\u2294\uFE00u\u0100bp\u347F\u348F\u0180;es\u1197\u119C\u3486et\u0100;e\u1197\u348D\xF1\u119D\u0180;es\u11A8\u11AD\u3496et\u0100;e\u11A8\u349D\xF1\u11AE\u0180;af\u117B\u34A6\u05B0r\u0165\u34AB\u05B1\xBB\u117Car\xF2\u1148\u0200cemt\u34B9\u34BE\u34C2\u34C5r;\uC000\u{1D4C8}tm\xEE\xF1i\xEC\u3415ar\xE6\u11BE\u0100ar\u34CE\u34D5r\u0100;f\u34D4\u17BF\u6606\u0100an\u34DA\u34EDight\u0100ep\u34E3\u34EApsilo\xEE\u1EE0h\xE9\u2EAFs\xBB\u2852\u0280bcmnp\u34FB\u355E\u1209\u358B\u358E\u0480;Edemnprs\u350E\u350F\u3511\u3515\u351E\u3523\u352C\u3531\u3536\u6282;\u6AC5ot;\u6ABD\u0100;d\u11DA\u351Aot;\u6AC3ult;\u6AC1\u0100Ee\u3528\u352A;\u6ACB;\u628Alus;\u6ABFarr;\u6979\u0180eiu\u353D\u3552\u3555t\u0180;en\u350E\u3545\u354Bq\u0100;q\u11DA\u350Feq\u0100;q\u352B\u3528m;\u6AC7\u0100bp\u355A\u355C;\u6AD5;\u6AD3c\u0300;acens\u11ED\u356C\u3572\u3579\u357B\u3326ppro\xF8\u32FAurlye\xF1\u11FE\xF1\u11F3\u0180aes\u3582\u3588\u331Bppro\xF8\u331Aq\xF1\u3317g;\u666A\u0680123;Edehlmnps\u35A9\u35AC\u35AF\u121C\u35B2\u35B4\u35C0\u35C9\u35D5\u35DA\u35DF\u35E8\u35ED\u803B\xB9\u40B9\u803B\xB2\u40B2\u803B\xB3\u40B3;\u6AC6\u0100os\u35B9\u35BCt;\u6ABEub;\u6AD8\u0100;d\u1222\u35C5ot;\u6AC4s\u0100ou\u35CF\u35D2l;\u67C9b;\u6AD7arr;\u697Bult;\u6AC2\u0100Ee\u35E4\u35E6;\u6ACC;\u628Blus;\u6AC0\u0180eiu\u35F4\u3609\u360Ct\u0180;en\u121C\u35FC\u3602q\u0100;q\u1222\u35B2eq\u0100;q\u35E7\u35E4m;\u6AC8\u0100bp\u3611\u3613;\u6AD4;\u6AD6\u0180Aan\u361C\u3620\u362Drr;\u61D9r\u0100hr\u3626\u3628\xEB\u222E\u0100;o\u0A2B\u0A29war;\u692Alig\u803B\xDF\u40DF\u0BE1\u3651\u365D\u3660\u12CE\u3673\u3679\0\u367E\u36C2\0\0\0\0\0\u36DB\u3703\0\u3709\u376C\0\0\0\u3787\u0272\u3656\0\0\u365Bget;\u6316;\u43C4r\xEB\u0E5F\u0180aey\u3666\u366B\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uC000\u{1D531}\u0200eiko\u3686\u369D\u36B5\u36BC\u01F2\u368B\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369B\u43B8ym;\u43D1\u0100cn\u36A2\u36B2k\u0100as\u36A8\u36AEppro\xF8\u12C1im\xBB\u12ACs\xF0\u129E\u0100as\u36BA\u36AE\xF0\u12C1rn\u803B\xFE\u40FE\u01EC\u031F\u36C6\u22E7es\u8180\xD7;bd\u36CF\u36D0\u36D8\u40D7\u0100;a\u190F\u36D5r;\u6A31;\u6A30\u0180eps\u36E1\u36E3\u3700\xE1\u2A4D\u0200;bcf\u0486\u36EC\u36F0\u36F4ot;\u6336ir;\u6AF1\u0100;o\u36F9\u36FC\uC000\u{1D565}rk;\u6ADA\xE1\u3362rime;\u6034\u0180aip\u370F\u3712\u3764d\xE5\u1248\u0380adempst\u3721\u374D\u3740\u3751\u3757\u375C\u375Fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65B5own\xBB\u1DBBeft\u0100;e\u2800\u373E\xF1\u092E;\u625Cight\u0100;e\u32AA\u374B\xF1\u105Aot;\u65ECinus;\u6A3Alus;\u6A39b;\u69CDime;\u6A3Bezium;\u63E2\u0180cht\u3772\u377D\u3781\u0100ry\u3777\u377B;\uC000\u{1D4C9};\u4446cy;\u445Brok;\u4167\u0100io\u378B\u378Ex\xF4\u1777head\u0100lr\u3797\u37A0eftarro\xF7\u084Fightarrow\xBB\u0F5D\u0900AHabcdfghlmoprstuw\u37D0\u37D3\u37D7\u37E4\u37F0\u37FC\u380E\u381C\u3823\u3834\u3851\u385D\u386B\u38A9\u38CC\u38D2\u38EA\u38F6r\xF2\u03EDar;\u6963\u0100cr\u37DC\u37E2ute\u803B\xFA\u40FA\xF2\u1150r\u01E3\u37EA\0\u37EDy;\u445Eve;\u416D\u0100iy\u37F5\u37FArc\u803B\xFB\u40FB;\u4443\u0180abh\u3803\u3806\u380Br\xF2\u13ADlac;\u4171a\xF2\u13C3\u0100ir\u3813\u3818sht;\u697E;\uC000\u{1D532}rave\u803B\xF9\u40F9\u0161\u3827\u3831r\u0100lr\u382C\u382E\xBB\u0957\xBB\u1083lk;\u6580\u0100ct\u3839\u384D\u026F\u383F\0\0\u384Arn\u0100;e\u3845\u3846\u631Cr\xBB\u3846op;\u630Fri;\u65F8\u0100al\u3856\u385Acr;\u416B\u80BB\xA8\u0349\u0100gp\u3862\u3866on;\u4173f;\uC000\u{1D566}\u0300adhlsu\u114B\u3878\u387D\u1372\u3891\u38A0own\xE1\u13B3arpoon\u0100lr\u3888\u388Cef\xF4\u382Digh\xF4\u382Fi\u0180;hl\u3899\u389A\u389C\u43C5\xBB\u13FAon\xBB\u389Aparrows;\u61C8\u0180cit\u38B0\u38C4\u38C8\u026F\u38B6\0\0\u38C1rn\u0100;e\u38BC\u38BD\u631Dr\xBB\u38BDop;\u630Eng;\u416Fri;\u65F9cr;\uC000\u{1D4CA}\u0180dir\u38D9\u38DD\u38E2ot;\u62F0lde;\u4169i\u0100;f\u3730\u38E8\xBB\u1813\u0100am\u38EF\u38F2r\xF2\u38A8l\u803B\xFC\u40FCangle;\u69A7\u0780ABDacdeflnoprsz\u391C\u391F\u3929\u392D\u39B5\u39B8\u39BD\u39DF\u39E4\u39E8\u39F3\u39F9\u39FD\u3A01\u3A20r\xF2\u03F7ar\u0100;v\u3926\u3927\u6AE8;\u6AE9as\xE8\u03E1\u0100nr\u3932\u3937grt;\u699C\u0380eknprst\u34E3\u3946\u394B\u3952\u395D\u3964\u3996app\xE1\u2415othin\xE7\u1E96\u0180hir\u34EB\u2EC8\u3959op\xF4\u2FB5\u0100;h\u13B7\u3962\xEF\u318D\u0100iu\u3969\u396Dgm\xE1\u33B3\u0100bp\u3972\u3984setneq\u0100;q\u397D\u3980\uC000\u228A\uFE00;\uC000\u2ACB\uFE00setneq\u0100;q\u398F\u3992\uC000\u228B\uFE00;\uC000\u2ACC\uFE00\u0100hr\u399B\u399Fet\xE1\u369Ciangle\u0100lr\u39AA\u39AFeft\xBB\u0925ight\xBB\u1051y;\u4432ash\xBB\u1036\u0180elr\u39C4\u39D2\u39D7\u0180;be\u2DEA\u39CB\u39CFar;\u62BBq;\u625Alip;\u62EE\u0100bt\u39DC\u1468a\xF2\u1469r;\uC000\u{1D533}tr\xE9\u39AEsu\u0100bp\u39EF\u39F1\xBB\u0D1C\xBB\u0D59pf;\uC000\u{1D567}ro\xF0\u0EFBtr\xE9\u39B4\u0100cu\u3A06\u3A0Br;\uC000\u{1D4CB}\u0100bp\u3A10\u3A18n\u0100Ee\u3980\u3A16\xBB\u397En\u0100Ee\u3992\u3A1E\xBB\u3990igzag;\u699A\u0380cefoprs\u3A36\u3A3B\u3A56\u3A5B\u3A54\u3A61\u3A6Airc;\u4175\u0100di\u3A40\u3A51\u0100bg\u3A45\u3A49ar;\u6A5Fe\u0100;q\u15FA\u3A4F;\u6259erp;\u6118r;\uC000\u{1D534}pf;\uC000\u{1D568}\u0100;e\u1479\u3A66at\xE8\u1479cr;\uC000\u{1D4CC}\u0AE3\u178E\u3A87\0\u3A8B\0\u3A90\u3A9B\0\0\u3A9D\u3AA8\u3AAB\u3AAF\0\0\u3AC3\u3ACE\0\u3AD8\u17DC\u17DFtr\xE9\u17D1r;\uC000\u{1D535}\u0100Aa\u3A94\u3A97r\xF2\u03C3r\xF2\u09F6;\u43BE\u0100Aa\u3AA1\u3AA4r\xF2\u03B8r\xF2\u09EBa\xF0\u2713is;\u62FB\u0180dpt\u17A4\u3AB5\u3ABE\u0100fl\u3ABA\u17A9;\uC000\u{1D569}im\xE5\u17B2\u0100Aa\u3AC7\u3ACAr\xF2\u03CEr\xF2\u0A01\u0100cq\u3AD2\u17B8r;\uC000\u{1D4CD}\u0100pt\u17D6\u3ADCr\xE9\u17D4\u0400acefiosu\u3AF0\u3AFD\u3B08\u3B0C\u3B11\u3B15\u3B1B\u3B21c\u0100uy\u3AF6\u3AFBte\u803B\xFD\u40FD;\u444F\u0100iy\u3B02\u3B06rc;\u4177;\u444Bn\u803B\xA5\u40A5r;\uC000\u{1D536}cy;\u4457pf;\uC000\u{1D56A}cr;\uC000\u{1D4CE}\u0100cm\u3B26\u3B29y;\u444El\u803B\xFF\u40FF\u0500acdefhiosw\u3B42\u3B48\u3B54\u3B58\u3B64\u3B69\u3B6D\u3B74\u3B7A\u3B80cute;\u417A\u0100ay\u3B4D\u3B52ron;\u417E;\u4437ot;\u417C\u0100et\u3B5D\u3B61tr\xE6\u155Fa;\u43B6r;\uC000\u{1D537}cy;\u4436grarr;\u61DDpf;\uC000\u{1D56B}cr;\uC000\u{1D4CF}\u0100jn\u3B85\u3B87;\u600Dj;\u600C'.split("").map((c) => c.charCodeAt(0))
|
|
31009
31084
|
);
|
|
31010
31085
|
|
|
31011
31086
|
// ../../node_modules/.pnpm/entities@6.0.0/node_modules/entities/dist/esm/generated/decode-data-xml.js
|
|
31012
|
-
|
|
31087
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
31013
31088
|
var xmlDecodeTree = /* @__PURE__ */ new Uint16Array(
|
|
31014
31089
|
// prettier-ignore
|
|
31015
31090
|
/* @__PURE__ */ "\u0200aglq \x1B\u026D\0\0p;\u4026os;\u4027t;\u403Et;\u403Cuot;\u4022".split("").map((c) => c.charCodeAt(0))
|
|
31016
31091
|
);
|
|
31017
31092
|
|
|
31018
31093
|
// ../../node_modules/.pnpm/entities@6.0.0/node_modules/entities/dist/esm/decode-codepoint.js
|
|
31019
|
-
|
|
31094
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
31020
31095
|
var _a;
|
|
31021
31096
|
var decodeMap = /* @__PURE__ */ new Map([
|
|
31022
31097
|
[0, 65533],
|
|
@@ -32554,10 +32629,10 @@ var Parser3 = class {
|
|
|
32554
32629
|
};
|
|
32555
32630
|
|
|
32556
32631
|
// ../../node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/esm/index.js
|
|
32557
|
-
|
|
32632
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
32558
32633
|
|
|
32559
32634
|
// ../../node_modules/.pnpm/domelementtype@2.3.0/node_modules/domelementtype/lib/esm/index.js
|
|
32560
|
-
|
|
32635
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
32561
32636
|
var ElementType;
|
|
32562
32637
|
(function(ElementType2) {
|
|
32563
32638
|
ElementType2["Root"] = "root";
|
|
@@ -32581,39 +32656,39 @@ var CDATA = ElementType.CDATA;
|
|
|
32581
32656
|
var Doctype = ElementType.Doctype;
|
|
32582
32657
|
|
|
32583
32658
|
// ../../node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/esm/node.js
|
|
32584
|
-
|
|
32659
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
32585
32660
|
|
|
32586
32661
|
// ../../node_modules/.pnpm/domutils@3.2.1/node_modules/domutils/lib/esm/index.js
|
|
32587
|
-
|
|
32662
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
32588
32663
|
|
|
32589
32664
|
// ../../node_modules/.pnpm/domutils@3.2.1/node_modules/domutils/lib/esm/stringify.js
|
|
32590
|
-
|
|
32665
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
32591
32666
|
|
|
32592
32667
|
// ../../node_modules/.pnpm/dom-serializer@2.0.0/node_modules/dom-serializer/lib/esm/index.js
|
|
32593
|
-
|
|
32668
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
32594
32669
|
|
|
32595
32670
|
// ../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/index.js
|
|
32596
|
-
|
|
32671
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
32597
32672
|
|
|
32598
32673
|
// ../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.js
|
|
32599
|
-
|
|
32674
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
32600
32675
|
|
|
32601
32676
|
// ../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.js
|
|
32602
|
-
|
|
32677
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
32603
32678
|
var decode_data_html_default = new Uint16Array(
|
|
32604
32679
|
// prettier-ignore
|
|
32605
32680
|
'\u1D41<\xD5\u0131\u028A\u049D\u057B\u05D0\u0675\u06DE\u07A2\u07D6\u080F\u0A4A\u0A91\u0DA1\u0E6D\u0F09\u0F26\u10CA\u1228\u12E1\u1415\u149D\u14C3\u14DF\u1525\0\0\0\0\0\0\u156B\u16CD\u198D\u1C12\u1DDD\u1F7E\u2060\u21B0\u228D\u23C0\u23FB\u2442\u2824\u2912\u2D08\u2E48\u2FCE\u3016\u32BA\u3639\u37AC\u38FE\u3A28\u3A71\u3AE0\u3B2E\u0800EMabcfglmnoprstu\\bfms\x7F\x84\x8B\x90\x95\x98\xA6\xB3\xB9\xC8\xCFlig\u803B\xC6\u40C6P\u803B&\u4026cute\u803B\xC1\u40C1reve;\u4102\u0100iyx}rc\u803B\xC2\u40C2;\u4410r;\uC000\u{1D504}rave\u803B\xC0\u40C0pha;\u4391acr;\u4100d;\u6A53\u0100gp\x9D\xA1on;\u4104f;\uC000\u{1D538}plyFunction;\u6061ing\u803B\xC5\u40C5\u0100cs\xBE\xC3r;\uC000\u{1D49C}ign;\u6254ilde\u803B\xC3\u40C3ml\u803B\xC4\u40C4\u0400aceforsu\xE5\xFB\xFE\u0117\u011C\u0122\u0127\u012A\u0100cr\xEA\xF2kslash;\u6216\u0176\xF6\xF8;\u6AE7ed;\u6306y;\u4411\u0180crt\u0105\u010B\u0114ause;\u6235noullis;\u612Ca;\u4392r;\uC000\u{1D505}pf;\uC000\u{1D539}eve;\u42D8c\xF2\u0113mpeq;\u624E\u0700HOacdefhilorsu\u014D\u0151\u0156\u0180\u019E\u01A2\u01B5\u01B7\u01BA\u01DC\u0215\u0273\u0278\u027Ecy;\u4427PY\u803B\xA9\u40A9\u0180cpy\u015D\u0162\u017Aute;\u4106\u0100;i\u0167\u0168\u62D2talDifferentialD;\u6145leys;\u612D\u0200aeio\u0189\u018E\u0194\u0198ron;\u410Cdil\u803B\xC7\u40C7rc;\u4108nint;\u6230ot;\u410A\u0100dn\u01A7\u01ADilla;\u40B8terDot;\u40B7\xF2\u017Fi;\u43A7rcle\u0200DMPT\u01C7\u01CB\u01D1\u01D6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01E2\u01F8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020FoubleQuote;\u601Duote;\u6019\u0200lnpu\u021E\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6A74\u0180git\u022F\u0236\u023Aruent;\u6261nt;\u622FourIntegral;\u622E\u0100fr\u024C\u024E;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6A2Fcr;\uC000\u{1D49E}p\u0100;C\u0284\u0285\u62D3ap;\u624D\u0580DJSZacefios\u02A0\u02AC\u02B0\u02B4\u02B8\u02CB\u02D7\u02E1\u02E6\u0333\u048D\u0100;o\u0179\u02A5trahd;\u6911cy;\u4402cy;\u4405cy;\u440F\u0180grs\u02BF\u02C4\u02C7ger;\u6021r;\u61A1hv;\u6AE4\u0100ay\u02D0\u02D5ron;\u410E;\u4414l\u0100;t\u02DD\u02DE\u6207a;\u4394r;\uC000\u{1D507}\u0100af\u02EB\u0327\u0100cm\u02F0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031Ccute;\u40B4o\u0174\u030B\u030D;\u42D9bleAcute;\u42DDrave;\u4060ilde;\u42DCond;\u62C4ferentialD;\u6146\u0470\u033D\0\0\0\u0342\u0354\0\u0405f;\uC000\u{1D53B}\u0180;DE\u0348\u0349\u034D\u40A8ot;\u60DCqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03CF\u03E2\u03F8ontourIntegra\xEC\u0239o\u0274\u0379\0\0\u037B\xBB\u0349nArrow;\u61D3\u0100eo\u0387\u03A4ft\u0180ART\u0390\u0396\u03A1rrow;\u61D0ightArrow;\u61D4e\xE5\u02CAng\u0100LR\u03AB\u03C4eft\u0100AR\u03B3\u03B9rrow;\u67F8ightArrow;\u67FAightArrow;\u67F9ight\u0100AT\u03D8\u03DErrow;\u61D2ee;\u62A8p\u0241\u03E9\0\0\u03EFrrow;\u61D1ownArrow;\u61D5erticalBar;\u6225n\u0300ABLRTa\u0412\u042A\u0430\u045E\u047F\u037Crrow\u0180;BU\u041D\u041E\u0422\u6193ar;\u6913pArrow;\u61F5reve;\u4311eft\u02D2\u043A\0\u0446\0\u0450ightVector;\u6950eeVector;\u695Eector\u0100;B\u0459\u045A\u61BDar;\u6956ight\u01D4\u0467\0\u0471eeVector;\u695Fector\u0100;B\u047A\u047B\u61C1ar;\u6957ee\u0100;A\u0486\u0487\u62A4rrow;\u61A7\u0100ct\u0492\u0497r;\uC000\u{1D49F}rok;\u4110\u0800NTacdfglmopqstux\u04BD\u04C0\u04C4\u04CB\u04DE\u04E2\u04E7\u04EE\u04F5\u0521\u052F\u0536\u0552\u055D\u0560\u0565G;\u414AH\u803B\xD0\u40D0cute\u803B\xC9\u40C9\u0180aiy\u04D2\u04D7\u04DCron;\u411Arc\u803B\xCA\u40CA;\u442Dot;\u4116r;\uC000\u{1D508}rave\u803B\xC8\u40C8ement;\u6208\u0100ap\u04FA\u04FEcr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65FBerySmallSquare;\u65AB\u0100gp\u0526\u052Aon;\u4118f;\uC000\u{1D53C}silon;\u4395u\u0100ai\u053C\u0549l\u0100;T\u0542\u0543\u6A75ilde;\u6242librium;\u61CC\u0100ci\u0557\u055Ar;\u6130m;\u6A73a;\u4397ml\u803B\xCB\u40CB\u0100ip\u056A\u056Fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058D\u05B2\u05CCy;\u4424r;\uC000\u{1D509}lled\u0253\u0597\0\0\u05A3mallSquare;\u65FCerySmallSquare;\u65AA\u0370\u05BA\0\u05BF\0\0\u05C4f;\uC000\u{1D53D}All;\u6200riertrf;\u6131c\xF2\u05CB\u0600JTabcdfgorst\u05E8\u05EC\u05EF\u05FA\u0600\u0612\u0616\u061B\u061D\u0623\u066C\u0672cy;\u4403\u803B>\u403Emma\u0100;d\u05F7\u05F8\u4393;\u43DCreve;\u411E\u0180eiy\u0607\u060C\u0610dil;\u4122rc;\u411C;\u4413ot;\u4120r;\uC000\u{1D50A};\u62D9pf;\uC000\u{1D53E}eater\u0300EFGLST\u0635\u0644\u064E\u0656\u065B\u0666qual\u0100;L\u063E\u063F\u6265ess;\u62DBullEqual;\u6267reater;\u6AA2ess;\u6277lantEqual;\u6A7Eilde;\u6273cr;\uC000\u{1D4A2};\u626B\u0400Aacfiosu\u0685\u068B\u0696\u069B\u069E\u06AA\u06BE\u06CARDcy;\u442A\u0100ct\u0690\u0694ek;\u42C7;\u405Eirc;\u4124r;\u610ClbertSpace;\u610B\u01F0\u06AF\0\u06B2f;\u610DizontalLine;\u6500\u0100ct\u06C3\u06C5\xF2\u06A9rok;\u4126mp\u0144\u06D0\u06D8ownHum\xF0\u012Fqual;\u624F\u0700EJOacdfgmnostu\u06FA\u06FE\u0703\u0707\u070E\u071A\u071E\u0721\u0728\u0744\u0778\u078B\u078F\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803B\xCD\u40CD\u0100iy\u0713\u0718rc\u803B\xCE\u40CE;\u4418ot;\u4130r;\u6111rave\u803B\xCC\u40CC\u0180;ap\u0720\u072F\u073F\u0100cg\u0734\u0737r;\u412AinaryI;\u6148lie\xF3\u03DD\u01F4\u0749\0\u0762\u0100;e\u074D\u074E\u622C\u0100gr\u0753\u0758ral;\u622Bsection;\u62C2isible\u0100CT\u076C\u0772omma;\u6063imes;\u6062\u0180gpt\u077F\u0783\u0788on;\u412Ef;\uC000\u{1D540}a;\u4399cr;\u6110ilde;\u4128\u01EB\u079A\0\u079Ecy;\u4406l\u803B\xCF\u40CF\u0280cfosu\u07AC\u07B7\u07BC\u07C2\u07D0\u0100iy\u07B1\u07B5rc;\u4134;\u4419r;\uC000\u{1D50D}pf;\uC000\u{1D541}\u01E3\u07C7\0\u07CCr;\uC000\u{1D4A5}rcy;\u4408kcy;\u4404\u0380HJacfos\u07E4\u07E8\u07EC\u07F1\u07FD\u0802\u0808cy;\u4425cy;\u440Cppa;\u439A\u0100ey\u07F6\u07FBdil;\u4136;\u441Ar;\uC000\u{1D50E}pf;\uC000\u{1D542}cr;\uC000\u{1D4A6}\u0580JTaceflmost\u0825\u0829\u082C\u0850\u0863\u09B3\u09B8\u09C7\u09CD\u0A37\u0A47cy;\u4409\u803B<\u403C\u0280cmnpr\u0837\u083C\u0841\u0844\u084Dute;\u4139bda;\u439Bg;\u67EAlacetrf;\u6112r;\u619E\u0180aey\u0857\u085C\u0861ron;\u413Ddil;\u413B;\u441B\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087E\u08A9\u08B1\u08E0\u08E6\u08FC\u092F\u095B\u0390\u096A\u0100nr\u0883\u088FgleBracket;\u67E8row\u0180;BR\u0899\u089A\u089E\u6190ar;\u61E4ightArrow;\u61C6eiling;\u6308o\u01F5\u08B7\0\u08C3bleBracket;\u67E6n\u01D4\u08C8\0\u08D2eeVector;\u6961ector\u0100;B\u08DB\u08DC\u61C3ar;\u6959loor;\u630Aight\u0100AV\u08EF\u08F5rrow;\u6194ector;\u694E\u0100er\u0901\u0917e\u0180;AV\u0909\u090A\u0910\u62A3rrow;\u61A4ector;\u695Aiangle\u0180;BE\u0924\u0925\u0929\u62B2ar;\u69CFqual;\u62B4p\u0180DTV\u0937\u0942\u094CownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61BFar;\u6958ector\u0100;B\u0965\u0966\u61BCar;\u6952ight\xE1\u039Cs\u0300EFGLST\u097E\u098B\u0995\u099D\u09A2\u09ADqualGreater;\u62DAullEqual;\u6266reater;\u6276ess;\u6AA1lantEqual;\u6A7Dilde;\u6272r;\uC000\u{1D50F}\u0100;e\u09BD\u09BE\u62D8ftarrow;\u61DAidot;\u413F\u0180npw\u09D4\u0A16\u0A1Bg\u0200LRlr\u09DE\u09F7\u0A02\u0A10eft\u0100AR\u09E6\u09ECrrow;\u67F5ightArrow;\u67F7ightArrow;\u67F6eft\u0100ar\u03B3\u0A0Aight\xE1\u03BFight\xE1\u03CAf;\uC000\u{1D543}er\u0100LR\u0A22\u0A2CeftArrow;\u6199ightArrow;\u6198\u0180cht\u0A3E\u0A40\u0A42\xF2\u084C;\u61B0rok;\u4141;\u626A\u0400acefiosu\u0A5A\u0A5D\u0A60\u0A77\u0A7C\u0A85\u0A8B\u0A8Ep;\u6905y;\u441C\u0100dl\u0A65\u0A6FiumSpace;\u605Flintrf;\u6133r;\uC000\u{1D510}nusPlus;\u6213pf;\uC000\u{1D544}c\xF2\u0A76;\u439C\u0480Jacefostu\u0AA3\u0AA7\u0AAD\u0AC0\u0B14\u0B19\u0D91\u0D97\u0D9Ecy;\u440Acute;\u4143\u0180aey\u0AB4\u0AB9\u0ABEron;\u4147dil;\u4145;\u441D\u0180gsw\u0AC7\u0AF0\u0B0Eative\u0180MTV\u0AD3\u0ADF\u0AE8ediumSpace;\u600Bhi\u0100cn\u0AE6\u0AD8\xEB\u0AD9eryThi\xEE\u0AD9ted\u0100GL\u0AF8\u0B06reaterGreate\xF2\u0673essLes\xF3\u0A48Line;\u400Ar;\uC000\u{1D511}\u0200Bnpt\u0B22\u0B28\u0B37\u0B3Areak;\u6060BreakingSpace;\u40A0f;\u6115\u0680;CDEGHLNPRSTV\u0B55\u0B56\u0B6A\u0B7C\u0BA1\u0BEB\u0C04\u0C5E\u0C84\u0CA6\u0CD8\u0D61\u0D85\u6AEC\u0100ou\u0B5B\u0B64ngruent;\u6262pCap;\u626DoubleVerticalBar;\u6226\u0180lqx\u0B83\u0B8A\u0B9Bement;\u6209ual\u0100;T\u0B92\u0B93\u6260ilde;\uC000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0BB6\u0BB7\u0BBD\u0BC9\u0BD3\u0BD8\u0BE5\u626Fqual;\u6271ullEqual;\uC000\u2267\u0338reater;\uC000\u226B\u0338ess;\u6279lantEqual;\uC000\u2A7E\u0338ilde;\u6275ump\u0144\u0BF2\u0BFDownHump;\uC000\u224E\u0338qual;\uC000\u224F\u0338e\u0100fs\u0C0A\u0C27tTriangle\u0180;BE\u0C1A\u0C1B\u0C21\u62EAar;\uC000\u29CF\u0338qual;\u62ECs\u0300;EGLST\u0C35\u0C36\u0C3C\u0C44\u0C4B\u0C58\u626Equal;\u6270reater;\u6278ess;\uC000\u226A\u0338lantEqual;\uC000\u2A7D\u0338ilde;\u6274ested\u0100GL\u0C68\u0C79reaterGreater;\uC000\u2AA2\u0338essLess;\uC000\u2AA1\u0338recedes\u0180;ES\u0C92\u0C93\u0C9B\u6280qual;\uC000\u2AAF\u0338lantEqual;\u62E0\u0100ei\u0CAB\u0CB9verseElement;\u620CghtTriangle\u0180;BE\u0CCB\u0CCC\u0CD2\u62EBar;\uC000\u29D0\u0338qual;\u62ED\u0100qu\u0CDD\u0D0CuareSu\u0100bp\u0CE8\u0CF9set\u0100;E\u0CF0\u0CF3\uC000\u228F\u0338qual;\u62E2erset\u0100;E\u0D03\u0D06\uC000\u2290\u0338qual;\u62E3\u0180bcp\u0D13\u0D24\u0D4Eset\u0100;E\u0D1B\u0D1E\uC000\u2282\u20D2qual;\u6288ceeds\u0200;EST\u0D32\u0D33\u0D3B\u0D46\u6281qual;\uC000\u2AB0\u0338lantEqual;\u62E1ilde;\uC000\u227F\u0338erset\u0100;E\u0D58\u0D5B\uC000\u2283\u20D2qual;\u6289ilde\u0200;EFT\u0D6E\u0D6F\u0D75\u0D7F\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uC000\u{1D4A9}ilde\u803B\xD1\u40D1;\u439D\u0700Eacdfgmoprstuv\u0DBD\u0DC2\u0DC9\u0DD5\u0DDB\u0DE0\u0DE7\u0DFC\u0E02\u0E20\u0E22\u0E32\u0E3F\u0E44lig;\u4152cute\u803B\xD3\u40D3\u0100iy\u0DCE\u0DD3rc\u803B\xD4\u40D4;\u441Eblac;\u4150r;\uC000\u{1D512}rave\u803B\xD2\u40D2\u0180aei\u0DEE\u0DF2\u0DF6cr;\u414Cga;\u43A9cron;\u439Fpf;\uC000\u{1D546}enCurly\u0100DQ\u0E0E\u0E1AoubleQuote;\u601Cuote;\u6018;\u6A54\u0100cl\u0E27\u0E2Cr;\uC000\u{1D4AA}ash\u803B\xD8\u40D8i\u016C\u0E37\u0E3Cde\u803B\xD5\u40D5es;\u6A37ml\u803B\xD6\u40D6er\u0100BP\u0E4B\u0E60\u0100ar\u0E50\u0E53r;\u603Eac\u0100ek\u0E5A\u0E5C;\u63DEet;\u63B4arenthesis;\u63DC\u0480acfhilors\u0E7F\u0E87\u0E8A\u0E8F\u0E92\u0E94\u0E9D\u0EB0\u0EFCrtialD;\u6202y;\u441Fr;\uC000\u{1D513}i;\u43A6;\u43A0usMinus;\u40B1\u0100ip\u0EA2\u0EADncareplan\xE5\u069Df;\u6119\u0200;eio\u0EB9\u0EBA\u0EE0\u0EE4\u6ABBcedes\u0200;EST\u0EC8\u0EC9\u0ECF\u0EDA\u627Aqual;\u6AAFlantEqual;\u627Cilde;\u627Eme;\u6033\u0100dp\u0EE9\u0EEEuct;\u620Fortion\u0100;a\u0225\u0EF9l;\u621D\u0100ci\u0F01\u0F06r;\uC000\u{1D4AB};\u43A8\u0200Ufos\u0F11\u0F16\u0F1B\u0F1FOT\u803B"\u4022r;\uC000\u{1D514}pf;\u611Acr;\uC000\u{1D4AC}\u0600BEacefhiorsu\u0F3E\u0F43\u0F47\u0F60\u0F73\u0FA7\u0FAA\u0FAD\u1096\u10A9\u10B4\u10BEarr;\u6910G\u803B\xAE\u40AE\u0180cnr\u0F4E\u0F53\u0F56ute;\u4154g;\u67EBr\u0100;t\u0F5C\u0F5D\u61A0l;\u6916\u0180aey\u0F67\u0F6C\u0F71ron;\u4158dil;\u4156;\u4420\u0100;v\u0F78\u0F79\u611Cerse\u0100EU\u0F82\u0F99\u0100lq\u0F87\u0F8Eement;\u620Builibrium;\u61CBpEquilibrium;\u696Fr\xBB\u0F79o;\u43A1ght\u0400ACDFTUVa\u0FC1\u0FEB\u0FF3\u1022\u1028\u105B\u1087\u03D8\u0100nr\u0FC6\u0FD2gleBracket;\u67E9row\u0180;BL\u0FDC\u0FDD\u0FE1\u6192ar;\u61E5eftArrow;\u61C4eiling;\u6309o\u01F5\u0FF9\0\u1005bleBracket;\u67E7n\u01D4\u100A\0\u1014eeVector;\u695Dector\u0100;B\u101D\u101E\u61C2ar;\u6955loor;\u630B\u0100er\u102D\u1043e\u0180;AV\u1035\u1036\u103C\u62A2rrow;\u61A6ector;\u695Biangle\u0180;BE\u1050\u1051\u1055\u62B3ar;\u69D0qual;\u62B5p\u0180DTV\u1063\u106E\u1078ownVector;\u694FeeVector;\u695Cector\u0100;B\u1082\u1083\u61BEar;\u6954ector\u0100;B\u1091\u1092\u61C0ar;\u6953\u0100pu\u109B\u109Ef;\u611DndImplies;\u6970ightarrow;\u61DB\u0100ch\u10B9\u10BCr;\u611B;\u61B1leDelayed;\u69F4\u0680HOacfhimoqstu\u10E4\u10F1\u10F7\u10FD\u1119\u111E\u1151\u1156\u1161\u1167\u11B5\u11BB\u11BF\u0100Cc\u10E9\u10EEHcy;\u4429y;\u4428FTcy;\u442Ccute;\u415A\u0280;aeiy\u1108\u1109\u110E\u1113\u1117\u6ABCron;\u4160dil;\u415Erc;\u415C;\u4421r;\uC000\u{1D516}ort\u0200DLRU\u112A\u1134\u113E\u1149ownArrow\xBB\u041EeftArrow\xBB\u089AightArrow\xBB\u0FDDpArrow;\u6191gma;\u43A3allCircle;\u6218pf;\uC000\u{1D54A}\u0272\u116D\0\0\u1170t;\u621Aare\u0200;ISU\u117B\u117C\u1189\u11AF\u65A1ntersection;\u6293u\u0100bp\u118F\u119Eset\u0100;E\u1197\u1198\u628Fqual;\u6291erset\u0100;E\u11A8\u11A9\u6290qual;\u6292nion;\u6294cr;\uC000\u{1D4AE}ar;\u62C6\u0200bcmp\u11C8\u11DB\u1209\u120B\u0100;s\u11CD\u11CE\u62D0et\u0100;E\u11CD\u11D5qual;\u6286\u0100ch\u11E0\u1205eeds\u0200;EST\u11ED\u11EE\u11F4\u11FF\u627Bqual;\u6AB0lantEqual;\u627Dilde;\u627FTh\xE1\u0F8C;\u6211\u0180;es\u1212\u1213\u1223\u62D1rset\u0100;E\u121C\u121D\u6283qual;\u6287et\xBB\u1213\u0580HRSacfhiors\u123E\u1244\u1249\u1255\u125E\u1271\u1276\u129F\u12C2\u12C8\u12D1ORN\u803B\xDE\u40DEADE;\u6122\u0100Hc\u124E\u1252cy;\u440By;\u4426\u0100bu\u125A\u125C;\u4009;\u43A4\u0180aey\u1265\u126A\u126Fron;\u4164dil;\u4162;\u4422r;\uC000\u{1D517}\u0100ei\u127B\u1289\u01F2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128E\u1298kSpace;\uC000\u205F\u200ASpace;\u6009lde\u0200;EFT\u12AB\u12AC\u12B2\u12BC\u623Cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uC000\u{1D54B}ipleDot;\u60DB\u0100ct\u12D6\u12DBr;\uC000\u{1D4AF}rok;\u4166\u0AE1\u12F7\u130E\u131A\u1326\0\u132C\u1331\0\0\0\0\0\u1338\u133D\u1377\u1385\0\u13FF\u1404\u140A\u1410\u0100cr\u12FB\u1301ute\u803B\xDA\u40DAr\u0100;o\u1307\u1308\u619Fcir;\u6949r\u01E3\u1313\0\u1316y;\u440Eve;\u416C\u0100iy\u131E\u1323rc\u803B\xDB\u40DB;\u4423blac;\u4170r;\uC000\u{1D518}rave\u803B\xD9\u40D9acr;\u416A\u0100di\u1341\u1369er\u0100BP\u1348\u135D\u0100ar\u134D\u1350r;\u405Fac\u0100ek\u1357\u1359;\u63DFet;\u63B5arenthesis;\u63DDon\u0100;P\u1370\u1371\u62C3lus;\u628E\u0100gp\u137B\u137Fon;\u4172f;\uC000\u{1D54C}\u0400ADETadps\u1395\u13AE\u13B8\u13C4\u03E8\u13D2\u13D7\u13F3rrow\u0180;BD\u1150\u13A0\u13A4ar;\u6912ownArrow;\u61C5ownArrow;\u6195quilibrium;\u696Eee\u0100;A\u13CB\u13CC\u62A5rrow;\u61A5own\xE1\u03F3er\u0100LR\u13DE\u13E8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13F9\u13FA\u43D2on;\u43A5ing;\u416Ecr;\uC000\u{1D4B0}ilde;\u4168ml\u803B\xDC\u40DC\u0480Dbcdefosv\u1427\u142C\u1430\u1433\u143E\u1485\u148A\u1490\u1496ash;\u62ABar;\u6AEBy;\u4412ash\u0100;l\u143B\u143C\u62A9;\u6AE6\u0100er\u1443\u1445;\u62C1\u0180bty\u144C\u1450\u147Aar;\u6016\u0100;i\u144F\u1455cal\u0200BLST\u1461\u1465\u146A\u1474ar;\u6223ine;\u407Ceparator;\u6758ilde;\u6240ThinSpace;\u600Ar;\uC000\u{1D519}pf;\uC000\u{1D54D}cr;\uC000\u{1D4B1}dash;\u62AA\u0280cefos\u14A7\u14AC\u14B1\u14B6\u14BCirc;\u4174dge;\u62C0r;\uC000\u{1D51A}pf;\uC000\u{1D54E}cr;\uC000\u{1D4B2}\u0200fios\u14CB\u14D0\u14D2\u14D8r;\uC000\u{1D51B};\u439Epf;\uC000\u{1D54F}cr;\uC000\u{1D4B3}\u0480AIUacfosu\u14F1\u14F5\u14F9\u14FD\u1504\u150F\u1514\u151A\u1520cy;\u442Fcy;\u4407cy;\u442Ecute\u803B\xDD\u40DD\u0100iy\u1509\u150Drc;\u4176;\u442Br;\uC000\u{1D51C}pf;\uC000\u{1D550}cr;\uC000\u{1D4B4}ml;\u4178\u0400Hacdefos\u1535\u1539\u153F\u154B\u154F\u155D\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417D;\u4417ot;\u417B\u01F2\u1554\0\u155BoWidt\xE8\u0AD9a;\u4396r;\u6128pf;\u6124cr;\uC000\u{1D4B5}\u0BE1\u1583\u158A\u1590\0\u15B0\u15B6\u15BF\0\0\0\0\u15C6\u15DB\u15EB\u165F\u166D\0\u1695\u169B\u16B2\u16B9\0\u16BEcute\u803B\xE1\u40E1reve;\u4103\u0300;Ediuy\u159C\u159D\u15A1\u15A3\u15A8\u15AD\u623E;\uC000\u223E\u0333;\u623Frc\u803B\xE2\u40E2te\u80BB\xB4\u0306;\u4430lig\u803B\xE6\u40E6\u0100;r\xB2\u15BA;\uC000\u{1D51E}rave\u803B\xE0\u40E0\u0100ep\u15CA\u15D6\u0100fp\u15CF\u15D4sym;\u6135\xE8\u15D3ha;\u43B1\u0100ap\u15DFc\u0100cl\u15E4\u15E7r;\u4101g;\u6A3F\u0264\u15F0\0\0\u160A\u0280;adsv\u15FA\u15FB\u15FF\u1601\u1607\u6227nd;\u6A55;\u6A5Clope;\u6A58;\u6A5A\u0380;elmrsz\u1618\u1619\u161B\u161E\u163F\u164F\u1659\u6220;\u69A4e\xBB\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163A\u163C\u163E;\u69A8;\u69A9;\u69AA;\u69AB;\u69AC;\u69AD;\u69AE;\u69AFt\u0100;v\u1645\u1646\u621Fb\u0100;d\u164C\u164D\u62BE;\u699D\u0100pt\u1654\u1657h;\u6222\xBB\xB9arr;\u637C\u0100gp\u1663\u1667on;\u4105f;\uC000\u{1D552}\u0380;Eaeiop\u12C1\u167B\u167D\u1682\u1684\u1687\u168A;\u6A70cir;\u6A6F;\u624Ad;\u624Bs;\u4027rox\u0100;e\u12C1\u1692\xF1\u1683ing\u803B\xE5\u40E5\u0180cty\u16A1\u16A6\u16A8r;\uC000\u{1D4B6};\u402Amp\u0100;e\u12C1\u16AF\xF1\u0288ilde\u803B\xE3\u40E3ml\u803B\xE4\u40E4\u0100ci\u16C2\u16C8onin\xF4\u0272nt;\u6A11\u0800Nabcdefiklnoprsu\u16ED\u16F1\u1730\u173C\u1743\u1748\u1778\u177D\u17E0\u17E6\u1839\u1850\u170D\u193D\u1948\u1970ot;\u6AED\u0100cr\u16F6\u171Ek\u0200ceps\u1700\u1705\u170D\u1713ong;\u624Cpsilon;\u43F6rime;\u6035im\u0100;e\u171A\u171B\u623Dq;\u62CD\u0176\u1722\u1726ee;\u62BDed\u0100;g\u172C\u172D\u6305e\xBB\u172Drk\u0100;t\u135C\u1737brk;\u63B6\u0100oy\u1701\u1741;\u4431quo;\u601E\u0280cmprt\u1753\u175B\u1761\u1764\u1768aus\u0100;e\u010A\u0109ptyv;\u69B0s\xE9\u170Cno\xF5\u0113\u0180ahw\u176F\u1771\u1773;\u43B2;\u6136een;\u626Cr;\uC000\u{1D51F}g\u0380costuvw\u178D\u179D\u17B3\u17C1\u17D5\u17DB\u17DE\u0180aiu\u1794\u1796\u179A\xF0\u0760rc;\u65EFp\xBB\u1371\u0180dpt\u17A4\u17A8\u17ADot;\u6A00lus;\u6A01imes;\u6A02\u0271\u17B9\0\0\u17BEcup;\u6A06ar;\u6605riangle\u0100du\u17CD\u17D2own;\u65BDp;\u65B3plus;\u6A04e\xE5\u1444\xE5\u14ADarow;\u690D\u0180ako\u17ED\u1826\u1835\u0100cn\u17F2\u1823k\u0180lst\u17FA\u05AB\u1802ozenge;\u69EBriangle\u0200;dlr\u1812\u1813\u1818\u181D\u65B4own;\u65BEeft;\u65C2ight;\u65B8k;\u6423\u01B1\u182B\0\u1833\u01B2\u182F\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183E\u184D\u0100;q\u1843\u1846\uC000=\u20E5uiv;\uC000\u2261\u20E5t;\u6310\u0200ptwx\u1859\u185E\u1867\u186Cf;\uC000\u{1D553}\u0100;t\u13CB\u1863om\xBB\u13CCtie;\u62C8\u0600DHUVbdhmptuv\u1885\u1896\u18AA\u18BB\u18D7\u18DB\u18EC\u18FF\u1905\u190A\u1910\u1921\u0200LRlr\u188E\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18A1\u18A2\u18A4\u18A6\u18A8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18B3\u18B5\u18B7\u18B9;\u655D;\u655A;\u655C;\u6559\u0380;HLRhlr\u18CA\u18CB\u18CD\u18CF\u18D1\u18D3\u18D5\u6551;\u656C;\u6563;\u6560;\u656B;\u6562;\u655Fox;\u69C9\u0200LRlr\u18E4\u18E6\u18E8\u18EA;\u6555;\u6552;\u6510;\u650C\u0280;DUdu\u06BD\u18F7\u18F9\u18FB\u18FD;\u6565;\u6568;\u652C;\u6534inus;\u629Flus;\u629Eimes;\u62A0\u0200LRlr\u1919\u191B\u191D\u191F;\u655B;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193B\u6502;\u656A;\u6561;\u655E;\u653C;\u6524;\u651C\u0100ev\u0123\u1942bar\u803B\xA6\u40A6\u0200ceio\u1951\u1956\u195A\u1960r;\uC000\u{1D4B7}mi;\u604Fm\u0100;e\u171A\u171Cl\u0180;bh\u1968\u1969\u196B\u405C;\u69C5sub;\u67C8\u016C\u1974\u197El\u0100;e\u1979\u197A\u6022t\xBB\u197Ap\u0180;Ee\u012F\u1985\u1987;\u6AAE\u0100;q\u06DC\u06DB\u0CE1\u19A7\0\u19E8\u1A11\u1A15\u1A32\0\u1A37\u1A50\0\0\u1AB4\0\0\u1AC1\0\0\u1B21\u1B2E\u1B4D\u1B52\0\u1BFD\0\u1C0C\u0180cpr\u19AD\u19B2\u19DDute;\u4107\u0300;abcds\u19BF\u19C0\u19C4\u19CA\u19D5\u19D9\u6229nd;\u6A44rcup;\u6A49\u0100au\u19CF\u19D2p;\u6A4Bp;\u6A47ot;\u6A40;\uC000\u2229\uFE00\u0100eo\u19E2\u19E5t;\u6041\xEE\u0693\u0200aeiu\u19F0\u19FB\u1A01\u1A05\u01F0\u19F5\0\u19F8s;\u6A4Don;\u410Ddil\u803B\xE7\u40E7rc;\u4109ps\u0100;s\u1A0C\u1A0D\u6A4Cm;\u6A50ot;\u410B\u0180dmn\u1A1B\u1A20\u1A26il\u80BB\xB8\u01ADptyv;\u69B2t\u8100\xA2;e\u1A2D\u1A2E\u40A2r\xE4\u01B2r;\uC000\u{1D520}\u0180cei\u1A3D\u1A40\u1A4Dy;\u4447ck\u0100;m\u1A47\u1A48\u6713ark\xBB\u1A48;\u43C7r\u0380;Ecefms\u1A5F\u1A60\u1A62\u1A6B\u1AA4\u1AAA\u1AAE\u65CB;\u69C3\u0180;el\u1A69\u1A6A\u1A6D\u42C6q;\u6257e\u0261\u1A74\0\0\u1A88rrow\u0100lr\u1A7C\u1A81eft;\u61BAight;\u61BB\u0280RSacd\u1A92\u1A94\u1A96\u1A9A\u1A9F\xBB\u0F47;\u64C8st;\u629Birc;\u629Aash;\u629Dnint;\u6A10id;\u6AEFcir;\u69C2ubs\u0100;u\u1ABB\u1ABC\u6663it\xBB\u1ABC\u02EC\u1AC7\u1AD4\u1AFA\0\u1B0Aon\u0100;e\u1ACD\u1ACE\u403A\u0100;q\xC7\xC6\u026D\u1AD9\0\0\u1AE2a\u0100;t\u1ADE\u1ADF\u402C;\u4040\u0180;fl\u1AE8\u1AE9\u1AEB\u6201\xEE\u1160e\u0100mx\u1AF1\u1AF6ent\xBB\u1AE9e\xF3\u024D\u01E7\u1AFE\0\u1B07\u0100;d\u12BB\u1B02ot;\u6A6Dn\xF4\u0246\u0180fry\u1B10\u1B14\u1B17;\uC000\u{1D554}o\xE4\u0254\u8100\xA9;s\u0155\u1B1Dr;\u6117\u0100ao\u1B25\u1B29rr;\u61B5ss;\u6717\u0100cu\u1B32\u1B37r;\uC000\u{1D4B8}\u0100bp\u1B3C\u1B44\u0100;e\u1B41\u1B42\u6ACF;\u6AD1\u0100;e\u1B49\u1B4A\u6AD0;\u6AD2dot;\u62EF\u0380delprvw\u1B60\u1B6C\u1B77\u1B82\u1BAC\u1BD4\u1BF9arr\u0100lr\u1B68\u1B6A;\u6938;\u6935\u0270\u1B72\0\0\u1B75r;\u62DEc;\u62DFarr\u0100;p\u1B7F\u1B80\u61B6;\u693D\u0300;bcdos\u1B8F\u1B90\u1B96\u1BA1\u1BA5\u1BA8\u622Arcap;\u6A48\u0100au\u1B9B\u1B9Ep;\u6A46p;\u6A4Aot;\u628Dr;\u6A45;\uC000\u222A\uFE00\u0200alrv\u1BB5\u1BBF\u1BDE\u1BE3rr\u0100;m\u1BBC\u1BBD\u61B7;\u693Cy\u0180evw\u1BC7\u1BD4\u1BD8q\u0270\u1BCE\0\0\u1BD2re\xE3\u1B73u\xE3\u1B75ee;\u62CEedge;\u62CFen\u803B\xA4\u40A4earrow\u0100lr\u1BEE\u1BF3eft\xBB\u1B80ight\xBB\u1BBDe\xE4\u1BDD\u0100ci\u1C01\u1C07onin\xF4\u01F7nt;\u6231lcty;\u632D\u0980AHabcdefhijlorstuwz\u1C38\u1C3B\u1C3F\u1C5D\u1C69\u1C75\u1C8A\u1C9E\u1CAC\u1CB7\u1CFB\u1CFF\u1D0D\u1D7B\u1D91\u1DAB\u1DBB\u1DC6\u1DCDr\xF2\u0381ar;\u6965\u0200glrs\u1C48\u1C4D\u1C52\u1C54ger;\u6020eth;\u6138\xF2\u1133h\u0100;v\u1C5A\u1C5B\u6010\xBB\u090A\u016B\u1C61\u1C67arow;\u690Fa\xE3\u0315\u0100ay\u1C6E\u1C73ron;\u410F;\u4434\u0180;ao\u0332\u1C7C\u1C84\u0100gr\u02BF\u1C81r;\u61CAtseq;\u6A77\u0180glm\u1C91\u1C94\u1C98\u803B\xB0\u40B0ta;\u43B4ptyv;\u69B1\u0100ir\u1CA3\u1CA8sht;\u697F;\uC000\u{1D521}ar\u0100lr\u1CB3\u1CB5\xBB\u08DC\xBB\u101E\u0280aegsv\u1CC2\u0378\u1CD6\u1CDC\u1CE0m\u0180;os\u0326\u1CCA\u1CD4nd\u0100;s\u0326\u1CD1uit;\u6666amma;\u43DDin;\u62F2\u0180;io\u1CE7\u1CE8\u1CF8\u40F7de\u8100\xF7;o\u1CE7\u1CF0ntimes;\u62C7n\xF8\u1CF7cy;\u4452c\u026F\u1D06\0\0\u1D0Arn;\u631Eop;\u630D\u0280lptuw\u1D18\u1D1D\u1D22\u1D49\u1D55lar;\u4024f;\uC000\u{1D555}\u0280;emps\u030B\u1D2D\u1D37\u1D3D\u1D42q\u0100;d\u0352\u1D33ot;\u6251inus;\u6238lus;\u6214quare;\u62A1blebarwedg\xE5\xFAn\u0180adh\u112E\u1D5D\u1D67ownarrow\xF3\u1C83arpoon\u0100lr\u1D72\u1D76ef\xF4\u1CB4igh\xF4\u1CB6\u0162\u1D7F\u1D85karo\xF7\u0F42\u026F\u1D8A\0\0\u1D8Ern;\u631Fop;\u630C\u0180cot\u1D98\u1DA3\u1DA6\u0100ry\u1D9D\u1DA1;\uC000\u{1D4B9};\u4455l;\u69F6rok;\u4111\u0100dr\u1DB0\u1DB4ot;\u62F1i\u0100;f\u1DBA\u1816\u65BF\u0100ah\u1DC0\u1DC3r\xF2\u0429a\xF2\u0FA6angle;\u69A6\u0100ci\u1DD2\u1DD5y;\u445Fgrarr;\u67FF\u0900Dacdefglmnopqrstux\u1E01\u1E09\u1E19\u1E38\u0578\u1E3C\u1E49\u1E61\u1E7E\u1EA5\u1EAF\u1EBD\u1EE1\u1F2A\u1F37\u1F44\u1F4E\u1F5A\u0100Do\u1E06\u1D34o\xF4\u1C89\u0100cs\u1E0E\u1E14ute\u803B\xE9\u40E9ter;\u6A6E\u0200aioy\u1E22\u1E27\u1E31\u1E36ron;\u411Br\u0100;c\u1E2D\u1E2E\u6256\u803B\xEA\u40EAlon;\u6255;\u444Dot;\u4117\u0100Dr\u1E41\u1E45ot;\u6252;\uC000\u{1D522}\u0180;rs\u1E50\u1E51\u1E57\u6A9Aave\u803B\xE8\u40E8\u0100;d\u1E5C\u1E5D\u6A96ot;\u6A98\u0200;ils\u1E6A\u1E6B\u1E72\u1E74\u6A99nters;\u63E7;\u6113\u0100;d\u1E79\u1E7A\u6A95ot;\u6A97\u0180aps\u1E85\u1E89\u1E97cr;\u4113ty\u0180;sv\u1E92\u1E93\u1E95\u6205et\xBB\u1E93p\u01001;\u1E9D\u1EA4\u0133\u1EA1\u1EA3;\u6004;\u6005\u6003\u0100gs\u1EAA\u1EAC;\u414Bp;\u6002\u0100gp\u1EB4\u1EB8on;\u4119f;\uC000\u{1D556}\u0180als\u1EC4\u1ECE\u1ED2r\u0100;s\u1ECA\u1ECB\u62D5l;\u69E3us;\u6A71i\u0180;lv\u1EDA\u1EDB\u1EDF\u43B5on\xBB\u1EDB;\u43F5\u0200csuv\u1EEA\u1EF3\u1F0B\u1F23\u0100io\u1EEF\u1E31rc\xBB\u1E2E\u0269\u1EF9\0\0\u1EFB\xED\u0548ant\u0100gl\u1F02\u1F06tr\xBB\u1E5Dess\xBB\u1E7A\u0180aei\u1F12\u1F16\u1F1Als;\u403Dst;\u625Fv\u0100;D\u0235\u1F20D;\u6A78parsl;\u69E5\u0100Da\u1F2F\u1F33ot;\u6253rr;\u6971\u0180cdi\u1F3E\u1F41\u1EF8r;\u612Fo\xF4\u0352\u0100ah\u1F49\u1F4B;\u43B7\u803B\xF0\u40F0\u0100mr\u1F53\u1F57l\u803B\xEB\u40EBo;\u60AC\u0180cip\u1F61\u1F64\u1F67l;\u4021s\xF4\u056E\u0100eo\u1F6C\u1F74ctatio\xEE\u0559nential\xE5\u0579\u09E1\u1F92\0\u1F9E\0\u1FA1\u1FA7\0\0\u1FC6\u1FCC\0\u1FD3\0\u1FE6\u1FEA\u2000\0\u2008\u205Allingdotse\xF1\u1E44y;\u4444male;\u6640\u0180ilr\u1FAD\u1FB3\u1FC1lig;\u8000\uFB03\u0269\u1FB9\0\0\u1FBDg;\u8000\uFB00ig;\u8000\uFB04;\uC000\u{1D523}lig;\u8000\uFB01lig;\uC000fj\u0180alt\u1FD9\u1FDC\u1FE1t;\u666Dig;\u8000\uFB02ns;\u65B1of;\u4192\u01F0\u1FEE\0\u1FF3f;\uC000\u{1D557}\u0100ak\u05BF\u1FF7\u0100;v\u1FFC\u1FFD\u62D4;\u6AD9artint;\u6A0D\u0100ao\u200C\u2055\u0100cs\u2011\u2052\u03B1\u201A\u2030\u2038\u2045\u2048\0\u2050\u03B2\u2022\u2025\u2027\u202A\u202C\0\u202E\u803B\xBD\u40BD;\u6153\u803B\xBC\u40BC;\u6155;\u6159;\u615B\u01B3\u2034\0\u2036;\u6154;\u6156\u02B4\u203E\u2041\0\0\u2043\u803B\xBE\u40BE;\u6157;\u615C5;\u6158\u01B6\u204C\0\u204E;\u615A;\u615D8;\u615El;\u6044wn;\u6322cr;\uC000\u{1D4BB}\u0880Eabcdefgijlnorstv\u2082\u2089\u209F\u20A5\u20B0\u20B4\u20F0\u20F5\u20FA\u20FF\u2103\u2112\u2138\u0317\u213E\u2152\u219E\u0100;l\u064D\u2087;\u6A8C\u0180cmp\u2090\u2095\u209Dute;\u41F5ma\u0100;d\u209C\u1CDA\u43B3;\u6A86reve;\u411F\u0100iy\u20AA\u20AErc;\u411D;\u4433ot;\u4121\u0200;lqs\u063E\u0642\u20BD\u20C9\u0180;qs\u063E\u064C\u20C4lan\xF4\u0665\u0200;cdl\u0665\u20D2\u20D5\u20E5c;\u6AA9ot\u0100;o\u20DC\u20DD\u6A80\u0100;l\u20E2\u20E3\u6A82;\u6A84\u0100;e\u20EA\u20ED\uC000\u22DB\uFE00s;\u6A94r;\uC000\u{1D524}\u0100;g\u0673\u061Bmel;\u6137cy;\u4453\u0200;Eaj\u065A\u210C\u210E\u2110;\u6A92;\u6AA5;\u6AA4\u0200Eaes\u211B\u211D\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6A8Arox\xBB\u2124\u0100;q\u212E\u212F\u6A88\u0100;q\u212E\u211Bim;\u62E7pf;\uC000\u{1D558}\u0100ci\u2143\u2146r;\u610Am\u0180;el\u066B\u214E\u2150;\u6A8E;\u6A90\u8300>;cdlqr\u05EE\u2160\u216A\u216E\u2173\u2179\u0100ci\u2165\u2167;\u6AA7r;\u6A7Aot;\u62D7Par;\u6995uest;\u6A7C\u0280adels\u2184\u216A\u2190\u0656\u219B\u01F0\u2189\0\u218Epro\xF8\u209Er;\u6978q\u0100lq\u063F\u2196les\xF3\u2088i\xED\u066B\u0100en\u21A3\u21ADrtneqq;\uC000\u2269\uFE00\xC5\u21AA\u0500Aabcefkosy\u21C4\u21C7\u21F1\u21F5\u21FA\u2218\u221D\u222F\u2268\u227Dr\xF2\u03A0\u0200ilmr\u21D0\u21D4\u21D7\u21DBrs\xF0\u1484f\xBB\u2024il\xF4\u06A9\u0100dr\u21E0\u21E4cy;\u444A\u0180;cw\u08F4\u21EB\u21EFir;\u6948;\u61ADar;\u610Firc;\u4125\u0180alr\u2201\u220E\u2213rts\u0100;u\u2209\u220A\u6665it\xBB\u220Alip;\u6026con;\u62B9r;\uC000\u{1D525}s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223A\u223E\u2243\u225E\u2263rr;\u61FFtht;\u623Bk\u0100lr\u2249\u2253eftarrow;\u61A9ightarrow;\u61AAf;\uC000\u{1D559}bar;\u6015\u0180clt\u226F\u2274\u2278r;\uC000\u{1D4BD}as\xE8\u21F4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\xBB\u1C5B\u0AE1\u22A3\0\u22AA\0\u22B8\u22C5\u22CE\0\u22D5\u22F3\0\0\u22F8\u2322\u2367\u2362\u237F\0\u2386\u23AA\u23B4cute\u803B\xED\u40ED\u0180;iy\u0771\u22B0\u22B5rc\u803B\xEE\u40EE;\u4438\u0100cx\u22BC\u22BFy;\u4435cl\u803B\xA1\u40A1\u0100fr\u039F\u22C9;\uC000\u{1D526}rave\u803B\xEC\u40EC\u0200;ino\u073E\u22DD\u22E9\u22EE\u0100in\u22E2\u22E6nt;\u6A0Ct;\u622Dfin;\u69DCta;\u6129lig;\u4133\u0180aop\u22FE\u231A\u231D\u0180cgt\u2305\u2308\u2317r;\u412B\u0180elp\u071F\u230F\u2313in\xE5\u078Ear\xF4\u0720h;\u4131f;\u62B7ed;\u41B5\u0280;cfot\u04F4\u232C\u2331\u233D\u2341are;\u6105in\u0100;t\u2338\u2339\u621Eie;\u69DDdo\xF4\u2319\u0280;celp\u0757\u234C\u2350\u235B\u2361al;\u62BA\u0100gr\u2355\u2359er\xF3\u1563\xE3\u234Darhk;\u6A17rod;\u6A3C\u0200cgpt\u236F\u2372\u2376\u237By;\u4451on;\u412Ff;\uC000\u{1D55A}a;\u43B9uest\u803B\xBF\u40BF\u0100ci\u238A\u238Fr;\uC000\u{1D4BE}n\u0280;Edsv\u04F4\u239B\u239D\u23A1\u04F3;\u62F9ot;\u62F5\u0100;v\u23A6\u23A7\u62F4;\u62F3\u0100;i\u0777\u23AElde;\u4129\u01EB\u23B8\0\u23BCcy;\u4456l\u803B\xEF\u40EF\u0300cfmosu\u23CC\u23D7\u23DC\u23E1\u23E7\u23F5\u0100iy\u23D1\u23D5rc;\u4135;\u4439r;\uC000\u{1D527}ath;\u4237pf;\uC000\u{1D55B}\u01E3\u23EC\0\u23F1r;\uC000\u{1D4BF}rcy;\u4458kcy;\u4454\u0400acfghjos\u240B\u2416\u2422\u2427\u242D\u2431\u2435\u243Bppa\u0100;v\u2413\u2414\u43BA;\u43F0\u0100ey\u241B\u2420dil;\u4137;\u443Ar;\uC000\u{1D528}reen;\u4138cy;\u4445cy;\u445Cpf;\uC000\u{1D55C}cr;\uC000\u{1D4C0}\u0B80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248D\u2491\u250E\u253D\u255A\u2580\u264E\u265E\u2665\u2679\u267D\u269A\u26B2\u26D8\u275D\u2768\u278B\u27C0\u2801\u2812\u0180art\u2477\u247A\u247Cr\xF2\u09C6\xF2\u0395ail;\u691Barr;\u690E\u0100;g\u0994\u248B;\u6A8Bar;\u6962\u0963\u24A5\0\u24AA\0\u24B1\0\0\0\0\0\u24B5\u24BA\0\u24C6\u24C8\u24CD\0\u24F9ute;\u413Amptyv;\u69B4ra\xEE\u084Cbda;\u43BBg\u0180;dl\u088E\u24C1\u24C3;\u6991\xE5\u088E;\u6A85uo\u803B\xAB\u40ABr\u0400;bfhlpst\u0899\u24DE\u24E6\u24E9\u24EB\u24EE\u24F1\u24F5\u0100;f\u089D\u24E3s;\u691Fs;\u691D\xEB\u2252p;\u61ABl;\u6939im;\u6973l;\u61A2\u0180;ae\u24FF\u2500\u2504\u6AABil;\u6919\u0100;s\u2509\u250A\u6AAD;\uC000\u2AAD\uFE00\u0180abr\u2515\u2519\u251Drr;\u690Crk;\u6772\u0100ak\u2522\u252Cc\u0100ek\u2528\u252A;\u407B;\u405B\u0100es\u2531\u2533;\u698Bl\u0100du\u2539\u253B;\u698F;\u698D\u0200aeuy\u2546\u254B\u2556\u2558ron;\u413E\u0100di\u2550\u2554il;\u413C\xEC\u08B0\xE2\u2529;\u443B\u0200cqrs\u2563\u2566\u256D\u257Da;\u6936uo\u0100;r\u0E19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694Bh;\u61B2\u0280;fgqs\u258B\u258C\u0989\u25F3\u25FF\u6264t\u0280ahlrt\u2598\u25A4\u25B7\u25C2\u25E8rrow\u0100;t\u0899\u25A1a\xE9\u24F6arpoon\u0100du\u25AF\u25B4own\xBB\u045Ap\xBB\u0966eftarrows;\u61C7ight\u0180ahs\u25CD\u25D6\u25DErrow\u0100;s\u08F4\u08A7arpoon\xF3\u0F98quigarro\xF7\u21F0hreetimes;\u62CB\u0180;qs\u258B\u0993\u25FAlan\xF4\u09AC\u0280;cdgs\u09AC\u260A\u260D\u261D\u2628c;\u6AA8ot\u0100;o\u2614\u2615\u6A7F\u0100;r\u261A\u261B\u6A81;\u6A83\u0100;e\u2622\u2625\uC000\u22DA\uFE00s;\u6A93\u0280adegs\u2633\u2639\u263D\u2649\u264Bppro\xF8\u24C6ot;\u62D6q\u0100gq\u2643\u2645\xF4\u0989gt\xF2\u248C\xF4\u099Bi\xED\u09B2\u0180ilr\u2655\u08E1\u265Asht;\u697C;\uC000\u{1D529}\u0100;E\u099C\u2663;\u6A91\u0161\u2669\u2676r\u0100du\u25B2\u266E\u0100;l\u0965\u2673;\u696Alk;\u6584cy;\u4459\u0280;acht\u0A48\u2688\u268B\u2691\u2696r\xF2\u25C1orne\xF2\u1D08ard;\u696Bri;\u65FA\u0100io\u269F\u26A4dot;\u4140ust\u0100;a\u26AC\u26AD\u63B0che\xBB\u26AD\u0200Eaes\u26BB\u26BD\u26C9\u26D4;\u6268p\u0100;p\u26C3\u26C4\u6A89rox\xBB\u26C4\u0100;q\u26CE\u26CF\u6A87\u0100;q\u26CE\u26BBim;\u62E6\u0400abnoptwz\u26E9\u26F4\u26F7\u271A\u272F\u2741\u2747\u2750\u0100nr\u26EE\u26F1g;\u67ECr;\u61FDr\xEB\u08C1g\u0180lmr\u26FF\u270D\u2714eft\u0100ar\u09E6\u2707ight\xE1\u09F2apsto;\u67FCight\xE1\u09FDparrow\u0100lr\u2725\u2729ef\xF4\u24EDight;\u61AC\u0180afl\u2736\u2739\u273Dr;\u6985;\uC000\u{1D55D}us;\u6A2Dimes;\u6A34\u0161\u274B\u274Fst;\u6217\xE1\u134E\u0180;ef\u2757\u2758\u1800\u65CAnge\xBB\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277C\u2785\u2787r\xF2\u08A8orne\xF2\u1D8Car\u0100;d\u0F98\u2783;\u696D;\u600Eri;\u62BF\u0300achiqt\u2798\u279D\u0A40\u27A2\u27AE\u27BBquo;\u6039r;\uC000\u{1D4C1}m\u0180;eg\u09B2\u27AA\u27AC;\u6A8D;\u6A8F\u0100bu\u252A\u27B3o\u0100;r\u0E1F\u27B9;\u601Arok;\u4142\u8400<;cdhilqr\u082B\u27D2\u2639\u27DC\u27E0\u27E5\u27EA\u27F0\u0100ci\u27D7\u27D9;\u6AA6r;\u6A79re\xE5\u25F2mes;\u62C9arr;\u6976uest;\u6A7B\u0100Pi\u27F5\u27F9ar;\u6996\u0180;ef\u2800\u092D\u181B\u65C3r\u0100du\u2807\u280Dshar;\u694Ahar;\u6966\u0100en\u2817\u2821rtneqq;\uC000\u2268\uFE00\xC5\u281E\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288E\u2893\u28A0\u28A5\u28A8\u28DA\u28E2\u28E4\u0A83\u28F3\u2902Dot;\u623A\u0200clpr\u284E\u2852\u2863\u287Dr\u803B\xAF\u40AF\u0100et\u2857\u2859;\u6642\u0100;e\u285E\u285F\u6720se\xBB\u285F\u0100;s\u103B\u2868to\u0200;dlu\u103B\u2873\u2877\u287Bow\xEE\u048Cef\xF4\u090F\xF0\u13D1ker;\u65AE\u0100oy\u2887\u288Cmma;\u6A29;\u443Cash;\u6014asuredangle\xBB\u1626r;\uC000\u{1D52A}o;\u6127\u0180cdn\u28AF\u28B4\u28C9ro\u803B\xB5\u40B5\u0200;acd\u1464\u28BD\u28C0\u28C4s\xF4\u16A7ir;\u6AF0ot\u80BB\xB7\u01B5us\u0180;bd\u28D2\u1903\u28D3\u6212\u0100;u\u1D3C\u28D8;\u6A2A\u0163\u28DE\u28E1p;\u6ADB\xF2\u2212\xF0\u0A81\u0100dp\u28E9\u28EEels;\u62A7f;\uC000\u{1D55E}\u0100ct\u28F8\u28FDr;\uC000\u{1D4C2}pos\xBB\u159D\u0180;lm\u2909\u290A\u290D\u43BCtimap;\u62B8\u0C00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297E\u2989\u2998\u29DA\u29E9\u2A15\u2A1A\u2A58\u2A5D\u2A83\u2A95\u2AA4\u2AA8\u2B04\u2B07\u2B44\u2B7F\u2BAE\u2C34\u2C67\u2C7C\u2CE9\u0100gt\u2947\u294B;\uC000\u22D9\u0338\u0100;v\u2950\u0BCF\uC000\u226B\u20D2\u0180elt\u295A\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61CDightarrow;\u61CE;\uC000\u22D8\u0338\u0100;v\u297B\u0C47\uC000\u226A\u20D2ightarrow;\u61CF\u0100Dd\u298E\u2993ash;\u62AFash;\u62AE\u0280bcnpt\u29A3\u29A7\u29AC\u29B1\u29CCla\xBB\u02DEute;\u4144g;\uC000\u2220\u20D2\u0280;Eiop\u0D84\u29BC\u29C0\u29C5\u29C8;\uC000\u2A70\u0338d;\uC000\u224B\u0338s;\u4149ro\xF8\u0D84ur\u0100;a\u29D3\u29D4\u666El\u0100;s\u29D3\u0B38\u01F3\u29DF\0\u29E3p\u80BB\xA0\u0B37mp\u0100;e\u0BF9\u0C00\u0280aeouy\u29F4\u29FE\u2A03\u2A10\u2A13\u01F0\u29F9\0\u29FB;\u6A43on;\u4148dil;\u4146ng\u0100;d\u0D7E\u2A0Aot;\uC000\u2A6D\u0338p;\u6A42;\u443Dash;\u6013\u0380;Aadqsx\u0B92\u2A29\u2A2D\u2A3B\u2A41\u2A45\u2A50rr;\u61D7r\u0100hr\u2A33\u2A36k;\u6924\u0100;o\u13F2\u13F0ot;\uC000\u2250\u0338ui\xF6\u0B63\u0100ei\u2A4A\u2A4Ear;\u6928\xED\u0B98ist\u0100;s\u0BA0\u0B9Fr;\uC000\u{1D52B}\u0200Eest\u0BC5\u2A66\u2A79\u2A7C\u0180;qs\u0BBC\u2A6D\u0BE1\u0180;qs\u0BBC\u0BC5\u2A74lan\xF4\u0BE2i\xED\u0BEA\u0100;r\u0BB6\u2A81\xBB\u0BB7\u0180Aap\u2A8A\u2A8D\u2A91r\xF2\u2971rr;\u61AEar;\u6AF2\u0180;sv\u0F8D\u2A9C\u0F8C\u0100;d\u2AA1\u2AA2\u62FC;\u62FAcy;\u445A\u0380AEadest\u2AB7\u2ABA\u2ABE\u2AC2\u2AC5\u2AF6\u2AF9r\xF2\u2966;\uC000\u2266\u0338rr;\u619Ar;\u6025\u0200;fqs\u0C3B\u2ACE\u2AE3\u2AEFt\u0100ar\u2AD4\u2AD9rro\xF7\u2AC1ightarro\xF7\u2A90\u0180;qs\u0C3B\u2ABA\u2AEAlan\xF4\u0C55\u0100;s\u0C55\u2AF4\xBB\u0C36i\xED\u0C5D\u0100;r\u0C35\u2AFEi\u0100;e\u0C1A\u0C25i\xE4\u0D90\u0100pt\u2B0C\u2B11f;\uC000\u{1D55F}\u8180\xAC;in\u2B19\u2B1A\u2B36\u40ACn\u0200;Edv\u0B89\u2B24\u2B28\u2B2E;\uC000\u22F9\u0338ot;\uC000\u22F5\u0338\u01E1\u0B89\u2B33\u2B35;\u62F7;\u62F6i\u0100;v\u0CB8\u2B3C\u01E1\u0CB8\u2B41\u2B43;\u62FE;\u62FD\u0180aor\u2B4B\u2B63\u2B69r\u0200;ast\u0B7B\u2B55\u2B5A\u2B5Flle\xEC\u0B7Bl;\uC000\u2AFD\u20E5;\uC000\u2202\u0338lint;\u6A14\u0180;ce\u0C92\u2B70\u2B73u\xE5\u0CA5\u0100;c\u0C98\u2B78\u0100;e\u0C92\u2B7D\xF1\u0C98\u0200Aait\u2B88\u2B8B\u2B9D\u2BA7r\xF2\u2988rr\u0180;cw\u2B94\u2B95\u2B99\u619B;\uC000\u2933\u0338;\uC000\u219D\u0338ghtarrow\xBB\u2B95ri\u0100;e\u0CCB\u0CD6\u0380chimpqu\u2BBD\u2BCD\u2BD9\u2B04\u0B78\u2BE4\u2BEF\u0200;cer\u0D32\u2BC6\u0D37\u2BC9u\xE5\u0D45;\uC000\u{1D4C3}ort\u026D\u2B05\0\0\u2BD6ar\xE1\u2B56m\u0100;e\u0D6E\u2BDF\u0100;q\u0D74\u0D73su\u0100bp\u2BEB\u2BED\xE5\u0CF8\xE5\u0D0B\u0180bcp\u2BF6\u2C11\u2C19\u0200;Ees\u2BFF\u2C00\u0D22\u2C04\u6284;\uC000\u2AC5\u0338et\u0100;e\u0D1B\u2C0Bq\u0100;q\u0D23\u2C00c\u0100;e\u0D32\u2C17\xF1\u0D38\u0200;Ees\u2C22\u2C23\u0D5F\u2C27\u6285;\uC000\u2AC6\u0338et\u0100;e\u0D58\u2C2Eq\u0100;q\u0D60\u2C23\u0200gilr\u2C3D\u2C3F\u2C45\u2C47\xEC\u0BD7lde\u803B\xF1\u40F1\xE7\u0C43iangle\u0100lr\u2C52\u2C5Ceft\u0100;e\u0C1A\u2C5A\xF1\u0C26ight\u0100;e\u0CCB\u2C65\xF1\u0CD7\u0100;m\u2C6C\u2C6D\u43BD\u0180;es\u2C74\u2C75\u2C79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2C8F\u2C94\u2C99\u2C9E\u2CA3\u2CB0\u2CB6\u2CD3\u2CE3ash;\u62ADarr;\u6904p;\uC000\u224D\u20D2ash;\u62AC\u0100et\u2CA8\u2CAC;\uC000\u2265\u20D2;\uC000>\u20D2nfin;\u69DE\u0180Aet\u2CBD\u2CC1\u2CC5rr;\u6902;\uC000\u2264\u20D2\u0100;r\u2CCA\u2CCD\uC000<\u20D2ie;\uC000\u22B4\u20D2\u0100At\u2CD8\u2CDCrr;\u6903rie;\uC000\u22B5\u20D2im;\uC000\u223C\u20D2\u0180Aan\u2CF0\u2CF4\u2D02rr;\u61D6r\u0100hr\u2CFA\u2CFDk;\u6923\u0100;o\u13E7\u13E5ear;\u6927\u1253\u1A95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2D2D\0\u2D38\u2D48\u2D60\u2D65\u2D72\u2D84\u1B07\0\0\u2D8D\u2DAB\0\u2DC8\u2DCE\0\u2DDC\u2E19\u2E2B\u2E3E\u2E43\u0100cs\u2D31\u1A97ute\u803B\xF3\u40F3\u0100iy\u2D3C\u2D45r\u0100;c\u1A9E\u2D42\u803B\xF4\u40F4;\u443E\u0280abios\u1AA0\u2D52\u2D57\u01C8\u2D5Alac;\u4151v;\u6A38old;\u69BClig;\u4153\u0100cr\u2D69\u2D6Dir;\u69BF;\uC000\u{1D52C}\u036F\u2D79\0\0\u2D7C\0\u2D82n;\u42DBave\u803B\xF2\u40F2;\u69C1\u0100bm\u2D88\u0DF4ar;\u69B5\u0200acit\u2D95\u2D98\u2DA5\u2DA8r\xF2\u1A80\u0100ir\u2D9D\u2DA0r;\u69BEoss;\u69BBn\xE5\u0E52;\u69C0\u0180aei\u2DB1\u2DB5\u2DB9cr;\u414Dga;\u43C9\u0180cdn\u2DC0\u2DC5\u01CDron;\u43BF;\u69B6pf;\uC000\u{1D560}\u0180ael\u2DD4\u2DD7\u01D2r;\u69B7rp;\u69B9\u0380;adiosv\u2DEA\u2DEB\u2DEE\u2E08\u2E0D\u2E10\u2E16\u6228r\xF2\u1A86\u0200;efm\u2DF7\u2DF8\u2E02\u2E05\u6A5Dr\u0100;o\u2DFE\u2DFF\u6134f\xBB\u2DFF\u803B\xAA\u40AA\u803B\xBA\u40BAgof;\u62B6r;\u6A56lope;\u6A57;\u6A5B\u0180clo\u2E1F\u2E21\u2E27\xF2\u2E01ash\u803B\xF8\u40F8l;\u6298i\u016C\u2E2F\u2E34de\u803B\xF5\u40F5es\u0100;a\u01DB\u2E3As;\u6A36ml\u803B\xF6\u40F6bar;\u633D\u0AE1\u2E5E\0\u2E7D\0\u2E80\u2E9D\0\u2EA2\u2EB9\0\0\u2ECB\u0E9C\0\u2F13\0\0\u2F2B\u2FBC\0\u2FC8r\u0200;ast\u0403\u2E67\u2E72\u0E85\u8100\xB6;l\u2E6D\u2E6E\u40B6le\xEC\u0403\u0269\u2E78\0\0\u2E7Bm;\u6AF3;\u6AFDy;\u443Fr\u0280cimpt\u2E8B\u2E8F\u2E93\u1865\u2E97nt;\u4025od;\u402Eil;\u6030enk;\u6031r;\uC000\u{1D52D}\u0180imo\u2EA8\u2EB0\u2EB4\u0100;v\u2EAD\u2EAE\u43C6;\u43D5ma\xF4\u0A76ne;\u660E\u0180;tv\u2EBF\u2EC0\u2EC8\u43C0chfork\xBB\u1FFD;\u43D6\u0100au\u2ECF\u2EDFn\u0100ck\u2ED5\u2EDDk\u0100;h\u21F4\u2EDB;\u610E\xF6\u21F4s\u0480;abcdemst\u2EF3\u2EF4\u1908\u2EF9\u2EFD\u2F04\u2F06\u2F0A\u2F0E\u402Bcir;\u6A23ir;\u6A22\u0100ou\u1D40\u2F02;\u6A25;\u6A72n\u80BB\xB1\u0E9Dim;\u6A26wo;\u6A27\u0180ipu\u2F19\u2F20\u2F25ntint;\u6A15f;\uC000\u{1D561}nd\u803B\xA3\u40A3\u0500;Eaceinosu\u0EC8\u2F3F\u2F41\u2F44\u2F47\u2F81\u2F89\u2F92\u2F7E\u2FB6;\u6AB3p;\u6AB7u\xE5\u0ED9\u0100;c\u0ECE\u2F4C\u0300;acens\u0EC8\u2F59\u2F5F\u2F66\u2F68\u2F7Eppro\xF8\u2F43urlye\xF1\u0ED9\xF1\u0ECE\u0180aes\u2F6F\u2F76\u2F7Approx;\u6AB9qq;\u6AB5im;\u62E8i\xED\u0EDFme\u0100;s\u2F88\u0EAE\u6032\u0180Eas\u2F78\u2F90\u2F7A\xF0\u2F75\u0180dfp\u0EEC\u2F99\u2FAF\u0180als\u2FA0\u2FA5\u2FAAlar;\u632Eine;\u6312urf;\u6313\u0100;t\u0EFB\u2FB4\xEF\u0EFBrel;\u62B0\u0100ci\u2FC0\u2FC5r;\uC000\u{1D4C5};\u43C8ncsp;\u6008\u0300fiopsu\u2FDA\u22E2\u2FDF\u2FE5\u2FEB\u2FF1r;\uC000\u{1D52E}pf;\uC000\u{1D562}rime;\u6057cr;\uC000\u{1D4C6}\u0180aeo\u2FF8\u3009\u3013t\u0100ei\u2FFE\u3005rnion\xF3\u06B0nt;\u6A16st\u0100;e\u3010\u3011\u403F\xF1\u1F19\xF4\u0F14\u0A80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30E0\u310E\u312B\u3147\u3162\u3172\u318E\u3206\u3215\u3224\u3229\u3258\u326E\u3272\u3290\u32B0\u32B7\u0180art\u3047\u304A\u304Cr\xF2\u10B3\xF2\u03DDail;\u691Car\xF2\u1C65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307F\u308F\u3094\u30CC\u0100eu\u306D\u3071;\uC000\u223D\u0331te;\u4155i\xE3\u116Emptyv;\u69B3g\u0200;del\u0FD1\u3089\u308B\u308D;\u6992;\u69A5\xE5\u0FD1uo\u803B\xBB\u40BBr\u0580;abcfhlpstw\u0FDC\u30AC\u30AF\u30B7\u30B9\u30BC\u30BE\u30C0\u30C3\u30C7\u30CAp;\u6975\u0100;f\u0FE0\u30B4s;\u6920;\u6933s;\u691E\xEB\u225D\xF0\u272El;\u6945im;\u6974l;\u61A3;\u619D\u0100ai\u30D1\u30D5il;\u691Ao\u0100;n\u30DB\u30DC\u6236al\xF3\u0F1E\u0180abr\u30E7\u30EA\u30EEr\xF2\u17E5rk;\u6773\u0100ak\u30F3\u30FDc\u0100ek\u30F9\u30FB;\u407D;\u405D\u0100es\u3102\u3104;\u698Cl\u0100du\u310A\u310C;\u698E;\u6990\u0200aeuy\u3117\u311C\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\xEC\u0FF2\xE2\u30FA;\u4440\u0200clqs\u3134\u3137\u313D\u3144a;\u6937dhar;\u6969uo\u0100;r\u020E\u020Dh;\u61B3\u0180acg\u314E\u315F\u0F44l\u0200;ips\u0F78\u3158\u315B\u109Cn\xE5\u10BBar\xF4\u0FA9t;\u65AD\u0180ilr\u3169\u1023\u316Esht;\u697D;\uC000\u{1D52F}\u0100ao\u3177\u3186r\u0100du\u317D\u317F\xBB\u047B\u0100;l\u1091\u3184;\u696C\u0100;v\u318B\u318C\u43C1;\u43F1\u0180gns\u3195\u31F9\u31FCht\u0300ahlrst\u31A4\u31B0\u31C2\u31D8\u31E4\u31EErrow\u0100;t\u0FDC\u31ADa\xE9\u30C8arpoon\u0100du\u31BB\u31BFow\xEE\u317Ep\xBB\u1092eft\u0100ah\u31CA\u31D0rrow\xF3\u0FEAarpoon\xF3\u0551ightarrows;\u61C9quigarro\xF7\u30CBhreetimes;\u62CCg;\u42DAingdotse\xF1\u1F32\u0180ahm\u320D\u3210\u3213r\xF2\u0FEAa\xF2\u0551;\u600Foust\u0100;a\u321E\u321F\u63B1che\xBB\u321Fmid;\u6AEE\u0200abpt\u3232\u323D\u3240\u3252\u0100nr\u3237\u323Ag;\u67EDr;\u61FEr\xEB\u1003\u0180afl\u3247\u324A\u324Er;\u6986;\uC000\u{1D563}us;\u6A2Eimes;\u6A35\u0100ap\u325D\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6A12ar\xF2\u31E3\u0200achq\u327B\u3280\u10BC\u3285quo;\u603Ar;\uC000\u{1D4C7}\u0100bu\u30FB\u328Ao\u0100;r\u0214\u0213\u0180hir\u3297\u329B\u32A0re\xE5\u31F8mes;\u62CAi\u0200;efl\u32AA\u1059\u1821\u32AB\u65B9tri;\u69CEluhar;\u6968;\u611E\u0D61\u32D5\u32DB\u32DF\u332C\u3338\u3371\0\u337A\u33A4\0\0\u33EC\u33F0\0\u3428\u3448\u345A\u34AD\u34B1\u34CA\u34F1\0\u3616\0\0\u3633cute;\u415Bqu\xEF\u27BA\u0500;Eaceinpsy\u11ED\u32F3\u32F5\u32FF\u3302\u330B\u330F\u331F\u3326\u3329;\u6AB4\u01F0\u32FA\0\u32FC;\u6AB8on;\u4161u\xE5\u11FE\u0100;d\u11F3\u3307il;\u415Frc;\u415D\u0180Eas\u3316\u3318\u331B;\u6AB6p;\u6ABAim;\u62E9olint;\u6A13i\xED\u1204;\u4441ot\u0180;be\u3334\u1D47\u3335\u62C5;\u6A66\u0380Aacmstx\u3346\u334A\u3357\u335B\u335E\u3363\u336Drr;\u61D8r\u0100hr\u3350\u3352\xEB\u2228\u0100;o\u0A36\u0A34t\u803B\xA7\u40A7i;\u403Bwar;\u6929m\u0100in\u3369\xF0nu\xF3\xF1t;\u6736r\u0100;o\u3376\u2055\uC000\u{1D530}\u0200acoy\u3382\u3386\u3391\u33A0rp;\u666F\u0100hy\u338B\u338Fcy;\u4449;\u4448rt\u026D\u3399\0\0\u339Ci\xE4\u1464ara\xEC\u2E6F\u803B\xAD\u40AD\u0100gm\u33A8\u33B4ma\u0180;fv\u33B1\u33B2\u33B2\u43C3;\u43C2\u0400;deglnpr\u12AB\u33C5\u33C9\u33CE\u33D6\u33DE\u33E1\u33E6ot;\u6A6A\u0100;q\u12B1\u12B0\u0100;E\u33D3\u33D4\u6A9E;\u6AA0\u0100;E\u33DB\u33DC\u6A9D;\u6A9Fe;\u6246lus;\u6A24arr;\u6972ar\xF2\u113D\u0200aeit\u33F8\u3408\u340F\u3417\u0100ls\u33FD\u3404lsetm\xE9\u336Ahp;\u6A33parsl;\u69E4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341C\u341D\u6AAA\u0100;s\u3422\u3423\u6AAC;\uC000\u2AAC\uFE00\u0180flp\u342E\u3433\u3442tcy;\u444C\u0100;b\u3438\u3439\u402F\u0100;a\u343E\u343F\u69C4r;\u633Ff;\uC000\u{1D564}a\u0100dr\u344D\u0402es\u0100;u\u3454\u3455\u6660it\xBB\u3455\u0180csu\u3460\u3479\u349F\u0100au\u3465\u346Fp\u0100;s\u1188\u346B;\uC000\u2293\uFE00p\u0100;s\u11B4\u3475;\uC000\u2294\uFE00u\u0100bp\u347F\u348F\u0180;es\u1197\u119C\u3486et\u0100;e\u1197\u348D\xF1\u119D\u0180;es\u11A8\u11AD\u3496et\u0100;e\u11A8\u349D\xF1\u11AE\u0180;af\u117B\u34A6\u05B0r\u0165\u34AB\u05B1\xBB\u117Car\xF2\u1148\u0200cemt\u34B9\u34BE\u34C2\u34C5r;\uC000\u{1D4C8}tm\xEE\xF1i\xEC\u3415ar\xE6\u11BE\u0100ar\u34CE\u34D5r\u0100;f\u34D4\u17BF\u6606\u0100an\u34DA\u34EDight\u0100ep\u34E3\u34EApsilo\xEE\u1EE0h\xE9\u2EAFs\xBB\u2852\u0280bcmnp\u34FB\u355E\u1209\u358B\u358E\u0480;Edemnprs\u350E\u350F\u3511\u3515\u351E\u3523\u352C\u3531\u3536\u6282;\u6AC5ot;\u6ABD\u0100;d\u11DA\u351Aot;\u6AC3ult;\u6AC1\u0100Ee\u3528\u352A;\u6ACB;\u628Alus;\u6ABFarr;\u6979\u0180eiu\u353D\u3552\u3555t\u0180;en\u350E\u3545\u354Bq\u0100;q\u11DA\u350Feq\u0100;q\u352B\u3528m;\u6AC7\u0100bp\u355A\u355C;\u6AD5;\u6AD3c\u0300;acens\u11ED\u356C\u3572\u3579\u357B\u3326ppro\xF8\u32FAurlye\xF1\u11FE\xF1\u11F3\u0180aes\u3582\u3588\u331Bppro\xF8\u331Aq\xF1\u3317g;\u666A\u0680123;Edehlmnps\u35A9\u35AC\u35AF\u121C\u35B2\u35B4\u35C0\u35C9\u35D5\u35DA\u35DF\u35E8\u35ED\u803B\xB9\u40B9\u803B\xB2\u40B2\u803B\xB3\u40B3;\u6AC6\u0100os\u35B9\u35BCt;\u6ABEub;\u6AD8\u0100;d\u1222\u35C5ot;\u6AC4s\u0100ou\u35CF\u35D2l;\u67C9b;\u6AD7arr;\u697Bult;\u6AC2\u0100Ee\u35E4\u35E6;\u6ACC;\u628Blus;\u6AC0\u0180eiu\u35F4\u3609\u360Ct\u0180;en\u121C\u35FC\u3602q\u0100;q\u1222\u35B2eq\u0100;q\u35E7\u35E4m;\u6AC8\u0100bp\u3611\u3613;\u6AD4;\u6AD6\u0180Aan\u361C\u3620\u362Drr;\u61D9r\u0100hr\u3626\u3628\xEB\u222E\u0100;o\u0A2B\u0A29war;\u692Alig\u803B\xDF\u40DF\u0BE1\u3651\u365D\u3660\u12CE\u3673\u3679\0\u367E\u36C2\0\0\0\0\0\u36DB\u3703\0\u3709\u376C\0\0\0\u3787\u0272\u3656\0\0\u365Bget;\u6316;\u43C4r\xEB\u0E5F\u0180aey\u3666\u366B\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uC000\u{1D531}\u0200eiko\u3686\u369D\u36B5\u36BC\u01F2\u368B\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369B\u43B8ym;\u43D1\u0100cn\u36A2\u36B2k\u0100as\u36A8\u36AEppro\xF8\u12C1im\xBB\u12ACs\xF0\u129E\u0100as\u36BA\u36AE\xF0\u12C1rn\u803B\xFE\u40FE\u01EC\u031F\u36C6\u22E7es\u8180\xD7;bd\u36CF\u36D0\u36D8\u40D7\u0100;a\u190F\u36D5r;\u6A31;\u6A30\u0180eps\u36E1\u36E3\u3700\xE1\u2A4D\u0200;bcf\u0486\u36EC\u36F0\u36F4ot;\u6336ir;\u6AF1\u0100;o\u36F9\u36FC\uC000\u{1D565}rk;\u6ADA\xE1\u3362rime;\u6034\u0180aip\u370F\u3712\u3764d\xE5\u1248\u0380adempst\u3721\u374D\u3740\u3751\u3757\u375C\u375Fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65B5own\xBB\u1DBBeft\u0100;e\u2800\u373E\xF1\u092E;\u625Cight\u0100;e\u32AA\u374B\xF1\u105Aot;\u65ECinus;\u6A3Alus;\u6A39b;\u69CDime;\u6A3Bezium;\u63E2\u0180cht\u3772\u377D\u3781\u0100ry\u3777\u377B;\uC000\u{1D4C9};\u4446cy;\u445Brok;\u4167\u0100io\u378B\u378Ex\xF4\u1777head\u0100lr\u3797\u37A0eftarro\xF7\u084Fightarrow\xBB\u0F5D\u0900AHabcdfghlmoprstuw\u37D0\u37D3\u37D7\u37E4\u37F0\u37FC\u380E\u381C\u3823\u3834\u3851\u385D\u386B\u38A9\u38CC\u38D2\u38EA\u38F6r\xF2\u03EDar;\u6963\u0100cr\u37DC\u37E2ute\u803B\xFA\u40FA\xF2\u1150r\u01E3\u37EA\0\u37EDy;\u445Eve;\u416D\u0100iy\u37F5\u37FArc\u803B\xFB\u40FB;\u4443\u0180abh\u3803\u3806\u380Br\xF2\u13ADlac;\u4171a\xF2\u13C3\u0100ir\u3813\u3818sht;\u697E;\uC000\u{1D532}rave\u803B\xF9\u40F9\u0161\u3827\u3831r\u0100lr\u382C\u382E\xBB\u0957\xBB\u1083lk;\u6580\u0100ct\u3839\u384D\u026F\u383F\0\0\u384Arn\u0100;e\u3845\u3846\u631Cr\xBB\u3846op;\u630Fri;\u65F8\u0100al\u3856\u385Acr;\u416B\u80BB\xA8\u0349\u0100gp\u3862\u3866on;\u4173f;\uC000\u{1D566}\u0300adhlsu\u114B\u3878\u387D\u1372\u3891\u38A0own\xE1\u13B3arpoon\u0100lr\u3888\u388Cef\xF4\u382Digh\xF4\u382Fi\u0180;hl\u3899\u389A\u389C\u43C5\xBB\u13FAon\xBB\u389Aparrows;\u61C8\u0180cit\u38B0\u38C4\u38C8\u026F\u38B6\0\0\u38C1rn\u0100;e\u38BC\u38BD\u631Dr\xBB\u38BDop;\u630Eng;\u416Fri;\u65F9cr;\uC000\u{1D4CA}\u0180dir\u38D9\u38DD\u38E2ot;\u62F0lde;\u4169i\u0100;f\u3730\u38E8\xBB\u1813\u0100am\u38EF\u38F2r\xF2\u38A8l\u803B\xFC\u40FCangle;\u69A7\u0780ABDacdeflnoprsz\u391C\u391F\u3929\u392D\u39B5\u39B8\u39BD\u39DF\u39E4\u39E8\u39F3\u39F9\u39FD\u3A01\u3A20r\xF2\u03F7ar\u0100;v\u3926\u3927\u6AE8;\u6AE9as\xE8\u03E1\u0100nr\u3932\u3937grt;\u699C\u0380eknprst\u34E3\u3946\u394B\u3952\u395D\u3964\u3996app\xE1\u2415othin\xE7\u1E96\u0180hir\u34EB\u2EC8\u3959op\xF4\u2FB5\u0100;h\u13B7\u3962\xEF\u318D\u0100iu\u3969\u396Dgm\xE1\u33B3\u0100bp\u3972\u3984setneq\u0100;q\u397D\u3980\uC000\u228A\uFE00;\uC000\u2ACB\uFE00setneq\u0100;q\u398F\u3992\uC000\u228B\uFE00;\uC000\u2ACC\uFE00\u0100hr\u399B\u399Fet\xE1\u369Ciangle\u0100lr\u39AA\u39AFeft\xBB\u0925ight\xBB\u1051y;\u4432ash\xBB\u1036\u0180elr\u39C4\u39D2\u39D7\u0180;be\u2DEA\u39CB\u39CFar;\u62BBq;\u625Alip;\u62EE\u0100bt\u39DC\u1468a\xF2\u1469r;\uC000\u{1D533}tr\xE9\u39AEsu\u0100bp\u39EF\u39F1\xBB\u0D1C\xBB\u0D59pf;\uC000\u{1D567}ro\xF0\u0EFBtr\xE9\u39B4\u0100cu\u3A06\u3A0Br;\uC000\u{1D4CB}\u0100bp\u3A10\u3A18n\u0100Ee\u3980\u3A16\xBB\u397En\u0100Ee\u3992\u3A1E\xBB\u3990igzag;\u699A\u0380cefoprs\u3A36\u3A3B\u3A56\u3A5B\u3A54\u3A61\u3A6Airc;\u4175\u0100di\u3A40\u3A51\u0100bg\u3A45\u3A49ar;\u6A5Fe\u0100;q\u15FA\u3A4F;\u6259erp;\u6118r;\uC000\u{1D534}pf;\uC000\u{1D568}\u0100;e\u1479\u3A66at\xE8\u1479cr;\uC000\u{1D4CC}\u0AE3\u178E\u3A87\0\u3A8B\0\u3A90\u3A9B\0\0\u3A9D\u3AA8\u3AAB\u3AAF\0\0\u3AC3\u3ACE\0\u3AD8\u17DC\u17DFtr\xE9\u17D1r;\uC000\u{1D535}\u0100Aa\u3A94\u3A97r\xF2\u03C3r\xF2\u09F6;\u43BE\u0100Aa\u3AA1\u3AA4r\xF2\u03B8r\xF2\u09EBa\xF0\u2713is;\u62FB\u0180dpt\u17A4\u3AB5\u3ABE\u0100fl\u3ABA\u17A9;\uC000\u{1D569}im\xE5\u17B2\u0100Aa\u3AC7\u3ACAr\xF2\u03CEr\xF2\u0A01\u0100cq\u3AD2\u17B8r;\uC000\u{1D4CD}\u0100pt\u17D6\u3ADCr\xE9\u17D4\u0400acefiosu\u3AF0\u3AFD\u3B08\u3B0C\u3B11\u3B15\u3B1B\u3B21c\u0100uy\u3AF6\u3AFBte\u803B\xFD\u40FD;\u444F\u0100iy\u3B02\u3B06rc;\u4177;\u444Bn\u803B\xA5\u40A5r;\uC000\u{1D536}cy;\u4457pf;\uC000\u{1D56A}cr;\uC000\u{1D4CE}\u0100cm\u3B26\u3B29y;\u444El\u803B\xFF\u40FF\u0500acdefhiosw\u3B42\u3B48\u3B54\u3B58\u3B64\u3B69\u3B6D\u3B74\u3B7A\u3B80cute;\u417A\u0100ay\u3B4D\u3B52ron;\u417E;\u4437ot;\u417C\u0100et\u3B5D\u3B61tr\xE6\u155Fa;\u43B6r;\uC000\u{1D537}cy;\u4436grarr;\u61DDpf;\uC000\u{1D56B}cr;\uC000\u{1D4CF}\u0100jn\u3B85\u3B87;\u600Dj;\u600C'.split("").map((c) => c.charCodeAt(0))
|
|
32606
32681
|
);
|
|
32607
32682
|
|
|
32608
32683
|
// ../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.js
|
|
32609
|
-
|
|
32684
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
32610
32685
|
var decode_data_xml_default = new Uint16Array(
|
|
32611
32686
|
// prettier-ignore
|
|
32612
32687
|
"\u0200aglq \x1B\u026D\0\0p;\u4026os;\u4027t;\u403Et;\u403Cuot;\u4022".split("").map((c) => c.charCodeAt(0))
|
|
32613
32688
|
);
|
|
32614
32689
|
|
|
32615
32690
|
// ../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.js
|
|
32616
|
-
|
|
32691
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
32617
32692
|
var _a2;
|
|
32618
32693
|
var decodeMap2 = /* @__PURE__ */ new Map([
|
|
32619
32694
|
[0, 65533],
|
|
@@ -33032,10 +33107,10 @@ var htmlDecoder = getDecoder(decode_data_html_default);
|
|
|
33032
33107
|
var xmlDecoder = getDecoder(decode_data_xml_default);
|
|
33033
33108
|
|
|
33034
33109
|
// ../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/encode.js
|
|
33035
|
-
|
|
33110
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
33036
33111
|
|
|
33037
33112
|
// ../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/encode-html.js
|
|
33038
|
-
|
|
33113
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
33039
33114
|
function restoreDiff(arr) {
|
|
33040
33115
|
for (let i = 1; i < arr.length; i++) {
|
|
33041
33116
|
arr[i][0] += arr[i - 1][0] + 1;
|
|
@@ -33045,7 +33120,7 @@ function restoreDiff(arr) {
|
|
|
33045
33120
|
var encode_html_default = new Map(/* @__PURE__ */ restoreDiff([[9, "	"], [0, "
"], [22, "!"], [0, """], [0, "#"], [0, "$"], [0, "%"], [0, "&"], [0, "'"], [0, "("], [0, ")"], [0, "*"], [0, "+"], [0, ","], [1, "."], [0, "/"], [10, ":"], [0, ";"], [0, { v: "<", n: 8402, o: "<⃒" }], [0, { v: "=", n: 8421, o: "=⃥" }], [0, { v: ">", n: 8402, o: ">⃒" }], [0, "?"], [0, "@"], [26, "["], [0, "\"], [0, "]"], [0, "^"], [0, "_"], [0, "`"], [5, { n: 106, o: "fj" }], [20, "{"], [0, "|"], [0, "}"], [34, " "], [0, "¡"], [0, "¢"], [0, "£"], [0, "¤"], [0, "¥"], [0, "¦"], [0, "§"], [0, "¨"], [0, "©"], [0, "ª"], [0, "«"], [0, "¬"], [0, "­"], [0, "®"], [0, "¯"], [0, "°"], [0, "±"], [0, "²"], [0, "³"], [0, "´"], [0, "µ"], [0, "¶"], [0, "·"], [0, "¸"], [0, "¹"], [0, "º"], [0, "»"], [0, "¼"], [0, "½"], [0, "¾"], [0, "¿"], [0, "À"], [0, "Á"], [0, "Â"], [0, "Ã"], [0, "Ä"], [0, "Å"], [0, "Æ"], [0, "Ç"], [0, "È"], [0, "É"], [0, "Ê"], [0, "Ë"], [0, "Ì"], [0, "Í"], [0, "Î"], [0, "Ï"], [0, "Ð"], [0, "Ñ"], [0, "Ò"], [0, "Ó"], [0, "Ô"], [0, "Õ"], [0, "Ö"], [0, "×"], [0, "Ø"], [0, "Ù"], [0, "Ú"], [0, "Û"], [0, "Ü"], [0, "Ý"], [0, "Þ"], [0, "ß"], [0, "à"], [0, "á"], [0, "â"], [0, "ã"], [0, "ä"], [0, "å"], [0, "æ"], [0, "ç"], [0, "è"], [0, "é"], [0, "ê"], [0, "ë"], [0, "ì"], [0, "í"], [0, "î"], [0, "ï"], [0, "ð"], [0, "ñ"], [0, "ò"], [0, "ó"], [0, "ô"], [0, "õ"], [0, "ö"], [0, "÷"], [0, "ø"], [0, "ù"], [0, "ú"], [0, "û"], [0, "ü"], [0, "ý"], [0, "þ"], [0, "ÿ"], [0, "Ā"], [0, "ā"], [0, "Ă"], [0, "ă"], [0, "Ą"], [0, "ą"], [0, "Ć"], [0, "ć"], [0, "Ĉ"], [0, "ĉ"], [0, "Ċ"], [0, "ċ"], [0, "Č"], [0, "č"], [0, "Ď"], [0, "ď"], [0, "Đ"], [0, "đ"], [0, "Ē"], [0, "ē"], [2, "Ė"], [0, "ė"], [0, "Ę"], [0, "ę"], [0, "Ě"], [0, "ě"], [0, "Ĝ"], [0, "ĝ"], [0, "Ğ"], [0, "ğ"], [0, "Ġ"], [0, "ġ"], [0, "Ģ"], [1, "Ĥ"], [0, "ĥ"], [0, "Ħ"], [0, "ħ"], [0, "Ĩ"], [0, "ĩ"], [0, "Ī"], [0, "ī"], [2, "Į"], [0, "į"], [0, "İ"], [0, "ı"], [0, "IJ"], [0, "ij"], [0, "Ĵ"], [0, "ĵ"], [0, "Ķ"], [0, "ķ"], [0, "ĸ"], [0, "Ĺ"], [0, "ĺ"], [0, "Ļ"], [0, "ļ"], [0, "Ľ"], [0, "ľ"], [0, "Ŀ"], [0, "ŀ"], [0, "Ł"], [0, "ł"], [0, "Ń"], [0, "ń"], [0, "Ņ"], [0, "ņ"], [0, "Ň"], [0, "ň"], [0, "ʼn"], [0, "Ŋ"], [0, "ŋ"], [0, "Ō"], [0, "ō"], [2, "Ő"], [0, "ő"], [0, "Œ"], [0, "œ"], [0, "Ŕ"], [0, "ŕ"], [0, "Ŗ"], [0, "ŗ"], [0, "Ř"], [0, "ř"], [0, "Ś"], [0, "ś"], [0, "Ŝ"], [0, "ŝ"], [0, "Ş"], [0, "ş"], [0, "Š"], [0, "š"], [0, "Ţ"], [0, "ţ"], [0, "Ť"], [0, "ť"], [0, "Ŧ"], [0, "ŧ"], [0, "Ũ"], [0, "ũ"], [0, "Ū"], [0, "ū"], [0, "Ŭ"], [0, "ŭ"], [0, "Ů"], [0, "ů"], [0, "Ű"], [0, "ű"], [0, "Ų"], [0, "ų"], [0, "Ŵ"], [0, "ŵ"], [0, "Ŷ"], [0, "ŷ"], [0, "Ÿ"], [0, "Ź"], [0, "ź"], [0, "Ż"], [0, "ż"], [0, "Ž"], [0, "ž"], [19, "ƒ"], [34, "Ƶ"], [63, "ǵ"], [65, "ȷ"], [142, "ˆ"], [0, "ˇ"], [16, "˘"], [0, "˙"], [0, "˚"], [0, "˛"], [0, "˜"], [0, "˝"], [51, "̑"], [127, "Α"], [0, "Β"], [0, "Γ"], [0, "Δ"], [0, "Ε"], [0, "Ζ"], [0, "Η"], [0, "Θ"], [0, "Ι"], [0, "Κ"], [0, "Λ"], [0, "Μ"], [0, "Ν"], [0, "Ξ"], [0, "Ο"], [0, "Π"], [0, "Ρ"], [1, "Σ"], [0, "Τ"], [0, "Υ"], [0, "Φ"], [0, "Χ"], [0, "Ψ"], [0, "Ω"], [7, "α"], [0, "β"], [0, "γ"], [0, "δ"], [0, "ε"], [0, "ζ"], [0, "η"], [0, "θ"], [0, "ι"], [0, "κ"], [0, "λ"], [0, "μ"], [0, "ν"], [0, "ξ"], [0, "ο"], [0, "π"], [0, "ρ"], [0, "ς"], [0, "σ"], [0, "τ"], [0, "υ"], [0, "φ"], [0, "χ"], [0, "ψ"], [0, "ω"], [7, "ϑ"], [0, "ϒ"], [2, "ϕ"], [0, "ϖ"], [5, "Ϝ"], [0, "ϝ"], [18, "ϰ"], [0, "ϱ"], [3, "ϵ"], [0, "϶"], [10, "Ё"], [0, "Ђ"], [0, "Ѓ"], [0, "Є"], [0, "Ѕ"], [0, "І"], [0, "Ї"], [0, "Ј"], [0, "Љ"], [0, "Њ"], [0, "Ћ"], [0, "Ќ"], [1, "Ў"], [0, "Џ"], [0, "А"], [0, "Б"], [0, "В"], [0, "Г"], [0, "Д"], [0, "Е"], [0, "Ж"], [0, "З"], [0, "И"], [0, "Й"], [0, "К"], [0, "Л"], [0, "М"], [0, "Н"], [0, "О"], [0, "П"], [0, "Р"], [0, "С"], [0, "Т"], [0, "У"], [0, "Ф"], [0, "Х"], [0, "Ц"], [0, "Ч"], [0, "Ш"], [0, "Щ"], [0, "Ъ"], [0, "Ы"], [0, "Ь"], [0, "Э"], [0, "Ю"], [0, "Я"], [0, "а"], [0, "б"], [0, "в"], [0, "г"], [0, "д"], [0, "е"], [0, "ж"], [0, "з"], [0, "и"], [0, "й"], [0, "к"], [0, "л"], [0, "м"], [0, "н"], [0, "о"], [0, "п"], [0, "р"], [0, "с"], [0, "т"], [0, "у"], [0, "ф"], [0, "х"], [0, "ц"], [0, "ч"], [0, "ш"], [0, "щ"], [0, "ъ"], [0, "ы"], [0, "ь"], [0, "э"], [0, "ю"], [0, "я"], [1, "ё"], [0, "ђ"], [0, "ѓ"], [0, "є"], [0, "ѕ"], [0, "і"], [0, "ї"], [0, "ј"], [0, "љ"], [0, "њ"], [0, "ћ"], [0, "ќ"], [1, "ў"], [0, "џ"], [7074, " "], [0, " "], [0, " "], [0, " "], [1, " "], [0, " "], [0, " "], [0, " "], [0, "​"], [0, "‌"], [0, "‍"], [0, "‎"], [0, "‏"], [0, "‐"], [2, "–"], [0, "—"], [0, "―"], [0, "‖"], [1, "‘"], [0, "’"], [0, "‚"], [1, "“"], [0, "”"], [0, "„"], [1, "†"], [0, "‡"], [0, "•"], [2, "‥"], [0, "…"], [9, "‰"], [0, "‱"], [0, "′"], [0, "″"], [0, "‴"], [0, "‵"], [3, "‹"], [0, "›"], [3, "‾"], [2, "⁁"], [1, "⁃"], [0, "⁄"], [10, "⁏"], [7, "⁗"], [7, { v: " ", n: 8202, o: "  " }], [0, "⁠"], [0, "⁡"], [0, "⁢"], [0, "⁣"], [72, "€"], [46, "⃛"], [0, "⃜"], [37, "ℂ"], [2, "℅"], [4, "ℊ"], [0, "ℋ"], [0, "ℌ"], [0, "ℍ"], [0, "ℎ"], [0, "ℏ"], [0, "ℐ"], [0, "ℑ"], [0, "ℒ"], [0, "ℓ"], [1, "ℕ"], [0, "№"], [0, "℗"], [0, "℘"], [0, "ℙ"], [0, "ℚ"], [0, "ℛ"], [0, "ℜ"], [0, "ℝ"], [0, "℞"], [3, "™"], [1, "ℤ"], [2, "℧"], [0, "ℨ"], [0, "℩"], [2, "ℬ"], [0, "ℭ"], [1, "ℯ"], [0, "ℰ"], [0, "ℱ"], [1, "ℳ"], [0, "ℴ"], [0, "ℵ"], [0, "ℶ"], [0, "ℷ"], [0, "ℸ"], [12, "ⅅ"], [0, "ⅆ"], [0, "ⅇ"], [0, "ⅈ"], [10, "⅓"], [0, "⅔"], [0, "⅕"], [0, "⅖"], [0, "⅗"], [0, "⅘"], [0, "⅙"], [0, "⅚"], [0, "⅛"], [0, "⅜"], [0, "⅝"], [0, "⅞"], [49, "←"], [0, "↑"], [0, "→"], [0, "↓"], [0, "↔"], [0, "↕"], [0, "↖"], [0, "↗"], [0, "↘"], [0, "↙"], [0, "↚"], [0, "↛"], [1, { v: "↝", n: 824, o: "↝̸" }], [0, "↞"], [0, "↟"], [0, "↠"], [0, "↡"], [0, "↢"], [0, "↣"], [0, "↤"], [0, "↥"], [0, "↦"], [0, "↧"], [1, "↩"], [0, "↪"], [0, "↫"], [0, "↬"], [0, "↭"], [0, "↮"], [1, "↰"], [0, "↱"], [0, "↲"], [0, "↳"], [1, "↵"], [0, "↶"], [0, "↷"], [2, "↺"], [0, "↻"], [0, "↼"], [0, "↽"], [0, "↾"], [0, "↿"], [0, "⇀"], [0, "⇁"], [0, "⇂"], [0, "⇃"], [0, "⇄"], [0, "⇅"], [0, "⇆"], [0, "⇇"], [0, "⇈"], [0, "⇉"], [0, "⇊"], [0, "⇋"], [0, "⇌"], [0, "⇍"], [0, "⇎"], [0, "⇏"], [0, "⇐"], [0, "⇑"], [0, "⇒"], [0, "⇓"], [0, "⇔"], [0, "⇕"], [0, "⇖"], [0, "⇗"], [0, "⇘"], [0, "⇙"], [0, "⇚"], [0, "⇛"], [1, "⇝"], [6, "⇤"], [0, "⇥"], [15, "⇵"], [7, "⇽"], [0, "⇾"], [0, "⇿"], [0, "∀"], [0, "∁"], [0, { v: "∂", n: 824, o: "∂̸" }], [0, "∃"], [0, "∄"], [0, "∅"], [1, "∇"], [0, "∈"], [0, "∉"], [1, "∋"], [0, "∌"], [2, "∏"], [0, "∐"], [0, "∑"], [0, "−"], [0, "∓"], [0, "∔"], [1, "∖"], [0, "∗"], [0, "∘"], [1, "√"], [2, "∝"], [0, "∞"], [0, "∟"], [0, { v: "∠", n: 8402, o: "∠⃒" }], [0, "∡"], [0, "∢"], [0, "∣"], [0, "∤"], [0, "∥"], [0, "∦"], [0, "∧"], [0, "∨"], [0, { v: "∩", n: 65024, o: "∩︀" }], [0, { v: "∪", n: 65024, o: "∪︀" }], [0, "∫"], [0, "∬"], [0, "∭"], [0, "∮"], [0, "∯"], [0, "∰"], [0, "∱"], [0, "∲"], [0, "∳"], [0, "∴"], [0, "∵"], [0, "∶"], [0, "∷"], [0, "∸"], [1, "∺"], [0, "∻"], [0, { v: "∼", n: 8402, o: "∼⃒" }], [0, { v: "∽", n: 817, o: "∽̱" }], [0, { v: "∾", n: 819, o: "∾̳" }], [0, "∿"], [0, "≀"], [0, "≁"], [0, { v: "≂", n: 824, o: "≂̸" }], [0, "≃"], [0, "≄"], [0, "≅"], [0, "≆"], [0, "≇"], [0, "≈"], [0, "≉"], [0, "≊"], [0, { v: "≋", n: 824, o: "≋̸" }], [0, "≌"], [0, { v: "≍", n: 8402, o: "≍⃒" }], [0, { v: "≎", n: 824, o: "≎̸" }], [0, { v: "≏", n: 824, o: "≏̸" }], [0, { v: "≐", n: 824, o: "≐̸" }], [0, "≑"], [0, "≒"], [0, "≓"], [0, "≔"], [0, "≕"], [0, "≖"], [0, "≗"], [1, "≙"], [0, "≚"], [1, "≜"], [2, "≟"], [0, "≠"], [0, { v: "≡", n: 8421, o: "≡⃥" }], [0, "≢"], [1, { v: "≤", n: 8402, o: "≤⃒" }], [0, { v: "≥", n: 8402, o: "≥⃒" }], [0, { v: "≦", n: 824, o: "≦̸" }], [0, { v: "≧", n: 824, o: "≧̸" }], [0, { v: "≨", n: 65024, o: "≨︀" }], [0, { v: "≩", n: 65024, o: "≩︀" }], [0, { v: "≪", n: new Map(/* @__PURE__ */ restoreDiff([[824, "≪̸"], [7577, "≪⃒"]])) }], [0, { v: "≫", n: new Map(/* @__PURE__ */ restoreDiff([[824, "≫̸"], [7577, "≫⃒"]])) }], [0, "≬"], [0, "≭"], [0, "≮"], [0, "≯"], [0, "≰"], [0, "≱"], [0, "≲"], [0, "≳"], [0, "≴"], [0, "≵"], [0, "≶"], [0, "≷"], [0, "≸"], [0, "≹"], [0, "≺"], [0, "≻"], [0, "≼"], [0, "≽"], [0, "≾"], [0, { v: "≿", n: 824, o: "≿̸" }], [0, "⊀"], [0, "⊁"], [0, { v: "⊂", n: 8402, o: "⊂⃒" }], [0, { v: "⊃", n: 8402, o: "⊃⃒" }], [0, "⊄"], [0, "⊅"], [0, "⊆"], [0, "⊇"], [0, "⊈"], [0, "⊉"], [0, { v: "⊊", n: 65024, o: "⊊︀" }], [0, { v: "⊋", n: 65024, o: "⊋︀" }], [1, "⊍"], [0, "⊎"], [0, { v: "⊏", n: 824, o: "⊏̸" }], [0, { v: "⊐", n: 824, o: "⊐̸" }], [0, "⊑"], [0, "⊒"], [0, { v: "⊓", n: 65024, o: "⊓︀" }], [0, { v: "⊔", n: 65024, o: "⊔︀" }], [0, "⊕"], [0, "⊖"], [0, "⊗"], [0, "⊘"], [0, "⊙"], [0, "⊚"], [0, "⊛"], [1, "⊝"], [0, "⊞"], [0, "⊟"], [0, "⊠"], [0, "⊡"], [0, "⊢"], [0, "⊣"], [0, "⊤"], [0, "⊥"], [1, "⊧"], [0, "⊨"], [0, "⊩"], [0, "⊪"], [0, "⊫"], [0, "⊬"], [0, "⊭"], [0, "⊮"], [0, "⊯"], [0, "⊰"], [1, "⊲"], [0, "⊳"], [0, { v: "⊴", n: 8402, o: "⊴⃒" }], [0, { v: "⊵", n: 8402, o: "⊵⃒" }], [0, "⊶"], [0, "⊷"], [0, "⊸"], [0, "⊹"], [0, "⊺"], [0, "⊻"], [1, "⊽"], [0, "⊾"], [0, "⊿"], [0, "⋀"], [0, "⋁"], [0, "⋂"], [0, "⋃"], [0, "⋄"], [0, "⋅"], [0, "⋆"], [0, "⋇"], [0, "⋈"], [0, "⋉"], [0, "⋊"], [0, "⋋"], [0, "⋌"], [0, "⋍"], [0, "⋎"], [0, "⋏"], [0, "⋐"], [0, "⋑"], [0, "⋒"], [0, "⋓"], [0, "⋔"], [0, "⋕"], [0, "⋖"], [0, "⋗"], [0, { v: "⋘", n: 824, o: "⋘̸" }], [0, { v: "⋙", n: 824, o: "⋙̸" }], [0, { v: "⋚", n: 65024, o: "⋚︀" }], [0, { v: "⋛", n: 65024, o: "⋛︀" }], [2, "⋞"], [0, "⋟"], [0, "⋠"], [0, "⋡"], [0, "⋢"], [0, "⋣"], [2, "⋦"], [0, "⋧"], [0, "⋨"], [0, "⋩"], [0, "⋪"], [0, "⋫"], [0, "⋬"], [0, "⋭"], [0, "⋮"], [0, "⋯"], [0, "⋰"], [0, "⋱"], [0, "⋲"], [0, "⋳"], [0, "⋴"], [0, { v: "⋵", n: 824, o: "⋵̸" }], [0, "⋶"], [0, "⋷"], [1, { v: "⋹", n: 824, o: "⋹̸" }], [0, "⋺"], [0, "⋻"], [0, "⋼"], [0, "⋽"], [0, "⋾"], [6, "⌅"], [0, "⌆"], [1, "⌈"], [0, "⌉"], [0, "⌊"], [0, "⌋"], [0, "⌌"], [0, "⌍"], [0, "⌎"], [0, "⌏"], [0, "⌐"], [1, "⌒"], [0, "⌓"], [1, "⌕"], [0, "⌖"], [5, "⌜"], [0, "⌝"], [0, "⌞"], [0, "⌟"], [2, "⌢"], [0, "⌣"], [9, "⌭"], [0, "⌮"], [7, "⌶"], [6, "⌽"], [1, "⌿"], [60, "⍼"], [51, "⎰"], [0, "⎱"], [2, "⎴"], [0, "⎵"], [0, "⎶"], [37, "⏜"], [0, "⏝"], [0, "⏞"], [0, "⏟"], [2, "⏢"], [4, "⏧"], [59, "␣"], [164, "Ⓢ"], [55, "─"], [1, "│"], [9, "┌"], [3, "┐"], [3, "└"], [3, "┘"], [3, "├"], [7, "┤"], [7, "┬"], [7, "┴"], [7, "┼"], [19, "═"], [0, "║"], [0, "╒"], [0, "╓"], [0, "╔"], [0, "╕"], [0, "╖"], [0, "╗"], [0, "╘"], [0, "╙"], [0, "╚"], [0, "╛"], [0, "╜"], [0, "╝"], [0, "╞"], [0, "╟"], [0, "╠"], [0, "╡"], [0, "╢"], [0, "╣"], [0, "╤"], [0, "╥"], [0, "╦"], [0, "╧"], [0, "╨"], [0, "╩"], [0, "╪"], [0, "╫"], [0, "╬"], [19, "▀"], [3, "▄"], [3, "█"], [8, "░"], [0, "▒"], [0, "▓"], [13, "□"], [8, "▪"], [0, "▫"], [1, "▭"], [0, "▮"], [2, "▱"], [1, "△"], [0, "▴"], [0, "▵"], [2, "▸"], [0, "▹"], [3, "▽"], [0, "▾"], [0, "▿"], [2, "◂"], [0, "◃"], [6, "◊"], [0, "○"], [32, "◬"], [2, "◯"], [8, "◸"], [0, "◹"], [0, "◺"], [0, "◻"], [0, "◼"], [8, "★"], [0, "☆"], [7, "☎"], [49, "♀"], [1, "♂"], [29, "♠"], [2, "♣"], [1, "♥"], [0, "♦"], [3, "♪"], [2, "♭"], [0, "♮"], [0, "♯"], [163, "✓"], [3, "✗"], [8, "✠"], [21, "✶"], [33, "❘"], [25, "❲"], [0, "❳"], [84, "⟈"], [0, "⟉"], [28, "⟦"], [0, "⟧"], [0, "⟨"], [0, "⟩"], [0, "⟪"], [0, "⟫"], [0, "⟬"], [0, "⟭"], [7, "⟵"], [0, "⟶"], [0, "⟷"], [0, "⟸"], [0, "⟹"], [0, "⟺"], [1, "⟼"], [2, "⟿"], [258, "⤂"], [0, "⤃"], [0, "⤄"], [0, "⤅"], [6, "⤌"], [0, "⤍"], [0, "⤎"], [0, "⤏"], [0, "⤐"], [0, "⤑"], [0, "⤒"], [0, "⤓"], [2, "⤖"], [2, "⤙"], [0, "⤚"], [0, "⤛"], [0, "⤜"], [0, "⤝"], [0, "⤞"], [0, "⤟"], [0, "⤠"], [2, "⤣"], [0, "⤤"], [0, "⤥"], [0, "⤦"], [0, "⤧"], [0, "⤨"], [0, "⤩"], [0, "⤪"], [8, { v: "⤳", n: 824, o: "⤳̸" }], [1, "⤵"], [0, "⤶"], [0, "⤷"], [0, "⤸"], [0, "⤹"], [2, "⤼"], [0, "⤽"], [7, "⥅"], [2, "⥈"], [0, "⥉"], [0, "⥊"], [0, "⥋"], [2, "⥎"], [0, "⥏"], [0, "⥐"], [0, "⥑"], [0, "⥒"], [0, "⥓"], [0, "⥔"], [0, "⥕"], [0, "⥖"], [0, "⥗"], [0, "⥘"], [0, "⥙"], [0, "⥚"], [0, "⥛"], [0, "⥜"], [0, "⥝"], [0, "⥞"], [0, "⥟"], [0, "⥠"], [0, "⥡"], [0, "⥢"], [0, "⥣"], [0, "⥤"], [0, "⥥"], [0, "⥦"], [0, "⥧"], [0, "⥨"], [0, "⥩"], [0, "⥪"], [0, "⥫"], [0, "⥬"], [0, "⥭"], [0, "⥮"], [0, "⥯"], [0, "⥰"], [0, "⥱"], [0, "⥲"], [0, "⥳"], [0, "⥴"], [0, "⥵"], [0, "⥶"], [1, "⥸"], [0, "⥹"], [1, "⥻"], [0, "⥼"], [0, "⥽"], [0, "⥾"], [0, "⥿"], [5, "⦅"], [0, "⦆"], [4, "⦋"], [0, "⦌"], [0, "⦍"], [0, "⦎"], [0, "⦏"], [0, "⦐"], [0, "⦑"], [0, "⦒"], [0, "⦓"], [0, "⦔"], [0, "⦕"], [0, "⦖"], [3, "⦚"], [1, "⦜"], [0, "⦝"], [6, "⦤"], [0, "⦥"], [0, "⦦"], [0, "⦧"], [0, "⦨"], [0, "⦩"], [0, "⦪"], [0, "⦫"], [0, "⦬"], [0, "⦭"], [0, "⦮"], [0, "⦯"], [0, "⦰"], [0, "⦱"], [0, "⦲"], [0, "⦳"], [0, "⦴"], [0, "⦵"], [0, "⦶"], [0, "⦷"], [1, "⦹"], [1, "⦻"], [0, "⦼"], [1, "⦾"], [0, "⦿"], [0, "⧀"], [0, "⧁"], [0, "⧂"], [0, "⧃"], [0, "⧄"], [0, "⧅"], [3, "⧉"], [3, "⧍"], [0, "⧎"], [0, { v: "⧏", n: 824, o: "⧏̸" }], [0, { v: "⧐", n: 824, o: "⧐̸" }], [11, "⧜"], [0, "⧝"], [0, "⧞"], [4, "⧣"], [0, "⧤"], [0, "⧥"], [5, "⧫"], [8, "⧴"], [1, "⧶"], [9, "⨀"], [0, "⨁"], [0, "⨂"], [1, "⨄"], [1, "⨆"], [5, "⨌"], [0, "⨍"], [2, "⨐"], [0, "⨑"], [0, "⨒"], [0, "⨓"], [0, "⨔"], [0, "⨕"], [0, "⨖"], [0, "⨗"], [10, "⨢"], [0, "⨣"], [0, "⨤"], [0, "⨥"], [0, "⨦"], [0, "⨧"], [1, "⨩"], [0, "⨪"], [2, "⨭"], [0, "⨮"], [0, "⨯"], [0, "⨰"], [0, "⨱"], [1, "⨳"], [0, "⨴"], [0, "⨵"], [0, "⨶"], [0, "⨷"], [0, "⨸"], [0, "⨹"], [0, "⨺"], [0, "⨻"], [0, "⨼"], [2, "⨿"], [0, "⩀"], [1, "⩂"], [0, "⩃"], [0, "⩄"], [0, "⩅"], [0, "⩆"], [0, "⩇"], [0, "⩈"], [0, "⩉"], [0, "⩊"], [0, "⩋"], [0, "⩌"], [0, "⩍"], [2, "⩐"], [2, "⩓"], [0, "⩔"], [0, "⩕"], [0, "⩖"], [0, "⩗"], [0, "⩘"], [1, "⩚"], [0, "⩛"], [0, "⩜"], [0, "⩝"], [1, "⩟"], [6, "⩦"], [3, "⩪"], [2, { v: "⩭", n: 824, o: "⩭̸" }], [0, "⩮"], [0, "⩯"], [0, { v: "⩰", n: 824, o: "⩰̸" }], [0, "⩱"], [0, "⩲"], [0, "⩳"], [0, "⩴"], [0, "⩵"], [1, "⩷"], [0, "⩸"], [0, "⩹"], [0, "⩺"], [0, "⩻"], [0, "⩼"], [0, { v: "⩽", n: 824, o: "⩽̸" }], [0, { v: "⩾", n: 824, o: "⩾̸" }], [0, "⩿"], [0, "⪀"], [0, "⪁"], [0, "⪂"], [0, "⪃"], [0, "⪄"], [0, "⪅"], [0, "⪆"], [0, "⪇"], [0, "⪈"], [0, "⪉"], [0, "⪊"], [0, "⪋"], [0, "⪌"], [0, "⪍"], [0, "⪎"], [0, "⪏"], [0, "⪐"], [0, "⪑"], [0, "⪒"], [0, "⪓"], [0, "⪔"], [0, "⪕"], [0, "⪖"], [0, "⪗"], [0, "⪘"], [0, "⪙"], [0, "⪚"], [2, "⪝"], [0, "⪞"], [0, "⪟"], [0, "⪠"], [0, { v: "⪡", n: 824, o: "⪡̸" }], [0, { v: "⪢", n: 824, o: "⪢̸" }], [1, "⪤"], [0, "⪥"], [0, "⪦"], [0, "⪧"], [0, "⪨"], [0, "⪩"], [0, "⪪"], [0, "⪫"], [0, { v: "⪬", n: 65024, o: "⪬︀" }], [0, { v: "⪭", n: 65024, o: "⪭︀" }], [0, "⪮"], [0, { v: "⪯", n: 824, o: "⪯̸" }], [0, { v: "⪰", n: 824, o: "⪰̸" }], [2, "⪳"], [0, "⪴"], [0, "⪵"], [0, "⪶"], [0, "⪷"], [0, "⪸"], [0, "⪹"], [0, "⪺"], [0, "⪻"], [0, "⪼"], [0, "⪽"], [0, "⪾"], [0, "⪿"], [0, "⫀"], [0, "⫁"], [0, "⫂"], [0, "⫃"], [0, "⫄"], [0, { v: "⫅", n: 824, o: "⫅̸" }], [0, { v: "⫆", n: 824, o: "⫆̸" }], [0, "⫇"], [0, "⫈"], [2, { v: "⫋", n: 65024, o: "⫋︀" }], [0, { v: "⫌", n: 65024, o: "⫌︀" }], [2, "⫏"], [0, "⫐"], [0, "⫑"], [0, "⫒"], [0, "⫓"], [0, "⫔"], [0, "⫕"], [0, "⫖"], [0, "⫗"], [0, "⫘"], [0, "⫙"], [0, "⫚"], [0, "⫛"], [8, "⫤"], [1, "⫦"], [0, "⫧"], [0, "⫨"], [0, "⫩"], [1, "⫫"], [0, "⫬"], [0, "⫭"], [0, "⫮"], [0, "⫯"], [0, "⫰"], [0, "⫱"], [0, "⫲"], [0, "⫳"], [9, { v: "⫽", n: 8421, o: "⫽⃥" }], [44343, { n: new Map(/* @__PURE__ */ restoreDiff([[56476, "𝒜"], [1, "𝒞"], [0, "𝒟"], [2, "𝒢"], [2, "𝒥"], [0, "𝒦"], [2, "𝒩"], [0, "𝒪"], [0, "𝒫"], [0, "𝒬"], [1, "𝒮"], [0, "𝒯"], [0, "𝒰"], [0, "𝒱"], [0, "𝒲"], [0, "𝒳"], [0, "𝒴"], [0, "𝒵"], [0, "𝒶"], [0, "𝒷"], [0, "𝒸"], [0, "𝒹"], [1, "𝒻"], [1, "𝒽"], [0, "𝒾"], [0, "𝒿"], [0, "𝓀"], [0, "𝓁"], [0, "𝓂"], [0, "𝓃"], [1, "𝓅"], [0, "𝓆"], [0, "𝓇"], [0, "𝓈"], [0, "𝓉"], [0, "𝓊"], [0, "𝓋"], [0, "𝓌"], [0, "𝓍"], [0, "𝓎"], [0, "𝓏"], [52, "𝔄"], [0, "𝔅"], [1, "𝔇"], [0, "𝔈"], [0, "𝔉"], [0, "𝔊"], [2, "𝔍"], [0, "𝔎"], [0, "𝔏"], [0, "𝔐"], [0, "𝔑"], [0, "𝔒"], [0, "𝔓"], [0, "𝔔"], [1, "𝔖"], [0, "𝔗"], [0, "𝔘"], [0, "𝔙"], [0, "𝔚"], [0, "𝔛"], [0, "𝔜"], [1, "𝔞"], [0, "𝔟"], [0, "𝔠"], [0, "𝔡"], [0, "𝔢"], [0, "𝔣"], [0, "𝔤"], [0, "𝔥"], [0, "𝔦"], [0, "𝔧"], [0, "𝔨"], [0, "𝔩"], [0, "𝔪"], [0, "𝔫"], [0, "𝔬"], [0, "𝔭"], [0, "𝔮"], [0, "𝔯"], [0, "𝔰"], [0, "𝔱"], [0, "𝔲"], [0, "𝔳"], [0, "𝔴"], [0, "𝔵"], [0, "𝔶"], [0, "𝔷"], [0, "𝔸"], [0, "𝔹"], [1, "𝔻"], [0, "𝔼"], [0, "𝔽"], [0, "𝔾"], [1, "𝕀"], [0, "𝕁"], [0, "𝕂"], [0, "𝕃"], [0, "𝕄"], [1, "𝕆"], [3, "𝕊"], [0, "𝕋"], [0, "𝕌"], [0, "𝕍"], [0, "𝕎"], [0, "𝕏"], [0, "𝕐"], [1, "𝕒"], [0, "𝕓"], [0, "𝕔"], [0, "𝕕"], [0, "𝕖"], [0, "𝕗"], [0, "𝕘"], [0, "𝕙"], [0, "𝕚"], [0, "𝕛"], [0, "𝕜"], [0, "𝕝"], [0, "𝕞"], [0, "𝕟"], [0, "𝕠"], [0, "𝕡"], [0, "𝕢"], [0, "𝕣"], [0, "𝕤"], [0, "𝕥"], [0, "𝕦"], [0, "𝕧"], [0, "𝕨"], [0, "𝕩"], [0, "𝕪"], [0, "𝕫"]])) }], [8906, "ff"], [0, "fi"], [0, "fl"], [0, "ffi"], [0, "ffl"]]));
|
|
33046
33121
|
|
|
33047
33122
|
// ../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/escape.js
|
|
33048
|
-
|
|
33123
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
33049
33124
|
var xmlCodeMap = /* @__PURE__ */ new Map([
|
|
33050
33125
|
[34, """],
|
|
33051
33126
|
[38, "&"],
|
|
@@ -33104,7 +33179,7 @@ var EncodingMode;
|
|
|
33104
33179
|
})(EncodingMode || (EncodingMode = {}));
|
|
33105
33180
|
|
|
33106
33181
|
// ../../node_modules/.pnpm/dom-serializer@2.0.0/node_modules/dom-serializer/lib/esm/foreignNames.js
|
|
33107
|
-
|
|
33182
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
33108
33183
|
var elementNames = new Map([
|
|
33109
33184
|
"altGlyph",
|
|
33110
33185
|
"altGlyphDef",
|
|
@@ -33207,19 +33282,19 @@ var attributeNames = new Map([
|
|
|
33207
33282
|
].map((val) => [val.toLowerCase(), val]));
|
|
33208
33283
|
|
|
33209
33284
|
// ../../node_modules/.pnpm/domutils@3.2.1/node_modules/domutils/lib/esm/traversal.js
|
|
33210
|
-
|
|
33285
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
33211
33286
|
|
|
33212
33287
|
// ../../node_modules/.pnpm/domutils@3.2.1/node_modules/domutils/lib/esm/manipulation.js
|
|
33213
|
-
|
|
33288
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
33214
33289
|
|
|
33215
33290
|
// ../../node_modules/.pnpm/domutils@3.2.1/node_modules/domutils/lib/esm/querying.js
|
|
33216
|
-
|
|
33291
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
33217
33292
|
|
|
33218
33293
|
// ../../node_modules/.pnpm/domutils@3.2.1/node_modules/domutils/lib/esm/legacy.js
|
|
33219
|
-
|
|
33294
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
33220
33295
|
|
|
33221
33296
|
// ../../node_modules/.pnpm/domutils@3.2.1/node_modules/domutils/lib/esm/helpers.js
|
|
33222
|
-
|
|
33297
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
33223
33298
|
var DocumentPosition;
|
|
33224
33299
|
(function(DocumentPosition2) {
|
|
33225
33300
|
DocumentPosition2[DocumentPosition2["DISCONNECTED"] = 1] = "DISCONNECTED";
|
|
@@ -33230,10 +33305,10 @@ var DocumentPosition;
|
|
|
33230
33305
|
})(DocumentPosition || (DocumentPosition = {}));
|
|
33231
33306
|
|
|
33232
33307
|
// ../../node_modules/.pnpm/domutils@3.2.1/node_modules/domutils/lib/esm/feeds.js
|
|
33233
|
-
|
|
33308
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
33234
33309
|
|
|
33235
33310
|
// src/wxml/shared.ts
|
|
33236
|
-
|
|
33311
|
+
_chunkPFE2IVZ3cjs.init_cjs_shims.call(void 0, );
|
|
33237
33312
|
var srcImportTagsMap = {
|
|
33238
33313
|
// 参考:https://developers.weixin.qq.com/miniprogram/dev/reference/wxs/01wxs-module.html
|
|
33239
33314
|
wxs: ["src"],
|
|
@@ -33391,7 +33466,7 @@ function scanWxml(wxml, options) {
|
|
|
33391
33466
|
});
|
|
33392
33467
|
}
|
|
33393
33468
|
}
|
|
33394
|
-
if (currentTagName === "wxs" && name === "lang" &&
|
|
33469
|
+
if (currentTagName === "wxs" && name === "lang" && _chunkZZA26GJIcjs.jsExtensions.includes(value)) {
|
|
33395
33470
|
removeWxsLangAttrTokens.push({
|
|
33396
33471
|
start: parser.startIndex,
|
|
33397
33472
|
end: parser.endIndex,
|
|
@@ -33420,7 +33495,7 @@ function scanWxml(wxml, options) {
|
|
|
33420
33495
|
tagStartIndex = 0;
|
|
33421
33496
|
},
|
|
33422
33497
|
ontext(data2) {
|
|
33423
|
-
if (currentTagName === "wxs" &&
|
|
33498
|
+
if (currentTagName === "wxs" && _chunkZZA26GJIcjs.jsExtensions.includes(attrs.lang)) {
|
|
33424
33499
|
inlineWxsTokens.push({
|
|
33425
33500
|
start: parser.startIndex,
|
|
33426
33501
|
end: parser.endIndex,
|
|
@@ -33515,7 +33590,7 @@ function createWxmlService(ctx) {
|
|
|
33515
33590
|
return set3;
|
|
33516
33591
|
}
|
|
33517
33592
|
function clearAll() {
|
|
33518
|
-
const currentRoot = _optionalChain([ctx, 'access',
|
|
33593
|
+
const currentRoot = _optionalChain([ctx, 'access', _701 => _701.configService, 'optionalAccess', _702 => _702.currentSubPackageRoot]);
|
|
33519
33594
|
if (!currentRoot) {
|
|
33520
33595
|
depsMap.clear();
|
|
33521
33596
|
tokenMap.clear();
|
|
@@ -33575,7 +33650,7 @@ function createWxmlService(ctx) {
|
|
|
33575
33650
|
if (!ctx.configService) {
|
|
33576
33651
|
throw new Error("configService must be initialized before scanning wxml");
|
|
33577
33652
|
}
|
|
33578
|
-
const wxmlConfig = _nullishCoalesce(_optionalChain([ctx, 'access',
|
|
33653
|
+
const wxmlConfig = _nullishCoalesce(_optionalChain([ctx, 'access', _703 => _703.configService, 'access', _704 => _704.weappViteConfig, 'optionalAccess', _705 => _705.wxml]), () => ( _optionalChain([ctx, 'access', _706 => _706.configService, 'access', _707 => _707.weappViteConfig, 'optionalAccess', _708 => _708.enhance, 'optionalAccess', _709 => _709.wxml])));
|
|
33579
33654
|
return scanWxml(wxml, {
|
|
33580
33655
|
platform: ctx.configService.platform,
|
|
33581
33656
|
...wxmlConfig === true ? {} : wxmlConfig
|
|
@@ -33601,7 +33676,7 @@ function createWxmlService(ctx) {
|
|
|
33601
33676
|
cache2.set(filepath, res);
|
|
33602
33677
|
await addDeps(
|
|
33603
33678
|
filepath,
|
|
33604
|
-
res.deps.filter((x) => isImportTag(x.tagName) &&
|
|
33679
|
+
res.deps.filter((x) => isImportTag(x.tagName) && _chunkZZA26GJIcjs.isTemplate.call(void 0, x.value)).map((x) => {
|
|
33605
33680
|
if (x.value.startsWith("/")) {
|
|
33606
33681
|
return _pathe2.default.resolve(ctx.configService.absoluteSrcRoot, x.value.slice(1));
|
|
33607
33682
|
} else {
|