@itwin/rpcinterface-full-stack-tests 5.12.0-dev.12 → 5.12.0-dev.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/backend/BackendInit.js.map +1 -1
- package/lib/common/Settings.js +12 -12
- package/lib/common/Settings.js.map +1 -1
- package/lib/common/SideChannels.js.map +1 -1
- package/lib/dist/bundled-tests.js +18633 -28135
- package/lib/dist/bundled-tests.js.map +1 -1
- package/lib/dist/core_frontend_lib_esm_ApproximateTerrainHeightsProps_js.bundled-tests.js +3 -3
- package/lib/dist/core_quantity_lib_esm_assets_Units_json.bundled-tests.js +3 -3
- package/lib/dist/{vendors-common_temp_node_modules_pnpm_cross-fetch_4_0_0_node_modules_cross-fetch_dist_browser-24291b.bundled-tests.js → vendors-common_temp_node_modules_pnpm_cross-fetch_4_1_0_node_modules_cross-fetch_dist_browser-44272f.bundled-tests.js} +87 -50
- package/lib/dist/vendors-common_temp_node_modules_pnpm_cross-fetch_4_1_0_node_modules_cross-fetch_dist_browser-44272f.bundled-tests.js.map +1 -0
- package/lib/dist/vendors-common_temp_node_modules_pnpm_loaders_gl_draco_4_3_4__loaders_gl_core_4_3_4_node_modu-4c1fc9.bundled-tests.js +65 -64
- package/lib/dist/vendors-common_temp_node_modules_pnpm_loaders_gl_draco_4_3_4__loaders_gl_core_4_3_4_node_modu-4c1fc9.bundled-tests.js.map +1 -1
- package/lib/frontend/DevToolsRpc.test.js.map +1 -1
- package/lib/frontend/Elements.test.js.map +1 -1
- package/lib/frontend/IModel.test.js.map +1 -1
- package/lib/frontend/IModelConnection.test.js.map +1 -1
- package/lib/frontend/Models.test.js.map +1 -1
- package/lib/frontend/PresentationRpc.test.js.map +1 -1
- package/lib/frontend/Views.test.js.map +1 -1
- package/lib/frontend/setup/IModelSession.js.map +1 -1
- package/lib/frontend/setup/TestContext.js.map +1 -1
- package/lib/frontend/workflows/BasicScenarios.test.js.map +1 -1
- package/package.json +15 -15
- package/lib/dist/vendors-common_temp_node_modules_pnpm_cross-fetch_4_0_0_node_modules_cross-fetch_dist_browser-24291b.bundled-tests.js.map +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
(self["webpackChunk_itwin_rpcinterface_full_stack_tests"] = self["webpackChunk_itwin_rpcinterface_full_stack_tests"] || []).push([["vendors-common_temp_node_modules_pnpm_cross-
|
|
1
|
+
(self["webpackChunk_itwin_rpcinterface_full_stack_tests"] = self["webpackChunk_itwin_rpcinterface_full_stack_tests"] || []).push([["vendors-common_temp_node_modules_pnpm_cross-fetch_4_1_0_node_modules_cross-fetch_dist_browser-44272f"],{
|
|
2
2
|
|
|
3
|
-
/***/ "../../common/temp/node_modules/.pnpm/cross-fetch@4.
|
|
3
|
+
/***/ "../../common/temp/node_modules/.pnpm/cross-fetch@4.1.0/node_modules/cross-fetch/dist/browser-ponyfill.js"
|
|
4
4
|
/*!****************************************************************************************************************!*\
|
|
5
|
-
!*** ../../common/temp/node_modules/.pnpm/cross-fetch@4.
|
|
5
|
+
!*** ../../common/temp/node_modules/.pnpm/cross-fetch@4.1.0/node_modules/cross-fetch/dist/browser-ponyfill.js ***!
|
|
6
6
|
\****************************************************************************************************************/
|
|
7
|
-
|
|
7
|
+
(module, exports, __webpack_require__) {
|
|
8
8
|
|
|
9
9
|
// Save global object in a variable
|
|
10
10
|
var __global__ =
|
|
@@ -26,17 +26,20 @@ return new F();
|
|
|
26
26
|
|
|
27
27
|
var irrelevant = (function (exports) {
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
/* eslint-disable no-prototype-builtins */
|
|
30
|
+
var g =
|
|
30
31
|
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
31
32
|
(typeof self !== 'undefined' && self) ||
|
|
32
|
-
|
|
33
|
+
// eslint-disable-next-line no-undef
|
|
34
|
+
(typeof __webpack_require__.g !== 'undefined' && __webpack_require__.g) ||
|
|
35
|
+
{};
|
|
33
36
|
|
|
34
37
|
var support = {
|
|
35
|
-
searchParams: 'URLSearchParams' in
|
|
36
|
-
iterable: 'Symbol' in
|
|
38
|
+
searchParams: 'URLSearchParams' in g,
|
|
39
|
+
iterable: 'Symbol' in g && 'iterator' in Symbol,
|
|
37
40
|
blob:
|
|
38
|
-
'FileReader' in
|
|
39
|
-
'Blob' in
|
|
41
|
+
'FileReader' in g &&
|
|
42
|
+
'Blob' in g &&
|
|
40
43
|
(function() {
|
|
41
44
|
try {
|
|
42
45
|
new Blob();
|
|
@@ -45,8 +48,8 @@ var irrelevant = (function (exports) {
|
|
|
45
48
|
return false
|
|
46
49
|
}
|
|
47
50
|
})(),
|
|
48
|
-
formData: 'FormData' in
|
|
49
|
-
arrayBuffer: 'ArrayBuffer' in
|
|
51
|
+
formData: 'FormData' in g,
|
|
52
|
+
arrayBuffer: 'ArrayBuffer' in g
|
|
50
53
|
};
|
|
51
54
|
|
|
52
55
|
function isDataView(obj) {
|
|
@@ -117,6 +120,9 @@ var irrelevant = (function (exports) {
|
|
|
117
120
|
}, this);
|
|
118
121
|
} else if (Array.isArray(headers)) {
|
|
119
122
|
headers.forEach(function(header) {
|
|
123
|
+
if (header.length != 2) {
|
|
124
|
+
throw new TypeError('Headers constructor: expected name/value pair to be length 2, found' + header.length)
|
|
125
|
+
}
|
|
120
126
|
this.append(header[0], header[1]);
|
|
121
127
|
}, this);
|
|
122
128
|
} else if (headers) {
|
|
@@ -187,6 +193,7 @@ var irrelevant = (function (exports) {
|
|
|
187
193
|
}
|
|
188
194
|
|
|
189
195
|
function consumed(body) {
|
|
196
|
+
if (body._noBody) return
|
|
190
197
|
if (body.bodyUsed) {
|
|
191
198
|
return Promise.reject(new TypeError('Already read'))
|
|
192
199
|
}
|
|
@@ -214,7 +221,9 @@ var irrelevant = (function (exports) {
|
|
|
214
221
|
function readBlobAsText(blob) {
|
|
215
222
|
var reader = new FileReader();
|
|
216
223
|
var promise = fileReaderReady(reader);
|
|
217
|
-
|
|
224
|
+
var match = /charset=([A-Za-z0-9_-]+)/.exec(blob.type);
|
|
225
|
+
var encoding = match ? match[1] : 'utf-8';
|
|
226
|
+
reader.readAsText(blob, encoding);
|
|
218
227
|
return promise
|
|
219
228
|
}
|
|
220
229
|
|
|
@@ -252,9 +261,11 @@ var irrelevant = (function (exports) {
|
|
|
252
261
|
semantic of setting Request.bodyUsed in the constructor before
|
|
253
262
|
_initBody is called.
|
|
254
263
|
*/
|
|
264
|
+
// eslint-disable-next-line no-self-assign
|
|
255
265
|
this.bodyUsed = this.bodyUsed;
|
|
256
266
|
this._bodyInit = body;
|
|
257
267
|
if (!body) {
|
|
268
|
+
this._noBody = true;
|
|
258
269
|
this._bodyText = '';
|
|
259
270
|
} else if (typeof body === 'string') {
|
|
260
271
|
this._bodyText = body;
|
|
@@ -302,28 +313,29 @@ var irrelevant = (function (exports) {
|
|
|
302
313
|
return Promise.resolve(new Blob([this._bodyText]))
|
|
303
314
|
}
|
|
304
315
|
};
|
|
316
|
+
}
|
|
305
317
|
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
this._bodyArrayBuffer.
|
|
315
|
-
|
|
316
|
-
this._bodyArrayBuffer.byteOffset + this._bodyArrayBuffer.byteLength
|
|
317
|
-
)
|
|
318
|
+
this.arrayBuffer = function() {
|
|
319
|
+
if (this._bodyArrayBuffer) {
|
|
320
|
+
var isConsumed = consumed(this);
|
|
321
|
+
if (isConsumed) {
|
|
322
|
+
return isConsumed
|
|
323
|
+
} else if (ArrayBuffer.isView(this._bodyArrayBuffer)) {
|
|
324
|
+
return Promise.resolve(
|
|
325
|
+
this._bodyArrayBuffer.buffer.slice(
|
|
326
|
+
this._bodyArrayBuffer.byteOffset,
|
|
327
|
+
this._bodyArrayBuffer.byteOffset + this._bodyArrayBuffer.byteLength
|
|
318
328
|
)
|
|
319
|
-
|
|
320
|
-
return Promise.resolve(this._bodyArrayBuffer)
|
|
321
|
-
}
|
|
329
|
+
)
|
|
322
330
|
} else {
|
|
323
|
-
return
|
|
331
|
+
return Promise.resolve(this._bodyArrayBuffer)
|
|
324
332
|
}
|
|
325
|
-
}
|
|
326
|
-
|
|
333
|
+
} else if (support.blob) {
|
|
334
|
+
return this.blob().then(readBlobAsArrayBuffer)
|
|
335
|
+
} else {
|
|
336
|
+
throw new Error('could not read as ArrayBuffer')
|
|
337
|
+
}
|
|
338
|
+
};
|
|
327
339
|
|
|
328
340
|
this.text = function() {
|
|
329
341
|
var rejected = consumed(this);
|
|
@@ -356,7 +368,7 @@ var irrelevant = (function (exports) {
|
|
|
356
368
|
}
|
|
357
369
|
|
|
358
370
|
// HTTP methods whose capitalization should be normalized
|
|
359
|
-
var methods = ['DELETE', 'GET', 'HEAD', 'OPTIONS', 'POST', 'PUT'];
|
|
371
|
+
var methods = ['CONNECT', 'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PATCH', 'POST', 'PUT', 'TRACE'];
|
|
360
372
|
|
|
361
373
|
function normalizeMethod(method) {
|
|
362
374
|
var upcased = method.toUpperCase();
|
|
@@ -397,7 +409,12 @@ var irrelevant = (function (exports) {
|
|
|
397
409
|
}
|
|
398
410
|
this.method = normalizeMethod(options.method || this.method || 'GET');
|
|
399
411
|
this.mode = options.mode || this.mode || null;
|
|
400
|
-
this.signal = options.signal || this.signal
|
|
412
|
+
this.signal = options.signal || this.signal || (function () {
|
|
413
|
+
if ('AbortController' in g) {
|
|
414
|
+
var ctrl = new AbortController();
|
|
415
|
+
return ctrl.signal;
|
|
416
|
+
}
|
|
417
|
+
}());
|
|
401
418
|
this.referrer = null;
|
|
402
419
|
|
|
403
420
|
if ((this.method === 'GET' || this.method === 'HEAD') && body) {
|
|
@@ -459,7 +476,11 @@ var irrelevant = (function (exports) {
|
|
|
459
476
|
var key = parts.shift().trim();
|
|
460
477
|
if (key) {
|
|
461
478
|
var value = parts.join(':').trim();
|
|
462
|
-
|
|
479
|
+
try {
|
|
480
|
+
headers.append(key, value);
|
|
481
|
+
} catch (error) {
|
|
482
|
+
console.warn('Response ' + error.message);
|
|
483
|
+
}
|
|
463
484
|
}
|
|
464
485
|
});
|
|
465
486
|
return headers
|
|
@@ -477,6 +498,9 @@ var irrelevant = (function (exports) {
|
|
|
477
498
|
|
|
478
499
|
this.type = 'default';
|
|
479
500
|
this.status = options.status === undefined ? 200 : options.status;
|
|
501
|
+
if (this.status < 200 || this.status > 599) {
|
|
502
|
+
throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].")
|
|
503
|
+
}
|
|
480
504
|
this.ok = this.status >= 200 && this.status < 300;
|
|
481
505
|
this.statusText = options.statusText === undefined ? '' : '' + options.statusText;
|
|
482
506
|
this.headers = new Headers(options.headers);
|
|
@@ -496,7 +520,9 @@ var irrelevant = (function (exports) {
|
|
|
496
520
|
};
|
|
497
521
|
|
|
498
522
|
Response.error = function() {
|
|
499
|
-
var response = new Response(null, {status:
|
|
523
|
+
var response = new Response(null, {status: 200, statusText: ''});
|
|
524
|
+
response.ok = false;
|
|
525
|
+
response.status = 0;
|
|
500
526
|
response.type = 'error';
|
|
501
527
|
return response
|
|
502
528
|
};
|
|
@@ -511,7 +537,7 @@ var irrelevant = (function (exports) {
|
|
|
511
537
|
return new Response(null, {status: status, headers: {location: url}})
|
|
512
538
|
};
|
|
513
539
|
|
|
514
|
-
exports.DOMException =
|
|
540
|
+
exports.DOMException = g.DOMException;
|
|
515
541
|
try {
|
|
516
542
|
new exports.DOMException();
|
|
517
543
|
} catch (err) {
|
|
@@ -541,10 +567,16 @@ var irrelevant = (function (exports) {
|
|
|
541
567
|
|
|
542
568
|
xhr.onload = function() {
|
|
543
569
|
var options = {
|
|
544
|
-
status: xhr.status,
|
|
545
570
|
statusText: xhr.statusText,
|
|
546
571
|
headers: parseHeaders(xhr.getAllResponseHeaders() || '')
|
|
547
572
|
};
|
|
573
|
+
// This check if specifically for when a user fetches a file locally from the file system
|
|
574
|
+
// Only if the status is out of a normal range
|
|
575
|
+
if (request.url.indexOf('file://') === 0 && (xhr.status < 200 || xhr.status > 599)) {
|
|
576
|
+
options.status = 200;
|
|
577
|
+
} else {
|
|
578
|
+
options.status = xhr.status;
|
|
579
|
+
}
|
|
548
580
|
options.url = 'responseURL' in xhr ? xhr.responseURL : options.headers.get('X-Request-URL');
|
|
549
581
|
var body = 'response' in xhr ? xhr.response : xhr.responseText;
|
|
550
582
|
setTimeout(function() {
|
|
@@ -560,7 +592,7 @@ var irrelevant = (function (exports) {
|
|
|
560
592
|
|
|
561
593
|
xhr.ontimeout = function() {
|
|
562
594
|
setTimeout(function() {
|
|
563
|
-
reject(new TypeError('Network request
|
|
595
|
+
reject(new TypeError('Network request timed out'));
|
|
564
596
|
}, 0);
|
|
565
597
|
};
|
|
566
598
|
|
|
@@ -572,7 +604,7 @@ var irrelevant = (function (exports) {
|
|
|
572
604
|
|
|
573
605
|
function fixUrl(url) {
|
|
574
606
|
try {
|
|
575
|
-
return url === '' &&
|
|
607
|
+
return url === '' && g.location.href ? g.location.href : url
|
|
576
608
|
} catch (e) {
|
|
577
609
|
return url
|
|
578
610
|
}
|
|
@@ -590,18 +622,23 @@ var irrelevant = (function (exports) {
|
|
|
590
622
|
if (support.blob) {
|
|
591
623
|
xhr.responseType = 'blob';
|
|
592
624
|
} else if (
|
|
593
|
-
support.arrayBuffer
|
|
594
|
-
request.headers.get('Content-Type') &&
|
|
595
|
-
request.headers.get('Content-Type').indexOf('application/octet-stream') !== -1
|
|
625
|
+
support.arrayBuffer
|
|
596
626
|
) {
|
|
597
627
|
xhr.responseType = 'arraybuffer';
|
|
598
628
|
}
|
|
599
629
|
}
|
|
600
630
|
|
|
601
|
-
if (init && typeof init.headers === 'object' && !(init.headers instanceof Headers)) {
|
|
631
|
+
if (init && typeof init.headers === 'object' && !(init.headers instanceof Headers || (g.Headers && init.headers instanceof g.Headers))) {
|
|
632
|
+
var names = [];
|
|
602
633
|
Object.getOwnPropertyNames(init.headers).forEach(function(name) {
|
|
634
|
+
names.push(normalizeName(name));
|
|
603
635
|
xhr.setRequestHeader(name, normalizeValue(init.headers[name]));
|
|
604
636
|
});
|
|
637
|
+
request.headers.forEach(function(value, name) {
|
|
638
|
+
if (names.indexOf(name) === -1) {
|
|
639
|
+
xhr.setRequestHeader(name, value);
|
|
640
|
+
}
|
|
641
|
+
});
|
|
605
642
|
} else {
|
|
606
643
|
request.headers.forEach(function(value, name) {
|
|
607
644
|
xhr.setRequestHeader(name, value);
|
|
@@ -625,11 +662,11 @@ var irrelevant = (function (exports) {
|
|
|
625
662
|
|
|
626
663
|
fetch.polyfill = true;
|
|
627
664
|
|
|
628
|
-
if (!
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
665
|
+
if (!g.fetch) {
|
|
666
|
+
g.fetch = fetch;
|
|
667
|
+
g.Headers = Headers;
|
|
668
|
+
g.Request = Request;
|
|
669
|
+
g.Response = Response;
|
|
633
670
|
}
|
|
634
671
|
|
|
635
672
|
exports.Headers = Headers;
|
|
@@ -655,7 +692,7 @@ exports.Response = ctx.Response
|
|
|
655
692
|
module.exports = exports
|
|
656
693
|
|
|
657
694
|
|
|
658
|
-
/***/ }
|
|
695
|
+
/***/ }
|
|
659
696
|
|
|
660
697
|
}]);
|
|
661
|
-
//# sourceMappingURL=vendors-common_temp_node_modules_pnpm_cross-
|
|
698
|
+
//# sourceMappingURL=vendors-common_temp_node_modules_pnpm_cross-fetch_4_1_0_node_modules_cross-fetch_dist_browser-44272f.bundled-tests.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vendors-common_temp_node_modules_pnpm_cross-fetch_4_1_0_node_modules_cross-fetch_dist_browser-44272f.bundled-tests.js","mappings":";;;;;;;;AAAA;AACA;AACA;AACA;AACA,QAAQ,qBAAM,oBAAoB,qBAAM;AACxC;AACA;AACA;AACA;AACA;AACA;AACA,0BAA0B;AAC1B;AACA,CAAC;AACD;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA,YAAY,qBAAM,oBAAoB,qBAAM;AAC5C;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,OAAO;AACP,MAAM;AACN;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,MAAM;AACN;AACA;AACA,OAAO;AACP;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA,oBAAoB,iBAAiB;AACrC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ;AACR;AACA,QAAQ;AACR;AACA,QAAQ;AACR;AACA,QAAQ;AACR;AACA,QAAQ;AACR;AACA;AACA;AACA,QAAQ;AACR;AACA,QAAQ;AACR;AACA;;AAEA;AACA;AACA,uDAAuD;AACvD,UAAU;AACV;AACA,UAAU;AACV,8EAA8E;AAC9E;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,UAAU;AACV;AACA,UAAU;AACV;AACA,UAAU;AACV;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV;AACA;AACA,QAAQ;AACR;AACA,QAAQ;AACR;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,QAAQ;AACR;AACA,QAAQ;AACR;AACA,QAAQ;AACR;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,8BAA8B,qBAAqB;AACnD;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA,OAAO;AACP;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA,uCAAuC,4BAA4B;AACnE;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA,+BAA+B,0BAA0B,eAAe;AACxE;;AAEA;AACA;AACA;AACA,IAAI;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;;AAEA;AACA;AACA;AACA,SAAS;AACT;;AAEA;AACA;AACA;AACA,SAAS;AACT;;AAEA;AACA;AACA;AACA,SAAS;AACT;;AAEA;AACA;AACA;AACA,UAAU;AACV;AACA;AACA;;AAEA;;AAEA;AACA;AACA,QAAQ;AACR;AACA;;AAEA;AACA;AACA;AACA,UAAU;AACV;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA,SAAS;AACT,QAAQ;AACR;AACA;AACA,SAAS;AACT;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,KAAK;AACL;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA,CAAC,IAAI;AACL,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA,kBAAe;AACf,aAAa,mCAAmC,OAAO;AACvD,eAAe;AACf,eAAe;AACf,gBAAgB;AAChB","sources":["file:///C:\\agent\\_work\\1\\s\\common\\temp\\node_modules\\.pnpm\\cross-fetch@4.1.0\\node_modules\\cross-fetch\\dist\\browser-ponyfill.js"],"names":[],"sourceRoot":""}
|