@shopify/create-app 3.85.5 → 3.86.0
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/{brotli-EDFLSXX4.js → brotli-2OKV26Y6.js} +3 -3
- package/dist/{chunk-4WG5JQHA.js → chunk-24C6AXHU.js} +109 -88
- package/dist/{chunk-75LV6AQS.js → chunk-6ONJEX7Y.js} +8 -8
- package/dist/{chunk-I3ZBATYA.js → chunk-JVOC6QPM.js} +203 -181
- package/dist/{chunk-2VQSCETZ.js → chunk-JXJ33RQ2.js} +57 -59
- package/dist/{chunk-RN5F2ZF4.js → chunk-KUW6F33L.js} +6 -6
- package/dist/{chunk-O4KAJGU5.js → chunk-MGT4QKYB.js} +3 -3
- package/dist/{chunk-MRFYNZ7Q.js → chunk-TO2X4F7Z.js} +81 -30
- package/dist/{chunk-LG53DXOY.js → chunk-VCNJSI7V.js} +40 -31
- package/dist/{chunk-25IMI7TH.js → chunk-XD3LXUGW.js} +5 -5
- package/dist/{chunk-Z46NFQ33.js → chunk-Y7KLALIY.js} +24 -24
- package/dist/{custom-oclif-loader-DO3K4WDC.js → custom-oclif-loader-P2GF3H55.js} +4 -4
- package/dist/{del-4XMQNWFE.js → del-M36IQP37.js} +3 -3
- package/dist/{error-handler-W76H7JBB.js → error-handler-A4ESBROE.js} +9 -9
- package/dist/hooks/postrun.js +7 -7
- package/dist/hooks/prerun.js +7 -7
- package/dist/{http-proxy-node16-T623PGD4.js → http-proxy-node16-K5X7BUK5.js} +3 -3
- package/dist/index.js +452 -406
- package/dist/index.test.js +15 -15
- package/dist/{lib-XDPPS4KW.js → lib-JIKIO4JO.js} +2 -2
- package/dist/{local-QITTSRL5.js → local-NJYNKPHZ.js} +4 -4
- package/dist/{multipart-parser-WSNBP656.js → multipart-parser-IYYNISJK.js} +2 -2
- package/dist/{node-package-manager-YJ2PSFI3.js → node-package-manager-DIXFSXME.js} +5 -5
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-C6NNSWI4.js → ui-TJJFYS6Z.js} +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
errorHandler,
|
|
9
9
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
10
10
|
require_end_of_stream
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-Y7KLALIY.js";
|
|
12
12
|
import {
|
|
13
13
|
compileData,
|
|
14
14
|
fanoutHooks,
|
|
@@ -17,11 +17,11 @@ import {
|
|
|
17
17
|
recordEvent,
|
|
18
18
|
recordTiming,
|
|
19
19
|
reportAnalyticsEvent
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-JVOC6QPM.js";
|
|
21
21
|
import {
|
|
22
22
|
setCurrentCommandId,
|
|
23
23
|
showNotificationsIfNeeded
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-KUW6F33L.js";
|
|
25
25
|
import {
|
|
26
26
|
CLI_KIT_VERSION,
|
|
27
27
|
ClientError,
|
|
@@ -60,7 +60,9 @@ import {
|
|
|
60
60
|
graphqlRequestDoc,
|
|
61
61
|
hashString,
|
|
62
62
|
isEmpty,
|
|
63
|
+
isServiceAccount,
|
|
63
64
|
isThemeAccessSession,
|
|
65
|
+
isUserAccount,
|
|
64
66
|
jsonOutputEnabled,
|
|
65
67
|
nonRandomUUID,
|
|
66
68
|
normalizeStoreFqdn,
|
|
@@ -89,8 +91,8 @@ import {
|
|
|
89
91
|
setPathValue,
|
|
90
92
|
shopifyFetch,
|
|
91
93
|
z
|
|
92
|
-
} from "./chunk-
|
|
93
|
-
import "./chunk-
|
|
94
|
+
} from "./chunk-VCNJSI7V.js";
|
|
95
|
+
import "./chunk-XD3LXUGW.js";
|
|
94
96
|
import {
|
|
95
97
|
LocalStorage,
|
|
96
98
|
UnknownPackageManagerError,
|
|
@@ -112,7 +114,7 @@ import {
|
|
|
112
114
|
usesWorkspaces,
|
|
113
115
|
versionSatisfies,
|
|
114
116
|
writePackageJSON
|
|
115
|
-
} from "./chunk-
|
|
117
|
+
} from "./chunk-TO2X4F7Z.js";
|
|
116
118
|
import {
|
|
117
119
|
AbortController as AbortController2,
|
|
118
120
|
AbortError,
|
|
@@ -275,12 +277,12 @@ import {
|
|
|
275
277
|
username,
|
|
276
278
|
writeFile,
|
|
277
279
|
writeFileSync
|
|
278
|
-
} from "./chunk-
|
|
280
|
+
} from "./chunk-24C6AXHU.js";
|
|
279
281
|
import {
|
|
280
282
|
require_commonjs,
|
|
281
283
|
require_lib as require_lib2,
|
|
282
284
|
require_typescript
|
|
283
|
-
} from "./chunk-
|
|
285
|
+
} from "./chunk-JXJ33RQ2.js";
|
|
284
286
|
import {
|
|
285
287
|
require_ms,
|
|
286
288
|
require_src
|
|
@@ -304,13 +306,13 @@ import {
|
|
|
304
306
|
require_glob,
|
|
305
307
|
require_inflight,
|
|
306
308
|
require_inherits
|
|
307
|
-
} from "./chunk-
|
|
309
|
+
} from "./chunk-MGT4QKYB.js";
|
|
308
310
|
import {
|
|
309
311
|
require_once
|
|
310
312
|
} from "./chunk-SHWOPMLQ.js";
|
|
311
313
|
import {
|
|
312
314
|
require_graceful_fs
|
|
313
|
-
} from "./chunk-
|
|
315
|
+
} from "./chunk-6ONJEX7Y.js";
|
|
314
316
|
import {
|
|
315
317
|
require_balanced_match
|
|
316
318
|
} from "./chunk-LABBARNJ.js";
|
|
@@ -428,12 +430,12 @@ var require_toml_patch = __commonJS({
|
|
|
428
430
|
};
|
|
429
431
|
module2.exports.__wbindgen_number_get = function(arg0, arg1) {
|
|
430
432
|
let obj = arg1, ret = typeof obj == "number" ? obj : void 0;
|
|
431
|
-
getDataViewMemory0().setFloat64(arg0 + 8
|
|
433
|
+
getDataViewMemory0().setFloat64(arg0 + 8, isLikeNone(ret) ? 0 : ret, !0), getDataViewMemory0().setInt32(arg0 + 0, !isLikeNone(ret), !0);
|
|
432
434
|
};
|
|
433
435
|
module2.exports.__wbindgen_string_get = function(arg0, arg1) {
|
|
434
436
|
let obj = arg1, ret = typeof obj == "string" ? obj : void 0;
|
|
435
437
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc), len1 = WASM_VECTOR_LEN;
|
|
436
|
-
getDataViewMemory0().setInt32(arg0 + 4
|
|
438
|
+
getDataViewMemory0().setInt32(arg0 + 4, len1, !0), getDataViewMemory0().setInt32(arg0 + 0, ptr1, !0);
|
|
437
439
|
};
|
|
438
440
|
module2.exports.__wbindgen_string_new = function(arg0, arg1) {
|
|
439
441
|
return getStringFromWasm0(arg0, arg1);
|
|
@@ -2009,15 +2011,15 @@ var require_utils = __commonJS({
|
|
|
2009
2011
|
"../../node_modules/.pnpm/@shopify+theme-check-common@3.23.0/node_modules/@shopify/theme-check-common/dist/utils/index.js"(exports2) {
|
|
2010
2012
|
"use strict";
|
|
2011
2013
|
init_cjs_shims();
|
|
2012
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
2014
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
2013
2015
|
k2 === void 0 && (k2 = k);
|
|
2014
2016
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
2015
2017
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
2016
2018
|
return m[k];
|
|
2017
2019
|
} }), Object.defineProperty(o, k2, desc);
|
|
2018
|
-
} : function(o, m, k, k2) {
|
|
2020
|
+
}) : (function(o, m, k, k2) {
|
|
2019
2021
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
2020
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
2022
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
2021
2023
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
2022
2024
|
};
|
|
2023
2025
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -5836,10 +5838,10 @@ var LIB, URI2, Utils, init_esm = __esm({
|
|
|
5836
5838
|
return r5 === -1 || i2 === -1 || s2 === 0 || s2 === 1 && r5 === i2 - 1 && r5 === n3 + 1 ? "" : t20.slice(r5, i2);
|
|
5837
5839
|
}, format: function(t20) {
|
|
5838
5840
|
if (t20 === null || typeof t20 != "object") throw new TypeError('The "pathObject" argument must be of type Object. Received type ' + typeof t20);
|
|
5839
|
-
return function(t21, e3) {
|
|
5841
|
+
return (function(t21, e3) {
|
|
5840
5842
|
var r5 = e3.dir || e3.root, n3 = e3.base || (e3.name || "") + (e3.ext || "");
|
|
5841
5843
|
return r5 ? r5 === e3.root ? r5 + n3 : r5 + "/" + n3 : n3;
|
|
5842
|
-
}(0, t20);
|
|
5844
|
+
})(0, t20);
|
|
5843
5845
|
}, parse: function(t20) {
|
|
5844
5846
|
e2(t20);
|
|
5845
5847
|
var r5 = { root: "", dir: "", base: "", ext: "", name: "" };
|
|
@@ -5890,9 +5892,9 @@ var LIB, URI2, Utils, init_esm = __esm({
|
|
|
5890
5892
|
query;
|
|
5891
5893
|
fragment;
|
|
5892
5894
|
constructor(t19, e2, r4, n2, i2, o2 = !1) {
|
|
5893
|
-
typeof t19 == "object" ? (this.scheme = t19.scheme || c, this.authority = t19.authority || c, this.path = t19.path || c, this.query = t19.query || c, this.fragment = t19.fragment || c) : (this.scheme = /* @__PURE__ */ function(t20, e3) {
|
|
5895
|
+
typeof t19 == "object" ? (this.scheme = t19.scheme || c, this.authority = t19.authority || c, this.path = t19.path || c, this.query = t19.query || c, this.fragment = t19.fragment || c) : (this.scheme = /* @__PURE__ */ (function(t20, e3) {
|
|
5894
5896
|
return t20 || e3 ? t20 : "file";
|
|
5895
|
-
}(t19, o2), this.authority = e2 || c, this.path = function(t20, e3) {
|
|
5897
|
+
})(t19, o2), this.authority = e2 || c, this.path = (function(t20, e3) {
|
|
5896
5898
|
switch (t20) {
|
|
5897
5899
|
case "https":
|
|
5898
5900
|
case "http":
|
|
@@ -5900,7 +5902,7 @@ var LIB, URI2, Utils, init_esm = __esm({
|
|
|
5900
5902
|
e3 ? e3[0] !== f2 && (e3 = f2 + e3) : e3 = f2;
|
|
5901
5903
|
}
|
|
5902
5904
|
return e3;
|
|
5903
|
-
}(this.scheme, r4 || c), this.query = n2 || c, this.fragment = i2 || c, a2(this, o2));
|
|
5905
|
+
})(this.scheme, r4 || c), this.query = n2 || c, this.fragment = i2 || c, a2(this, o2));
|
|
5904
5906
|
}
|
|
5905
5907
|
get fsPath() {
|
|
5906
5908
|
return v(this, !1);
|
|
@@ -6015,7 +6017,7 @@ var LIB, URI2, Utils, init_esm = __esm({
|
|
|
6015
6017
|
}
|
|
6016
6018
|
let A2 = /(%[0-9A-Za-z][0-9A-Za-z])+/g;
|
|
6017
6019
|
function w(t19) {
|
|
6018
|
-
return t19.match(A2) ? t19.replace(A2, (t20) => C(t20)) : t19;
|
|
6020
|
+
return t19.match(A2) ? t19.replace(A2, ((t20) => C(t20))) : t19;
|
|
6019
6021
|
}
|
|
6020
6022
|
var x = r3(975);
|
|
6021
6023
|
let P = x.posix || x, _2 = "/";
|
|
@@ -7008,7 +7010,7 @@ var require_umd = __commonJS({
|
|
|
7008
7010
|
var r3 = e();
|
|
7009
7011
|
for (var n in r3) (typeof exports2 == "object" ? exports2 : t18)[n] = r3[n];
|
|
7010
7012
|
}
|
|
7011
|
-
})(exports2, () => (() => {
|
|
7013
|
+
})(exports2, (() => (() => {
|
|
7012
7014
|
"use strict";
|
|
7013
7015
|
var t18 = { 975: (t19) => {
|
|
7014
7016
|
function e2(t20) {
|
|
@@ -7129,10 +7131,10 @@ var require_umd = __commonJS({
|
|
|
7129
7131
|
return r5 === -1 || i === -1 || s === 0 || s === 1 && r5 === i - 1 && r5 === n3 + 1 ? "" : t20.slice(r5, i);
|
|
7130
7132
|
}, format: function(t20) {
|
|
7131
7133
|
if (t20 === null || typeof t20 != "object") throw new TypeError('The "pathObject" argument must be of type Object. Received type ' + typeof t20);
|
|
7132
|
-
return function(t21, e3) {
|
|
7134
|
+
return (function(t21, e3) {
|
|
7133
7135
|
var r5 = e3.dir || e3.root, n3 = e3.base || (e3.name || "") + (e3.ext || "");
|
|
7134
7136
|
return r5 ? r5 === e3.root ? r5 + n3 : r5 + "/" + n3 : n3;
|
|
7135
|
-
}(0, t20);
|
|
7137
|
+
})(0, t20);
|
|
7136
7138
|
}, parse: function(t20) {
|
|
7137
7139
|
e2(t20);
|
|
7138
7140
|
var r5 = { root: "", dir: "", base: "", ext: "", name: "" };
|
|
@@ -7176,9 +7178,9 @@ var require_umd = __commonJS({
|
|
|
7176
7178
|
query;
|
|
7177
7179
|
fragment;
|
|
7178
7180
|
constructor(t20, e3, r5, n3, i2, o2 = !1) {
|
|
7179
|
-
typeof t20 == "object" ? (this.scheme = t20.scheme || h, this.authority = t20.authority || h, this.path = t20.path || h, this.query = t20.query || h, this.fragment = t20.fragment || h) : (this.scheme = /* @__PURE__ */ function(t21, e4) {
|
|
7181
|
+
typeof t20 == "object" ? (this.scheme = t20.scheme || h, this.authority = t20.authority || h, this.path = t20.path || h, this.query = t20.query || h, this.fragment = t20.fragment || h) : (this.scheme = /* @__PURE__ */ (function(t21, e4) {
|
|
7180
7182
|
return t21 || e4 ? t21 : "file";
|
|
7181
|
-
}(t20, o2), this.authority = e3 || h, this.path = function(t21, e4) {
|
|
7183
|
+
})(t20, o2), this.authority = e3 || h, this.path = (function(t21, e4) {
|
|
7182
7184
|
switch (t21) {
|
|
7183
7185
|
case "https":
|
|
7184
7186
|
case "http":
|
|
@@ -7186,7 +7188,7 @@ var require_umd = __commonJS({
|
|
|
7186
7188
|
e4 ? e4[0] !== c && (e4 = c + e4) : e4 = c;
|
|
7187
7189
|
}
|
|
7188
7190
|
return e4;
|
|
7189
|
-
}(this.scheme, r5 || h), this.query = n3 || h, this.fragment = i2 || h, a2(this, o2));
|
|
7191
|
+
})(this.scheme, r5 || h), this.query = n3 || h, this.fragment = i2 || h, a2(this, o2));
|
|
7190
7192
|
}
|
|
7191
7193
|
get fsPath() {
|
|
7192
7194
|
return v(this, !1);
|
|
@@ -7303,7 +7305,7 @@ var require_umd = __commonJS({
|
|
|
7303
7305
|
e2.uriToFsPath = v;
|
|
7304
7306
|
let C = /(%[0-9A-Za-z][0-9A-Za-z])+/g;
|
|
7305
7307
|
function w(t20) {
|
|
7306
|
-
return t20.match(C) ? t20.replace(C, (t21) => b(t21)) : t20;
|
|
7308
|
+
return t20.match(C) ? t20.replace(C, ((t21) => b(t21))) : t20;
|
|
7307
7309
|
}
|
|
7308
7310
|
}, 552: function(t19, e2, r4) {
|
|
7309
7311
|
var n2 = this && this.__createBinding || (Object.create ? function(t20, e3, r5, n3) {
|
|
@@ -7365,7 +7367,7 @@ var require_umd = __commonJS({
|
|
|
7365
7367
|
return i.Utils;
|
|
7366
7368
|
} });
|
|
7367
7369
|
})(), n;
|
|
7368
|
-
})());
|
|
7370
|
+
})()));
|
|
7369
7371
|
}
|
|
7370
7372
|
});
|
|
7371
7373
|
|
|
@@ -16602,15 +16604,15 @@ var require_dist = __commonJS({
|
|
|
16602
16604
|
"../../node_modules/.pnpm/@shopify+liquid-html-parser@2.9.0/node_modules/@shopify/liquid-html-parser/dist/index.js"(exports2) {
|
|
16603
16605
|
"use strict";
|
|
16604
16606
|
init_cjs_shims();
|
|
16605
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
16607
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
16606
16608
|
k2 === void 0 && (k2 = k);
|
|
16607
16609
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16608
16610
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
16609
16611
|
return m[k];
|
|
16610
16612
|
} }), Object.defineProperty(o, k2, desc);
|
|
16611
|
-
} : function(o, m, k, k2) {
|
|
16613
|
+
}) : (function(o, m, k, k2) {
|
|
16612
16614
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
16613
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
16615
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
16614
16616
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
16615
16617
|
};
|
|
16616
16618
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -16767,15 +16769,15 @@ var require_theme_schemas = __commonJS({
|
|
|
16767
16769
|
"../../node_modules/.pnpm/@shopify+theme-check-common@3.23.0/node_modules/@shopify/theme-check-common/dist/types/theme-schemas.js"(exports2) {
|
|
16768
16770
|
"use strict";
|
|
16769
16771
|
init_cjs_shims();
|
|
16770
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
16772
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
16771
16773
|
k2 === void 0 && (k2 = k);
|
|
16772
16774
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16773
16775
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
16774
16776
|
return m[k];
|
|
16775
16777
|
} }), Object.defineProperty(o, k2, desc);
|
|
16776
|
-
} : function(o, m, k, k2) {
|
|
16778
|
+
}) : (function(o, m, k, k2) {
|
|
16777
16779
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
16778
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
16780
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
16779
16781
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
16780
16782
|
};
|
|
16781
16783
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -16793,15 +16795,15 @@ var require_types4 = __commonJS({
|
|
|
16793
16795
|
"../../node_modules/.pnpm/@shopify+theme-check-common@3.23.0/node_modules/@shopify/theme-check-common/dist/types.js"(exports2) {
|
|
16794
16796
|
"use strict";
|
|
16795
16797
|
init_cjs_shims();
|
|
16796
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
16798
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
16797
16799
|
k2 === void 0 && (k2 = k);
|
|
16798
16800
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16799
16801
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
16800
16802
|
return m[k];
|
|
16801
16803
|
} }), Object.defineProperty(o, k2, desc);
|
|
16802
|
-
} : function(o, m, k, k2) {
|
|
16804
|
+
}) : (function(o, m, k, k2) {
|
|
16803
16805
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
16804
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
16806
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
16805
16807
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
16806
16808
|
};
|
|
16807
16809
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -17071,7 +17073,7 @@ var require_disabled_checks = __commonJS({
|
|
|
17071
17073
|
exports2.findNextLinePosition = exports2.createDisabledChecksModule = void 0;
|
|
17072
17074
|
var types_1 = require_types4(), visitor_1 = require_visitor(), utils_1 = require_utils();
|
|
17073
17075
|
function createDisabledChecksModule() {
|
|
17074
|
-
let SPECIFIC_CHECK_NOT_DEFINED = "@all",
|
|
17076
|
+
let SPECIFIC_CHECK_NOT_DEFINED = "@all", disabledChecks = /* @__PURE__ */ new Map();
|
|
17075
17077
|
function determineRanges(file, value, node) {
|
|
17076
17078
|
let [_2, command, checksJoined] = value.trim().match(/^(?:theme\-check\-(disable-next-line|disable|enable)) ?(.*)/) || [];
|
|
17077
17079
|
(checksJoined ? checksJoined.split(/,[ ]*/) : [SPECIFIC_CHECK_NOT_DEFINED]).forEach((check2) => {
|
|
@@ -17104,7 +17106,7 @@ var require_disabled_checks = __commonJS({
|
|
|
17104
17106
|
node.name === "comment" && determineRanges(file, node.body.value, node);
|
|
17105
17107
|
},
|
|
17106
17108
|
async LiquidTag(node) {
|
|
17107
|
-
typeof node.markup != "string" || node.name !==
|
|
17109
|
+
typeof node.markup != "string" || node.name !== "#" || determineRanges(file, node.markup, node);
|
|
17108
17110
|
}
|
|
17109
17111
|
})
|
|
17110
17112
|
};
|
|
@@ -18234,17 +18236,17 @@ var require_to_source_code = __commonJS({
|
|
|
18234
18236
|
"../../node_modules/.pnpm/@shopify+theme-check-common@3.23.0/node_modules/@shopify/theme-check-common/dist/to-source-code.js"(exports2) {
|
|
18235
18237
|
"use strict";
|
|
18236
18238
|
init_cjs_shims();
|
|
18237
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
18239
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
18238
18240
|
k2 === void 0 && (k2 = k);
|
|
18239
18241
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18240
18242
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
18241
18243
|
return m[k];
|
|
18242
18244
|
} }), Object.defineProperty(o, k2, desc);
|
|
18243
|
-
} : function(o, m, k, k2) {
|
|
18245
|
+
}) : (function(o, m, k, k2) {
|
|
18244
18246
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
18245
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
18247
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
18246
18248
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
18247
|
-
} : function(o, v) {
|
|
18249
|
+
}) : function(o, v) {
|
|
18248
18250
|
o.default = v;
|
|
18249
18251
|
}), __importStar = exports2 && exports2.__importStar || function(mod) {
|
|
18250
18252
|
if (mod && mod.__esModule) return mod;
|
|
@@ -18295,17 +18297,17 @@ var require_to_schema = __commonJS({
|
|
|
18295
18297
|
"../../node_modules/.pnpm/@shopify+theme-check-common@3.23.0/node_modules/@shopify/theme-check-common/dist/to-schema.js"(exports2) {
|
|
18296
18298
|
"use strict";
|
|
18297
18299
|
init_cjs_shims();
|
|
18298
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
18300
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
18299
18301
|
k2 === void 0 && (k2 = k);
|
|
18300
18302
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18301
18303
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
18302
18304
|
return m[k];
|
|
18303
18305
|
} }), Object.defineProperty(o, k2, desc);
|
|
18304
|
-
} : function(o, m, k, k2) {
|
|
18306
|
+
}) : (function(o, m, k, k2) {
|
|
18305
18307
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
18306
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
18308
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
18307
18309
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
18308
|
-
} : function(o, v) {
|
|
18310
|
+
}) : function(o, v) {
|
|
18309
18311
|
o.default = v;
|
|
18310
18312
|
}), __importStar = exports2 && exports2.__importStar || function(mod) {
|
|
18311
18313
|
if (mod && mod.__esModule) return mod;
|
|
@@ -23089,16 +23091,15 @@ var require_unsupported_doc_tag = __commonJS({
|
|
|
23089
23091
|
targets: []
|
|
23090
23092
|
},
|
|
23091
23093
|
create(context) {
|
|
23092
|
-
let docTagName = "doc";
|
|
23093
23094
|
return (0, utils_1.filePathSupportsLiquidDoc)(context.file.uri) ? {} : {
|
|
23094
23095
|
async LiquidRawTag(node) {
|
|
23095
|
-
node.name ===
|
|
23096
|
-
message:
|
|
23096
|
+
node.name === "doc" && context.report({
|
|
23097
|
+
message: "The `doc` tag can only be used within a snippet or block.",
|
|
23097
23098
|
startIndex: node.position.start,
|
|
23098
23099
|
endIndex: node.position.end,
|
|
23099
23100
|
suggest: [
|
|
23100
23101
|
{
|
|
23101
|
-
message:
|
|
23102
|
+
message: "Remove unsupported `doc` tag",
|
|
23102
23103
|
fix: (corrector) => corrector.remove(node.position.start, node.position.end)
|
|
23103
23104
|
}
|
|
23104
23105
|
]
|
|
@@ -24314,13 +24315,13 @@ var require_lodash = __commonJS({
|
|
|
24314
24315
|
"\r": "r",
|
|
24315
24316
|
"\u2028": "u2028",
|
|
24316
24317
|
"\u2029": "u2029"
|
|
24317
|
-
}, freeParseFloat = parseFloat, freeParseInt = parseInt, freeGlobal = typeof global == "object" && global && global.Object === Object && global, freeSelf = typeof self == "object" && self && self.Object === Object && self, root = freeGlobal || freeSelf || Function("return this")(), freeExports = typeof exports2 == "object" && exports2 && !exports2.nodeType && exports2, freeModule = freeExports && typeof module2 == "object" && module2 && !module2.nodeType && module2, moduleExports = freeModule && freeModule.exports === freeExports, freeProcess = moduleExports && freeGlobal.process, nodeUtil = function() {
|
|
24318
|
+
}, freeParseFloat = parseFloat, freeParseInt = parseInt, freeGlobal = typeof global == "object" && global && global.Object === Object && global, freeSelf = typeof self == "object" && self && self.Object === Object && self, root = freeGlobal || freeSelf || Function("return this")(), freeExports = typeof exports2 == "object" && exports2 && !exports2.nodeType && exports2, freeModule = freeExports && typeof module2 == "object" && module2 && !module2.nodeType && module2, moduleExports = freeModule && freeModule.exports === freeExports, freeProcess = moduleExports && freeGlobal.process, nodeUtil = (function() {
|
|
24318
24319
|
try {
|
|
24319
24320
|
var types = freeModule && freeModule.require && freeModule.require("util").types;
|
|
24320
24321
|
return types || freeProcess && freeProcess.binding && freeProcess.binding("util");
|
|
24321
24322
|
} catch {
|
|
24322
24323
|
}
|
|
24323
|
-
}(), nodeIsArrayBuffer = nodeUtil && nodeUtil.isArrayBuffer, nodeIsDate = nodeUtil && nodeUtil.isDate, nodeIsMap = nodeUtil && nodeUtil.isMap, nodeIsRegExp = nodeUtil && nodeUtil.isRegExp, nodeIsSet = nodeUtil && nodeUtil.isSet, nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
|
|
24324
|
+
})(), nodeIsArrayBuffer = nodeUtil && nodeUtil.isArrayBuffer, nodeIsDate = nodeUtil && nodeUtil.isDate, nodeIsMap = nodeUtil && nodeUtil.isMap, nodeIsRegExp = nodeUtil && nodeUtil.isRegExp, nodeIsSet = nodeUtil && nodeUtil.isSet, nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
|
|
24324
24325
|
function apply(func, thisArg, args) {
|
|
24325
24326
|
switch (args.length) {
|
|
24326
24327
|
case 0:
|
|
@@ -24590,20 +24591,20 @@ var require_lodash = __commonJS({
|
|
|
24590
24591
|
function unicodeWords(string) {
|
|
24591
24592
|
return string.match(reUnicodeWord) || [];
|
|
24592
24593
|
}
|
|
24593
|
-
var runInContext = function runInContext2(context) {
|
|
24594
|
+
var runInContext = (function runInContext2(context) {
|
|
24594
24595
|
context = context == null ? root : _2.defaults(root.Object(), context, _2.pick(root, contextProps));
|
|
24595
|
-
var Array2 = context.Array, Date2 = context.Date, Error3 = context.Error, Function3 = context.Function, Math2 = context.Math, Object2 = context.Object, RegExp2 = context.RegExp, String2 = context.String, TypeError2 = context.TypeError, arrayProto = Array2.prototype, funcProto = Function3.prototype, objectProto = Object2.prototype, coreJsData = context["__core-js_shared__"], funcToString = funcProto.toString, hasOwnProperty2 = objectProto.hasOwnProperty, idCounter3 = 0, maskSrcKey = function() {
|
|
24596
|
+
var Array2 = context.Array, Date2 = context.Date, Error3 = context.Error, Function3 = context.Function, Math2 = context.Math, Object2 = context.Object, RegExp2 = context.RegExp, String2 = context.String, TypeError2 = context.TypeError, arrayProto = Array2.prototype, funcProto = Function3.prototype, objectProto = Object2.prototype, coreJsData = context["__core-js_shared__"], funcToString = funcProto.toString, hasOwnProperty2 = objectProto.hasOwnProperty, idCounter3 = 0, maskSrcKey = (function() {
|
|
24596
24597
|
var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || "");
|
|
24597
24598
|
return uid ? "Symbol(src)_1." + uid : "";
|
|
24598
|
-
}(), nativeObjectToString = objectProto.toString, objectCtorString = funcToString.call(Object2), oldDash = root._, reIsNative = RegExp2(
|
|
24599
|
+
})(), nativeObjectToString = objectProto.toString, objectCtorString = funcToString.call(Object2), oldDash = root._, reIsNative = RegExp2(
|
|
24599
24600
|
"^" + funcToString.call(hasOwnProperty2).replace(reRegExpChar, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
24600
|
-
), Buffer2 = moduleExports ? context.Buffer : undefined2, Symbol3 = context.Symbol, Uint8Array2 = context.Uint8Array, allocUnsafe = Buffer2 ? Buffer2.allocUnsafe : undefined2, getPrototype = overArg(Object2.getPrototypeOf, Object2), objectCreate = Object2.create, propertyIsEnumerable = objectProto.propertyIsEnumerable, splice = arrayProto.splice, spreadableSymbol = Symbol3 ? Symbol3.isConcatSpreadable : undefined2, symIterator = Symbol3 ? Symbol3.iterator : undefined2, symToStringTag = Symbol3 ? Symbol3.toStringTag : undefined2, defineProperty2 = function() {
|
|
24601
|
+
), Buffer2 = moduleExports ? context.Buffer : undefined2, Symbol3 = context.Symbol, Uint8Array2 = context.Uint8Array, allocUnsafe = Buffer2 ? Buffer2.allocUnsafe : undefined2, getPrototype = overArg(Object2.getPrototypeOf, Object2), objectCreate = Object2.create, propertyIsEnumerable = objectProto.propertyIsEnumerable, splice = arrayProto.splice, spreadableSymbol = Symbol3 ? Symbol3.isConcatSpreadable : undefined2, symIterator = Symbol3 ? Symbol3.iterator : undefined2, symToStringTag = Symbol3 ? Symbol3.toStringTag : undefined2, defineProperty2 = (function() {
|
|
24601
24602
|
try {
|
|
24602
24603
|
var func = getNative(Object2, "defineProperty");
|
|
24603
24604
|
return func({}, "", {}), func;
|
|
24604
24605
|
} catch {
|
|
24605
24606
|
}
|
|
24606
|
-
}(), ctxClearTimeout = context.clearTimeout !== root.clearTimeout && context.clearTimeout, ctxNow = Date2 && Date2.now !== root.Date.now && Date2.now, ctxSetTimeout = context.setTimeout !== root.setTimeout && context.setTimeout, nativeCeil = Math2.ceil, nativeFloor = Math2.floor, nativeGetSymbols = Object2.getOwnPropertySymbols, nativeIsBuffer = Buffer2 ? Buffer2.isBuffer : undefined2, nativeIsFinite = context.isFinite, nativeJoin = arrayProto.join, nativeKeys = overArg(Object2.keys, Object2), nativeMax = Math2.max, nativeMin = Math2.min, nativeNow = Date2.now, nativeParseInt = context.parseInt, nativeRandom = Math2.random, nativeReverse = arrayProto.reverse, DataView2 = getNative(context, "DataView"), Map2 = getNative(context, "Map"), Promise2 = getNative(context, "Promise"), Set3 = getNative(context, "Set"), WeakMap2 = getNative(context, "WeakMap"), nativeCreate = getNative(Object2, "create"), metaMap = WeakMap2 && new WeakMap2(), realNames = {}, dataViewCtorString = toSource(DataView2), mapCtorString = toSource(Map2), promiseCtorString = toSource(Promise2), setCtorString = toSource(Set3), weakMapCtorString = toSource(WeakMap2), symbolProto = Symbol3 ? Symbol3.prototype : undefined2, symbolValueOf = symbolProto ? symbolProto.valueOf : undefined2, symbolToString = symbolProto ? symbolProto.toString : undefined2;
|
|
24607
|
+
})(), ctxClearTimeout = context.clearTimeout !== root.clearTimeout && context.clearTimeout, ctxNow = Date2 && Date2.now !== root.Date.now && Date2.now, ctxSetTimeout = context.setTimeout !== root.setTimeout && context.setTimeout, nativeCeil = Math2.ceil, nativeFloor = Math2.floor, nativeGetSymbols = Object2.getOwnPropertySymbols, nativeIsBuffer = Buffer2 ? Buffer2.isBuffer : undefined2, nativeIsFinite = context.isFinite, nativeJoin = arrayProto.join, nativeKeys = overArg(Object2.keys, Object2), nativeMax = Math2.max, nativeMin = Math2.min, nativeNow = Date2.now, nativeParseInt = context.parseInt, nativeRandom = Math2.random, nativeReverse = arrayProto.reverse, DataView2 = getNative(context, "DataView"), Map2 = getNative(context, "Map"), Promise2 = getNative(context, "Promise"), Set3 = getNative(context, "Set"), WeakMap2 = getNative(context, "WeakMap"), nativeCreate = getNative(Object2, "create"), metaMap = WeakMap2 && new WeakMap2(), realNames = {}, dataViewCtorString = toSource(DataView2), mapCtorString = toSource(Map2), promiseCtorString = toSource(Promise2), setCtorString = toSource(Set3), weakMapCtorString = toSource(WeakMap2), symbolProto = Symbol3 ? Symbol3.prototype : undefined2, symbolValueOf = symbolProto ? symbolProto.valueOf : undefined2, symbolToString = symbolProto ? symbolProto.toString : undefined2;
|
|
24607
24608
|
function lodash(value) {
|
|
24608
24609
|
if (isObjectLike(value) && !isArray(value) && !(value instanceof LazyWrapper)) {
|
|
24609
24610
|
if (value instanceof LodashWrapper)
|
|
@@ -24613,7 +24614,7 @@ var require_lodash = __commonJS({
|
|
|
24613
24614
|
}
|
|
24614
24615
|
return new LodashWrapper(value);
|
|
24615
24616
|
}
|
|
24616
|
-
var baseCreate = /* @__PURE__ */ function() {
|
|
24617
|
+
var baseCreate = /* @__PURE__ */ (function() {
|
|
24617
24618
|
function object() {
|
|
24618
24619
|
}
|
|
24619
24620
|
return function(proto) {
|
|
@@ -24625,7 +24626,7 @@ var require_lodash = __commonJS({
|
|
|
24625
24626
|
var result2 = new object();
|
|
24626
24627
|
return object.prototype = undefined2, result2;
|
|
24627
24628
|
};
|
|
24628
|
-
}();
|
|
24629
|
+
})();
|
|
24629
24630
|
function baseLodash() {
|
|
24630
24631
|
}
|
|
24631
24632
|
function LodashWrapper(value, chainAll) {
|
|
@@ -26917,9 +26918,9 @@ var require_lodash = __commonJS({
|
|
|
26917
26918
|
}
|
|
26918
26919
|
var gt = createRelationalOperation(baseGt), gte = createRelationalOperation(function(value, other) {
|
|
26919
26920
|
return value >= other;
|
|
26920
|
-
}), isArguments = baseIsArguments(/* @__PURE__ */ function() {
|
|
26921
|
+
}), isArguments = baseIsArguments(/* @__PURE__ */ (function() {
|
|
26921
26922
|
return arguments;
|
|
26922
|
-
}()) ? baseIsArguments : function(value) {
|
|
26923
|
+
})()) ? baseIsArguments : function(value) {
|
|
26923
26924
|
return isObjectLike(value) && hasOwnProperty2.call(value, "callee") && !propertyIsEnumerable.call(value, "callee");
|
|
26924
26925
|
}, isArray = Array2.isArray, isArrayBuffer = nodeIsArrayBuffer ? baseUnary(nodeIsArrayBuffer) : baseIsArrayBuffer;
|
|
26925
26926
|
function isArrayLike2(value) {
|
|
@@ -27608,12 +27609,12 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
27608
27609
|
function sumBy(array, iteratee2) {
|
|
27609
27610
|
return array && array.length ? baseSum(array, getIteratee(iteratee2, 2)) : 0;
|
|
27610
27611
|
}
|
|
27611
|
-
return lodash.after = after, lodash.ary = ary, lodash.assign = assign, lodash.assignIn = assignIn, lodash.assignInWith = assignInWith, lodash.assignWith = assignWith, lodash.at = at, lodash.before = before, lodash.bind = bind, lodash.bindAll = bindAll, lodash.bindKey = bindKey, lodash.castArray = castArray, lodash.chain = chain, lodash.chunk = chunk, lodash.compact = compact2, lodash.concat = concat, lodash.cond = cond, lodash.conforms = conforms, lodash.constant = constant, lodash.countBy = countBy, lodash.create = create, lodash.curry = curry, lodash.curryRight = curryRight, lodash.debounce = debounce2, lodash.defaults = defaults, lodash.defaultsDeep = defaultsDeep, lodash.defer = defer3, lodash.delay = delay2, lodash.difference = difference3, lodash.differenceBy = differenceBy, lodash.differenceWith = differenceWith, lodash.drop = drop, lodash.dropRight = dropRight, lodash.dropRightWhile = dropRightWhile, lodash.dropWhile = dropWhile, lodash.fill = fill, lodash.filter = filter, lodash.flatMap = flatMap, lodash.flatMapDeep = flatMapDeep, lodash.flatMapDepth = flatMapDepth, lodash.flatten = flatten, lodash.flattenDeep = flattenDeep, lodash.flattenDepth = flattenDepth, lodash.flip = flip, lodash.flow = flow, lodash.flowRight = flowRight, lodash.fromPairs = fromPairs, lodash.functions = functions, lodash.functionsIn = functionsIn, lodash.groupBy = groupBy2, lodash.initial = initial, lodash.intersection = intersection, lodash.intersectionBy = intersectionBy, lodash.intersectionWith = intersectionWith, lodash.invert = invert, lodash.invertBy = invertBy, lodash.invokeMap = invokeMap, lodash.iteratee = iteratee, lodash.keyBy = keyBy, lodash.keys = keys, lodash.keysIn = keysIn, lodash.map = map, lodash.mapKeys = mapKeys, lodash.mapValues = mapValues, lodash.matches = matches2, lodash.matchesProperty = matchesProperty, lodash.memoize = memoize, lodash.merge = merge, lodash.mergeWith = mergeWith, lodash.method = method, lodash.methodOf = methodOf, lodash.mixin = mixin, lodash.negate = negate, lodash.nthArg = nthArg, lodash.omit = omit, lodash.omitBy = omitBy, lodash.once = once, lodash.orderBy = orderBy, lodash.over = over, lodash.overArgs = overArgs, lodash.overEvery = overEvery, lodash.overSome = overSome, lodash.partial = partial, lodash.partialRight = partialRight, lodash.partition = partition2, lodash.pick = pick2, lodash.pickBy = pickBy2, lodash.property = property, lodash.propertyOf = propertyOf, lodash.pull = pull2, lodash.pullAll = pullAll, lodash.pullAllBy = pullAllBy, lodash.pullAllWith = pullAllWith, lodash.pullAt = pullAt, lodash.range = range, lodash.rangeRight = rangeRight, lodash.rearg = rearg, lodash.reject = reject, lodash.remove = remove3, lodash.rest = rest, lodash.reverse = reverse, lodash.sampleSize = sampleSize, lodash.set = set, lodash.setWith = setWith, lodash.shuffle = shuffle, lodash.slice = slice, lodash.sortBy = sortBy, lodash.sortedUniq = sortedUniq, lodash.sortedUniqBy = sortedUniqBy, lodash.split = split, lodash.spread = spread, lodash.tail = tail, lodash.take = take, lodash.takeRight = takeRight, lodash.takeRightWhile = takeRightWhile, lodash.takeWhile = takeWhile, lodash.tap = tap, lodash.throttle = throttle, lodash.thru = thru, lodash.toArray = toArray, lodash.toPairs = toPairs, lodash.toPairsIn = toPairsIn, lodash.toPath = toPath, lodash.toPlainObject = toPlainObject, lodash.transform = transform2, lodash.unary = unary, lodash.union = union2, lodash.unionBy = unionBy, lodash.unionWith = unionWith, lodash.uniq = uniq2, lodash.uniqBy = uniqBy2, lodash.uniqWith = uniqWith, lodash.unset = unset, lodash.unzip = unzip, lodash.unzipWith = unzipWith, lodash.update = update, lodash.updateWith = updateWith, lodash.values = values2, lodash.valuesIn = valuesIn, lodash.without = without, lodash.words = words, lodash.wrap = wrap, lodash.xor = xor, lodash.xorBy = xorBy, lodash.xorWith = xorWith, lodash.zip = zip2, lodash.zipObject = zipObject, lodash.zipObjectDeep = zipObjectDeep, lodash.zipWith = zipWith, lodash.entries = toPairs, lodash.entriesIn = toPairsIn, lodash.extend = assignIn, lodash.extendWith = assignInWith, mixin(lodash, lodash), lodash.add = add, lodash.attempt = attempt, lodash.camelCase = camelCase2, lodash.capitalize = capitalize2, lodash.ceil = ceil, lodash.clamp = clamp, lodash.clone = clone, lodash.cloneDeep = cloneDeep2, lodash.cloneDeepWith = cloneDeepWith, lodash.cloneWith = cloneWith, lodash.conformsTo = conformsTo, lodash.deburr = deburr, lodash.defaultTo = defaultTo, lodash.divide = divide, lodash.endsWith = endsWith3, lodash.eq = eq, lodash.escape = escape2, lodash.escapeRegExp = escapeRegExp, lodash.every = every, lodash.find = find, lodash.findIndex = findIndex, lodash.findKey = findKey, lodash.findLast = findLast, lodash.findLastIndex = findLastIndex, lodash.findLastKey = findLastKey, lodash.floor = floor, lodash.forEach = forEach2, lodash.forEachRight = forEachRight, lodash.forIn = forIn, lodash.forInRight = forInRight, lodash.forOwn = forOwn, lodash.forOwnRight = forOwnRight, lodash.get = get, lodash.gt = gt, lodash.gte = gte, lodash.has = has2, lodash.hasIn = hasIn, lodash.head = head, lodash.identity = identity, lodash.includes = includes2, lodash.indexOf = indexOf, lodash.inRange = inRange, lodash.invoke = invoke, lodash.isArguments = isArguments, lodash.isArray = isArray, lodash.isArrayBuffer = isArrayBuffer, lodash.isArrayLike = isArrayLike2, lodash.isArrayLikeObject = isArrayLikeObject, lodash.isBoolean = isBoolean2, lodash.isBuffer = isBuffer, lodash.isDate = isDate, lodash.isElement = isElement, lodash.isEmpty = isEmpty2, lodash.isEqual = isEqual, lodash.isEqualWith = isEqualWith, lodash.isError = isError3, lodash.isFinite = isFinite2, lodash.isFunction = isFunction, lodash.isInteger = isInteger2, lodash.isLength = isLength, lodash.isMap = isMap, lodash.isMatch = isMatch, lodash.isMatchWith = isMatchWith, lodash.isNaN = isNaN2, lodash.isNative = isNative, lodash.isNil = isNil, lodash.isNull = isNull, lodash.isNumber = isNumber2, lodash.isObject = isObject4, lodash.isObjectLike = isObjectLike, lodash.isPlainObject = isPlainObject2, lodash.isRegExp = isRegExp, lodash.isSafeInteger = isSafeInteger, lodash.isSet = isSet, lodash.isString = isString2, lodash.isSymbol = isSymbol, lodash.isTypedArray = isTypedArray, lodash.isUndefined = isUndefined, lodash.isWeakMap = isWeakMap, lodash.isWeakSet = isWeakSet, lodash.join = join2, lodash.kebabCase = kebabCase, lodash.last = last2, lodash.lastIndexOf = lastIndexOf, lodash.lowerCase = lowerCase, lodash.lowerFirst = lowerFirst, lodash.lt = lt, lodash.lte = lte, lodash.max = max, lodash.maxBy = maxBy, lodash.mean = mean, lodash.meanBy = meanBy, lodash.min = min, lodash.minBy = minBy, lodash.stubArray = stubArray, lodash.stubFalse = stubFalse, lodash.stubObject = stubObject, lodash.stubString = stubString, lodash.stubTrue = stubTrue, lodash.multiply = multiply, lodash.nth = nth, lodash.noConflict = noConflict, lodash.noop = noop, lodash.now = now, lodash.pad = pad, lodash.padEnd = padEnd, lodash.padStart = padStart, lodash.parseInt = parseInt2, lodash.random = random, lodash.reduce = reduce, lodash.reduceRight = reduceRight, lodash.repeat = repeat3, lodash.replace = replace, lodash.result = result, lodash.round = round, lodash.runInContext = runInContext2, lodash.sample = sample, lodash.size = size, lodash.snakeCase = snakeCase, lodash.some = some, lodash.sortedIndex = sortedIndex, lodash.sortedIndexBy = sortedIndexBy, lodash.sortedIndexOf = sortedIndexOf, lodash.sortedLastIndex = sortedLastIndex, lodash.sortedLastIndexBy = sortedLastIndexBy, lodash.sortedLastIndexOf = sortedLastIndexOf, lodash.startCase = startCase, lodash.startsWith = startsWith3, lodash.subtract = subtract, lodash.sum = sum, lodash.sumBy = sumBy, lodash.template = template, lodash.times = times, lodash.toFinite = toFinite, lodash.toInteger = toInteger, lodash.toLength = toLength, lodash.toLower = toLower, lodash.toNumber = toNumber2, lodash.toSafeInteger = toSafeInteger, lodash.toString = toString2, lodash.toUpper = toUpper, lodash.trim = trim2, lodash.trimEnd = trimEnd, lodash.trimStart = trimStart, lodash.truncate = truncate, lodash.unescape = unescape4, lodash.uniqueId = uniqueId, lodash.upperCase = upperCase, lodash.upperFirst = upperFirst, lodash.each = forEach2, lodash.eachRight = forEachRight, lodash.first = head, mixin(lodash, function() {
|
|
27612
|
+
return lodash.after = after, lodash.ary = ary, lodash.assign = assign, lodash.assignIn = assignIn, lodash.assignInWith = assignInWith, lodash.assignWith = assignWith, lodash.at = at, lodash.before = before, lodash.bind = bind, lodash.bindAll = bindAll, lodash.bindKey = bindKey, lodash.castArray = castArray, lodash.chain = chain, lodash.chunk = chunk, lodash.compact = compact2, lodash.concat = concat, lodash.cond = cond, lodash.conforms = conforms, lodash.constant = constant, lodash.countBy = countBy, lodash.create = create, lodash.curry = curry, lodash.curryRight = curryRight, lodash.debounce = debounce2, lodash.defaults = defaults, lodash.defaultsDeep = defaultsDeep, lodash.defer = defer3, lodash.delay = delay2, lodash.difference = difference3, lodash.differenceBy = differenceBy, lodash.differenceWith = differenceWith, lodash.drop = drop, lodash.dropRight = dropRight, lodash.dropRightWhile = dropRightWhile, lodash.dropWhile = dropWhile, lodash.fill = fill, lodash.filter = filter, lodash.flatMap = flatMap, lodash.flatMapDeep = flatMapDeep, lodash.flatMapDepth = flatMapDepth, lodash.flatten = flatten, lodash.flattenDeep = flattenDeep, lodash.flattenDepth = flattenDepth, lodash.flip = flip, lodash.flow = flow, lodash.flowRight = flowRight, lodash.fromPairs = fromPairs, lodash.functions = functions, lodash.functionsIn = functionsIn, lodash.groupBy = groupBy2, lodash.initial = initial, lodash.intersection = intersection, lodash.intersectionBy = intersectionBy, lodash.intersectionWith = intersectionWith, lodash.invert = invert, lodash.invertBy = invertBy, lodash.invokeMap = invokeMap, lodash.iteratee = iteratee, lodash.keyBy = keyBy, lodash.keys = keys, lodash.keysIn = keysIn, lodash.map = map, lodash.mapKeys = mapKeys, lodash.mapValues = mapValues, lodash.matches = matches2, lodash.matchesProperty = matchesProperty, lodash.memoize = memoize, lodash.merge = merge, lodash.mergeWith = mergeWith, lodash.method = method, lodash.methodOf = methodOf, lodash.mixin = mixin, lodash.negate = negate, lodash.nthArg = nthArg, lodash.omit = omit, lodash.omitBy = omitBy, lodash.once = once, lodash.orderBy = orderBy, lodash.over = over, lodash.overArgs = overArgs, lodash.overEvery = overEvery, lodash.overSome = overSome, lodash.partial = partial, lodash.partialRight = partialRight, lodash.partition = partition2, lodash.pick = pick2, lodash.pickBy = pickBy2, lodash.property = property, lodash.propertyOf = propertyOf, lodash.pull = pull2, lodash.pullAll = pullAll, lodash.pullAllBy = pullAllBy, lodash.pullAllWith = pullAllWith, lodash.pullAt = pullAt, lodash.range = range, lodash.rangeRight = rangeRight, lodash.rearg = rearg, lodash.reject = reject, lodash.remove = remove3, lodash.rest = rest, lodash.reverse = reverse, lodash.sampleSize = sampleSize, lodash.set = set, lodash.setWith = setWith, lodash.shuffle = shuffle, lodash.slice = slice, lodash.sortBy = sortBy, lodash.sortedUniq = sortedUniq, lodash.sortedUniqBy = sortedUniqBy, lodash.split = split, lodash.spread = spread, lodash.tail = tail, lodash.take = take, lodash.takeRight = takeRight, lodash.takeRightWhile = takeRightWhile, lodash.takeWhile = takeWhile, lodash.tap = tap, lodash.throttle = throttle, lodash.thru = thru, lodash.toArray = toArray, lodash.toPairs = toPairs, lodash.toPairsIn = toPairsIn, lodash.toPath = toPath, lodash.toPlainObject = toPlainObject, lodash.transform = transform2, lodash.unary = unary, lodash.union = union2, lodash.unionBy = unionBy, lodash.unionWith = unionWith, lodash.uniq = uniq2, lodash.uniqBy = uniqBy2, lodash.uniqWith = uniqWith, lodash.unset = unset, lodash.unzip = unzip, lodash.unzipWith = unzipWith, lodash.update = update, lodash.updateWith = updateWith, lodash.values = values2, lodash.valuesIn = valuesIn, lodash.without = without, lodash.words = words, lodash.wrap = wrap, lodash.xor = xor, lodash.xorBy = xorBy, lodash.xorWith = xorWith, lodash.zip = zip2, lodash.zipObject = zipObject, lodash.zipObjectDeep = zipObjectDeep, lodash.zipWith = zipWith, lodash.entries = toPairs, lodash.entriesIn = toPairsIn, lodash.extend = assignIn, lodash.extendWith = assignInWith, mixin(lodash, lodash), lodash.add = add, lodash.attempt = attempt, lodash.camelCase = camelCase2, lodash.capitalize = capitalize2, lodash.ceil = ceil, lodash.clamp = clamp, lodash.clone = clone, lodash.cloneDeep = cloneDeep2, lodash.cloneDeepWith = cloneDeepWith, lodash.cloneWith = cloneWith, lodash.conformsTo = conformsTo, lodash.deburr = deburr, lodash.defaultTo = defaultTo, lodash.divide = divide, lodash.endsWith = endsWith3, lodash.eq = eq, lodash.escape = escape2, lodash.escapeRegExp = escapeRegExp, lodash.every = every, lodash.find = find, lodash.findIndex = findIndex, lodash.findKey = findKey, lodash.findLast = findLast, lodash.findLastIndex = findLastIndex, lodash.findLastKey = findLastKey, lodash.floor = floor, lodash.forEach = forEach2, lodash.forEachRight = forEachRight, lodash.forIn = forIn, lodash.forInRight = forInRight, lodash.forOwn = forOwn, lodash.forOwnRight = forOwnRight, lodash.get = get, lodash.gt = gt, lodash.gte = gte, lodash.has = has2, lodash.hasIn = hasIn, lodash.head = head, lodash.identity = identity, lodash.includes = includes2, lodash.indexOf = indexOf, lodash.inRange = inRange, lodash.invoke = invoke, lodash.isArguments = isArguments, lodash.isArray = isArray, lodash.isArrayBuffer = isArrayBuffer, lodash.isArrayLike = isArrayLike2, lodash.isArrayLikeObject = isArrayLikeObject, lodash.isBoolean = isBoolean2, lodash.isBuffer = isBuffer, lodash.isDate = isDate, lodash.isElement = isElement, lodash.isEmpty = isEmpty2, lodash.isEqual = isEqual, lodash.isEqualWith = isEqualWith, lodash.isError = isError3, lodash.isFinite = isFinite2, lodash.isFunction = isFunction, lodash.isInteger = isInteger2, lodash.isLength = isLength, lodash.isMap = isMap, lodash.isMatch = isMatch, lodash.isMatchWith = isMatchWith, lodash.isNaN = isNaN2, lodash.isNative = isNative, lodash.isNil = isNil, lodash.isNull = isNull, lodash.isNumber = isNumber2, lodash.isObject = isObject4, lodash.isObjectLike = isObjectLike, lodash.isPlainObject = isPlainObject2, lodash.isRegExp = isRegExp, lodash.isSafeInteger = isSafeInteger, lodash.isSet = isSet, lodash.isString = isString2, lodash.isSymbol = isSymbol, lodash.isTypedArray = isTypedArray, lodash.isUndefined = isUndefined, lodash.isWeakMap = isWeakMap, lodash.isWeakSet = isWeakSet, lodash.join = join2, lodash.kebabCase = kebabCase, lodash.last = last2, lodash.lastIndexOf = lastIndexOf, lodash.lowerCase = lowerCase, lodash.lowerFirst = lowerFirst, lodash.lt = lt, lodash.lte = lte, lodash.max = max, lodash.maxBy = maxBy, lodash.mean = mean, lodash.meanBy = meanBy, lodash.min = min, lodash.minBy = minBy, lodash.stubArray = stubArray, lodash.stubFalse = stubFalse, lodash.stubObject = stubObject, lodash.stubString = stubString, lodash.stubTrue = stubTrue, lodash.multiply = multiply, lodash.nth = nth, lodash.noConflict = noConflict, lodash.noop = noop, lodash.now = now, lodash.pad = pad, lodash.padEnd = padEnd, lodash.padStart = padStart, lodash.parseInt = parseInt2, lodash.random = random, lodash.reduce = reduce, lodash.reduceRight = reduceRight, lodash.repeat = repeat3, lodash.replace = replace, lodash.result = result, lodash.round = round, lodash.runInContext = runInContext2, lodash.sample = sample, lodash.size = size, lodash.snakeCase = snakeCase, lodash.some = some, lodash.sortedIndex = sortedIndex, lodash.sortedIndexBy = sortedIndexBy, lodash.sortedIndexOf = sortedIndexOf, lodash.sortedLastIndex = sortedLastIndex, lodash.sortedLastIndexBy = sortedLastIndexBy, lodash.sortedLastIndexOf = sortedLastIndexOf, lodash.startCase = startCase, lodash.startsWith = startsWith3, lodash.subtract = subtract, lodash.sum = sum, lodash.sumBy = sumBy, lodash.template = template, lodash.times = times, lodash.toFinite = toFinite, lodash.toInteger = toInteger, lodash.toLength = toLength, lodash.toLower = toLower, lodash.toNumber = toNumber2, lodash.toSafeInteger = toSafeInteger, lodash.toString = toString2, lodash.toUpper = toUpper, lodash.trim = trim2, lodash.trimEnd = trimEnd, lodash.trimStart = trimStart, lodash.truncate = truncate, lodash.unescape = unescape4, lodash.uniqueId = uniqueId, lodash.upperCase = upperCase, lodash.upperFirst = upperFirst, lodash.each = forEach2, lodash.eachRight = forEachRight, lodash.first = head, mixin(lodash, (function() {
|
|
27612
27613
|
var source = {};
|
|
27613
27614
|
return baseForOwn(lodash, function(func, methodName) {
|
|
27614
27615
|
hasOwnProperty2.call(lodash.prototype, methodName) || (source[methodName] = func);
|
|
27615
27616
|
}), source;
|
|
27616
|
-
}(), { chain: !1 }), lodash.VERSION = VERSION, arrayEach(["bind", "bindKey", "curry", "curryRight", "partial", "partialRight"], function(methodName) {
|
|
27617
|
+
})(), { chain: !1 }), lodash.VERSION = VERSION, arrayEach(["bind", "bindKey", "curry", "curryRight", "partial", "partialRight"], function(methodName) {
|
|
27617
27618
|
lodash[methodName].placeholder = lodash;
|
|
27618
27619
|
}), arrayEach(["drop", "take"], function(methodName, index) {
|
|
27619
27620
|
LazyWrapper.prototype[methodName] = function(n) {
|
|
@@ -27703,7 +27704,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
27703
27704
|
name: "wrapper",
|
|
27704
27705
|
func: undefined2
|
|
27705
27706
|
}], LazyWrapper.prototype.clone = lazyClone, LazyWrapper.prototype.reverse = lazyReverse, LazyWrapper.prototype.value = lazyValue, lodash.prototype.at = wrapperAt, lodash.prototype.chain = wrapperChain, lodash.prototype.commit = wrapperCommit, lodash.prototype.next = wrapperNext, lodash.prototype.plant = wrapperPlant, lodash.prototype.reverse = wrapperReverse, lodash.prototype.toJSON = lodash.prototype.valueOf = lodash.prototype.value = wrapperValue, lodash.prototype.first = lodash.prototype.head, symIterator && (lodash.prototype[symIterator] = wrapperToIterator), lodash;
|
|
27706
|
-
}, _2 = runInContext();
|
|
27707
|
+
}), _2 = runInContext();
|
|
27707
27708
|
typeof define == "function" && typeof define.amd == "object" && define.amd ? (root._ = _2, define(function() {
|
|
27708
27709
|
return _2;
|
|
27709
27710
|
})) : freeModule ? ((freeModule.exports = _2)._ = _2, freeExports._ = _2) : root._ = _2;
|
|
@@ -27969,17 +27970,17 @@ var require_find_root = __commonJS({
|
|
|
27969
27970
|
"../../node_modules/.pnpm/@shopify+theme-check-common@3.23.0/node_modules/@shopify/theme-check-common/dist/find-root.js"(exports2) {
|
|
27970
27971
|
"use strict";
|
|
27971
27972
|
init_cjs_shims();
|
|
27972
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
27973
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
27973
27974
|
k2 === void 0 && (k2 = k);
|
|
27974
27975
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
27975
27976
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
27976
27977
|
return m[k];
|
|
27977
27978
|
} }), Object.defineProperty(o, k2, desc);
|
|
27978
|
-
} : function(o, m, k, k2) {
|
|
27979
|
+
}) : (function(o, m, k, k2) {
|
|
27979
27980
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
27980
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
27981
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
27981
27982
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
27982
|
-
} : function(o, v) {
|
|
27983
|
+
}) : function(o, v) {
|
|
27983
27984
|
o.default = v;
|
|
27984
27985
|
}), __importStar = exports2 && exports2.__importStar || function(mod) {
|
|
27985
27986
|
if (mod && mod.__esModule) return mod;
|
|
@@ -28308,17 +28309,17 @@ var require_dist2 = __commonJS({
|
|
|
28308
28309
|
"../../node_modules/.pnpm/@shopify+theme-check-common@3.23.0/node_modules/@shopify/theme-check-common/dist/index.js"(exports2) {
|
|
28309
28310
|
"use strict";
|
|
28310
28311
|
init_cjs_shims();
|
|
28311
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
28312
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
28312
28313
|
k2 === void 0 && (k2 = k);
|
|
28313
28314
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
28314
28315
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
28315
28316
|
return m[k];
|
|
28316
28317
|
} }), Object.defineProperty(o, k2, desc);
|
|
28317
|
-
} : function(o, m, k, k2) {
|
|
28318
|
+
}) : (function(o, m, k, k2) {
|
|
28318
28319
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
28319
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
28320
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
28320
28321
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
28321
|
-
} : function(o, v) {
|
|
28322
|
+
}) : function(o, v) {
|
|
28322
28323
|
o.default = v;
|
|
28323
28324
|
}), __importStar = exports2 && exports2.__importStar || function(mod) {
|
|
28324
28325
|
if (mod && mod.__esModule) return mod;
|
|
@@ -35905,15 +35906,15 @@ var require_dist5 = __commonJS({
|
|
|
35905
35906
|
"../../node_modules/.pnpm/@shopify+theme-check-node@3.23.0/node_modules/@shopify/theme-check-node/dist/index.js"(exports2) {
|
|
35906
35907
|
"use strict";
|
|
35907
35908
|
init_cjs_shims();
|
|
35908
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
35909
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
35909
35910
|
k2 === void 0 && (k2 = k);
|
|
35910
35911
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
35911
35912
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
35912
35913
|
return m[k];
|
|
35913
35914
|
} }), Object.defineProperty(o, k2, desc);
|
|
35914
|
-
} : function(o, m, k, k2) {
|
|
35915
|
+
}) : (function(o, m, k, k2) {
|
|
35915
35916
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
35916
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
35917
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
35917
35918
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
35918
35919
|
}, __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
35919
35920
|
return mod && mod.__esModule ? mod : { default: mod };
|
|
@@ -36022,7 +36023,7 @@ var require_graphql_tag_umd = __commonJS({
|
|
|
36022
36023
|
init_cjs_shims();
|
|
36023
36024
|
(function(global2, factory) {
|
|
36024
36025
|
typeof exports2 == "object" && typeof module2 < "u" ? factory(exports2, (init_tslib_es6(), __toCommonJS(tslib_es6_exports)), require_graphql()) : typeof define == "function" && define.amd ? define(["exports", "tslib", "graphql"], factory) : (global2 = typeof globalThis < "u" ? globalThis : global2 || self, factory(global2["graphql-tag"] = {}, global2.tslib, global2.graphql));
|
|
36025
|
-
})(exports2, function(exports3, tslib, graphql) {
|
|
36026
|
+
})(exports2, (function(exports3, tslib, graphql) {
|
|
36026
36027
|
"use strict";
|
|
36027
36028
|
var docCache = /* @__PURE__ */ new Map(), fragmentSourceMap = /* @__PURE__ */ new Map(), printFragmentWarnings = !0, experimentalFragmentVariables = !1;
|
|
36028
36029
|
function normalize(string) {
|
|
@@ -36100,7 +36101,7 @@ this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names`) :
|
|
|
36100
36101
|
})(gql2 || (gql2 = {})), gql2.default = gql2;
|
|
36101
36102
|
var gql$1 = gql2;
|
|
36102
36103
|
exports3.default = gql$1, exports3.disableExperimentalFragmentVariables = disableExperimentalFragmentVariables, exports3.disableFragmentWarnings = disableFragmentWarnings, exports3.enableExperimentalFragmentVariables = enableExperimentalFragmentVariables, exports3.gql = gql2, exports3.resetCaches = resetCaches, Object.defineProperty(exports3, "__esModule", { value: !0 });
|
|
36103
|
-
});
|
|
36104
|
+
}));
|
|
36104
36105
|
}
|
|
36105
36106
|
});
|
|
36106
36107
|
|
|
@@ -36112,9 +36113,9 @@ var require_main2 = __commonJS({
|
|
|
36112
36113
|
}
|
|
36113
36114
|
});
|
|
36114
36115
|
|
|
36115
|
-
// ../../node_modules/.pnpm/@luckycatfactory+esbuild-graphql-loader@3.8.1_esbuild@0.25.
|
|
36116
|
+
// ../../node_modules/.pnpm/@luckycatfactory+esbuild-graphql-loader@3.8.1_esbuild@0.25.10_graphql-tag@2.12.6_graphql@16.10.0__graphql@16.10.0/node_modules/@luckycatfactory/esbuild-graphql-loader/lib/index.js
|
|
36116
36117
|
var require_lib5 = __commonJS({
|
|
36117
|
-
"../../node_modules/.pnpm/@luckycatfactory+esbuild-graphql-loader@3.8.1_esbuild@0.25.
|
|
36118
|
+
"../../node_modules/.pnpm/@luckycatfactory+esbuild-graphql-loader@3.8.1_esbuild@0.25.10_graphql-tag@2.12.6_graphql@16.10.0__graphql@16.10.0/node_modules/@luckycatfactory/esbuild-graphql-loader/lib/index.js"(exports2) {
|
|
36118
36119
|
init_cjs_shims();
|
|
36119
36120
|
var __create = Object.create, __defProp4 = Object.defineProperty, __getProtoOf = Object.getPrototypeOf, __hasOwnProp2 = Object.prototype.hasOwnProperty, __getOwnPropNames2 = Object.getOwnPropertyNames, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __markAsModule = (target) => __defProp4(target, "__esModule", { value: !0 }), __export3 = (target, all) => {
|
|
36120
36121
|
__markAsModule(target);
|
|
@@ -38949,13 +38950,13 @@ var require_cjs2 = __commonJS({
|
|
|
38949
38950
|
"../../node_modules/.pnpm/@jsdevtools+ono@7.1.3/node_modules/@jsdevtools/ono/cjs/index.js"(exports2, module2) {
|
|
38950
38951
|
"use strict";
|
|
38951
38952
|
init_cjs_shims();
|
|
38952
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
38953
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
38953
38954
|
k2 === void 0 && (k2 = k), Object.defineProperty(o, k2, { enumerable: !0, get: function() {
|
|
38954
38955
|
return m[k];
|
|
38955
38956
|
} });
|
|
38956
|
-
} : function(o, m, k, k2) {
|
|
38957
|
+
}) : (function(o, m, k, k2) {
|
|
38957
38958
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
38958
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
38959
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
38959
38960
|
for (var p in m) p !== "default" && !exports3.hasOwnProperty(p) && __createBinding(exports3, m, p);
|
|
38960
38961
|
};
|
|
38961
38962
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -39008,19 +39009,19 @@ var require_url = __commonJS({
|
|
|
39008
39009
|
"../../node_modules/.pnpm/@apidevtools+json-schema-ref-parser@11.7.3/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/url.js"(exports2) {
|
|
39009
39010
|
"use strict";
|
|
39010
39011
|
init_cjs_shims();
|
|
39011
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
39012
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
39012
39013
|
k2 === void 0 && (k2 = k);
|
|
39013
39014
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
39014
39015
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
39015
39016
|
return m[k];
|
|
39016
39017
|
} }), Object.defineProperty(o, k2, desc);
|
|
39017
|
-
} : function(o, m, k, k2) {
|
|
39018
|
+
}) : (function(o, m, k, k2) {
|
|
39018
39019
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
39019
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
39020
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
39020
39021
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
39021
|
-
} : function(o, v) {
|
|
39022
|
+
}) : function(o, v) {
|
|
39022
39023
|
o.default = v;
|
|
39023
|
-
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ function() {
|
|
39024
|
+
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ (function() {
|
|
39024
39025
|
var ownKeys = function(o) {
|
|
39025
39026
|
return ownKeys = Object.getOwnPropertyNames || function(o2) {
|
|
39026
39027
|
var ar = [];
|
|
@@ -39034,7 +39035,7 @@ var require_url = __commonJS({
|
|
|
39034
39035
|
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) k[i] !== "default" && __createBinding(result, mod, k[i]);
|
|
39035
39036
|
return __setModuleDefault(result, mod), result;
|
|
39036
39037
|
};
|
|
39037
|
-
}(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
39038
|
+
})(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
39038
39039
|
return mod && mod.__esModule ? mod : { default: mod };
|
|
39039
39040
|
};
|
|
39040
39041
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -39224,19 +39225,19 @@ var require_pointer = __commonJS({
|
|
|
39224
39225
|
"../../node_modules/.pnpm/@apidevtools+json-schema-ref-parser@11.7.3/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/pointer.js"(exports2) {
|
|
39225
39226
|
"use strict";
|
|
39226
39227
|
init_cjs_shims();
|
|
39227
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
39228
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
39228
39229
|
k2 === void 0 && (k2 = k);
|
|
39229
39230
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
39230
39231
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
39231
39232
|
return m[k];
|
|
39232
39233
|
} }), Object.defineProperty(o, k2, desc);
|
|
39233
|
-
} : function(o, m, k, k2) {
|
|
39234
|
+
}) : (function(o, m, k, k2) {
|
|
39234
39235
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
39235
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
39236
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
39236
39237
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
39237
|
-
} : function(o, v) {
|
|
39238
|
+
}) : function(o, v) {
|
|
39238
39239
|
o.default = v;
|
|
39239
|
-
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ function() {
|
|
39240
|
+
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ (function() {
|
|
39240
39241
|
var ownKeys = function(o) {
|
|
39241
39242
|
return ownKeys = Object.getOwnPropertyNames || function(o2) {
|
|
39242
39243
|
var ar = [];
|
|
@@ -39250,7 +39251,7 @@ var require_pointer = __commonJS({
|
|
|
39250
39251
|
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) k[i] !== "default" && __createBinding(result, mod, k[i]);
|
|
39251
39252
|
return __setModuleDefault(result, mod), result;
|
|
39252
39253
|
};
|
|
39253
|
-
}(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
39254
|
+
})(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
39254
39255
|
return mod && mod.__esModule ? mod : { default: mod };
|
|
39255
39256
|
};
|
|
39256
39257
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -39591,19 +39592,19 @@ var require_refs = __commonJS({
|
|
|
39591
39592
|
"../../node_modules/.pnpm/@apidevtools+json-schema-ref-parser@11.7.3/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/refs.js"(exports2) {
|
|
39592
39593
|
"use strict";
|
|
39593
39594
|
init_cjs_shims();
|
|
39594
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
39595
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
39595
39596
|
k2 === void 0 && (k2 = k);
|
|
39596
39597
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
39597
39598
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
39598
39599
|
return m[k];
|
|
39599
39600
|
} }), Object.defineProperty(o, k2, desc);
|
|
39600
|
-
} : function(o, m, k, k2) {
|
|
39601
|
+
}) : (function(o, m, k, k2) {
|
|
39601
39602
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
39602
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
39603
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
39603
39604
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
39604
|
-
} : function(o, v) {
|
|
39605
|
+
}) : function(o, v) {
|
|
39605
39606
|
o.default = v;
|
|
39606
|
-
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ function() {
|
|
39607
|
+
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ (function() {
|
|
39607
39608
|
var ownKeys = function(o) {
|
|
39608
39609
|
return ownKeys = Object.getOwnPropertyNames || function(o2) {
|
|
39609
39610
|
var ar = [];
|
|
@@ -39617,7 +39618,7 @@ var require_refs = __commonJS({
|
|
|
39617
39618
|
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) k[i] !== "default" && __createBinding(result, mod, k[i]);
|
|
39618
39619
|
return __setModuleDefault(result, mod), result;
|
|
39619
39620
|
};
|
|
39620
|
-
}(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
39621
|
+
})(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
39621
39622
|
return mod && mod.__esModule ? mod : { default: mod };
|
|
39622
39623
|
};
|
|
39623
39624
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -39818,19 +39819,19 @@ var require_parse3 = __commonJS({
|
|
|
39818
39819
|
"../../node_modules/.pnpm/@apidevtools+json-schema-ref-parser@11.7.3/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/parse.js"(exports2) {
|
|
39819
39820
|
"use strict";
|
|
39820
39821
|
init_cjs_shims();
|
|
39821
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
39822
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
39822
39823
|
k2 === void 0 && (k2 = k);
|
|
39823
39824
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
39824
39825
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
39825
39826
|
return m[k];
|
|
39826
39827
|
} }), Object.defineProperty(o, k2, desc);
|
|
39827
|
-
} : function(o, m, k, k2) {
|
|
39828
|
+
}) : (function(o, m, k, k2) {
|
|
39828
39829
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
39829
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
39830
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
39830
39831
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
39831
|
-
} : function(o, v) {
|
|
39832
|
+
}) : function(o, v) {
|
|
39832
39833
|
o.default = v;
|
|
39833
|
-
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ function() {
|
|
39834
|
+
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ (function() {
|
|
39834
39835
|
var ownKeys = function(o) {
|
|
39835
39836
|
return ownKeys = Object.getOwnPropertyNames || function(o2) {
|
|
39836
39837
|
var ar = [];
|
|
@@ -39844,7 +39845,7 @@ var require_parse3 = __commonJS({
|
|
|
39844
39845
|
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) k[i] !== "default" && __createBinding(result, mod, k[i]);
|
|
39845
39846
|
return __setModuleDefault(result, mod), result;
|
|
39846
39847
|
};
|
|
39847
|
-
}();
|
|
39848
|
+
})();
|
|
39848
39849
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
39849
39850
|
var ono_1 = require_cjs2(), url = __importStar(require_url()), plugins = __importStar(require_plugins()), errors_js_1 = require_errors3();
|
|
39850
39851
|
async function parse7(path, $refs, options) {
|
|
@@ -41277,7 +41278,7 @@ var require_dumper = __commonJS({
|
|
|
41277
41278
|
return !hasLineBreak && !hasFoldableLine ? plain && !forceQuotes && !testAmbiguousType(string) ? STYLE_PLAIN : quotingType === QUOTING_TYPE_DOUBLE ? STYLE_DOUBLE : STYLE_SINGLE : indentPerLevel > 9 && needIndentIndicator(string) ? STYLE_DOUBLE : forceQuotes ? quotingType === QUOTING_TYPE_DOUBLE ? STYLE_DOUBLE : STYLE_SINGLE : hasFoldableLine ? STYLE_FOLDED : STYLE_LITERAL;
|
|
41278
41279
|
}
|
|
41279
41280
|
function writeScalar(state, string, level, iskey, inblock) {
|
|
41280
|
-
state.dump = function() {
|
|
41281
|
+
state.dump = (function() {
|
|
41281
41282
|
if (string.length === 0)
|
|
41282
41283
|
return state.quotingType === QUOTING_TYPE_DOUBLE ? '""' : "''";
|
|
41283
41284
|
if (!state.noCompatMode && (DEPRECATED_BOOLEANS_SYNTAX.indexOf(string) !== -1 || DEPRECATED_BASE60_SYNTAX.test(string)))
|
|
@@ -41309,7 +41310,7 @@ var require_dumper = __commonJS({
|
|
|
41309
41310
|
default:
|
|
41310
41311
|
throw new YAMLException("impossible error: invalid scalar style");
|
|
41311
41312
|
}
|
|
41312
|
-
}();
|
|
41313
|
+
})();
|
|
41313
41314
|
}
|
|
41314
41315
|
function blockHeader(string, indentPerLevel) {
|
|
41315
41316
|
var indentIndicator = needIndentIndicator(string) ? String(indentPerLevel) : "", clip = string[string.length - 1] === `
|
|
@@ -41324,11 +41325,11 @@ var require_dumper = __commonJS({
|
|
|
41324
41325
|
` ? string.slice(0, -1) : string;
|
|
41325
41326
|
}
|
|
41326
41327
|
function foldString(string, width) {
|
|
41327
|
-
for (var lineRe = /(\n+)([^\n]*)/g, result = function() {
|
|
41328
|
+
for (var lineRe = /(\n+)([^\n]*)/g, result = (function() {
|
|
41328
41329
|
var nextLF = string.indexOf(`
|
|
41329
41330
|
`);
|
|
41330
41331
|
return nextLF = nextLF !== -1 ? nextLF : string.length, lineRe.lastIndex = nextLF, foldLine(string.slice(0, nextLF), width);
|
|
41331
|
-
}(), prevMoreIndented = string[0] === `
|
|
41332
|
+
})(), prevMoreIndented = string[0] === `
|
|
41332
41333
|
` || string[0] === " ", moreIndented, match2; match2 = lineRe.exec(string); ) {
|
|
41333
41334
|
var prefix = match2[1], line = match2[2];
|
|
41334
41335
|
moreIndented = line[0] === " ", result += prefix + (!prevMoreIndented && !moreIndented && line !== "" ? `
|
|
@@ -41629,19 +41630,19 @@ var require_file = __commonJS({
|
|
|
41629
41630
|
"../../node_modules/.pnpm/@apidevtools+json-schema-ref-parser@11.7.3/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/resolvers/file.js"(exports2) {
|
|
41630
41631
|
"use strict";
|
|
41631
41632
|
init_cjs_shims();
|
|
41632
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
41633
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
41633
41634
|
k2 === void 0 && (k2 = k);
|
|
41634
41635
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
41635
41636
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
41636
41637
|
return m[k];
|
|
41637
41638
|
} }), Object.defineProperty(o, k2, desc);
|
|
41638
|
-
} : function(o, m, k, k2) {
|
|
41639
|
+
}) : (function(o, m, k, k2) {
|
|
41639
41640
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
41640
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
41641
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
41641
41642
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
41642
|
-
} : function(o, v) {
|
|
41643
|
+
}) : function(o, v) {
|
|
41643
41644
|
o.default = v;
|
|
41644
|
-
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ function() {
|
|
41645
|
+
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ (function() {
|
|
41645
41646
|
var ownKeys = function(o) {
|
|
41646
41647
|
return ownKeys = Object.getOwnPropertyNames || function(o2) {
|
|
41647
41648
|
var ar = [];
|
|
@@ -41655,7 +41656,7 @@ var require_file = __commonJS({
|
|
|
41655
41656
|
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) k[i] !== "default" && __createBinding(result, mod, k[i]);
|
|
41656
41657
|
return __setModuleDefault(result, mod), result;
|
|
41657
41658
|
};
|
|
41658
|
-
}(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
41659
|
+
})(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
41659
41660
|
return mod && mod.__esModule ? mod : { default: mod };
|
|
41660
41661
|
};
|
|
41661
41662
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -41698,19 +41699,19 @@ var require_http = __commonJS({
|
|
|
41698
41699
|
"../../node_modules/.pnpm/@apidevtools+json-schema-ref-parser@11.7.3/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/resolvers/http.js"(exports2) {
|
|
41699
41700
|
"use strict";
|
|
41700
41701
|
init_cjs_shims();
|
|
41701
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
41702
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
41702
41703
|
k2 === void 0 && (k2 = k);
|
|
41703
41704
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
41704
41705
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
41705
41706
|
return m[k];
|
|
41706
41707
|
} }), Object.defineProperty(o, k2, desc);
|
|
41707
|
-
} : function(o, m, k, k2) {
|
|
41708
|
+
}) : (function(o, m, k, k2) {
|
|
41708
41709
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
41709
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
41710
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
41710
41711
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
41711
|
-
} : function(o, v) {
|
|
41712
|
+
}) : function(o, v) {
|
|
41712
41713
|
o.default = v;
|
|
41713
|
-
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ function() {
|
|
41714
|
+
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ (function() {
|
|
41714
41715
|
var ownKeys = function(o) {
|
|
41715
41716
|
return ownKeys = Object.getOwnPropertyNames || function(o2) {
|
|
41716
41717
|
var ar = [];
|
|
@@ -41724,7 +41725,7 @@ var require_http = __commonJS({
|
|
|
41724
41725
|
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) k[i] !== "default" && __createBinding(result, mod, k[i]);
|
|
41725
41726
|
return __setModuleDefault(result, mod), result;
|
|
41726
41727
|
};
|
|
41727
|
-
}();
|
|
41728
|
+
})();
|
|
41728
41729
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
41729
41730
|
var ono_1 = require_cjs2(), url = __importStar(require_url()), errors_js_1 = require_errors3();
|
|
41730
41731
|
exports2.default = {
|
|
@@ -41943,19 +41944,19 @@ var require_resolve_external = __commonJS({
|
|
|
41943
41944
|
"../../node_modules/.pnpm/@apidevtools+json-schema-ref-parser@11.7.3/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/resolve-external.js"(exports2) {
|
|
41944
41945
|
"use strict";
|
|
41945
41946
|
init_cjs_shims();
|
|
41946
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
41947
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
41947
41948
|
k2 === void 0 && (k2 = k);
|
|
41948
41949
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
41949
41950
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
41950
41951
|
return m[k];
|
|
41951
41952
|
} }), Object.defineProperty(o, k2, desc);
|
|
41952
|
-
} : function(o, m, k, k2) {
|
|
41953
|
+
}) : (function(o, m, k, k2) {
|
|
41953
41954
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
41954
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
41955
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
41955
41956
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
41956
|
-
} : function(o, v) {
|
|
41957
|
+
}) : function(o, v) {
|
|
41957
41958
|
o.default = v;
|
|
41958
|
-
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ function() {
|
|
41959
|
+
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ (function() {
|
|
41959
41960
|
var ownKeys = function(o) {
|
|
41960
41961
|
return ownKeys = Object.getOwnPropertyNames || function(o2) {
|
|
41961
41962
|
var ar = [];
|
|
@@ -41969,7 +41970,7 @@ var require_resolve_external = __commonJS({
|
|
|
41969
41970
|
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) k[i] !== "default" && __createBinding(result, mod, k[i]);
|
|
41970
41971
|
return __setModuleDefault(result, mod), result;
|
|
41971
41972
|
};
|
|
41972
|
-
}(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
41973
|
+
})(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
41973
41974
|
return mod && mod.__esModule ? mod : { default: mod };
|
|
41974
41975
|
};
|
|
41975
41976
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -42019,19 +42020,19 @@ var require_bundle = __commonJS({
|
|
|
42019
42020
|
"../../node_modules/.pnpm/@apidevtools+json-schema-ref-parser@11.7.3/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/bundle.js"(exports2) {
|
|
42020
42021
|
"use strict";
|
|
42021
42022
|
init_cjs_shims();
|
|
42022
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
42023
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
42023
42024
|
k2 === void 0 && (k2 = k);
|
|
42024
42025
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
42025
42026
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
42026
42027
|
return m[k];
|
|
42027
42028
|
} }), Object.defineProperty(o, k2, desc);
|
|
42028
|
-
} : function(o, m, k, k2) {
|
|
42029
|
+
}) : (function(o, m, k, k2) {
|
|
42029
42030
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
42030
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
42031
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
42031
42032
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
42032
|
-
} : function(o, v) {
|
|
42033
|
+
}) : function(o, v) {
|
|
42033
42034
|
o.default = v;
|
|
42034
|
-
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ function() {
|
|
42035
|
+
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ (function() {
|
|
42035
42036
|
var ownKeys = function(o) {
|
|
42036
42037
|
return ownKeys = Object.getOwnPropertyNames || function(o2) {
|
|
42037
42038
|
var ar = [];
|
|
@@ -42045,7 +42046,7 @@ var require_bundle = __commonJS({
|
|
|
42045
42046
|
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) k[i] !== "default" && __createBinding(result, mod, k[i]);
|
|
42046
42047
|
return __setModuleDefault(result, mod), result;
|
|
42047
42048
|
};
|
|
42048
|
-
}(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
42049
|
+
})(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
42049
42050
|
return mod && mod.__esModule ? mod : { default: mod };
|
|
42050
42051
|
};
|
|
42051
42052
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -42147,19 +42148,19 @@ var require_dereference = __commonJS({
|
|
|
42147
42148
|
"../../node_modules/.pnpm/@apidevtools+json-schema-ref-parser@11.7.3/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/dereference.js"(exports2) {
|
|
42148
42149
|
"use strict";
|
|
42149
42150
|
init_cjs_shims();
|
|
42150
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
42151
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
42151
42152
|
k2 === void 0 && (k2 = k);
|
|
42152
42153
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
42153
42154
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
42154
42155
|
return m[k];
|
|
42155
42156
|
} }), Object.defineProperty(o, k2, desc);
|
|
42156
|
-
} : function(o, m, k, k2) {
|
|
42157
|
+
}) : (function(o, m, k, k2) {
|
|
42157
42158
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
42158
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
42159
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
42159
42160
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
42160
|
-
} : function(o, v) {
|
|
42161
|
+
}) : function(o, v) {
|
|
42161
42162
|
o.default = v;
|
|
42162
|
-
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ function() {
|
|
42163
|
+
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ (function() {
|
|
42163
42164
|
var ownKeys = function(o) {
|
|
42164
42165
|
return ownKeys = Object.getOwnPropertyNames || function(o2) {
|
|
42165
42166
|
var ar = [];
|
|
@@ -42173,7 +42174,7 @@ var require_dereference = __commonJS({
|
|
|
42173
42174
|
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) k[i] !== "default" && __createBinding(result, mod, k[i]);
|
|
42174
42175
|
return __setModuleDefault(result, mod), result;
|
|
42175
42176
|
};
|
|
42176
|
-
}(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
42177
|
+
})(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
42177
42178
|
return mod && mod.__esModule ? mod : { default: mod };
|
|
42178
42179
|
};
|
|
42179
42180
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -42298,19 +42299,19 @@ var require_lib6 = __commonJS({
|
|
|
42298
42299
|
"../../node_modules/.pnpm/@apidevtools+json-schema-ref-parser@11.7.3/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/index.js"(exports2) {
|
|
42299
42300
|
"use strict";
|
|
42300
42301
|
init_cjs_shims();
|
|
42301
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
42302
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
42302
42303
|
k2 === void 0 && (k2 = k);
|
|
42303
42304
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
42304
42305
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
42305
42306
|
return m[k];
|
|
42306
42307
|
} }), Object.defineProperty(o, k2, desc);
|
|
42307
|
-
} : function(o, m, k, k2) {
|
|
42308
|
+
}) : (function(o, m, k, k2) {
|
|
42308
42309
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
42309
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
42310
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
42310
42311
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
42311
|
-
} : function(o, v) {
|
|
42312
|
+
}) : function(o, v) {
|
|
42312
42313
|
o.default = v;
|
|
42313
|
-
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ function() {
|
|
42314
|
+
}), __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ (function() {
|
|
42314
42315
|
var ownKeys = function(o) {
|
|
42315
42316
|
return ownKeys = Object.getOwnPropertyNames || function(o2) {
|
|
42316
42317
|
var ar = [];
|
|
@@ -42324,7 +42325,7 @@ var require_lib6 = __commonJS({
|
|
|
42324
42325
|
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) k[i] !== "default" && __createBinding(result, mod, k[i]);
|
|
42325
42326
|
return __setModuleDefault(result, mod), result;
|
|
42326
42327
|
};
|
|
42327
|
-
}(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
42328
|
+
})(), __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
42328
42329
|
return mod && mod.__esModule ? mod : { default: mod };
|
|
42329
42330
|
};
|
|
42330
42331
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -42684,7 +42685,7 @@ var require_initCloneByTag = __commonJS({
|
|
|
42684
42685
|
var require_baseCreate = __commonJS({
|
|
42685
42686
|
"../../node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseCreate.js"(exports2, module2) {
|
|
42686
42687
|
init_cjs_shims();
|
|
42687
|
-
var isObject4 = require_isObject(), objectCreate = Object.create, baseCreate = /* @__PURE__ */ function() {
|
|
42688
|
+
var isObject4 = require_isObject(), objectCreate = Object.create, baseCreate = /* @__PURE__ */ (function() {
|
|
42688
42689
|
function object() {
|
|
42689
42690
|
}
|
|
42690
42691
|
return function(proto) {
|
|
@@ -42696,7 +42697,7 @@ var require_baseCreate = __commonJS({
|
|
|
42696
42697
|
var result = new object();
|
|
42697
42698
|
return object.prototype = void 0, result;
|
|
42698
42699
|
};
|
|
42699
|
-
}();
|
|
42700
|
+
})();
|
|
42700
42701
|
module2.exports = baseCreate;
|
|
42701
42702
|
}
|
|
42702
42703
|
});
|
|
@@ -42968,7 +42969,7 @@ var require_async = __commonJS({
|
|
|
42968
42969
|
init_cjs_shims();
|
|
42969
42970
|
(function(global2, factory) {
|
|
42970
42971
|
typeof exports2 == "object" && typeof module2 < "u" ? factory(exports2) : typeof define == "function" && define.amd ? define(["exports"], factory) : (global2 = typeof globalThis < "u" ? globalThis : global2 || self, factory(global2.async = {}));
|
|
42971
|
-
})(exports2, function(exports3) {
|
|
42972
|
+
})(exports2, (function(exports3) {
|
|
42972
42973
|
"use strict";
|
|
42973
42974
|
function apply(fn, ...args) {
|
|
42974
42975
|
return (...callArgs) => fn(...args, ...callArgs);
|
|
@@ -44247,7 +44248,7 @@ Source:
|
|
|
44247
44248
|
doDuring: doWhilst$1
|
|
44248
44249
|
};
|
|
44249
44250
|
exports3.all = every$1, exports3.allLimit = everyLimit$1, exports3.allSeries = everySeries$1, exports3.any = some$1, exports3.anyLimit = someLimit$1, exports3.anySeries = someSeries$1, exports3.apply = apply, exports3.applyEach = applyEach, exports3.applyEachSeries = applyEachSeries, exports3.asyncify = asyncify, exports3.auto = auto, exports3.autoInject = autoInject, exports3.cargo = cargo$1, exports3.cargoQueue = cargo, exports3.compose = compose, exports3.concat = concat$1, exports3.concatLimit = concatLimit$1, exports3.concatSeries = concatSeries$1, exports3.constant = constant$1, exports3.default = index, exports3.detect = detect$1, exports3.detectLimit = detectLimit$1, exports3.detectSeries = detectSeries$1, exports3.dir = dir, exports3.doDuring = doWhilst$1, exports3.doUntil = doUntil, exports3.doWhilst = doWhilst$1, exports3.during = whilst$1, exports3.each = each, exports3.eachLimit = eachLimit$1, exports3.eachOf = eachOf$1, exports3.eachOfLimit = eachOfLimit$1, exports3.eachOfSeries = eachOfSeries$1, exports3.eachSeries = eachSeries$1, exports3.ensureAsync = ensureAsync, exports3.every = every$1, exports3.everyLimit = everyLimit$1, exports3.everySeries = everySeries$1, exports3.filter = filter$1, exports3.filterLimit = filterLimit$1, exports3.filterSeries = filterSeries$1, exports3.find = detect$1, exports3.findLimit = detectLimit$1, exports3.findSeries = detectSeries$1, exports3.flatMap = concat$1, exports3.flatMapLimit = concatLimit$1, exports3.flatMapSeries = concatSeries$1, exports3.foldl = reduce$1, exports3.foldr = reduceRight, exports3.forEach = each, exports3.forEachLimit = eachLimit$1, exports3.forEachOf = eachOf$1, exports3.forEachOfLimit = eachOfLimit$1, exports3.forEachOfSeries = eachOfSeries$1, exports3.forEachSeries = eachSeries$1, exports3.forever = forever$1, exports3.groupBy = groupBy2, exports3.groupByLimit = groupByLimit$1, exports3.groupBySeries = groupBySeries, exports3.inject = reduce$1, exports3.log = log, exports3.map = map$1, exports3.mapLimit = mapLimit$1, exports3.mapSeries = mapSeries$1, exports3.mapValues = mapValues, exports3.mapValuesLimit = mapValuesLimit$1, exports3.mapValuesSeries = mapValuesSeries, exports3.memoize = memoize, exports3.nextTick = nextTick, exports3.parallel = parallel, exports3.parallelLimit = parallelLimit, exports3.priorityQueue = priorityQueue, exports3.queue = queue, exports3.race = race$1, exports3.reduce = reduce$1, exports3.reduceRight = reduceRight, exports3.reflect = reflect, exports3.reflectAll = reflectAll, exports3.reject = reject$1, exports3.rejectLimit = rejectLimit$1, exports3.rejectSeries = rejectSeries$1, exports3.retry = retry, exports3.retryable = retryable, exports3.select = filter$1, exports3.selectLimit = filterLimit$1, exports3.selectSeries = filterSeries$1, exports3.seq = seq, exports3.series = series, exports3.setImmediate = setImmediate$1, exports3.some = some$1, exports3.someLimit = someLimit$1, exports3.someSeries = someSeries$1, exports3.sortBy = sortBy$1, exports3.timeout = timeout, exports3.times = times, exports3.timesLimit = timesLimit, exports3.timesSeries = timesSeries, exports3.transform = transform2, exports3.tryEach = tryEach$1, exports3.unmemoize = unmemoize, exports3.until = until, exports3.waterfall = waterfall$1, exports3.whilst = whilst$1, exports3.wrapSync = asyncify, Object.defineProperty(exports3, "__esModule", { value: !0 });
|
|
44250
|
-
});
|
|
44251
|
+
}));
|
|
44251
44252
|
}
|
|
44252
44253
|
});
|
|
44253
44254
|
|
|
@@ -44415,7 +44416,7 @@ var require_BufferList = __commonJS({
|
|
|
44415
44416
|
function copyBuffer(src, target, offset) {
|
|
44416
44417
|
src.copy(target, offset);
|
|
44417
44418
|
}
|
|
44418
|
-
module2.exports = function() {
|
|
44419
|
+
module2.exports = (function() {
|
|
44419
44420
|
function BufferList() {
|
|
44420
44421
|
_classCallCheck(this, BufferList), this.head = null, this.tail = null, this.length = 0;
|
|
44421
44422
|
}
|
|
@@ -44443,7 +44444,7 @@ var require_BufferList = __commonJS({
|
|
|
44443
44444
|
copyBuffer(p.data, ret, i), i += p.data.length, p = p.next;
|
|
44444
44445
|
return ret;
|
|
44445
44446
|
}, BufferList;
|
|
44446
|
-
}();
|
|
44447
|
+
})();
|
|
44447
44448
|
util && util.inspect && util.inspect.custom && (module2.exports.prototype[util.inspect.custom] = function() {
|
|
44448
44449
|
var obj = util.inspect({ length: this.length });
|
|
44449
44450
|
return this.constructor.name + " " + obj;
|
|
@@ -45175,11 +45176,11 @@ var require_stream_readable = __commonJS({
|
|
|
45175
45176
|
}
|
|
45176
45177
|
});
|
|
45177
45178
|
for (var i in stream2)
|
|
45178
|
-
this[i] === void 0 && typeof stream2[i] == "function" && (this[i] = /* @__PURE__ */ function(method) {
|
|
45179
|
+
this[i] === void 0 && typeof stream2[i] == "function" && (this[i] = /* @__PURE__ */ (function(method) {
|
|
45179
45180
|
return function() {
|
|
45180
45181
|
return stream2[method].apply(stream2, arguments);
|
|
45181
45182
|
};
|
|
45182
|
-
}(i));
|
|
45183
|
+
})(i));
|
|
45183
45184
|
for (var n = 0; n < kProxyEvents.length; n++)
|
|
45184
45185
|
stream2.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n]));
|
|
45185
45186
|
return this._read = function(n2) {
|
|
@@ -45645,10 +45646,10 @@ var require_lodash4 = __commonJS({
|
|
|
45645
45646
|
}
|
|
45646
45647
|
return result;
|
|
45647
45648
|
}
|
|
45648
|
-
var arrayProto = Array.prototype, funcProto = Function.prototype, objectProto = Object.prototype, coreJsData = root["__core-js_shared__"], maskSrcKey = function() {
|
|
45649
|
+
var arrayProto = Array.prototype, funcProto = Function.prototype, objectProto = Object.prototype, coreJsData = root["__core-js_shared__"], maskSrcKey = (function() {
|
|
45649
45650
|
var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || "");
|
|
45650
45651
|
return uid ? "Symbol(src)_1." + uid : "";
|
|
45651
|
-
}(), funcToString = funcProto.toString, hasOwnProperty2 = objectProto.hasOwnProperty, objectToString2 = objectProto.toString, reIsNative = RegExp(
|
|
45652
|
+
})(), funcToString = funcProto.toString, hasOwnProperty2 = objectProto.hasOwnProperty, objectToString2 = objectProto.toString, reIsNative = RegExp(
|
|
45652
45653
|
"^" + funcToString.call(hasOwnProperty2).replace(reRegExpChar, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
45653
45654
|
), Symbol3 = root.Symbol, propertyIsEnumerable = objectProto.propertyIsEnumerable, splice = arrayProto.splice, spreadableSymbol = Symbol3 ? Symbol3.isConcatSpreadable : void 0, nativeMax = Math.max, Map2 = getNative(root, "Map"), nativeCreate = getNative(Object, "create");
|
|
45654
45655
|
function Hash(entries) {
|
|
@@ -45945,10 +45946,10 @@ var require_lodash5 = __commonJS({
|
|
|
45945
45946
|
result[++index] = value;
|
|
45946
45947
|
}), result;
|
|
45947
45948
|
}
|
|
45948
|
-
var arrayProto = Array.prototype, funcProto = Function.prototype, objectProto = Object.prototype, coreJsData = root["__core-js_shared__"], maskSrcKey = function() {
|
|
45949
|
+
var arrayProto = Array.prototype, funcProto = Function.prototype, objectProto = Object.prototype, coreJsData = root["__core-js_shared__"], maskSrcKey = (function() {
|
|
45949
45950
|
var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || "");
|
|
45950
45951
|
return uid ? "Symbol(src)_1." + uid : "";
|
|
45951
|
-
}(), funcToString = funcProto.toString, hasOwnProperty2 = objectProto.hasOwnProperty, objectToString2 = objectProto.toString, reIsNative = RegExp(
|
|
45952
|
+
})(), funcToString = funcProto.toString, hasOwnProperty2 = objectProto.hasOwnProperty, objectToString2 = objectProto.toString, reIsNative = RegExp(
|
|
45952
45953
|
"^" + funcToString.call(hasOwnProperty2).replace(reRegExpChar, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
45953
45954
|
), Symbol3 = root.Symbol, propertyIsEnumerable = objectProto.propertyIsEnumerable, splice = arrayProto.splice, spreadableSymbol = Symbol3 ? Symbol3.isConcatSpreadable : void 0, nativeMax = Math.max, Map2 = getNative(root, "Map"), Set3 = getNative(root, "Set"), nativeCreate = getNative(Object, "create");
|
|
45954
45955
|
function Hash(entries) {
|
|
@@ -46476,7 +46477,7 @@ var require_buffer_list = __commonJS({
|
|
|
46476
46477
|
function copyBuffer(src, target, offset) {
|
|
46477
46478
|
Buffer2.prototype.copy.call(src, target, offset);
|
|
46478
46479
|
}
|
|
46479
|
-
module2.exports = /* @__PURE__ */ function() {
|
|
46480
|
+
module2.exports = /* @__PURE__ */ (function() {
|
|
46480
46481
|
function BufferList() {
|
|
46481
46482
|
_classCallCheck(this, BufferList), this.head = null, this.tail = null, this.length = 0;
|
|
46482
46483
|
}
|
|
@@ -46580,7 +46581,7 @@ var require_buffer_list = __commonJS({
|
|
|
46580
46581
|
}));
|
|
46581
46582
|
}
|
|
46582
46583
|
}]), BufferList;
|
|
46583
|
-
}();
|
|
46584
|
+
})();
|
|
46584
46585
|
}
|
|
46585
46586
|
});
|
|
46586
46587
|
|
|
@@ -47783,11 +47784,11 @@ var require_stream_readable2 = __commonJS({
|
|
|
47783
47784
|
}
|
|
47784
47785
|
});
|
|
47785
47786
|
for (var i in stream2)
|
|
47786
|
-
this[i] === void 0 && typeof stream2[i] == "function" && (this[i] = /* @__PURE__ */ function(method) {
|
|
47787
|
+
this[i] === void 0 && typeof stream2[i] == "function" && (this[i] = /* @__PURE__ */ (function(method) {
|
|
47787
47788
|
return function() {
|
|
47788
47789
|
return stream2[method].apply(stream2, arguments);
|
|
47789
47790
|
};
|
|
47790
|
-
}(i));
|
|
47791
|
+
})(i));
|
|
47791
47792
|
for (var n = 0; n < kProxyEvents.length; n++)
|
|
47792
47793
|
stream2.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n]));
|
|
47793
47794
|
return this._read = function(n2) {
|
|
@@ -49910,7 +49911,7 @@ var require_headers = __commonJS({
|
|
|
49910
49911
|
};
|
|
49911
49912
|
exports2.decode = function(buf, filenameEncoding, allowUnknownFormat) {
|
|
49912
49913
|
var typeflag = buf[156] === 0 ? 0 : buf[156] - ZERO_OFFSET, name = decodeStr(buf, 0, 100, filenameEncoding), mode = decodeOct(buf, 100, 8), uid = decodeOct(buf, 108, 8), gid = decodeOct(buf, 116, 8), size = decodeOct(buf, 124, 12), mtime = decodeOct(buf, 136, 12), type = toType(typeflag), linkname = buf[157] === 0 ? null : decodeStr(buf, 157, 100, filenameEncoding), uname = decodeStr(buf, 265, 32), gname = decodeStr(buf, 297, 32), devmajor = decodeOct(buf, 329, 8), devminor = decodeOct(buf, 337, 8), c = cksum(buf);
|
|
49913
|
-
if (c ===
|
|
49914
|
+
if (c === 256) return null;
|
|
49914
49915
|
if (c !== decodeOct(buf, 148, 8)) throw new Error("Invalid tar header. Maybe the tar is corrupted or it needs to be gunzipped?");
|
|
49915
49916
|
if (USTAR_MAGIC.compare(buf, MAGIC_OFFSET, MAGIC_OFFSET + 6) === 0)
|
|
49916
49917
|
buf[345] && (name = decodeStr(buf, 345, 155, filenameEncoding) + "/" + name);
|
|
@@ -52574,15 +52575,15 @@ var require_main4 = __commonJS({
|
|
|
52574
52575
|
"../../node_modules/.pnpm/vscode-jsonrpc@8.1.0/node_modules/vscode-jsonrpc/lib/node/main.js"(exports2) {
|
|
52575
52576
|
"use strict";
|
|
52576
52577
|
init_cjs_shims();
|
|
52577
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
52578
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
52578
52579
|
k2 === void 0 && (k2 = k);
|
|
52579
52580
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
52580
52581
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
52581
52582
|
return m[k];
|
|
52582
52583
|
} }), Object.defineProperty(o, k2, desc);
|
|
52583
|
-
} : function(o, m, k, k2) {
|
|
52584
|
+
}) : (function(o, m, k, k2) {
|
|
52584
52585
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
52585
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
52586
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
52586
52587
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
52587
52588
|
};
|
|
52588
52589
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -52770,17 +52771,17 @@ var require_types7 = __commonJS({
|
|
|
52770
52771
|
"../../node_modules/.pnpm/@shopify+theme-language-server-common@2.20.0/node_modules/@shopify/theme-language-server-common/dist/types.js"(exports2) {
|
|
52771
52772
|
"use strict";
|
|
52772
52773
|
init_cjs_shims();
|
|
52773
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
52774
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
52774
52775
|
k2 === void 0 && (k2 = k);
|
|
52775
52776
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
52776
52777
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
52777
52778
|
return m[k];
|
|
52778
52779
|
} }), Object.defineProperty(o, k2, desc);
|
|
52779
|
-
} : function(o, m, k, k2) {
|
|
52780
|
+
}) : (function(o, m, k, k2) {
|
|
52780
52781
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
52781
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
52782
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
52782
52783
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
52783
|
-
} : function(o, v) {
|
|
52784
|
+
}) : function(o, v) {
|
|
52784
52785
|
o.default = v;
|
|
52785
52786
|
}), __importStar = exports2 && exports2.__importStar || function(mod) {
|
|
52786
52787
|
if (mod && mod.__esModule) return mod;
|
|
@@ -52924,15 +52925,15 @@ var require_utils8 = __commonJS({
|
|
|
52924
52925
|
"../../node_modules/.pnpm/@shopify+theme-language-server-common@2.20.0/node_modules/@shopify/theme-language-server-common/dist/utils/index.js"(exports2) {
|
|
52925
52926
|
"use strict";
|
|
52926
52927
|
init_cjs_shims();
|
|
52927
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
52928
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
52928
52929
|
k2 === void 0 && (k2 = k);
|
|
52929
52930
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
52930
52931
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
52931
52932
|
return m[k];
|
|
52932
52933
|
} }), Object.defineProperty(o, k2, desc);
|
|
52933
|
-
} : function(o, m, k, k2) {
|
|
52934
|
+
}) : (function(o, m, k, k2) {
|
|
52934
52935
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
52935
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
52936
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
52936
52937
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
52937
52938
|
};
|
|
52938
52939
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -53406,7 +53407,7 @@ var DocumentUri2, URI3, integer2, uinteger2, Position2, Range2, Location2, Locat
|
|
|
53406
53407
|
WorkspaceEdit3.is = is;
|
|
53407
53408
|
})(WorkspaceEdit2 || (WorkspaceEdit2 = {}));
|
|
53408
53409
|
TextEditChangeImpl = /** @class */
|
|
53409
|
-
function() {
|
|
53410
|
+
(function() {
|
|
53410
53411
|
function TextEditChangeImpl2(edits, changeAnnotations) {
|
|
53411
53412
|
this.edits = edits, this.changeAnnotations = changeAnnotations;
|
|
53412
53413
|
}
|
|
@@ -53432,8 +53433,8 @@ var DocumentUri2, URI3, integer2, uinteger2, Position2, Range2, Location2, Locat
|
|
|
53432
53433
|
if (value === void 0)
|
|
53433
53434
|
throw new Error("Text edit change is not configured to manage change annotations.");
|
|
53434
53435
|
}, TextEditChangeImpl2;
|
|
53435
|
-
}(), ChangeAnnotations = /** @class */
|
|
53436
|
-
function() {
|
|
53436
|
+
})(), ChangeAnnotations = /** @class */
|
|
53437
|
+
(function() {
|
|
53437
53438
|
function ChangeAnnotations2(annotations) {
|
|
53438
53439
|
this._annotations = annotations === void 0 ? /* @__PURE__ */ Object.create(null) : annotations, this._counter = 0, this._size = 0;
|
|
53439
53440
|
}
|
|
@@ -53455,8 +53456,8 @@ var DocumentUri2, URI3, integer2, uinteger2, Position2, Range2, Location2, Locat
|
|
|
53455
53456
|
}, ChangeAnnotations2.prototype.nextId = function() {
|
|
53456
53457
|
return this._counter++, this._counter.toString();
|
|
53457
53458
|
}, ChangeAnnotations2;
|
|
53458
|
-
}(), WorkspaceChange = /** @class */
|
|
53459
|
-
function() {
|
|
53459
|
+
})(), WorkspaceChange = /** @class */
|
|
53460
|
+
(function() {
|
|
53460
53461
|
function WorkspaceChange2(workspaceEdit) {
|
|
53461
53462
|
var _this = this;
|
|
53462
53463
|
this._textEditChanges = /* @__PURE__ */ Object.create(null), workspaceEdit !== void 0 ? (this._workspaceEdit = workspaceEdit, workspaceEdit.documentChanges ? (this._changeAnnotations = new ChangeAnnotations(workspaceEdit.changeAnnotations), workspaceEdit.changeAnnotations = this._changeAnnotations.all(), workspaceEdit.documentChanges.forEach(function(change) {
|
|
@@ -53531,7 +53532,7 @@ var DocumentUri2, URI3, integer2, uinteger2, Position2, Range2, Location2, Locat
|
|
|
53531
53532
|
if (annotation === void 0 ? operation = DeleteFile2.create(uri, options) : (id = ChangeAnnotationIdentifier2.is(annotation) ? annotation : this._changeAnnotations.manage(annotation), operation = DeleteFile2.create(uri, options, id)), this._workspaceEdit.documentChanges.push(operation), id !== void 0)
|
|
53532
53533
|
return id;
|
|
53533
53534
|
}, WorkspaceChange2;
|
|
53534
|
-
}();
|
|
53535
|
+
})();
|
|
53535
53536
|
(function(TextDocumentIdentifier3) {
|
|
53536
53537
|
function create(uri) {
|
|
53537
53538
|
return { uri };
|
|
@@ -53931,7 +53932,7 @@ var DocumentUri2, URI3, integer2, uinteger2, Position2, Range2, Location2, Locat
|
|
|
53931
53932
|
}
|
|
53932
53933
|
})(TextDocument3 || (TextDocument3 = {}));
|
|
53933
53934
|
FullTextDocument3 = /** @class */
|
|
53934
|
-
function() {
|
|
53935
|
+
(function() {
|
|
53935
53936
|
function FullTextDocument4(uri, languageId, version, content) {
|
|
53936
53937
|
this._uri = uri, this._languageId = languageId, this._version = version, this._content = content, this._lineOffsets = void 0;
|
|
53937
53938
|
}
|
|
@@ -53999,7 +54000,7 @@ var DocumentUri2, URI3, integer2, uinteger2, Position2, Range2, Location2, Locat
|
|
|
53999
54000
|
enumerable: !1,
|
|
54000
54001
|
configurable: !0
|
|
54001
54002
|
}), FullTextDocument4;
|
|
54002
|
-
}();
|
|
54003
|
+
})();
|
|
54003
54004
|
(function(Is3) {
|
|
54004
54005
|
var toString2 = Object.prototype.toString;
|
|
54005
54006
|
function defined(value) {
|
|
@@ -55179,15 +55180,15 @@ var require_api2 = __commonJS({
|
|
|
55179
55180
|
"../../node_modules/.pnpm/vscode-languageserver-protocol@3.17.3/node_modules/vscode-languageserver-protocol/lib/common/api.js"(exports2) {
|
|
55180
55181
|
"use strict";
|
|
55181
55182
|
init_cjs_shims();
|
|
55182
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
55183
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
55183
55184
|
k2 === void 0 && (k2 = k);
|
|
55184
55185
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
55185
55186
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
55186
55187
|
return m[k];
|
|
55187
55188
|
} }), Object.defineProperty(o, k2, desc);
|
|
55188
|
-
} : function(o, m, k, k2) {
|
|
55189
|
+
}) : (function(o, m, k, k2) {
|
|
55189
55190
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
55190
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
55191
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
55191
55192
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
55192
55193
|
};
|
|
55193
55194
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -55212,15 +55213,15 @@ var require_main5 = __commonJS({
|
|
|
55212
55213
|
"../../node_modules/.pnpm/vscode-languageserver-protocol@3.17.3/node_modules/vscode-languageserver-protocol/lib/node/main.js"(exports2) {
|
|
55213
55214
|
"use strict";
|
|
55214
55215
|
init_cjs_shims();
|
|
55215
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
55216
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
55216
55217
|
k2 === void 0 && (k2 = k);
|
|
55217
55218
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
55218
55219
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
55219
55220
|
return m[k];
|
|
55220
55221
|
} }), Object.defineProperty(o, k2, desc);
|
|
55221
|
-
} : function(o, m, k, k2) {
|
|
55222
|
+
}) : (function(o, m, k, k2) {
|
|
55222
55223
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
55223
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
55224
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
55224
55225
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
55225
55226
|
};
|
|
55226
55227
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -56814,15 +56815,15 @@ var require_api3 = __commonJS({
|
|
|
56814
56815
|
"../../node_modules/.pnpm/vscode-languageserver@8.1.0/node_modules/vscode-languageserver/lib/common/api.js"(exports2) {
|
|
56815
56816
|
"use strict";
|
|
56816
56817
|
init_cjs_shims();
|
|
56817
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
56818
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
56818
56819
|
k2 === void 0 && (k2 = k);
|
|
56819
56820
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
56820
56821
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
56821
56822
|
return m[k];
|
|
56822
56823
|
} }), Object.defineProperty(o, k2, desc);
|
|
56823
|
-
} : function(o, m, k, k2) {
|
|
56824
|
+
}) : (function(o, m, k, k2) {
|
|
56824
56825
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
56825
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
56826
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
56826
56827
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
56827
56828
|
};
|
|
56828
56829
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -56855,15 +56856,15 @@ var require_main6 = __commonJS({
|
|
|
56855
56856
|
"../../node_modules/.pnpm/vscode-languageserver@8.1.0/node_modules/vscode-languageserver/lib/node/main.js"(exports2) {
|
|
56856
56857
|
"use strict";
|
|
56857
56858
|
init_cjs_shims();
|
|
56858
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
56859
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
56859
56860
|
k2 === void 0 && (k2 = k);
|
|
56860
56861
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
56861
56862
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
56862
56863
|
return m[k];
|
|
56863
56864
|
} }), Object.defineProperty(o, k2, desc);
|
|
56864
|
-
} : function(o, m, k, k2) {
|
|
56865
|
+
}) : (function(o, m, k, k2) {
|
|
56865
56866
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
56866
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
56867
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
56867
56868
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
56868
56869
|
};
|
|
56869
56870
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -65433,17 +65434,17 @@ var require_HtmlDocset = __commonJS({
|
|
|
65433
65434
|
"../../node_modules/.pnpm/@shopify+theme-language-server-common@2.20.0/node_modules/@shopify/theme-language-server-common/dist/docset/HtmlDocset.js"(exports2) {
|
|
65434
65435
|
"use strict";
|
|
65435
65436
|
init_cjs_shims();
|
|
65436
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
65437
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
65437
65438
|
k2 === void 0 && (k2 = k);
|
|
65438
65439
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
65439
65440
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
65440
65441
|
return m[k];
|
|
65441
65442
|
} }), Object.defineProperty(o, k2, desc);
|
|
65442
|
-
} : function(o, m, k, k2) {
|
|
65443
|
+
}) : (function(o, m, k, k2) {
|
|
65443
65444
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
65444
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
65445
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
65445
65446
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
65446
|
-
} : function(o, v) {
|
|
65447
|
+
}) : function(o, v) {
|
|
65447
65448
|
o.default = v;
|
|
65448
65449
|
}), __importStar = exports2 && exports2.__importStar || function(mod) {
|
|
65449
65450
|
if (mod && mod.__esModule) return mod;
|
|
@@ -65463,15 +65464,15 @@ var require_docset = __commonJS({
|
|
|
65463
65464
|
"../../node_modules/.pnpm/@shopify+theme-language-server-common@2.20.0/node_modules/@shopify/theme-language-server-common/dist/docset/index.js"(exports2) {
|
|
65464
65465
|
"use strict";
|
|
65465
65466
|
init_cjs_shims();
|
|
65466
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
65467
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
65467
65468
|
k2 === void 0 && (k2 = k);
|
|
65468
65469
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
65469
65470
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
65470
65471
|
return m[k];
|
|
65471
65472
|
} }), Object.defineProperty(o, k2, desc);
|
|
65472
|
-
} : function(o, m, k, k2) {
|
|
65473
|
+
}) : (function(o, m, k, k2) {
|
|
65473
65474
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
65474
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
65475
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
65475
65476
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
65476
65477
|
};
|
|
65477
65478
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -74010,7 +74011,7 @@ var legacy_beautify_css, css_beautify, init_beautify_css = __esm({
|
|
|
74010
74011
|
,
|
|
74011
74012
|
/* 2 */
|
|
74012
74013
|
/***/
|
|
74013
|
-
function(module2) {
|
|
74014
|
+
(function(module2) {
|
|
74014
74015
|
function OutputLine(parent) {
|
|
74015
74016
|
this.__parent = parent, this.__character_count = 0, this.__indent_count = -1, this.__alignment_count = 0, this.__wrap_point_index = 0, this.__wrap_point_character_count = 0, this.__wrap_point_indent_count = -1, this.__wrap_point_alignment_count = 0, this.__items = [];
|
|
74016
74017
|
}
|
|
@@ -74136,13 +74137,13 @@ var legacy_beautify_css, css_beautify, init_beautify_css = __esm({
|
|
|
74136
74137
|
index--;
|
|
74137
74138
|
}
|
|
74138
74139
|
}, module2.exports.Output = Output;
|
|
74139
|
-
},
|
|
74140
|
+
}),
|
|
74140
74141
|
,
|
|
74141
74142
|
,
|
|
74142
74143
|
,
|
|
74143
74144
|
/* 6 */
|
|
74144
74145
|
/***/
|
|
74145
|
-
function(module2) {
|
|
74146
|
+
(function(module2) {
|
|
74146
74147
|
function Options(options, merge_child_field) {
|
|
74147
74148
|
this.raw_options = _mergeOpts(options, merge_child_field), this.disabled = this._get_boolean("disabled"), this.eol = this._get_characters("eol", "auto"), this.end_with_newline = this._get_boolean("end_with_newline"), this.indent_size = this._get_number("indent_size", 4), this.indent_char = this._get_characters("indent_char", " "), this.indent_level = this._get_number("indent_level"), this.preserve_newlines = this._get_boolean("preserve_newlines", !0), this.max_preserve_newlines = this._get_number("max_preserve_newlines", 32786), this.preserve_newlines || (this.max_preserve_newlines = 0), this.indent_with_tabs = this._get_boolean("indent_with_tabs", this.indent_char === " "), this.indent_with_tabs && (this.indent_char = " ", this.indent_size === 1 && (this.indent_size = 4)), this.wrap_line_length = this._get_number("wrap_line_length", this._get_number("max_char")), this.indent_empty_lines = this._get_boolean("indent_empty_lines"), this.templating = this._get_selection_list("templating", ["auto", "none", "angular", "django", "erb", "handlebars", "php", "smarty"], ["auto"]);
|
|
74148
74149
|
}
|
|
@@ -74208,11 +74209,11 @@ You passed in: '` + this.raw_options[name] + "'"
|
|
|
74208
74209
|
return convertedOpts;
|
|
74209
74210
|
}
|
|
74210
74211
|
module2.exports.Options = Options, module2.exports.normalizeOpts = _normalizeOpts, module2.exports.mergeOpts = _mergeOpts;
|
|
74211
|
-
},
|
|
74212
|
+
}),
|
|
74212
74213
|
,
|
|
74213
74214
|
/* 8 */
|
|
74214
74215
|
/***/
|
|
74215
|
-
function(module2) {
|
|
74216
|
+
(function(module2) {
|
|
74216
74217
|
var regexp_has_sticky = RegExp.prototype.hasOwnProperty("sticky");
|
|
74217
74218
|
function InputScanner(input_string) {
|
|
74218
74219
|
this.__input = input_string || "", this.__input_length = this.__input.length, this.__position = 0;
|
|
@@ -74263,14 +74264,14 @@ You passed in: '` + this.raw_options[name] + "'"
|
|
|
74263
74264
|
var start = this.__position - 1;
|
|
74264
74265
|
return start >= testVal.length && this.__input.substring(start - testVal.length, start).toLowerCase() === testVal;
|
|
74265
74266
|
}, module2.exports.InputScanner = InputScanner;
|
|
74266
|
-
},
|
|
74267
|
+
}),
|
|
74267
74268
|
,
|
|
74268
74269
|
,
|
|
74269
74270
|
,
|
|
74270
74271
|
,
|
|
74271
74272
|
/* 13 */
|
|
74272
74273
|
/***/
|
|
74273
|
-
function(module2) {
|
|
74274
|
+
(function(module2) {
|
|
74274
74275
|
function Directives(start_block_pattern, end_block_pattern) {
|
|
74275
74276
|
start_block_pattern = typeof start_block_pattern == "string" ? start_block_pattern : start_block_pattern.source, end_block_pattern = typeof end_block_pattern == "string" ? end_block_pattern : end_block_pattern.source, this.__directives_block_pattern = new RegExp(start_block_pattern + / beautify( \w+[:]\w+)+ /.source + end_block_pattern, "g"), this.__directive_pattern = / (\w+)[:](\w+)/g, this.__directives_end_ignore_pattern = new RegExp(start_block_pattern + /\sbeautify\signore:end\s/.source + end_block_pattern, "g");
|
|
74276
74277
|
}
|
|
@@ -74285,11 +74286,11 @@ You passed in: '` + this.raw_options[name] + "'"
|
|
|
74285
74286
|
}, Directives.prototype.readIgnored = function(input) {
|
|
74286
74287
|
return input.readUntilAfter(this.__directives_end_ignore_pattern);
|
|
74287
74288
|
}, module2.exports.Directives = Directives;
|
|
74288
|
-
},
|
|
74289
|
+
}),
|
|
74289
74290
|
,
|
|
74290
74291
|
/* 15 */
|
|
74291
74292
|
/***/
|
|
74292
|
-
function(module2, __unused_webpack_exports, __webpack_require__2) {
|
|
74293
|
+
(function(module2, __unused_webpack_exports, __webpack_require__2) {
|
|
74293
74294
|
var Beautifier = __webpack_require__2(16).Beautifier, Options = __webpack_require__2(17).Options;
|
|
74294
74295
|
function css_beautify2(source_text, options) {
|
|
74295
74296
|
var beautifier = new Beautifier(source_text, options);
|
|
@@ -74298,10 +74299,10 @@ You passed in: '` + this.raw_options[name] + "'"
|
|
|
74298
74299
|
module2.exports = css_beautify2, module2.exports.defaultOptions = function() {
|
|
74299
74300
|
return new Options();
|
|
74300
74301
|
};
|
|
74301
|
-
},
|
|
74302
|
+
}),
|
|
74302
74303
|
/* 16 */
|
|
74303
74304
|
/***/
|
|
74304
|
-
function(module2, __unused_webpack_exports, __webpack_require__2) {
|
|
74305
|
+
(function(module2, __unused_webpack_exports, __webpack_require__2) {
|
|
74305
74306
|
var Options = __webpack_require__2(17).Options, Output = __webpack_require__2(2).Output, InputScanner = __webpack_require__2(8).InputScanner, Directives = __webpack_require__2(13).Directives, directives_core = new Directives(/\/\*/, /\*\//), lineBreak = /\r\n|[\r\n]/, allLineBreaks = /\r\n|[\r\n]/g, whitespaceChar = /\s/, whitespacePattern = /(?:\s|\n)+/g, block_comment_pattern = /\/\*(?:[\s\S]*?)((?:\*\/)|$)/g, comment_pattern = /\/\/(?:[^\n\r\u2028\u2029]*)/g;
|
|
74306
74307
|
function Beautifier(source_text, options) {
|
|
74307
74308
|
this._source_text = source_text || "", this._options = new Options(options), this._ch = null, this._input = null, this.NESTED_AT_RULE = {
|
|
@@ -74435,10 +74436,10 @@ You passed in: '` + this.raw_options[name] + "'"
|
|
|
74435
74436
|
var sweetCode = this._output.get_code(eol);
|
|
74436
74437
|
return sweetCode;
|
|
74437
74438
|
}, module2.exports.Beautifier = Beautifier;
|
|
74438
|
-
},
|
|
74439
|
+
}),
|
|
74439
74440
|
/* 17 */
|
|
74440
74441
|
/***/
|
|
74441
|
-
function(module2, __unused_webpack_exports, __webpack_require__2) {
|
|
74442
|
+
(function(module2, __unused_webpack_exports, __webpack_require__2) {
|
|
74442
74443
|
var BaseOptions = __webpack_require__2(6).Options;
|
|
74443
74444
|
function Options(options) {
|
|
74444
74445
|
BaseOptions.call(this, options, "css"), this.selector_separator_newline = this._get_boolean("selector_separator_newline", !0), this.newline_between_rules = this._get_boolean("newline_between_rules", !0);
|
|
@@ -74450,7 +74451,7 @@ You passed in: '` + this.raw_options[name] + "'"
|
|
|
74450
74451
|
brace_style_split[bs] !== "expand" ? this.brace_style = "collapse" : this.brace_style = brace_style_split[bs];
|
|
74451
74452
|
}
|
|
74452
74453
|
Options.prototype = new BaseOptions(), module2.exports.Options = Options;
|
|
74453
|
-
}
|
|
74454
|
+
})
|
|
74454
74455
|
/******/
|
|
74455
74456
|
], __webpack_module_cache__ = {};
|
|
74456
74457
|
function __webpack_require__(moduleId) {
|
|
@@ -102472,15 +102473,15 @@ var require_documents = __commonJS({
|
|
|
102472
102473
|
"../../node_modules/.pnpm/@shopify+theme-language-server-common@2.20.0/node_modules/@shopify/theme-language-server-common/dist/documents/index.js"(exports2) {
|
|
102473
102474
|
"use strict";
|
|
102474
102475
|
init_cjs_shims();
|
|
102475
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
102476
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
102476
102477
|
k2 === void 0 && (k2 = k);
|
|
102477
102478
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
102478
102479
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
102479
102480
|
return m[k];
|
|
102480
102481
|
} }), Object.defineProperty(o, k2, desc);
|
|
102481
|
-
} : function(o, m, k, k2) {
|
|
102482
|
+
}) : (function(o, m, k, k2) {
|
|
102482
102483
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
102483
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
102484
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
102484
102485
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
102485
102486
|
};
|
|
102486
102487
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -105029,7 +105030,7 @@ var require_acorn = __commonJS({
|
|
|
105029
105030
|
init_cjs_shims();
|
|
105030
105031
|
(function(global2, factory) {
|
|
105031
105032
|
typeof exports2 == "object" && typeof module2 < "u" ? factory(exports2) : typeof define == "function" && define.amd ? define(["exports"], factory) : (global2 = typeof globalThis < "u" ? globalThis : global2 || self, factory(global2.acorn = {}));
|
|
105032
|
-
})(exports2, function(exports3) {
|
|
105033
|
+
})(exports2, (function(exports3) {
|
|
105033
105034
|
"use strict";
|
|
105034
105035
|
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], 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], 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", nonASCIIidentifierStartChars = "\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC", reservedWords = {
|
|
105035
105036
|
3: "abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",
|
|
@@ -105173,11 +105174,11 @@ var require_acorn = __commonJS({
|
|
|
105173
105174
|
}
|
|
105174
105175
|
return -1;
|
|
105175
105176
|
}
|
|
105176
|
-
var nonASCIIwhitespace = /[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/, skipWhiteSpace = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g, ref = Object.prototype, hasOwnProperty2 = ref.hasOwnProperty, toString2 = ref.toString, hasOwn = Object.hasOwn || function(obj, propName) {
|
|
105177
|
+
var nonASCIIwhitespace = /[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/, skipWhiteSpace = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g, ref = Object.prototype, hasOwnProperty2 = ref.hasOwnProperty, toString2 = ref.toString, hasOwn = Object.hasOwn || (function(obj, propName) {
|
|
105177
105178
|
return hasOwnProperty2.call(obj, propName);
|
|
105178
|
-
}, isArray = Array.isArray || function(obj) {
|
|
105179
|
+
}), isArray = Array.isArray || (function(obj) {
|
|
105179
105180
|
return toString2.call(obj) === "[object Array]";
|
|
105180
|
-
}, regexpCache = /* @__PURE__ */ Object.create(null);
|
|
105181
|
+
}), regexpCache = /* @__PURE__ */ Object.create(null);
|
|
105181
105182
|
function wordsRegexp(words) {
|
|
105182
105183
|
return regexpCache[words] || (regexpCache[words] = new RegExp("^(?:" + words.replace(/ /g, "|") + ")$"));
|
|
105183
105184
|
}
|
|
@@ -107902,7 +107903,7 @@ Defaulting to 2020, but this will stop working in the future.`)), options.ecmaVe
|
|
|
107902
107903
|
return Parser2.tokenizer(input, options);
|
|
107903
107904
|
}
|
|
107904
107905
|
exports3.Node = Node3, exports3.Parser = Parser2, exports3.Position = Position3, exports3.SourceLocation = SourceLocation, exports3.TokContext = TokContext, exports3.Token = Token, exports3.TokenType = TokenType2, exports3.defaultOptions = defaultOptions2, exports3.getLineInfo = getLineInfo, exports3.isIdentifierChar = isIdentifierChar, exports3.isIdentifierStart = isIdentifierStart, exports3.isNewLine = isNewLine, exports3.keywordTypes = keywords, exports3.lineBreak = lineBreak, exports3.lineBreakG = lineBreakG, exports3.nonASCIIwhitespace = nonASCIIwhitespace, exports3.parse = parse7, exports3.parseExpressionAt = parseExpressionAt, exports3.tokContexts = types, exports3.tokTypes = types$1, exports3.tokenizer = tokenizer, exports3.version = version;
|
|
107905
|
-
});
|
|
107906
|
+
}));
|
|
107906
107907
|
}
|
|
107907
107908
|
});
|
|
107908
107909
|
|
|
@@ -108577,20 +108578,20 @@ var require_walk = __commonJS({
|
|
|
108577
108578
|
init_cjs_shims();
|
|
108578
108579
|
(function(global2, factory) {
|
|
108579
108580
|
typeof exports2 == "object" && typeof module2 < "u" ? factory(exports2) : typeof define == "function" && define.amd ? define(["exports"], factory) : (global2 = typeof globalThis < "u" ? globalThis : global2 || self, factory((global2.acorn = global2.acorn || {}, global2.acorn.walk = {})));
|
|
108580
|
-
})(exports2, function(exports3) {
|
|
108581
|
+
})(exports2, (function(exports3) {
|
|
108581
108582
|
"use strict";
|
|
108582
108583
|
function simple(node, visitors, baseVisitor, state, override) {
|
|
108583
|
-
baseVisitor || (baseVisitor = base), function c(node2, st, override2) {
|
|
108584
|
+
baseVisitor || (baseVisitor = base), (function c(node2, st, override2) {
|
|
108584
108585
|
var type = override2 || node2.type;
|
|
108585
108586
|
baseVisitor[type](node2, st, c), visitors[type] && visitors[type](node2, st);
|
|
108586
|
-
}(node, state, override);
|
|
108587
|
+
})(node, state, override);
|
|
108587
108588
|
}
|
|
108588
108589
|
function ancestor(node, visitors, baseVisitor, state, override) {
|
|
108589
108590
|
var ancestors = [];
|
|
108590
|
-
baseVisitor || (baseVisitor = base), function c(node2, st, override2) {
|
|
108591
|
+
baseVisitor || (baseVisitor = base), (function c(node2, st, override2) {
|
|
108591
108592
|
var type = override2 || node2.type, isNew = node2 !== ancestors[ancestors.length - 1];
|
|
108592
108593
|
isNew && ancestors.push(node2), baseVisitor[type](node2, st, c), visitors[type] && visitors[type](node2, st || ancestors, ancestors), isNew && ancestors.pop();
|
|
108593
|
-
}(node, state, override);
|
|
108594
|
+
})(node, state, override);
|
|
108594
108595
|
}
|
|
108595
108596
|
function recursive(node, state, funcs, baseVisitor, override) {
|
|
108596
108597
|
var visitor = funcs ? make(funcs, baseVisitor || void 0) : baseVisitor;
|
|
@@ -108672,12 +108673,12 @@ var require_walk = __commonJS({
|
|
|
108672
108673
|
function findNodeBefore(node, pos, test, baseVisitor, state) {
|
|
108673
108674
|
test = makeTest(test), baseVisitor || (baseVisitor = base);
|
|
108674
108675
|
var max;
|
|
108675
|
-
return function c(node2, st, override) {
|
|
108676
|
+
return (function c(node2, st, override) {
|
|
108676
108677
|
if (!(node2.start > pos)) {
|
|
108677
108678
|
var type = override || node2.type;
|
|
108678
108679
|
node2.end <= pos && (!max || max.node.end < node2.end) && test(type, node2) && (max = new Found(node2, st)), baseVisitor[type](node2, st, c);
|
|
108679
108680
|
}
|
|
108680
|
-
}(node, state), max;
|
|
108681
|
+
})(node, state), max;
|
|
108681
108682
|
}
|
|
108682
108683
|
function make(funcs, baseVisitor) {
|
|
108683
108684
|
var visitor = Object.create(baseVisitor || base);
|
|
@@ -108828,7 +108829,7 @@ var require_walk = __commonJS({
|
|
|
108828
108829
|
}, base.MethodDefinition = base.PropertyDefinition = base.Property = function(node, st, c) {
|
|
108829
108830
|
node.computed && c(node.key, st, "Expression"), node.value && c(node.value, st, "Expression");
|
|
108830
108831
|
}, exports3.ancestor = ancestor, exports3.base = base, exports3.findNodeAfter = findNodeAfter, exports3.findNodeAround = findNodeAround, exports3.findNodeAt = findNodeAt, exports3.findNodeBefore = findNodeBefore, exports3.full = full, exports3.fullAncestor = fullAncestor, exports3.make = make, exports3.recursive = recursive, exports3.simple = simple;
|
|
108831
|
-
});
|
|
108832
|
+
}));
|
|
108832
108833
|
}
|
|
108833
108834
|
});
|
|
108834
108835
|
|
|
@@ -108882,15 +108883,15 @@ var require_dist8 = __commonJS({
|
|
|
108882
108883
|
"../../node_modules/.pnpm/@shopify+theme-graph@0.2.1/node_modules/@shopify/theme-graph/dist/index.js"(exports2) {
|
|
108883
108884
|
"use strict";
|
|
108884
108885
|
init_cjs_shims();
|
|
108885
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
108886
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
108886
108887
|
k2 === void 0 && (k2 = k);
|
|
108887
108888
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
108888
108889
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
108889
108890
|
return m[k];
|
|
108890
108891
|
} }), Object.defineProperty(o, k2, desc);
|
|
108891
|
-
} : function(o, m, k, k2) {
|
|
108892
|
+
}) : (function(o, m, k, k2) {
|
|
108892
108893
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
108893
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
108894
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
108894
108895
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
108895
108896
|
};
|
|
108896
108897
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -109409,15 +109410,15 @@ var require_dist9 = __commonJS({
|
|
|
109409
109410
|
"../../node_modules/.pnpm/@shopify+theme-language-server-common@2.20.0/node_modules/@shopify/theme-language-server-common/dist/index.js"(exports2) {
|
|
109410
109411
|
"use strict";
|
|
109411
109412
|
init_cjs_shims();
|
|
109412
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
109413
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
109413
109414
|
k2 === void 0 && (k2 = k);
|
|
109414
109415
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
109415
109416
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
109416
109417
|
return m[k];
|
|
109417
109418
|
} }), Object.defineProperty(o, k2, desc);
|
|
109418
|
-
} : function(o, m, k, k2) {
|
|
109419
|
+
}) : (function(o, m, k, k2) {
|
|
109419
109420
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
109420
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
109421
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
109421
109422
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
109422
109423
|
};
|
|
109423
109424
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -109508,17 +109509,17 @@ var require_metafieldDefinitions = __commonJS({
|
|
|
109508
109509
|
"../../node_modules/.pnpm/@shopify+theme-language-server-node@2.20.0/node_modules/@shopify/theme-language-server-node/dist/metafieldDefinitions.js"(exports2) {
|
|
109509
109510
|
"use strict";
|
|
109510
109511
|
init_cjs_shims();
|
|
109511
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
109512
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
109512
109513
|
k2 === void 0 && (k2 = k);
|
|
109513
109514
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
109514
109515
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
109515
109516
|
return m[k];
|
|
109516
109517
|
} }), Object.defineProperty(o, k2, desc);
|
|
109517
|
-
} : function(o, m, k, k2) {
|
|
109518
|
+
}) : (function(o, m, k, k2) {
|
|
109518
109519
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
109519
|
-
}), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
109520
|
+
})), __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? (function(o, v) {
|
|
109520
109521
|
Object.defineProperty(o, "default", { enumerable: !0, value: v });
|
|
109521
|
-
} : function(o, v) {
|
|
109522
|
+
}) : function(o, v) {
|
|
109522
109523
|
o.default = v;
|
|
109523
109524
|
}), __importStar = exports2 && exports2.__importStar || function(mod) {
|
|
109524
109525
|
if (mod && mod.__esModule) return mod;
|
|
@@ -109570,15 +109571,15 @@ var require_dist10 = __commonJS({
|
|
|
109570
109571
|
"../../node_modules/.pnpm/@shopify+theme-language-server-node@2.20.0/node_modules/@shopify/theme-language-server-node/dist/index.js"(exports2) {
|
|
109571
109572
|
"use strict";
|
|
109572
109573
|
init_cjs_shims();
|
|
109573
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
109574
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
109574
109575
|
k2 === void 0 && (k2 = k);
|
|
109575
109576
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
109576
109577
|
(!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
109577
109578
|
return m[k];
|
|
109578
109579
|
} }), Object.defineProperty(o, k2, desc);
|
|
109579
|
-
} : function(o, m, k, k2) {
|
|
109580
|
+
}) : (function(o, m, k, k2) {
|
|
109580
109581
|
k2 === void 0 && (k2 = k), o[k2] = m[k];
|
|
109581
|
-
}), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
109582
|
+
})), __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
109582
109583
|
for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p) && __createBinding(exports3, m, p);
|
|
109583
109584
|
};
|
|
109584
109585
|
Object.defineProperty(exports2, "__esModule", { value: !0 });
|
|
@@ -114101,7 +114102,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
114101
114102
|
function Wb(a2, b) {
|
|
114102
114103
|
a2.prototype = Object.create(b.prototype), a2.prototype.constructor = a2, a2.__proto__ = b;
|
|
114103
114104
|
}
|
|
114104
|
-
var Xb = function(a2) {
|
|
114105
|
+
var Xb = (function(a2) {
|
|
114105
114106
|
function b() {
|
|
114106
114107
|
var b2 = a2.call(this, {}) || this;
|
|
114107
114108
|
return b2.request = null, b2.startedFlowing = !1, b2;
|
|
@@ -114113,7 +114114,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
114113
114114
|
}, c._read = function() {
|
|
114114
114115
|
this.startedFlowing && Sb(this.request, this);
|
|
114115
114116
|
}, b;
|
|
114116
|
-
}(fa.Readable);
|
|
114117
|
+
})(fa.Readable);
|
|
114117
114118
|
function Yb() {
|
|
114118
114119
|
}
|
|
114119
114120
|
function Zb(a2, b) {
|
|
@@ -115449,7 +115450,7 @@ var require_react_dom_server_legacy_node_development = __commonJS({
|
|
|
115449
115450
|
"../../node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js"(exports2) {
|
|
115450
115451
|
"use strict";
|
|
115451
115452
|
init_cjs_shims();
|
|
115452
|
-
process.env.NODE_ENV !== "production" && function() {
|
|
115453
|
+
process.env.NODE_ENV !== "production" && (function() {
|
|
115453
115454
|
"use strict";
|
|
115454
115455
|
var React15 = require_react(), stream2 = __require("stream"), ReactVersion = "18.3.1", ReactSharedInternals = React15.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
115455
115456
|
function warn(format5) {
|
|
@@ -119057,7 +119058,7 @@ Error generating stack: ` + x.message + `
|
|
|
119057
119058
|
function _inheritsLoose(subClass, superClass) {
|
|
119058
119059
|
subClass.prototype = Object.create(superClass.prototype), subClass.prototype.constructor = subClass, subClass.__proto__ = superClass;
|
|
119059
119060
|
}
|
|
119060
|
-
var ReactMarkupReadableStream = /* @__PURE__ */ function(_Readable) {
|
|
119061
|
+
var ReactMarkupReadableStream = /* @__PURE__ */ (function(_Readable) {
|
|
119061
119062
|
_inheritsLoose(ReactMarkupReadableStream2, _Readable);
|
|
119062
119063
|
function ReactMarkupReadableStream2() {
|
|
119063
119064
|
var _this;
|
|
@@ -119069,7 +119070,7 @@ Error generating stack: ` + x.message + `
|
|
|
119069
119070
|
}, _proto._read = function(size) {
|
|
119070
119071
|
this.startedFlowing && startFlowing(this.request, this);
|
|
119071
119072
|
}, ReactMarkupReadableStream2;
|
|
119072
|
-
}(stream2.Readable);
|
|
119073
|
+
})(stream2.Readable);
|
|
119073
119074
|
function onError$1() {
|
|
119074
119075
|
}
|
|
119075
119076
|
function renderToNodeStreamImpl(children, options, generateStaticMarkup) {
|
|
@@ -119092,7 +119093,7 @@ Error generating stack: ` + x.message + `
|
|
|
119092
119093
|
return renderToStringImpl(children, options, !0, 'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server');
|
|
119093
119094
|
}
|
|
119094
119095
|
exports2.renderToNodeStream = renderToNodeStream, exports2.renderToStaticMarkup = renderToStaticMarkup3, exports2.renderToStaticNodeStream = renderToStaticNodeStream, exports2.renderToString = renderToString, exports2.version = ReactVersion;
|
|
119095
|
-
}();
|
|
119096
|
+
})();
|
|
119096
119097
|
}
|
|
119097
119098
|
});
|
|
119098
119099
|
|
|
@@ -119101,7 +119102,7 @@ var require_react_dom_server_node_development = __commonJS({
|
|
|
119101
119102
|
"../../node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server.node.development.js"(exports2) {
|
|
119102
119103
|
"use strict";
|
|
119103
119104
|
init_cjs_shims();
|
|
119104
|
-
process.env.NODE_ENV !== "production" && function() {
|
|
119105
|
+
process.env.NODE_ENV !== "production" && (function() {
|
|
119105
119106
|
"use strict";
|
|
119106
119107
|
var React15 = require_react(), util = __require("util"), ReactVersion = "18.3.1", ReactSharedInternals = React15.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
119107
119108
|
function warn(format5) {
|
|
@@ -122714,7 +122715,7 @@ Error generating stack: ` + x.message + `
|
|
|
122714
122715
|
};
|
|
122715
122716
|
}
|
|
122716
122717
|
exports2.renderToPipeableStream = renderToPipeableStream, exports2.version = ReactVersion;
|
|
122717
|
-
}();
|
|
122718
|
+
})();
|
|
122718
122719
|
}
|
|
122719
122720
|
});
|
|
122720
122721
|
|
|
@@ -122739,8 +122740,8 @@ var require_configure = __commonJS({
|
|
|
122739
122740
|
"../../node_modules/.pnpm/@shopify+polaris@12.27.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@shopify/polaris/build/cjs/configure.js"(exports2) {
|
|
122740
122741
|
"use strict";
|
|
122741
122742
|
init_cjs_shims();
|
|
122742
|
-
var
|
|
122743
|
-
exports2.DEFAULT_LOCALE =
|
|
122743
|
+
var SUPPORTED_LOCALES = ["cs", "da", "de", "en", "es", "fi", "fr", "it", "ja", "ko", "nb", "nl", "pl", "pt-BR", "pt-PT", "sv", "th", "tr", "vi", "zh-CN", "zh-TW"];
|
|
122744
|
+
exports2.DEFAULT_LOCALE = "en";
|
|
122744
122745
|
exports2.SUPPORTED_LOCALES = SUPPORTED_LOCALES;
|
|
122745
122746
|
}
|
|
122746
122747
|
});
|
|
@@ -142045,13 +142046,13 @@ var require_react_dom_production_min = __commonJS({
|
|
|
142045
142046
|
function lb(a2, b) {
|
|
142046
142047
|
return a2 == null || a2 === "http://www.w3.org/1999/xhtml" ? kb(b) : a2 === "http://www.w3.org/2000/svg" && b === "foreignObject" ? "http://www.w3.org/1999/xhtml" : a2;
|
|
142047
142048
|
}
|
|
142048
|
-
var mb, nb = function(a2) {
|
|
142049
|
+
var mb, nb = (function(a2) {
|
|
142049
142050
|
return typeof MSApp < "u" && MSApp.execUnsafeLocalFunction ? function(b, c, d, e) {
|
|
142050
142051
|
MSApp.execUnsafeLocalFunction(function() {
|
|
142051
142052
|
return a2(b, c, d, e);
|
|
142052
142053
|
});
|
|
142053
142054
|
} : a2;
|
|
142054
|
-
}(function(a2, b) {
|
|
142055
|
+
})(function(a2, b) {
|
|
142055
142056
|
if (a2.namespaceURI !== "http://www.w3.org/2000/svg" || "innerHTML" in a2) a2.innerHTML = b;
|
|
142056
142057
|
else {
|
|
142057
142058
|
for (mb = mb || document.createElement("div"), mb.innerHTML = "<svg>" + b.valueOf().toString() + "</svg>", b = mb.firstChild; a2.firstChild; ) a2.removeChild(a2.firstChild);
|
|
@@ -146822,7 +146823,7 @@ var require_react_dom_development = __commonJS({
|
|
|
146822
146823
|
"../../node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom.development.js"(exports2) {
|
|
146823
146824
|
"use strict";
|
|
146824
146825
|
init_cjs_shims();
|
|
146825
|
-
process.env.NODE_ENV !== "production" && function() {
|
|
146826
|
+
process.env.NODE_ENV !== "production" && (function() {
|
|
146826
146827
|
"use strict";
|
|
146827
146828
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
|
146828
146829
|
var React15 = require_react(), Scheduler2 = require_scheduler(), ReactSharedInternals = React15.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, suppressWarning = !1;
|
|
@@ -160259,7 +160260,7 @@ Check the render method of %s.`, getComponentNameFromFiber(current) || "Unknown"
|
|
|
160259
160260
|
You might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq` : ""), "font-weight:bold");
|
|
160260
160261
|
}
|
|
160261
160262
|
exports2.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals, exports2.createPortal = createPortal$1, exports2.createRoot = createRoot$1, exports2.findDOMNode = findDOMNode, exports2.flushSync = flushSync$1, exports2.hydrate = hydrate, exports2.hydrateRoot = hydrateRoot$1, exports2.render = render3, exports2.unmountComponentAtNode = unmountComponentAtNode, exports2.unstable_batchedUpdates = batchedUpdates$1, exports2.unstable_renderSubtreeIntoContainer = renderSubtreeIntoContainer, exports2.version = ReactVersion, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
|
|
160262
|
-
}();
|
|
160263
|
+
})();
|
|
160263
160264
|
}
|
|
160264
160265
|
});
|
|
160265
160266
|
|
|
@@ -169553,7 +169554,7 @@ var require_react_is_development = __commonJS({
|
|
|
169553
169554
|
"../../node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.js"(exports2) {
|
|
169554
169555
|
"use strict";
|
|
169555
169556
|
init_cjs_shims();
|
|
169556
|
-
process.env.NODE_ENV !== "production" && function() {
|
|
169557
|
+
process.env.NODE_ENV !== "production" && (function() {
|
|
169557
169558
|
"use strict";
|
|
169558
169559
|
var hasSymbol = typeof Symbol == "function" && Symbol.for, REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for("react.element") : 60103, REACT_PORTAL_TYPE = hasSymbol ? Symbol.for("react.portal") : 60106, REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for("react.fragment") : 60107, REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for("react.strict_mode") : 60108, REACT_PROFILER_TYPE = hasSymbol ? Symbol.for("react.profiler") : 60114, REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for("react.provider") : 60109, REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for("react.context") : 60110, REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for("react.async_mode") : 60111, REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for("react.concurrent_mode") : 60111, REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for("react.forward_ref") : 60112, REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for("react.suspense") : 60113, REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for("react.suspense_list") : 60120, REACT_MEMO_TYPE = hasSymbol ? Symbol.for("react.memo") : 60115, REACT_LAZY_TYPE = hasSymbol ? Symbol.for("react.lazy") : 60116, REACT_BLOCK_TYPE = hasSymbol ? Symbol.for("react.block") : 60121, REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for("react.fundamental") : 60117, REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for("react.responder") : 60118, REACT_SCOPE_TYPE = hasSymbol ? Symbol.for("react.scope") : 60119;
|
|
169559
169560
|
function isValidElementType(type) {
|
|
@@ -169633,7 +169634,7 @@ var require_react_is_development = __commonJS({
|
|
|
169633
169634
|
return typeOf(object) === REACT_SUSPENSE_TYPE;
|
|
169634
169635
|
}
|
|
169635
169636
|
exports2.AsyncMode = AsyncMode, exports2.ConcurrentMode = ConcurrentMode, exports2.ContextConsumer = ContextConsumer, exports2.ContextProvider = ContextProvider, exports2.Element = Element4, exports2.ForwardRef = ForwardRef, exports2.Fragment = Fragment, exports2.Lazy = Lazy, exports2.Memo = Memo, exports2.Portal = Portal, exports2.Profiler = Profiler, exports2.StrictMode = StrictMode, exports2.Suspense = Suspense, exports2.isAsyncMode = isAsyncMode, exports2.isConcurrentMode = isConcurrentMode, exports2.isContextConsumer = isContextConsumer, exports2.isContextProvider = isContextProvider, exports2.isElement = isElement, exports2.isForwardRef = isForwardRef, exports2.isFragment = isFragment, exports2.isLazy = isLazy, exports2.isMemo = isMemo, exports2.isPortal = isPortal, exports2.isProfiler = isProfiler, exports2.isStrictMode = isStrictMode, exports2.isSuspense = isSuspense, exports2.isValidElementType = isValidElementType, exports2.typeOf = typeOf;
|
|
169636
|
-
}();
|
|
169637
|
+
})();
|
|
169637
169638
|
}
|
|
169638
169639
|
});
|
|
169639
169640
|
|
|
@@ -170319,7 +170320,7 @@ var require_Transition = __commonJS({
|
|
|
170319
170320
|
exports2.ENTERED = ENTERED;
|
|
170320
170321
|
var EXITING = "exiting";
|
|
170321
170322
|
exports2.EXITING = EXITING;
|
|
170322
|
-
var Transition = /* @__PURE__ */ function(_React$Component) {
|
|
170323
|
+
var Transition = /* @__PURE__ */ (function(_React$Component) {
|
|
170323
170324
|
_inheritsLoose(Transition2, _React$Component);
|
|
170324
170325
|
function Transition2(props, context) {
|
|
170325
170326
|
var _this;
|
|
@@ -170444,7 +170445,7 @@ var require_Transition = __commonJS({
|
|
|
170444
170445
|
}, typeof children == "function" ? children(status, childProps) : _react.default.cloneElement(_react.default.Children.only(children), childProps))
|
|
170445
170446
|
);
|
|
170446
170447
|
}, Transition2;
|
|
170447
|
-
}(_react.default.Component);
|
|
170448
|
+
})(_react.default.Component);
|
|
170448
170449
|
Transition.contextType = _TransitionGroupContext.default;
|
|
170449
170450
|
Transition.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
170450
170451
|
/**
|
|
@@ -170680,7 +170681,7 @@ var require_CSSTransition = __commonJS({
|
|
|
170680
170681
|
return node && classes && classes.split(" ").forEach(function(c) {
|
|
170681
170682
|
return (0, _removeClass.default)(node, c);
|
|
170682
170683
|
});
|
|
170683
|
-
}, CSSTransition = /* @__PURE__ */ function(_React$Component) {
|
|
170684
|
+
}, CSSTransition = /* @__PURE__ */ (function(_React$Component) {
|
|
170684
170685
|
_inheritsLoose(CSSTransition2, _React$Component);
|
|
170685
170686
|
function CSSTransition2() {
|
|
170686
170687
|
for (var _this, _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++)
|
|
@@ -170736,7 +170737,7 @@ var require_CSSTransition = __commonJS({
|
|
|
170736
170737
|
onExited: this.onExited
|
|
170737
170738
|
}));
|
|
170738
170739
|
}, CSSTransition2;
|
|
170739
|
-
}(_react.default.Component);
|
|
170740
|
+
})(_react.default.Component);
|
|
170740
170741
|
CSSTransition.defaultProps = {
|
|
170741
170742
|
classNames: ""
|
|
170742
170743
|
};
|
|
@@ -170996,7 +170997,7 @@ var require_TransitionGroup = __commonJS({
|
|
|
170996
170997
|
childFactory: function(child) {
|
|
170997
170998
|
return child;
|
|
170998
170999
|
}
|
|
170999
|
-
}, TransitionGroup = /* @__PURE__ */ function(_React$Component) {
|
|
171000
|
+
}, TransitionGroup = /* @__PURE__ */ (function(_React$Component) {
|
|
171000
171001
|
_inheritsLoose(TransitionGroup2, _React$Component);
|
|
171001
171002
|
function TransitionGroup2(props, context) {
|
|
171002
171003
|
var _this;
|
|
@@ -171041,7 +171042,7 @@ var require_TransitionGroup = __commonJS({
|
|
|
171041
171042
|
value: contextValue
|
|
171042
171043
|
}, /* @__PURE__ */ _react.default.createElement(Component, props, children));
|
|
171043
171044
|
}, TransitionGroup2;
|
|
171044
|
-
}(_react.default.Component);
|
|
171045
|
+
})(_react.default.Component);
|
|
171045
171046
|
TransitionGroup.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
171046
171047
|
/**
|
|
171047
171048
|
* `<TransitionGroup>` renders a `<div>` by default. You can change this
|
|
@@ -171123,7 +171124,7 @@ var require_ReplaceTransition = __commonJS({
|
|
|
171123
171124
|
function _inheritsLoose(subClass, superClass) {
|
|
171124
171125
|
subClass.prototype = Object.create(superClass.prototype), subClass.prototype.constructor = subClass, subClass.__proto__ = superClass;
|
|
171125
171126
|
}
|
|
171126
|
-
var ReplaceTransition = /* @__PURE__ */ function(_React$Component) {
|
|
171127
|
+
var ReplaceTransition = /* @__PURE__ */ (function(_React$Component) {
|
|
171127
171128
|
_inheritsLoose(ReplaceTransition2, _React$Component);
|
|
171128
171129
|
function ReplaceTransition2() {
|
|
171129
171130
|
for (var _this, _len = arguments.length, _args = new Array(_len), _key = 0; _key < _len; _key++)
|
|
@@ -171175,7 +171176,7 @@ var require_ReplaceTransition = __commonJS({
|
|
|
171175
171176
|
onEntered: this.handleExited
|
|
171176
171177
|
}));
|
|
171177
171178
|
}, ReplaceTransition2;
|
|
171178
|
-
}(_react.default.Component);
|
|
171179
|
+
})(_react.default.Component);
|
|
171179
171180
|
ReplaceTransition.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
171180
171181
|
in: _propTypes.default.bool.isRequired,
|
|
171181
171182
|
children: function(props, propName) {
|
|
@@ -171253,7 +171254,7 @@ var require_SwitchTransition = __commonJS({
|
|
|
171253
171254
|
}), _react.default.cloneElement(children, {
|
|
171254
171255
|
in: !0
|
|
171255
171256
|
})];
|
|
171256
|
-
}, _enterRenders), SwitchTransition = /* @__PURE__ */ function(_React$Component) {
|
|
171257
|
+
}, _enterRenders), SwitchTransition = /* @__PURE__ */ (function(_React$Component) {
|
|
171257
171258
|
_inheritsLoose(SwitchTransition2, _React$Component);
|
|
171258
171259
|
function SwitchTransition2() {
|
|
171259
171260
|
for (var _this, _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++)
|
|
@@ -171306,7 +171307,7 @@ var require_SwitchTransition = __commonJS({
|
|
|
171306
171307
|
}
|
|
171307
171308
|
}, component);
|
|
171308
171309
|
}, SwitchTransition2;
|
|
171309
|
-
}(_react.default.Component);
|
|
171310
|
+
})(_react.default.Component);
|
|
171310
171311
|
SwitchTransition.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
171311
171312
|
/**
|
|
171312
171313
|
* Transition modes.
|
|
@@ -171872,19 +171873,18 @@ var require_Header3 = __commonJS({
|
|
|
171872
171873
|
titleHidden,
|
|
171873
171874
|
onClose
|
|
171874
171875
|
}) {
|
|
171875
|
-
let headerPaddingInline = "400", headerPaddingBlock = "400";
|
|
171876
171876
|
return titleHidden || !children ? /* @__PURE__ */ React15.createElement(Box2.Box, {
|
|
171877
171877
|
position: "absolute",
|
|
171878
|
-
insetInlineEnd:
|
|
171879
|
-
insetBlockStart:
|
|
171878
|
+
insetInlineEnd: "400",
|
|
171879
|
+
insetBlockStart: "400",
|
|
171880
171880
|
zIndex: "1"
|
|
171881
171881
|
}, /* @__PURE__ */ React15.createElement(CloseButton.CloseButton, {
|
|
171882
171882
|
onClick: onClose
|
|
171883
171883
|
})) : /* @__PURE__ */ React15.createElement(Box2.Box, {
|
|
171884
171884
|
paddingBlockStart: "400",
|
|
171885
171885
|
paddingBlockEnd: "400",
|
|
171886
|
-
paddingInlineStart:
|
|
171887
|
-
paddingInlineEnd:
|
|
171886
|
+
paddingInlineStart: "400",
|
|
171887
|
+
paddingInlineEnd: "400",
|
|
171888
171888
|
borderBlockEndWidth: "025",
|
|
171889
171889
|
borderColor: "border",
|
|
171890
171890
|
background: "bg-surface-tertiary"
|
|
@@ -174624,12 +174624,11 @@ var require_types13 = __commonJS({
|
|
|
174624
174624
|
"../../node_modules/.pnpm/@shopify+polaris@12.27.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@shopify/polaris/build/cjs/utilities/index-provider/types.js"(exports2) {
|
|
174625
174625
|
"use strict";
|
|
174626
174626
|
init_cjs_shims();
|
|
174627
|
-
var SELECT_ALL_ITEMS = "All";
|
|
174628
174627
|
exports2.SelectionType = void 0;
|
|
174629
174628
|
(function(SelectionType) {
|
|
174630
174629
|
SelectionType.All = "all", SelectionType.Page = "page", SelectionType.Multi = "multi", SelectionType.Single = "single", SelectionType.Range = "range";
|
|
174631
174630
|
})(exports2.SelectionType || (exports2.SelectionType = {}));
|
|
174632
|
-
exports2.SELECT_ALL_ITEMS =
|
|
174631
|
+
exports2.SELECT_ALL_ITEMS = "All";
|
|
174633
174632
|
}
|
|
174634
174633
|
});
|
|
174635
174634
|
|
|
@@ -179320,8 +179319,7 @@ var require_types15 = __commonJS({
|
|
|
179320
179319
|
"../../node_modules/.pnpm/@shopify+polaris@12.27.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@shopify/polaris/build/cjs/utilities/resource-list/types.js"(exports2) {
|
|
179321
179320
|
"use strict";
|
|
179322
179321
|
init_cjs_shims();
|
|
179323
|
-
|
|
179324
|
-
exports2.SELECT_ALL_ITEMS = SELECT_ALL_ITEMS;
|
|
179322
|
+
exports2.SELECT_ALL_ITEMS = "All";
|
|
179325
179323
|
}
|
|
179326
179324
|
});
|
|
179327
179325
|
|
|
@@ -186644,11 +186642,11 @@ var require_utils19 = __commonJS({
|
|
|
186644
186642
|
"../../node_modules/.pnpm/qs@6.13.0/node_modules/qs/lib/utils.js"(exports2, module2) {
|
|
186645
186643
|
"use strict";
|
|
186646
186644
|
init_cjs_shims();
|
|
186647
|
-
var formats2 = require_formats(), has2 = Object.prototype.hasOwnProperty, isArray = Array.isArray, hexTable = function() {
|
|
186645
|
+
var formats2 = require_formats(), has2 = Object.prototype.hasOwnProperty, isArray = Array.isArray, hexTable = (function() {
|
|
186648
186646
|
for (var array = [], i = 0; i < 256; ++i)
|
|
186649
186647
|
array.push("%" + ((i < 16 ? "0" : "") + i.toString(16)).toUpperCase());
|
|
186650
186648
|
return array;
|
|
186651
|
-
}(), compactQueue = function(queue) {
|
|
186649
|
+
})(), compactQueue = function(queue) {
|
|
186652
186650
|
for (; queue.length > 1; ) {
|
|
186653
186651
|
var item = queue.pop(), obj = item.obj[item.prop];
|
|
186654
186652
|
if (isArray(obj)) {
|
|
@@ -188431,7 +188429,7 @@ var require_send = __commonJS({
|
|
|
188431
188429
|
"../../node_modules/.pnpm/send@0.19.0/node_modules/send/index.js"(exports2, module2) {
|
|
188432
188430
|
"use strict";
|
|
188433
188431
|
init_cjs_shims();
|
|
188434
|
-
var createError3 = require_http_errors(), debug2 = require_src3()("send"), deprecate = require_depd()("send"), destroy = require_destroy3(), encodeUrl = require_encodeurl2(), escapeHtml2 = require_escape_html(), etag = require_etag(), fresh = require_fresh(), fs4 = __require("fs"), mime = require_mime(), ms = require_ms(), onFinished = require_on_finished(), parseRange = require_range_parser(), path = __require("path"), statuses = require_statuses(), Stream = __require("stream"), util = __require("util"), extname2 = path.extname, join2 = path.join, normalize = path.normalize, resolve = path.resolve, sep = path.sep, BYTES_RANGE_REGEXP = /^ *bytes=/, MAX_MAXAGE =
|
|
188432
|
+
var createError3 = require_http_errors(), debug2 = require_src3()("send"), deprecate = require_depd()("send"), destroy = require_destroy3(), encodeUrl = require_encodeurl2(), escapeHtml2 = require_escape_html(), etag = require_etag(), fresh = require_fresh(), fs4 = __require("fs"), mime = require_mime(), ms = require_ms(), onFinished = require_on_finished(), parseRange = require_range_parser(), path = __require("path"), statuses = require_statuses(), Stream = __require("stream"), util = __require("util"), extname2 = path.extname, join2 = path.join, normalize = path.normalize, resolve = path.resolve, sep = path.sep, BYTES_RANGE_REGEXP = /^ *bytes=/, MAX_MAXAGE = 3600 * 24 * 365 * 1e3, UP_PATH_REGEXP = /(?:^|[\\/])\.\.(?:[\\/]|$)/;
|
|
188435
188433
|
module2.exports = send3;
|
|
188436
188434
|
module2.exports.mime = mime;
|
|
188437
188435
|
function send3(req, path2, options) {
|
|
@@ -188840,7 +188838,7 @@ var require_ipaddr = __commonJS({
|
|
|
188840
188838
|
if (subnet = rangeSubnets[k], address.kind() === subnet[0].kind() && address.match.apply(address, subnet))
|
|
188841
188839
|
return rangeName;
|
|
188842
188840
|
return defaultName;
|
|
188843
|
-
}, ipaddr.IPv4 = function() {
|
|
188841
|
+
}, ipaddr.IPv4 = (function() {
|
|
188844
188842
|
function IPv4(octets) {
|
|
188845
188843
|
var k, len, octet;
|
|
188846
188844
|
if (octets.length !== 4)
|
|
@@ -188897,7 +188895,7 @@ var require_ipaddr = __commonJS({
|
|
|
188897
188895
|
return null;
|
|
188898
188896
|
return 32 - cidr;
|
|
188899
188897
|
}, IPv4;
|
|
188900
|
-
}(), ipv4Part = "(0?\\d+|0x[a-f0-9]+)", ipv4Regexes = {
|
|
188898
|
+
})(), ipv4Part = "(0?\\d+|0x[a-f0-9]+)", ipv4Regexes = {
|
|
188901
188899
|
fourOctet: new RegExp("^" + ipv4Part + "\\." + ipv4Part + "\\." + ipv4Part + "\\." + ipv4Part + "$", "i"),
|
|
188902
188900
|
longValue: new RegExp("^" + ipv4Part + "$", "i")
|
|
188903
188901
|
}, ipaddr.IPv4.parser = function(string) {
|
|
@@ -188905,24 +188903,24 @@ var require_ipaddr = __commonJS({
|
|
|
188905
188903
|
if (parseIntAuto = function(string2) {
|
|
188906
188904
|
return string2[0] === "0" && string2[1] !== "x" ? parseInt(string2, 8) : parseInt(string2);
|
|
188907
188905
|
}, match2 = string.match(ipv4Regexes.fourOctet))
|
|
188908
|
-
return function() {
|
|
188906
|
+
return (function() {
|
|
188909
188907
|
var k, len, ref, results;
|
|
188910
188908
|
for (ref = match2.slice(1, 6), results = [], k = 0, len = ref.length; k < len; k++)
|
|
188911
188909
|
part = ref[k], results.push(parseIntAuto(part));
|
|
188912
188910
|
return results;
|
|
188913
|
-
}();
|
|
188911
|
+
})();
|
|
188914
188912
|
if (match2 = string.match(ipv4Regexes.longValue)) {
|
|
188915
188913
|
if (value = parseIntAuto(match2[1]), value > 4294967295 || value < 0)
|
|
188916
188914
|
throw new Error("ipaddr: address outside defined range");
|
|
188917
|
-
return function() {
|
|
188915
|
+
return (function() {
|
|
188918
188916
|
var k, results;
|
|
188919
188917
|
for (results = [], shift = k = 0; k <= 24; shift = k += 8)
|
|
188920
188918
|
results.push(value >> shift & 255);
|
|
188921
188919
|
return results;
|
|
188922
|
-
}().reverse();
|
|
188920
|
+
})().reverse();
|
|
188923
188921
|
} else
|
|
188924
188922
|
return null;
|
|
188925
|
-
}, ipaddr.IPv6 = function() {
|
|
188923
|
+
}, ipaddr.IPv6 = (function() {
|
|
188926
188924
|
function IPv6(parts, zoneId) {
|
|
188927
188925
|
var i, k, l, len, part, ref;
|
|
188928
188926
|
if (parts.length === 16)
|
|
@@ -188953,20 +188951,20 @@ var require_ipaddr = __commonJS({
|
|
|
188953
188951
|
return bytes;
|
|
188954
188952
|
}, IPv6.prototype.toNormalizedString = function() {
|
|
188955
188953
|
var addr, part, suffix;
|
|
188956
|
-
return addr = function() {
|
|
188954
|
+
return addr = (function() {
|
|
188957
188955
|
var k, len, ref, results;
|
|
188958
188956
|
for (ref = this.parts, results = [], k = 0, len = ref.length; k < len; k++)
|
|
188959
188957
|
part = ref[k], results.push(part.toString(16));
|
|
188960
188958
|
return results;
|
|
188961
|
-
}.call(this).join(":"), suffix = "", this.zoneId && (suffix = "%" + this.zoneId), addr + suffix;
|
|
188959
|
+
}).call(this).join(":"), suffix = "", this.zoneId && (suffix = "%" + this.zoneId), addr + suffix;
|
|
188962
188960
|
}, IPv6.prototype.toFixedLengthString = function() {
|
|
188963
188961
|
var addr, part, suffix;
|
|
188964
|
-
return addr = function() {
|
|
188962
|
+
return addr = (function() {
|
|
188965
188963
|
var k, len, ref, results;
|
|
188966
188964
|
for (ref = this.parts, results = [], k = 0, len = ref.length; k < len; k++)
|
|
188967
188965
|
part = ref[k], results.push(part.toString(16).padStart(4, "0"));
|
|
188968
188966
|
return results;
|
|
188969
|
-
}.call(this).join(":"), suffix = "", this.zoneId && (suffix = "%" + this.zoneId), addr + suffix;
|
|
188967
|
+
}).call(this).join(":"), suffix = "", this.zoneId && (suffix = "%" + this.zoneId), addr + suffix;
|
|
188970
188968
|
}, IPv6.prototype.match = function(other, cidrRange) {
|
|
188971
188969
|
var ref;
|
|
188972
188970
|
if (cidrRange === void 0 && (ref = other, other = ref[0], cidrRange = ref[1]), other.kind() !== "ipv6")
|
|
@@ -189022,7 +189020,7 @@ var require_ipaddr = __commonJS({
|
|
|
189022
189020
|
return null;
|
|
189023
189021
|
return 128 - cidr;
|
|
189024
189022
|
}, IPv6;
|
|
189025
|
-
}(), ipv6Part = "(?:[0-9a-f]+::?)+", zoneIndex = "%[0-9a-z]{1,}", ipv6Regexes = {
|
|
189023
|
+
})(), ipv6Part = "(?:[0-9a-f]+::?)+", zoneIndex = "%[0-9a-z]{1,}", ipv6Regexes = {
|
|
189026
189024
|
zoneIndex: new RegExp(zoneIndex, "i"),
|
|
189027
189025
|
native: new RegExp("^(::)?(" + ipv6Part + ")?([0-9a-f]+)?(::)?(" + zoneIndex + ")?$", "i"),
|
|
189028
189026
|
transitional: new RegExp("^((?:" + ipv6Part + ")|(?:::)(?:" + ipv6Part + ")?)" + (ipv4Part + "\\." + ipv4Part + "\\." + ipv4Part + "\\." + ipv4Part) + ("(" + zoneIndex + ")?$"), "i")
|
|
@@ -189036,12 +189034,12 @@ var require_ipaddr = __commonJS({
|
|
|
189036
189034
|
return null;
|
|
189037
189035
|
for (replacementCount = parts - colonCount, replacement = ":"; replacementCount--; )
|
|
189038
189036
|
replacement += "0:";
|
|
189039
|
-
return string = string.replace("::", replacement), string[0] === ":" && (string = string.slice(1)), string[string.length - 1] === ":" && (string = string.slice(0, -1)), parts = function() {
|
|
189037
|
+
return string = string.replace("::", replacement), string[0] === ":" && (string = string.slice(1)), string[string.length - 1] === ":" && (string = string.slice(0, -1)), parts = (function() {
|
|
189040
189038
|
var k, len, ref, results;
|
|
189041
189039
|
for (ref = string.split(":"), results = [], k = 0, len = ref.length; k < len; k++)
|
|
189042
189040
|
part = ref[k], results.push(parseInt(part, 16));
|
|
189043
189041
|
return results;
|
|
189044
|
-
}(), {
|
|
189042
|
+
})(), {
|
|
189045
189043
|
parts,
|
|
189046
189044
|
zoneId
|
|
189047
189045
|
};
|
|
@@ -190837,12 +190835,12 @@ import { pipeline } from "stream/promises";
|
|
|
190837
190835
|
import stream from "node:stream/promises";
|
|
190838
190836
|
import * as gzip from "node:zlib";
|
|
190839
190837
|
import { fileURLToPath } from "node:url";
|
|
190840
|
-
var PREFERRED_FUNCTION_RUNNER_VERSION = "
|
|
190838
|
+
var PREFERRED_FUNCTION_RUNNER_VERSION = "9.1.2", PREFERRED_JAVY_VERSION = "7.0.1", PREFERRED_JAVY_PLUGIN_VERSION = "3", BINARYEN_VERSION = "123.0.0", V1_TRAMPOLINE_VERSION = "1.0.2", V2_TRAMPOLINE_VERSION = "2.0.1";
|
|
190841
190839
|
function deriveJavaScriptBinaryDependencies(version) {
|
|
190842
190840
|
return version === "0" || version === "1" ? {
|
|
190843
|
-
functionRunner: "
|
|
190844
|
-
javy: "
|
|
190845
|
-
javyPlugin: "
|
|
190841
|
+
functionRunner: "7.0.1",
|
|
190842
|
+
javy: "4.0.0",
|
|
190843
|
+
javyPlugin: "1"
|
|
190846
190844
|
} : version === "2" ? {
|
|
190847
190845
|
functionRunner: PREFERRED_FUNCTION_RUNNER_VERSION,
|
|
190848
190846
|
javy: PREFERRED_JAVY_VERSION,
|
|
@@ -190850,8 +190848,8 @@ function deriveJavaScriptBinaryDependencies(version) {
|
|
|
190850
190848
|
} : null;
|
|
190851
190849
|
}
|
|
190852
190850
|
var Executable = class {
|
|
190853
|
-
constructor(name, version, gitHubRepo, release2 = version) {
|
|
190854
|
-
this.name = name, this.version = version, this.release = release2;
|
|
190851
|
+
constructor(name, version, gitHubRepo, supportsWindowsOnArm, release2 = `v${version}`) {
|
|
190852
|
+
this.name = name, this.version = version, this.release = release2, this.supportsWindowsOnArm = supportsWindowsOnArm;
|
|
190855
190853
|
let filename;
|
|
190856
190854
|
filename = `${name}-${version}`, filename = process.platform === "win32" ? `${filename}.exe` : filename, this.path = joinPath(dirname(fileURLToPath(import.meta.url)), "..", "bin", filename), this.gitHubRepo = gitHubRepo;
|
|
190857
190855
|
}
|
|
@@ -190884,20 +190882,20 @@ var Executable = class {
|
|
|
190884
190882
|
default:
|
|
190885
190883
|
throw Error(`Unsupported architecture ${processArch}`);
|
|
190886
190884
|
}
|
|
190887
|
-
let archPlatform = `${arch}-${platform2}
|
|
190888
|
-
if (
|
|
190885
|
+
let archPlatform = `${arch}-${platform2}`, supportedTargets = ["arm-linux", "arm-macos", "x86_64-macos", "x86_64-windows", "x86_64-linux"];
|
|
190886
|
+
if (this.supportsWindowsOnArm && supportedTargets.push("arm-windows"), !supportedTargets.includes(archPlatform))
|
|
190889
190887
|
throw Error(`Unsupported platform/architecture combination ${processPlatform}/${processArch}`);
|
|
190890
|
-
return `https://github.com/${this.gitHubRepo}/releases/download/${this.release}/${this.name}-${archPlatform}
|
|
190888
|
+
return `https://github.com/${this.gitHubRepo}/releases/download/${this.release}/${this.name}-${archPlatform}-v${this.version}.gz`;
|
|
190891
190889
|
}
|
|
190892
190890
|
async processResponse(responseStream, outputStream) {
|
|
190893
190891
|
return gunzipResponse(responseStream, outputStream);
|
|
190894
190892
|
}
|
|
190895
190893
|
}, JavyPlugin = class {
|
|
190896
190894
|
constructor(version) {
|
|
190897
|
-
this.name = `
|
|
190895
|
+
this.name = `shopify_functions_javy_v${version}`, this.version = version, this.path = joinPath(dirname(fileURLToPath(import.meta.url)), "..", "bin", `shopify_functions_javy_v${version}.wasm`);
|
|
190898
190896
|
}
|
|
190899
190897
|
downloadUrl(_processPlatform, _processArch) {
|
|
190900
|
-
return `https://cdn.shopify.com/shopifycloud/shopify-functions-javy-plugin/
|
|
190898
|
+
return `https://cdn.shopify.com/shopifycloud/shopify-functions-javy-plugin/shopify_functions_javy_v${this.version}.wasm`;
|
|
190901
190899
|
}
|
|
190902
190900
|
async processResponse(responseStream, outputStream) {
|
|
190903
190901
|
return pipeline(responseStream, outputStream);
|
|
@@ -190914,19 +190912,19 @@ var Executable = class {
|
|
|
190914
190912
|
}
|
|
190915
190913
|
}, _wasmOpt;
|
|
190916
190914
|
function javyBinary(version = PREFERRED_JAVY_VERSION) {
|
|
190917
|
-
return new Executable("javy", version, "bytecodealliance/javy");
|
|
190915
|
+
return new Executable("javy", version, "bytecodealliance/javy", versionSatisfies(version, ">=7.0.0"));
|
|
190918
190916
|
}
|
|
190919
190917
|
function javyPluginBinary(version = PREFERRED_JAVY_PLUGIN_VERSION) {
|
|
190920
190918
|
return new JavyPlugin(version);
|
|
190921
190919
|
}
|
|
190922
190920
|
function functionRunnerBinary(version = PREFERRED_FUNCTION_RUNNER_VERSION) {
|
|
190923
|
-
return new Executable("function-runner", version, "Shopify/function-runner");
|
|
190921
|
+
return new Executable("function-runner", version, "Shopify/function-runner", versionSatisfies(version, ">=9.1.1"));
|
|
190924
190922
|
}
|
|
190925
190923
|
function wasmOptBinary() {
|
|
190926
190924
|
return _wasmOpt || (_wasmOpt = new WasmOptExecutable("wasm-opt.cjs", BINARYEN_VERSION)), _wasmOpt;
|
|
190927
190925
|
}
|
|
190928
190926
|
function trampolineBinary(version) {
|
|
190929
|
-
return new Executable("shopify-function-trampoline", version, "Shopify/shopify-function-wasm-api", `shopify_function_trampoline
|
|
190927
|
+
return new Executable("shopify-function-trampoline", version, "Shopify/shopify-function-wasm-api", versionSatisfies(version, ">=2.0.1"), `shopify_function_trampoline/v${version}`);
|
|
190930
190928
|
}
|
|
190931
190929
|
var downloadsInProgress = /* @__PURE__ */ new Map();
|
|
190932
190930
|
async function downloadBinary(bin) {
|
|
@@ -191409,11 +191407,11 @@ var MAX_EXTENSION_HANDLE_LENGTH = 50, MAX_UID_LENGTH = 250, MetafieldSchema = z.
|
|
|
191409
191407
|
marketingActivityDeleteUrl: z.string().optional()
|
|
191410
191408
|
}), SettingsSchema = z.object({
|
|
191411
191409
|
fields: z.array(FieldSchema).optional()
|
|
191412
|
-
}), HandleSchema = z.string().trim().nonempty("Handle can't be empty").max(MAX_EXTENSION_HANDLE_LENGTH, `Handle can't exceed ${MAX_EXTENSION_HANDLE_LENGTH} characters`).regex(/^[a-zA-Z0-9-]*$/, "Handle can only contain alphanumeric characters and hyphens").refine((handle) => !handle.startsWith("-") && !handle.endsWith("-"), "Handle can't start or end with a hyphen").
|
|
191410
|
+
}), HandleSchema = z.string().trim().nonempty("Handle can't be empty").max(MAX_EXTENSION_HANDLE_LENGTH, `Handle can't exceed ${MAX_EXTENSION_HANDLE_LENGTH} characters`).regex(/^[a-zA-Z0-9-]*$/, "Handle can only contain alphanumeric characters and hyphens").refine((handle) => !handle.startsWith("-") && !handle.endsWith("-"), "Handle can't start or end with a hyphen"), UIDSchema = z.string().trim().nonempty("UID can't be empty").max(MAX_UID_LENGTH, `UID can't exceed ${MAX_UID_LENGTH} characters`).regex(/^[a-zA-Z0-9-${}.()_`]*$/, "UID can only contain alphanumeric characters and hyphens").refine((uid) => !uid.startsWith("-") && !uid.endsWith("-"), "UID can't start or end with a hyphen"), BaseSchema = z.object({
|
|
191413
191411
|
name: z.string().optional(),
|
|
191414
191412
|
type: z.string().optional(),
|
|
191415
191413
|
handle: HandleSchema.optional(),
|
|
191416
|
-
uid:
|
|
191414
|
+
uid: UIDSchema.optional(),
|
|
191417
191415
|
description: z.string().optional(),
|
|
191418
191416
|
api_version: ApiVersionSchema.optional(),
|
|
191419
191417
|
extension_points: z.any().optional(),
|
|
@@ -191630,6 +191628,7 @@ var WebhookSubscriptionSchema = z.object({
|
|
|
191630
191628
|
}),
|
|
191631
191629
|
include_fields: z.array(z.string({ invalid_type_error: "Value must be a string" })).optional(),
|
|
191632
191630
|
filter: z.string({ invalid_type_error: "Value must be a string" }).optional(),
|
|
191631
|
+
payload_query: z.string({ invalid_type_error: "Value must be a string" }).trim().min(1).optional(),
|
|
191633
191632
|
compliance_topics: z.array(z.enum([ComplianceTopic.CustomersRedact, ComplianceTopic.CustomersDataRequest, ComplianceTopic.ShopRedact]), {
|
|
191634
191633
|
invalid_type_error: "Value must be an array containing values: customers/redact, customers/data_request or shop/redact"
|
|
191635
191634
|
}).optional()
|
|
@@ -192248,7 +192247,8 @@ var WebhookSubscriptionSpecIdentifier = "webhook_subscription", SingleWebhookSub
|
|
|
192248
192247
|
required_error: "Missing value at"
|
|
192249
192248
|
}),
|
|
192250
192249
|
include_fields: z.array(z.string({ invalid_type_error: "Value must be a string" })).optional(),
|
|
192251
|
-
filter: z.string({ invalid_type_error: "Value must be a string" }).optional()
|
|
192250
|
+
filter: z.string({ invalid_type_error: "Value must be a string" }).optional(),
|
|
192251
|
+
payload_query: z.string({ invalid_type_error: "Value must be a string" }).trim().min(1).optional()
|
|
192252
192252
|
});
|
|
192253
192253
|
function transformToWebhookSubscriptionConfig(content) {
|
|
192254
192254
|
let { api_version: _2, topic, ...otherFields } = content;
|
|
@@ -192515,9 +192515,9 @@ async function buildFunctionExtension(extension, options) {
|
|
|
192515
192515
|
]);
|
|
192516
192516
|
}
|
|
192517
192517
|
try {
|
|
192518
|
-
let bundlePath = extension.outputPath, relativeBuildPath = extension.configuration.build
|
|
192518
|
+
let bundlePath = extension.outputPath, relativeBuildPath = extension.configuration.build?.path ?? joinPath("dist", "index.wasm");
|
|
192519
192519
|
extension.outputPath = joinPath(extension.directory, relativeBuildPath), extension.isJavaScript ? await runCommandOrBuildJSFunction(extension, options) : await buildOtherFunction(extension, options);
|
|
192520
|
-
let wasmOpt = extension.configuration.build
|
|
192520
|
+
let wasmOpt = extension.configuration.build?.wasm_opt;
|
|
192521
192521
|
fileExistsSync(extension.outputPath) && wasmOpt && await runWasmOpt(extension.outputPath), fileExistsSync(extension.outputPath) && await runTrampoline(extension.outputPath), fileExistsSync(extension.outputPath) && bundlePath !== extension.outputPath && await bundleFunctionExtension(extension.outputPath, bundlePath);
|
|
192522
192522
|
} catch (error) {
|
|
192523
192523
|
if (error instanceof AbortError)
|
|
@@ -192623,8 +192623,8 @@ var CONFIG_EXTENSION_IDS = [
|
|
|
192623
192623
|
}
|
|
192624
192624
|
constructor(options) {
|
|
192625
192625
|
if (this.configuration = options.configuration, this.configurationPath = options.configurationPath, this.entrySourceFilePath = options.entryPath ?? "", this.directory = options.directory, this.specification = options.specification, this.handle = this.buildHandle(), this.localIdentifier = this.handle, this.idEnvironmentVariableName = `SHOPIFY_${constantize(this.localIdentifier)}_ID`, this.outputPath = this.directory, this.uid = this.buildUIDFromStrategy(), this.devUUID = `dev-${this.uid}`, (this.features.includes("esbuild") || this.type === "tax_calculation") && (this.outputPath = joinPath(this.directory, "dist", this.outputFileName)), this.isFunctionExtension) {
|
|
192626
|
-
let config2 = this.configuration;
|
|
192627
|
-
this.outputPath = joinPath(this.directory, config2.build
|
|
192626
|
+
let config2 = this.configuration, defaultPath = joinPath("dist", "index.wasm");
|
|
192627
|
+
this.outputPath = joinPath(this.directory, config2.build?.path ?? defaultPath);
|
|
192628
192628
|
}
|
|
192629
192629
|
}
|
|
192630
192630
|
get draftMessages() {
|
|
@@ -192696,7 +192696,7 @@ var CONFIG_EXTENSION_IDS = [
|
|
|
192696
192696
|
}
|
|
192697
192697
|
// Functions specific properties
|
|
192698
192698
|
get buildCommand() {
|
|
192699
|
-
return this.configuration.build
|
|
192699
|
+
return this.configuration.build?.command;
|
|
192700
192700
|
}
|
|
192701
192701
|
// Paths to be watched in a dev session
|
|
192702
192702
|
// Return undefiend if there aren't custom configured paths. (everything is watched)
|
|
@@ -192710,7 +192710,7 @@ var CONFIG_EXTENSION_IDS = [
|
|
|
192710
192710
|
}
|
|
192711
192711
|
get watchBuildPaths() {
|
|
192712
192712
|
if (this.isFunctionExtension) {
|
|
192713
|
-
let config2 = this.configuration, configuredPaths = config2.build
|
|
192713
|
+
let config2 = this.configuration, configuredPaths = config2.build?.watch ? [config2.build.watch].flat() : [];
|
|
192714
192714
|
if (!this.isJavaScript && configuredPaths.length === 0)
|
|
192715
192715
|
return null;
|
|
192716
192716
|
let watchPaths = configuredPaths ?? [];
|
|
@@ -193338,7 +193338,7 @@ var FunctionExtensionSchema = BaseSchema.extend({
|
|
|
193338
193338
|
path: z.string().optional(),
|
|
193339
193339
|
watch: z.union([z.string(), z.string().array()]).optional(),
|
|
193340
193340
|
wasm_opt: z.boolean().optional().default(!0)
|
|
193341
|
-
}),
|
|
193341
|
+
}).optional(),
|
|
193342
193342
|
name: z.string(),
|
|
193343
193343
|
type: z.string(),
|
|
193344
193344
|
configuration_ui: z.boolean().optional().default(!0),
|
|
@@ -194261,7 +194261,7 @@ function adminUrl(store, version, session) {
|
|
|
194261
194261
|
async function fetchProductVariant(store) {
|
|
194262
194262
|
let adminSession = await ensureAuthenticatedAdmin(store), result = await adminRequest(FindProductVariantQuery, adminSession);
|
|
194263
194263
|
if (result.products.edges.length === 0) {
|
|
194264
|
-
let normalizedUrl = `https://${
|
|
194264
|
+
let normalizedUrl = `https://${normalizeStoreFqdn(store)}/admin/products/new`, addProductLink = outputContent`${outputToken.link("Add a product", normalizedUrl, `You can add a new product here: ${normalizedUrl}`)}`.value;
|
|
194265
194265
|
throw new AbortError("Could not find a product variant", `Your store needs to have at least one product to test a 'checkout_ui' extension.
|
|
194266
194266
|
|
|
194267
194267
|
${addProductLink}`);
|
|
@@ -195159,7 +195159,7 @@ var AppLoader = class {
|
|
|
195159
195159
|
let matchingExtensions = allExtensions.filter((ext) => ext.handle === extension.handle), result = joinWithAnd(matchingExtensions.map((ext) => ext.name)), handle = outputToken.cyan(extension.handle);
|
|
195160
195160
|
this.abortOrReport(outputContent`Duplicated handle "${handle}" in extensions ${result}. Handle needs to be unique per extension.`, void 0, extension.configurationPath);
|
|
195161
195161
|
} else extension.handle && handles.add(extension.handle);
|
|
195162
|
-
}),
|
|
195162
|
+
}), allExtensions;
|
|
195163
195163
|
}
|
|
195164
195164
|
async createExtensionInstances(appDirectory, extensionDirectories) {
|
|
195165
195165
|
let extensionConfigPaths = [...extensionDirectories ?? [defaultExtensionDirectory]].map((extensionPath) => joinPath(appDirectory, extensionPath, "*.extension.toml"));
|
|
@@ -195206,19 +195206,6 @@ var AppLoader = class {
|
|
|
195206
195206
|
throw new AbortError(errorMessage);
|
|
195207
195207
|
return this.errors.addError(configurationPath, errorMessage), fallback;
|
|
195208
195208
|
}
|
|
195209
|
-
validatePrintActionExtensionsUniqueness(allExtensions) {
|
|
195210
|
-
let duplicates = {};
|
|
195211
|
-
allExtensions.filter((ext) => ext.type === "ui_extension").forEach((extension) => {
|
|
195212
|
-
extension.configuration.extension_points.flatMap((point) => point.target).filter((target) => printTargets.includes(target)).forEach((target) => {
|
|
195213
|
-
let targetExtensions = duplicates[target] ?? [];
|
|
195214
|
-
if (targetExtensions.push(extension), duplicates[target] = targetExtensions, targetExtensions.length > 1) {
|
|
195215
|
-
let extensionHandles = ["", ...targetExtensions.map((ext) => ext.configuration.handle)].join(`
|
|
195216
|
-
\xB7 `);
|
|
195217
|
-
this.abortOrReport(outputContent`A single target can't support two print action extensions from the same app. Point your extensions at different targets, or remove an extension.\n\nThe following extensions both target ${target}:${extensionHandles}`, void 0, extension.configurationPath);
|
|
195218
|
-
}
|
|
195219
|
-
});
|
|
195220
|
-
});
|
|
195221
|
-
}
|
|
195222
195209
|
getDevApplicationURLs(currentConfiguration, webs) {
|
|
195223
195210
|
let previousDevUrls = this.previousApp?.devApplicationURLs;
|
|
195224
195211
|
return !previousDevUrls || !isCurrentAppSchema(currentConfiguration) ? previousDevUrls : generateApplicationURLs(previousDevUrls.applicationUrl, webs.map(({ configuration }) => configuration.auth_callback_path).find((path) => path), currentConfiguration.app_proxy);
|
|
@@ -195472,12 +195459,6 @@ function getAppConfigurationShorthand(path) {
|
|
|
195472
195459
|
function isValidFormatAppConfigurationFileName(configName) {
|
|
195473
195460
|
return !!appConfigurationFileNameRegex.test(configName);
|
|
195474
195461
|
}
|
|
195475
|
-
var printTargets = [
|
|
195476
|
-
"admin.order-details.print-action.render",
|
|
195477
|
-
"admin.order-index.selection-print-action.render",
|
|
195478
|
-
"admin.product-details.print-action.render",
|
|
195479
|
-
"admin.product-index.selection-print-action.render"
|
|
195480
|
-
];
|
|
195481
195462
|
|
|
195482
195463
|
// ../app/dist/cli/utilities/app/config/getTomls.js
|
|
195483
195464
|
import { readdirSync } from "fs";
|
|
@@ -195647,19 +195628,6 @@ init_cjs_shims();
|
|
|
195647
195628
|
|
|
195648
195629
|
// ../app/dist/cli/api/graphql/current_account_info.js
|
|
195649
195630
|
init_cjs_shims();
|
|
195650
|
-
var CurrentAccountInfoQuery = gql`
|
|
195651
|
-
query currentAccountInfo {
|
|
195652
|
-
currentAccountInfo {
|
|
195653
|
-
__typename
|
|
195654
|
-
... on ServiceAccount {
|
|
195655
|
-
orgName
|
|
195656
|
-
}
|
|
195657
|
-
... on UserAccount {
|
|
195658
|
-
email
|
|
195659
|
-
}
|
|
195660
|
-
}
|
|
195661
|
-
}
|
|
195662
|
-
`;
|
|
195663
195631
|
async function getCurrentAccountInfo(developerPlatformClient) {
|
|
195664
195632
|
let { currentAccountInfo } = await developerPlatformClient.currentAccountInfo();
|
|
195665
195633
|
if (!currentAccountInfo)
|
|
@@ -195678,7 +195646,7 @@ function mapAccountInfo(accountInfo) {
|
|
|
195678
195646
|
|
|
195679
195647
|
// ../app/dist/cli/utilities/app-conf-store.js
|
|
195680
195648
|
init_cjs_shims();
|
|
195681
|
-
var MAX_AGE_FOR_ACCOUNT_INFO_STATUS_MS =
|
|
195649
|
+
var MAX_AGE_FOR_ACCOUNT_INFO_STATUS_MS = 4320 * 60 * 1e3;
|
|
195682
195650
|
function getConfigStoreForAccountInfoStatus(cwd2) {
|
|
195683
195651
|
return new LocalStorage({
|
|
195684
195652
|
projectName: "shopify-app-account-info",
|
|
@@ -195695,12 +195663,6 @@ function setCachedAccountInfo(subject, accountInfo, cwd2) {
|
|
|
195695
195663
|
}
|
|
195696
195664
|
|
|
195697
195665
|
// ../app/dist/cli/services/context/partner-account-info.js
|
|
195698
|
-
function isUserAccount(account) {
|
|
195699
|
-
return account.type === "UserAccount";
|
|
195700
|
-
}
|
|
195701
|
-
function isServiceAccount(account) {
|
|
195702
|
-
return account.type === "ServiceAccount";
|
|
195703
|
-
}
|
|
195704
195666
|
async function fetchCurrentAccountInformation(developerPlatformClient, subject) {
|
|
195705
195667
|
let cachedInfo = getCachedAccountInfo(subject);
|
|
195706
195668
|
if (cachedInfo)
|
|
@@ -196220,6 +196182,56 @@ var UpdateURLsQuery = gql`
|
|
|
196220
196182
|
}
|
|
196221
196183
|
`;
|
|
196222
196184
|
|
|
196185
|
+
// ../app/dist/cli/api/graphql/partners/generated/current-account-info.js
|
|
196186
|
+
init_cjs_shims();
|
|
196187
|
+
var CurrentAccountInfo = {
|
|
196188
|
+
kind: "Document",
|
|
196189
|
+
definitions: [
|
|
196190
|
+
{
|
|
196191
|
+
kind: "OperationDefinition",
|
|
196192
|
+
operation: "query",
|
|
196193
|
+
name: { kind: "Name", value: "currentAccountInfo" },
|
|
196194
|
+
selectionSet: {
|
|
196195
|
+
kind: "SelectionSet",
|
|
196196
|
+
selections: [
|
|
196197
|
+
{
|
|
196198
|
+
kind: "Field",
|
|
196199
|
+
name: { kind: "Name", value: "currentAccountInfo" },
|
|
196200
|
+
selectionSet: {
|
|
196201
|
+
kind: "SelectionSet",
|
|
196202
|
+
selections: [
|
|
196203
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
|
196204
|
+
{
|
|
196205
|
+
kind: "InlineFragment",
|
|
196206
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ServiceAccount" } },
|
|
196207
|
+
selectionSet: {
|
|
196208
|
+
kind: "SelectionSet",
|
|
196209
|
+
selections: [
|
|
196210
|
+
{ kind: "Field", name: { kind: "Name", value: "orgName" } },
|
|
196211
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } }
|
|
196212
|
+
]
|
|
196213
|
+
}
|
|
196214
|
+
},
|
|
196215
|
+
{
|
|
196216
|
+
kind: "InlineFragment",
|
|
196217
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "UserAccount" } },
|
|
196218
|
+
selectionSet: {
|
|
196219
|
+
kind: "SelectionSet",
|
|
196220
|
+
selections: [
|
|
196221
|
+
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
|
196222
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } }
|
|
196223
|
+
]
|
|
196224
|
+
}
|
|
196225
|
+
}
|
|
196226
|
+
]
|
|
196227
|
+
}
|
|
196228
|
+
}
|
|
196229
|
+
]
|
|
196230
|
+
}
|
|
196231
|
+
}
|
|
196232
|
+
]
|
|
196233
|
+
};
|
|
196234
|
+
|
|
196223
196235
|
// ../app/dist/cli/api/graphql/template_specifications.js
|
|
196224
196236
|
init_cjs_shims();
|
|
196225
196237
|
var RemoteTemplateSpecificationsQuery = gql`
|
|
@@ -196674,7 +196686,13 @@ function getAppVars(org, name, isLaunchable = !0, scopesArray) {
|
|
|
196674
196686
|
type: "undecided"
|
|
196675
196687
|
};
|
|
196676
196688
|
}
|
|
196677
|
-
var PartnersClient = class {
|
|
196689
|
+
var PartnersClient = class _PartnersClient {
|
|
196690
|
+
static getInstance(session) {
|
|
196691
|
+
return _PartnersClient.instance || (_PartnersClient.instance = new _PartnersClient(session)), _PartnersClient.instance;
|
|
196692
|
+
}
|
|
196693
|
+
static resetInstance() {
|
|
196694
|
+
_PartnersClient.instance = void 0;
|
|
196695
|
+
}
|
|
196678
196696
|
constructor(session) {
|
|
196679
196697
|
this.clientName = ClientName.Partners, this.webUiName = "Partner Dashboard", this.supportsAtomicDeployments = !1, this.supportsDevSessions = !1, this.supportsStoreSearch = !1, this.organizationSource = OrganizationSource.Partners, this.bundleFormat = "zip", this.supportsDashboardManagedExtensions = !0, this._session = session;
|
|
196680
196698
|
}
|
|
@@ -196894,7 +196912,7 @@ var PartnersClient = class {
|
|
|
196894
196912
|
return this.request(UpdateURLsQuery, input);
|
|
196895
196913
|
}
|
|
196896
196914
|
async currentAccountInfo() {
|
|
196897
|
-
return this.
|
|
196915
|
+
return this.requestDoc(CurrentAccountInfo);
|
|
196898
196916
|
}
|
|
196899
196917
|
async targetSchemaDefinition(input, apiKey, _organizationId) {
|
|
196900
196918
|
let transformedInput = {
|
|
@@ -197350,6 +197368,7 @@ var FetchDevStoreByDomain = {
|
|
|
197350
197368
|
{ kind: "Field", name: { kind: "Name", value: "storeType" } },
|
|
197351
197369
|
{ kind: "Field", name: { kind: "Name", value: "primaryDomain" } },
|
|
197352
197370
|
{ kind: "Field", name: { kind: "Name", value: "shortName" } },
|
|
197371
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
|
197353
197372
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } }
|
|
197354
197373
|
]
|
|
197355
197374
|
}
|
|
@@ -197465,6 +197484,7 @@ var ListAppDevStores = {
|
|
|
197465
197484
|
{ kind: "Field", name: { kind: "Name", value: "storeType" } },
|
|
197466
197485
|
{ kind: "Field", name: { kind: "Name", value: "primaryDomain" } },
|
|
197467
197486
|
{ kind: "Field", name: { kind: "Name", value: "shortName" } },
|
|
197487
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
|
197468
197488
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } }
|
|
197469
197489
|
]
|
|
197470
197490
|
}
|
|
@@ -199117,7 +199137,7 @@ var import_bottleneck2 = __toESM(require_lib4()), limiter2 = new import_bottlene
|
|
|
199117
199137
|
maxConcurrent: 10
|
|
199118
199138
|
});
|
|
199119
199139
|
async function appDevRequestDoc(options) {
|
|
199120
|
-
let api = "App Dev", normalizedShopFqdn =
|
|
199140
|
+
let api = "App Dev", normalizedShopFqdn = normalizeStoreFqdn(options.shopFqdn), url = `https://${await appDevFqdn(normalizedShopFqdn)}/app_dev/unstable/graphql.json`, addedHeaders = serviceEnvironment() === "local" ? { "x-forwarded-host": normalizedShopFqdn } : void 0;
|
|
199121
199141
|
return limiter2.schedule(() => graphqlRequestDoc({
|
|
199122
199142
|
query: options.query,
|
|
199123
199143
|
api,
|
|
@@ -199173,7 +199193,13 @@ async function webhooksRequestDoc(options) {
|
|
|
199173
199193
|
}
|
|
199174
199194
|
|
|
199175
199195
|
// ../app/dist/cli/utilities/developer-platform-client/app-management-client.js
|
|
199176
|
-
var TEMPLATE_JSON_URL = "https://cdn.shopify.com/static/cli/extensions/templates.json", AppManagementClient = class {
|
|
199196
|
+
var TEMPLATE_JSON_URL = "https://cdn.shopify.com/static/cli/extensions/templates.json", AppManagementClient = class _AppManagementClient {
|
|
199197
|
+
static getInstance(session) {
|
|
199198
|
+
return _AppManagementClient.instance || (_AppManagementClient.instance = new _AppManagementClient(session)), _AppManagementClient.instance;
|
|
199199
|
+
}
|
|
199200
|
+
static resetInstance() {
|
|
199201
|
+
_AppManagementClient.instance = void 0;
|
|
199202
|
+
}
|
|
199177
199203
|
constructor(session) {
|
|
199178
199204
|
this.clientName = ClientName.AppManagement, this.webUiName = "Developer Dashboard", this.supportsAtomicDeployments = !0, this.supportsDevSessions = !0, this.supportsStoreSearch = !0, this.organizationSource = OrganizationSource.BusinessPlatform, this.bundleFormat = "br", this.supportsDashboardManagedExtensions = !1, this._session = session;
|
|
199179
199205
|
}
|
|
@@ -199221,7 +199247,7 @@ var TEMPLATE_JSON_URL = "https://cdn.shopify.com/static/cli/extensions/templates
|
|
|
199221
199247
|
cacheExtraKey: userId
|
|
199222
199248
|
},
|
|
199223
199249
|
token: businessPlatformToken,
|
|
199224
|
-
unauthorizedHandler: this.createUnauthorizedHandler()
|
|
199250
|
+
unauthorizedHandler: this.createUnauthorizedHandler("businessPlatform")
|
|
199225
199251
|
});
|
|
199226
199252
|
if (getPartnersToken() && userInfoResult.currentUserAccount) {
|
|
199227
199253
|
let organizations = userInfoResult.currentUserAccount.organizations.nodes.map((org) => ({
|
|
@@ -199774,14 +199800,14 @@ var TEMPLATE_JSON_URL = "https://cdn.shopify.com/static/cli/extensions/templates
|
|
|
199774
199800
|
return businessPlatformRequestDoc({
|
|
199775
199801
|
...options,
|
|
199776
199802
|
token: await this.businessPlatformToken(),
|
|
199777
|
-
unauthorizedHandler: this.createUnauthorizedHandler()
|
|
199803
|
+
unauthorizedHandler: this.createUnauthorizedHandler("businessPlatform")
|
|
199778
199804
|
});
|
|
199779
199805
|
}
|
|
199780
199806
|
async businessPlatformOrganizationsRequest(options) {
|
|
199781
199807
|
return businessPlatformOrganizationsRequestDoc({
|
|
199782
199808
|
...options,
|
|
199783
199809
|
token: await this.businessPlatformToken(),
|
|
199784
|
-
unauthorizedHandler: this.createUnauthorizedHandler()
|
|
199810
|
+
unauthorizedHandler: this.createUnauthorizedHandler("businessPlatform")
|
|
199785
199811
|
});
|
|
199786
199812
|
}
|
|
199787
199813
|
async functionsRequest(options) {
|
|
@@ -199798,8 +199824,8 @@ var TEMPLATE_JSON_URL = "https://cdn.shopify.com/static/cli/extensions/templates
|
|
|
199798
199824
|
unauthorizedHandler: this.createUnauthorizedHandler()
|
|
199799
199825
|
});
|
|
199800
199826
|
}
|
|
199801
|
-
createUnauthorizedHandler() {
|
|
199802
|
-
return createUnauthorizedHandler(this);
|
|
199827
|
+
createUnauthorizedHandler(tokenType = "default") {
|
|
199828
|
+
return createUnauthorizedHandler(this, tokenType);
|
|
199803
199829
|
}
|
|
199804
199830
|
}, MAGIC_URL2 = "https://shopify.dev/apps/default-app-home", MAGIC_REDIRECT_URL2 = "https://shopify.dev/apps/default-app-home/api/auth";
|
|
199805
199831
|
function createAppVars(options, organizationId, apiVersion) {
|
|
@@ -199881,11 +199907,13 @@ function experience(identifier) {
|
|
|
199881
199907
|
}
|
|
199882
199908
|
function mapBusinessPlatformStoresToOrganizationStores(storesArray, provisionable) {
|
|
199883
199909
|
return storesArray.map((store) => {
|
|
199884
|
-
let { externalId, primaryDomain, name } = store;
|
|
199910
|
+
let { externalId, primaryDomain, name, url } = store, shopDomain = url ?? primaryDomain;
|
|
199911
|
+
if (!shopDomain)
|
|
199912
|
+
throw new BugError("The selected store does not have a valid URL");
|
|
199885
199913
|
return {
|
|
199886
199914
|
shopId: externalId ? idFromEncodedGid(externalId) : void 0,
|
|
199887
199915
|
link: primaryDomain,
|
|
199888
|
-
shopDomain:
|
|
199916
|
+
shopDomain: normalizeStoreFqdn(shopDomain),
|
|
199889
199917
|
shopName: name,
|
|
199890
199918
|
transferDisabled: !0,
|
|
199891
199919
|
convertableToPartnerTest: !0,
|
|
@@ -199931,13 +199959,13 @@ var ClientName;
|
|
|
199931
199959
|
})(ClientName || (ClientName = {}));
|
|
199932
199960
|
function allDeveloperPlatformClients() {
|
|
199933
199961
|
let clients = [];
|
|
199934
|
-
return clients.push(
|
|
199962
|
+
return clients.push(AppManagementClient.getInstance()), blockPartnersAccess() || clients.push(PartnersClient.getInstance()), clients;
|
|
199935
199963
|
}
|
|
199936
199964
|
function selectDeveloperPlatformClient({ organization } = {}) {
|
|
199937
|
-
return organization ? selectDeveloperPlatformClientByOrg(organization) :
|
|
199965
|
+
return organization ? selectDeveloperPlatformClientByOrg(organization) : PartnersClient.getInstance();
|
|
199938
199966
|
}
|
|
199939
199967
|
function selectDeveloperPlatformClientByOrg(organization) {
|
|
199940
|
-
return organization.source === OrganizationSource.BusinessPlatform ?
|
|
199968
|
+
return organization.source === OrganizationSource.BusinessPlatform ? AppManagementClient.getInstance() : PartnersClient.getInstance();
|
|
199941
199969
|
}
|
|
199942
199970
|
var Flag;
|
|
199943
199971
|
Flag || (Flag = {});
|
|
@@ -199947,18 +199975,21 @@ function filterDisabledFlags(disabledFlags = []) {
|
|
|
199947
199975
|
return defaultActiveFlags.filter((flag) => !remoteDisabledFlags.includes(flag));
|
|
199948
199976
|
}
|
|
199949
199977
|
var inProgressRefreshes = /* @__PURE__ */ new WeakMap();
|
|
199950
|
-
function createUnauthorizedHandler(client) {
|
|
199978
|
+
function createUnauthorizedHandler(client, tokenType = "default") {
|
|
199951
199979
|
return {
|
|
199952
199980
|
type: "token_refresh",
|
|
199953
199981
|
handler: async () => {
|
|
199954
199982
|
let tokenRefresher = inProgressRefreshes.get(client);
|
|
199955
199983
|
if (tokenRefresher)
|
|
199956
|
-
|
|
199957
|
-
|
|
199958
|
-
|
|
199959
|
-
|
|
199960
|
-
|
|
199961
|
-
|
|
199984
|
+
await tokenRefresher;
|
|
199985
|
+
else
|
|
199986
|
+
try {
|
|
199987
|
+
tokenRefresher = client.unsafeRefreshToken(), inProgressRefreshes.set(client, tokenRefresher), await tokenRefresher;
|
|
199988
|
+
} finally {
|
|
199989
|
+
inProgressRefreshes.delete(client);
|
|
199990
|
+
}
|
|
199991
|
+
let session = await client.session();
|
|
199992
|
+
return { token: tokenType === "businessPlatform" ? session.businessPlatformToken : session.token };
|
|
199962
199993
|
}
|
|
199963
199994
|
};
|
|
199964
199995
|
}
|
|
@@ -200319,7 +200350,7 @@ async function migrateAppModule(options) {
|
|
|
200319
200350
|
|
|
200320
200351
|
// ../app/dist/cli/services/context/identifiers-extensions.js
|
|
200321
200352
|
async function ensureExtensionsIds(options, { extensionRegistrations: initialRemoteExtensions, dashboardManagedExtensionRegistrations: dashboardExtensions }) {
|
|
200322
|
-
let remoteExtensions = initialRemoteExtensions, identifiers = options.envIdentifiers.extensions ?? {}, localExtensions = options.app.allExtensions.filter((ext) => ext.isUUIDStrategyExtension), uiExtensionsToMigrate = getModulesToMigrate(localExtensions, remoteExtensions, identifiers, UIModulesMap), flowExtensionsToMigrate = getModulesToMigrate(localExtensions, dashboardExtensions, identifiers, FlowModulesMap), paymentsToMigrate = getModulesToMigrate(localExtensions, dashboardExtensions, identifiers, PaymentModulesMap), marketingToMigrate = getModulesToMigrate(localExtensions, dashboardExtensions, identifiers, MarketingModulesMap), subscriptionLinksToMigrate = getModulesToMigrate(localExtensions, dashboardExtensions, identifiers, SubscriptionModulesMap), adminLinkExtensionsToMigrate = getModulesToMigrate(localExtensions, dashboardExtensions, identifiers, AdminLinkModulesMap), migrationClient = options.developerPlatformClient.clientName === ClientName.Partners ? options.developerPlatformClient :
|
|
200353
|
+
let remoteExtensions = initialRemoteExtensions, identifiers = options.envIdentifiers.extensions ?? {}, localExtensions = options.app.allExtensions.filter((ext) => ext.isUUIDStrategyExtension), uiExtensionsToMigrate = getModulesToMigrate(localExtensions, remoteExtensions, identifiers, UIModulesMap), flowExtensionsToMigrate = getModulesToMigrate(localExtensions, dashboardExtensions, identifiers, FlowModulesMap), paymentsToMigrate = getModulesToMigrate(localExtensions, dashboardExtensions, identifiers, PaymentModulesMap), marketingToMigrate = getModulesToMigrate(localExtensions, dashboardExtensions, identifiers, MarketingModulesMap), subscriptionLinksToMigrate = getModulesToMigrate(localExtensions, dashboardExtensions, identifiers, SubscriptionModulesMap), adminLinkExtensionsToMigrate = getModulesToMigrate(localExtensions, dashboardExtensions, identifiers, AdminLinkModulesMap), migrationClient = options.developerPlatformClient.clientName === ClientName.Partners ? options.developerPlatformClient : PartnersClient.getInstance(), didMigrateDashboardExtensions = !1;
|
|
200323
200354
|
if (uiExtensionsToMigrate.length > 0) {
|
|
200324
200355
|
if (!await extensionMigrationPrompt(uiExtensionsToMigrate))
|
|
200325
200356
|
throw new AbortSilentError();
|
|
@@ -201855,7 +201886,7 @@ init_cjs_shims();
|
|
|
201855
201886
|
init_cjs_shims();
|
|
201856
201887
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
201857
201888
|
async function launchCLI(options) {
|
|
201858
|
-
let { errorHandler: errorHandler2 } = await import("./error-handler-
|
|
201889
|
+
let { errorHandler: errorHandler2 } = await import("./error-handler-A4ESBROE.js"), { isDevelopment: isDevelopment2 } = await import("./local-NJYNKPHZ.js"), oclif = await import("./lib-JIKIO4JO.js"), { ShopifyConfig } = await import("./custom-oclif-loader-P2GF3H55.js");
|
|
201859
201890
|
isDevelopment2() && (oclif.default.settings.debug = !0);
|
|
201860
201891
|
try {
|
|
201861
201892
|
let config2 = new ShopifyConfig({ root: fileURLToPath2(options.moduleURL) });
|
|
@@ -201870,7 +201901,7 @@ var import_core3 = __toESM(require_lib2());
|
|
|
201870
201901
|
async function exitIfOldNodeVersion(versions2 = process.versions) {
|
|
201871
201902
|
let nodeVersion = versions2.node, nodeMajorVersion = Number(nodeVersion.split(".")[0]);
|
|
201872
201903
|
if (nodeMajorVersion < 18) {
|
|
201873
|
-
let { renderError: renderError2 } = await import("./ui-
|
|
201904
|
+
let { renderError: renderError2 } = await import("./ui-TJJFYS6Z.js");
|
|
201874
201905
|
renderError2({
|
|
201875
201906
|
headline: "Upgrade to a supported Node version now.",
|
|
201876
201907
|
body: [
|
|
@@ -201897,7 +201928,7 @@ async function runCLI(options, launchCLI2 = launchCLI, argv = process.argv, env
|
|
|
201897
201928
|
return setupEnvironmentVariables(options, argv, env), options.runInCreateMode && await addInitToArgvWhenRunningCreateCLI(options, argv), forceNoColor(argv, env), await exitIfOldNodeVersion(versions2), launchCLI2({ moduleURL: options.moduleURL });
|
|
201898
201929
|
}
|
|
201899
201930
|
async function addInitToArgvWhenRunningCreateCLI(options, argv = process.argv) {
|
|
201900
|
-
let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-
|
|
201931
|
+
let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-DIXFSXME.js"), { moduleDirectory: moduleDirectory2 } = await import("./path-COZT77T2.js"), name = (await findUpAndReadPackageJson2(moduleDirectory2(options.moduleURL))).content.name.replace("@shopify/create-", "");
|
|
201901
201932
|
if (argv.findIndex((arg) => arg.includes("init")) === -1) {
|
|
201902
201933
|
let initIndex2 = argv.findIndex((arg) => arg.match(new RegExp(`bin(\\/|\\\\)+(create-${name}|dev|run)`))) + 1;
|
|
201903
201934
|
argv.splice(initIndex2, 0, "init");
|
|
@@ -202546,7 +202577,7 @@ async function brotliCompress(options) {
|
|
|
202546
202577
|
archive.finalize();
|
|
202547
202578
|
}).catch((error) => reject(error instanceof Error ? error : new Error(String(error))));
|
|
202548
202579
|
});
|
|
202549
|
-
let tarContent = readFileSync3(tempTarPath), compressed = (await import("./brotli-
|
|
202580
|
+
let tarContent = readFileSync3(tempTarPath), compressed = (await import("./brotli-2OKV26Y6.js")).default.compress(tarContent, {
|
|
202550
202581
|
quality: 7,
|
|
202551
202582
|
mode: 0
|
|
202552
202583
|
});
|
|
@@ -204922,7 +204953,7 @@ async function parseThemeFileContent(body) {
|
|
|
204922
204953
|
}
|
|
204923
204954
|
|
|
204924
204955
|
// ../app/dist/cli/utilities/extensions/theme/host-theme-watcher.js
|
|
204925
|
-
var UPDATER_TIMEOUT =
|
|
204956
|
+
var UPDATER_TIMEOUT = 300 * 1e3, FAILED_TO_CREATE_THEME_MESSAGE = 'The host theme could not be created to host your theme app extension. Please try again or use the "--theme" flag to use an existing theme as the host theme.';
|
|
204926
204957
|
async function waitForThemeToBeProcessed(themeId, adminSession, startTime = Date.now()) {
|
|
204927
204958
|
for (; await themeIsProcessing(themeId, adminSession, startTime); )
|
|
204928
204959
|
;
|
|
@@ -205404,7 +205435,11 @@ var ThemeCommand = class extends base_command_default {
|
|
|
205404
205435
|
let session = commandRequiresAuth ? await this.createSession(flags) : void 0, commandName = this.constructor.name.toLowerCase();
|
|
205405
205436
|
if (recordEvent(`theme-command:${commandName}:single-env:authenticated`), flags.path && !fileExistsSync(flags.path))
|
|
205406
205437
|
throw new AbortError(`Path does not exist: ${flags.path}`);
|
|
205407
|
-
|
|
205438
|
+
try {
|
|
205439
|
+
await this.command(flags, session, !1, args);
|
|
205440
|
+
} finally {
|
|
205441
|
+
await this.logAnalyticsData(session);
|
|
205442
|
+
}
|
|
205408
205443
|
return;
|
|
205409
205444
|
}
|
|
205410
205445
|
if (requiredFlags === null) {
|
|
@@ -205433,7 +205468,7 @@ var ThemeCommand = class extends base_command_default {
|
|
|
205433
205468
|
from: flags.path,
|
|
205434
205469
|
silent: !0
|
|
205435
205470
|
});
|
|
205436
|
-
environmentFlags?.store && typeof environmentFlags.store == "string" && (environmentFlags.store =
|
|
205471
|
+
environmentFlags?.store && typeof environmentFlags.store == "string" && (environmentFlags.store = normalizeStoreFqdn(environmentFlags.store)), environmentFlags?.path && typeof environmentFlags.path == "string" && (environmentFlags.path = resolvePath(environmentFlags.path)), environmentMap.set(environmentName, {
|
|
205437
205472
|
flags: {
|
|
205438
205473
|
...flags,
|
|
205439
205474
|
...environmentFlags,
|
|
@@ -205513,7 +205548,12 @@ var ThemeCommand = class extends base_command_default {
|
|
|
205513
205548
|
let store = flags.store;
|
|
205514
205549
|
await useThemeStoreContext(store, async () => {
|
|
205515
205550
|
let session = requiresAuth ? await this.createSession(flags) : void 0, commandName = this.constructor.name.toLowerCase();
|
|
205516
|
-
recordEvent(`theme-command:${commandName}:multi-env:authenticated`)
|
|
205551
|
+
recordEvent(`theme-command:${commandName}:multi-env:authenticated`);
|
|
205552
|
+
try {
|
|
205553
|
+
await this.command(flags, session, !0, {}, { stdout, stderr });
|
|
205554
|
+
} finally {
|
|
205555
|
+
await this.logAnalyticsData(session);
|
|
205556
|
+
}
|
|
205517
205557
|
});
|
|
205518
205558
|
} catch (error) {
|
|
205519
205559
|
error instanceof Error && (error.message = `Environment ${environment} failed:
|
|
@@ -207244,7 +207284,7 @@ function hasDelimiter(input) {
|
|
|
207244
207284
|
|
|
207245
207285
|
// ../theme/dist/cli/utilities/theme-environment/dev-server-session.js
|
|
207246
207286
|
init_cjs_shims();
|
|
207247
|
-
var SESSION_TIMEOUT_IN_MS =
|
|
207287
|
+
var SESSION_TIMEOUT_IN_MS = 1800 * 1e3, REQUIRED_THEME_FILES = ["layout/theme.liquid", "config/settings_schema.json"];
|
|
207248
207288
|
async function initializeDevServerSession(themeId, adminSession, adminPassword, storefrontPassword) {
|
|
207249
207289
|
let session = await fetchDevServerSession(themeId, adminSession, adminPassword, storefrontPassword);
|
|
207250
207290
|
return session.refresh = async () => {
|
|
@@ -207478,8 +207518,8 @@ async function ensureDirectoryConfirmed(force, message = "It doesn't seem like y
|
|
|
207478
207518
|
});
|
|
207479
207519
|
return recordEvent(`theme-service:confirm-directory:${confirm}`), confirm;
|
|
207480
207520
|
}
|
|
207481
|
-
async function ensureLiveThemeConfirmed(theme, action) {
|
|
207482
|
-
if (theme.role !== LIVE_THEME_ROLE || !process.stdout.isTTY)
|
|
207521
|
+
async function ensureLiveThemeConfirmed(theme, action, allowLive) {
|
|
207522
|
+
if (theme.role !== LIVE_THEME_ROLE || !process.stdout.isTTY || allowLive)
|
|
207483
207523
|
return !0;
|
|
207484
207524
|
let message = `You're about to ${action} on your live theme "${theme.name}". This will make changes visible to customers. Are you sure you want to proceed?`, confirm = await renderConfirmationPrompt({
|
|
207485
207525
|
message,
|
|
@@ -210210,7 +210250,7 @@ var _a8, Dev = class extends ThemeCommand {
|
|
|
210210
210250
|
let overwriteJson = devFlags["theme-editor-sync"] && theme.createdAtRuntime;
|
|
210211
210251
|
flags = { ...devFlags, theme: theme.id.toString(), store: adminSession.storeFqdn, "overwrite-json": overwriteJson };
|
|
210212
210252
|
}
|
|
210213
|
-
await ensureLiveThemeConfirmed(theme, "start development mode") && (await dev({
|
|
210253
|
+
await ensureLiveThemeConfirmed(theme, "start development mode", devFlags["allow-live"]) && (await dev({
|
|
210214
210254
|
adminSession,
|
|
210215
210255
|
directory: flags.path,
|
|
210216
210256
|
store: flags.store,
|
|
@@ -210340,6 +210380,12 @@ Dev.flags = {
|
|
|
210340
210380
|
"store-password": import_core11.Flags.string({
|
|
210341
210381
|
description: "The password for storefronts with password protection.",
|
|
210342
210382
|
env: "SHOPIFY_FLAG_STORE_PASSWORD"
|
|
210383
|
+
}),
|
|
210384
|
+
"allow-live": import_core11.Flags.boolean({
|
|
210385
|
+
description: "Allow development on a live theme.",
|
|
210386
|
+
char: "a",
|
|
210387
|
+
env: "SHOPIFY_FLAG_ALLOW_LIVE",
|
|
210388
|
+
default: !1
|
|
210343
210389
|
})
|
|
210344
210390
|
};
|
|
210345
210391
|
Dev.multiEnvironmentsFlags = null;
|
|
@@ -215345,11 +215391,11 @@ function isNewExtensionPointsSchema(extensionPoints) {
|
|
|
215345
215391
|
|
|
215346
215392
|
// ../app/dist/cli/utilities/app/app-url.js
|
|
215347
215393
|
init_cjs_shims();
|
|
215348
|
-
|
|
215349
|
-
return `https://${
|
|
215394
|
+
function buildAppURLForWeb(storeFqdn, apiKey) {
|
|
215395
|
+
return `https://${normalizeStoreFqdn(storeFqdn)}/admin/oauth/redirect_from_cli?client_id=${apiKey}`;
|
|
215350
215396
|
}
|
|
215351
|
-
|
|
215352
|
-
let normalizedFQDN =
|
|
215397
|
+
function buildAppURLForMobile(storeFqdn, apiKey) {
|
|
215398
|
+
let normalizedFQDN = normalizeStoreFqdn(storeFqdn), hostUrl = `${normalizedFQDN}/admin/apps/${apiKey}`, hostParam = Buffer.from(hostUrl).toString("base64").replace(/[=]/g, "");
|
|
215353
215399
|
return `https://${hostUrl}?shop=${normalizedFQDN}&host=${hostParam}`;
|
|
215354
215400
|
}
|
|
215355
215401
|
|
|
@@ -215364,8 +215410,8 @@ async function getExtensionsPayloadStoreRawPayload(options, bundlePath) {
|
|
|
215364
215410
|
app: {
|
|
215365
215411
|
title: options.appName,
|
|
215366
215412
|
apiKey: options.apiKey,
|
|
215367
|
-
url:
|
|
215368
|
-
mobileUrl:
|
|
215413
|
+
url: buildAppURLForWeb(options.storeFqdn, options.apiKey),
|
|
215414
|
+
mobileUrl: buildAppURLForMobile(options.storeFqdn, options.apiKey)
|
|
215369
215415
|
},
|
|
215370
215416
|
appId: options.id,
|
|
215371
215417
|
version: options.manifestVersion,
|
|
@@ -216317,7 +216363,7 @@ var MANIFEST_VERSION = "3", launchPreviewableExtensionProcess = async ({ stderr,
|
|
|
216317
216363
|
signal: abortSignal,
|
|
216318
216364
|
url: proxyUrl,
|
|
216319
216365
|
port,
|
|
216320
|
-
storeFqdn:
|
|
216366
|
+
storeFqdn: normalizeStoreFqdn(storeFqdn),
|
|
216321
216367
|
storeId,
|
|
216322
216368
|
apiKey,
|
|
216323
216369
|
grantedScopes,
|
|
@@ -218287,7 +218333,7 @@ init_cjs_shims();
|
|
|
218287
218333
|
import * as http from "http";
|
|
218288
218334
|
import * as https from "https";
|
|
218289
218335
|
async function getProxyingWebServer(rules, abortSignal, localhostCert, stdout) {
|
|
218290
|
-
let proxy = (await import("./http-proxy-node16-
|
|
218336
|
+
let proxy = (await import("./http-proxy-node16-K5X7BUK5.js")).default.createProxyServer(), requestListener = getProxyServerRequestListener(rules, proxy, stdout), server = localhostCert ? https.createServer(localhostCert, requestListener) : http.createServer(requestListener);
|
|
218291
218337
|
return server.on("upgrade", getProxyServerWebsocketUpgradeListener(rules, proxy, stdout)), abortSignal.addEventListener("abort", () => {
|
|
218292
218338
|
outputDebug("Closing reverse HTTP proxy"), server.close();
|
|
218293
218339
|
}), { server };
|
|
@@ -218332,7 +218378,7 @@ function match(rules, req, websocket = !1) {
|
|
|
218332
218378
|
|
|
218333
218379
|
// ../app/dist/cli/services/dev/processes/setup-dev-processes.js
|
|
218334
218380
|
async function setupDevProcesses({ localApp, remoteAppUpdated, developerPlatformClient, remoteApp, storeFqdn, storeId, commandOptions, network, graphiqlPort, graphiqlKey }) {
|
|
218335
|
-
let apiKey = remoteApp.apiKey, apiSecret = remoteApp.apiSecretKeys[0]?.secret ?? "", appPreviewUrl =
|
|
218381
|
+
let apiKey = remoteApp.apiKey, apiSecret = remoteApp.apiSecretKeys[0]?.secret ?? "", appPreviewUrl = buildAppURLForWeb(storeFqdn, apiKey), env = getEnvironmentVariables(), shouldRenderGraphiQL = !isTruthy(env[environmentVariableNames.disableGraphiQLExplorer]), reloadedApp = await reloadApp(localApp), appWatcher = new AppEventWatcher(reloadedApp, network.proxyUrl), anyPreviewableExtensions = reloadedApp.allExtensions.some((ext) => ext.isPreviewable), devConsoleURL = `${network.proxyUrl}/extensions/dev-console`, previewURL = anyPreviewableExtensions ? devConsoleURL : appPreviewUrl, graphiqlURL = shouldRenderGraphiQL ? `http://localhost:${graphiqlPort}/graphiql${graphiqlKey ? `?key=${graphiqlKey}` : ""}` : void 0, devSessionStatusManager = new DevSessionStatusManager({ isReady: !1, previewURL, graphiqlURL }), processes = [
|
|
218336
218382
|
...await setupWebProcesses({
|
|
218337
218383
|
webs: reloadedApp.webs,
|
|
218338
218384
|
proxyUrl: network.proxyUrl,
|
|
@@ -219417,7 +219463,7 @@ async function storeContext({ appContextResult, storeFqdn, forceReselectStore })
|
|
|
219417
219463
|
let allStores = await developerPlatformClient.devStoresForOrg(organization.id);
|
|
219418
219464
|
selectedStore = await selectStore(allStores, organization, developerPlatformClient);
|
|
219419
219465
|
}
|
|
219420
|
-
return await logMetadata2(selectedStore, forceReselectStore), selectedStore.shopDomain =
|
|
219466
|
+
return await logMetadata2(selectedStore, forceReselectStore), selectedStore.shopDomain = normalizeStoreFqdn(selectedStore.shopDomain), (selectedStore.shopDomain !== cachedStoreURL || !devStoreUrlFromHiddenConfig) && await app.updateHiddenConfig({ dev_store_url: selectedStore.shopDomain }), await developerPlatformClient.ensureUserAccessToStore(organization.id, selectedStore), selectedStore;
|
|
219421
219467
|
}
|
|
219422
219468
|
async function logMetadata2(selectedStore, resetUsed) {
|
|
219423
219469
|
await metadata_default.addPublicMetadata(() => ({
|