@procore/hammer-test-jest 0.5.0 → 0.7.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/CHANGELOG.md +66 -0
- package/dist/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +25 -4
- package/dist/index.mjs +24 -3
- package/dist/transforms/file.mjs +2 -2
- package/dist/transforms/file.test.js +398 -530
- package/dist/transforms/file.test.mjs +399 -532
- package/dist/transforms/reactSvg.js +21 -96
- package/dist/transforms/reactSvg.mjs +23 -105
- package/dist/transforms/reactSvg.test.js +451 -629
- package/dist/transforms/reactSvg.test.mjs +452 -631
- package/package.json +17 -17
|
@@ -7,8 +7,7 @@ var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
|
7
7
|
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
8
8
|
get: (a, b2) => (typeof require !== "undefined" ? require : a)[b2]
|
|
9
9
|
}) : x)(function(x) {
|
|
10
|
-
if (typeof require !== "undefined")
|
|
11
|
-
return require.apply(this, arguments);
|
|
10
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
12
11
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
13
12
|
});
|
|
14
13
|
var __esm = (fn2, res) => function __init() {
|
|
@@ -39,16 +38,16 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
39
38
|
));
|
|
40
39
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
41
40
|
|
|
42
|
-
// ../../node_modules/tsup/assets/esm_shims.js
|
|
41
|
+
// ../../node_modules/.store/tsup-virtual-c87351f6b5/package/assets/esm_shims.js
|
|
43
42
|
var init_esm_shims = __esm({
|
|
44
|
-
"../../node_modules/tsup/assets/esm_shims.js"() {
|
|
43
|
+
"../../node_modules/.store/tsup-virtual-c87351f6b5/package/assets/esm_shims.js"() {
|
|
45
44
|
"use strict";
|
|
46
45
|
}
|
|
47
46
|
});
|
|
48
47
|
|
|
49
|
-
// ../../node_modules/
|
|
50
|
-
var
|
|
51
|
-
"../../node_modules/
|
|
48
|
+
// ../../node_modules/.store/ansi-styles-npm-5.2.0-72fc7003e3/package/index.js
|
|
49
|
+
var require_package = __commonJS({
|
|
50
|
+
"../../node_modules/.store/ansi-styles-npm-5.2.0-72fc7003e3/package/index.js"(exports, module) {
|
|
52
51
|
"use strict";
|
|
53
52
|
init_esm_shims();
|
|
54
53
|
var ANSI_BACKGROUND_OFFSET = 10;
|
|
@@ -185,9 +184,9 @@ var require_ansi_styles = __commonJS({
|
|
|
185
184
|
}
|
|
186
185
|
});
|
|
187
186
|
|
|
188
|
-
// ../../node_modules/pretty-format/build/collections.js
|
|
187
|
+
// ../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/collections.js
|
|
189
188
|
var require_collections = __commonJS({
|
|
190
|
-
"../../node_modules/pretty-format/build/collections.js"(exports) {
|
|
189
|
+
"../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/collections.js"(exports) {
|
|
191
190
|
"use strict";
|
|
192
191
|
init_esm_shims();
|
|
193
192
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -321,9 +320,9 @@ var require_collections = __commonJS({
|
|
|
321
320
|
}
|
|
322
321
|
});
|
|
323
322
|
|
|
324
|
-
// ../../node_modules/pretty-format/build/plugins/AsymmetricMatcher.js
|
|
323
|
+
// ../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/AsymmetricMatcher.js
|
|
325
324
|
var require_AsymmetricMatcher = __commonJS({
|
|
326
|
-
"../../node_modules/pretty-format/build/plugins/AsymmetricMatcher.js"(exports) {
|
|
325
|
+
"../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/AsymmetricMatcher.js"(exports) {
|
|
327
326
|
"use strict";
|
|
328
327
|
init_esm_shims();
|
|
329
328
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -387,9 +386,9 @@ var require_AsymmetricMatcher = __commonJS({
|
|
|
387
386
|
}
|
|
388
387
|
});
|
|
389
388
|
|
|
390
|
-
// ../../node_modules/pretty-format/build/plugins/DOMCollection.js
|
|
389
|
+
// ../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/DOMCollection.js
|
|
391
390
|
var require_DOMCollection = __commonJS({
|
|
392
|
-
"../../node_modules/pretty-format/build/plugins/DOMCollection.js"(exports) {
|
|
391
|
+
"../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/DOMCollection.js"(exports) {
|
|
393
392
|
"use strict";
|
|
394
393
|
init_esm_shims();
|
|
395
394
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -440,9 +439,9 @@ var require_DOMCollection = __commonJS({
|
|
|
440
439
|
}
|
|
441
440
|
});
|
|
442
441
|
|
|
443
|
-
// ../../node_modules/pretty-format/build/plugins/lib/escapeHTML.js
|
|
442
|
+
// ../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/lib/escapeHTML.js
|
|
444
443
|
var require_escapeHTML = __commonJS({
|
|
445
|
-
"../../node_modules/pretty-format/build/plugins/lib/escapeHTML.js"(exports) {
|
|
444
|
+
"../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/lib/escapeHTML.js"(exports) {
|
|
446
445
|
"use strict";
|
|
447
446
|
init_esm_shims();
|
|
448
447
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -455,9 +454,9 @@ var require_escapeHTML = __commonJS({
|
|
|
455
454
|
}
|
|
456
455
|
});
|
|
457
456
|
|
|
458
|
-
// ../../node_modules/pretty-format/build/plugins/lib/markup.js
|
|
457
|
+
// ../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/lib/markup.js
|
|
459
458
|
var require_markup = __commonJS({
|
|
460
|
-
"../../node_modules/pretty-format/build/plugins/lib/markup.js"(exports) {
|
|
459
|
+
"../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/lib/markup.js"(exports) {
|
|
461
460
|
"use strict";
|
|
462
461
|
init_esm_shims();
|
|
463
462
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -511,9 +510,9 @@ var require_markup = __commonJS({
|
|
|
511
510
|
}
|
|
512
511
|
});
|
|
513
512
|
|
|
514
|
-
// ../../node_modules/pretty-format/build/plugins/DOMElement.js
|
|
513
|
+
// ../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/DOMElement.js
|
|
515
514
|
var require_DOMElement = __commonJS({
|
|
516
|
-
"../../node_modules/pretty-format/build/plugins/DOMElement.js"(exports) {
|
|
515
|
+
"../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/DOMElement.js"(exports) {
|
|
517
516
|
"use strict";
|
|
518
517
|
init_esm_shims();
|
|
519
518
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -597,9 +596,9 @@ var require_DOMElement = __commonJS({
|
|
|
597
596
|
}
|
|
598
597
|
});
|
|
599
598
|
|
|
600
|
-
// ../../node_modules/pretty-format/build/plugins/Immutable.js
|
|
599
|
+
// ../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/Immutable.js
|
|
601
600
|
var require_Immutable = __commonJS({
|
|
602
|
-
"../../node_modules/pretty-format/build/plugins/Immutable.js"(exports) {
|
|
601
|
+
"../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/Immutable.js"(exports) {
|
|
603
602
|
"use strict";
|
|
604
603
|
init_esm_shims();
|
|
605
604
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -755,9 +754,9 @@ var require_Immutable = __commonJS({
|
|
|
755
754
|
}
|
|
756
755
|
});
|
|
757
756
|
|
|
758
|
-
// ../../node_modules/react-is/cjs/react-is.production.min.js
|
|
757
|
+
// ../../node_modules/.store/react-is-npm-18.3.1-370a81e1e9/package/cjs/react-is.production.min.js
|
|
759
758
|
var require_react_is_production_min = __commonJS({
|
|
760
|
-
"../../node_modules/react-is/cjs/react-is.production.min.js"(exports) {
|
|
759
|
+
"../../node_modules/.store/react-is-npm-18.3.1-370a81e1e9/package/cjs/react-is.production.min.js"(exports) {
|
|
761
760
|
"use strict";
|
|
762
761
|
init_esm_shims();
|
|
763
762
|
var b2 = Symbol.for("react.element");
|
|
@@ -867,9 +866,9 @@ var require_react_is_production_min = __commonJS({
|
|
|
867
866
|
}
|
|
868
867
|
});
|
|
869
868
|
|
|
870
|
-
// ../../node_modules/react-is/cjs/react-is.development.js
|
|
869
|
+
// ../../node_modules/.store/react-is-npm-18.3.1-370a81e1e9/package/cjs/react-is.development.js
|
|
871
870
|
var require_react_is_development = __commonJS({
|
|
872
|
-
"../../node_modules/react-is/cjs/react-is.development.js"(exports) {
|
|
871
|
+
"../../node_modules/.store/react-is-npm-18.3.1-370a81e1e9/package/cjs/react-is.development.js"(exports) {
|
|
873
872
|
"use strict";
|
|
874
873
|
init_esm_shims();
|
|
875
874
|
if (process.env.NODE_ENV !== "production") {
|
|
@@ -1050,9 +1049,9 @@ var require_react_is_development = __commonJS({
|
|
|
1050
1049
|
}
|
|
1051
1050
|
});
|
|
1052
1051
|
|
|
1053
|
-
// ../../node_modules/react-is/index.js
|
|
1054
|
-
var
|
|
1055
|
-
"../../node_modules/react-is/index.js"(exports, module) {
|
|
1052
|
+
// ../../node_modules/.store/react-is-npm-18.3.1-370a81e1e9/package/index.js
|
|
1053
|
+
var require_package2 = __commonJS({
|
|
1054
|
+
"../../node_modules/.store/react-is-npm-18.3.1-370a81e1e9/package/index.js"(exports, module) {
|
|
1056
1055
|
"use strict";
|
|
1057
1056
|
init_esm_shims();
|
|
1058
1057
|
if (process.env.NODE_ENV === "production") {
|
|
@@ -1063,20 +1062,19 @@ var require_react_is = __commonJS({
|
|
|
1063
1062
|
}
|
|
1064
1063
|
});
|
|
1065
1064
|
|
|
1066
|
-
// ../../node_modules/pretty-format/build/plugins/ReactElement.js
|
|
1065
|
+
// ../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/ReactElement.js
|
|
1067
1066
|
var require_ReactElement = __commonJS({
|
|
1068
|
-
"../../node_modules/pretty-format/build/plugins/ReactElement.js"(exports) {
|
|
1067
|
+
"../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/ReactElement.js"(exports) {
|
|
1069
1068
|
"use strict";
|
|
1070
1069
|
init_esm_shims();
|
|
1071
1070
|
Object.defineProperty(exports, "__esModule", {
|
|
1072
1071
|
value: true
|
|
1073
1072
|
});
|
|
1074
1073
|
exports.test = exports.serialize = exports.default = void 0;
|
|
1075
|
-
var ReactIs = _interopRequireWildcard(
|
|
1074
|
+
var ReactIs = _interopRequireWildcard(require_package2());
|
|
1076
1075
|
var _markup = require_markup();
|
|
1077
1076
|
function _getRequireWildcardCache(nodeInterop) {
|
|
1078
|
-
if (typeof WeakMap !== "function")
|
|
1079
|
-
return null;
|
|
1077
|
+
if (typeof WeakMap !== "function") return null;
|
|
1080
1078
|
var cacheBabelInterop = /* @__PURE__ */ new WeakMap();
|
|
1081
1079
|
var cacheNodeInterop = /* @__PURE__ */ new WeakMap();
|
|
1082
1080
|
return (_getRequireWildcardCache = function(nodeInterop2) {
|
|
@@ -1195,9 +1193,9 @@ var require_ReactElement = __commonJS({
|
|
|
1195
1193
|
}
|
|
1196
1194
|
});
|
|
1197
1195
|
|
|
1198
|
-
// ../../node_modules/pretty-format/build/plugins/ReactTestComponent.js
|
|
1196
|
+
// ../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/ReactTestComponent.js
|
|
1199
1197
|
var require_ReactTestComponent = __commonJS({
|
|
1200
|
-
"../../node_modules/pretty-format/build/plugins/ReactTestComponent.js"(exports) {
|
|
1198
|
+
"../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/plugins/ReactTestComponent.js"(exports) {
|
|
1201
1199
|
"use strict";
|
|
1202
1200
|
init_esm_shims();
|
|
1203
1201
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -1245,9 +1243,9 @@ var require_ReactTestComponent = __commonJS({
|
|
|
1245
1243
|
}
|
|
1246
1244
|
});
|
|
1247
1245
|
|
|
1248
|
-
// ../../node_modules/pretty-format/build/index.js
|
|
1246
|
+
// ../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/index.js
|
|
1249
1247
|
var require_build = __commonJS({
|
|
1250
|
-
"../../node_modules/pretty-format/build/index.js"(exports) {
|
|
1248
|
+
"../../node_modules/.store/pretty-format-npm-29.7.0-7d330b2ea2/package/build/index.js"(exports) {
|
|
1251
1249
|
"use strict";
|
|
1252
1250
|
init_esm_shims();
|
|
1253
1251
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -1256,7 +1254,7 @@ var require_build = __commonJS({
|
|
|
1256
1254
|
exports.default = exports.DEFAULT_OPTIONS = void 0;
|
|
1257
1255
|
exports.format = format5;
|
|
1258
1256
|
exports.plugins = void 0;
|
|
1259
|
-
var _ansiStyles = _interopRequireDefault(
|
|
1257
|
+
var _ansiStyles = _interopRequireDefault(require_package());
|
|
1260
1258
|
var _collections = require_collections();
|
|
1261
1259
|
var _AsymmetricMatcher = _interopRequireDefault(
|
|
1262
1260
|
require_AsymmetricMatcher()
|
|
@@ -1617,7 +1615,7 @@ ${indentationNext}`);
|
|
|
1617
1615
|
}
|
|
1618
1616
|
});
|
|
1619
1617
|
|
|
1620
|
-
// ../../node_modules/loupe/lib/helpers.js
|
|
1618
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/helpers.js
|
|
1621
1619
|
function colorise(value, styleType) {
|
|
1622
1620
|
const color = ansiColors[styles[styleType]] || ansiColors[styleType];
|
|
1623
1621
|
if (!color) {
|
|
@@ -1670,8 +1668,7 @@ function truncate(string3, length, tail = truncator) {
|
|
|
1670
1668
|
function inspectList(list, options, inspectItem, separator = ", ") {
|
|
1671
1669
|
inspectItem = inspectItem || options.inspect;
|
|
1672
1670
|
const size = list.length;
|
|
1673
|
-
if (size === 0)
|
|
1674
|
-
return "";
|
|
1671
|
+
if (size === 0) return "";
|
|
1675
1672
|
const originalLength = options.truncate;
|
|
1676
1673
|
let output = "";
|
|
1677
1674
|
let peek = "";
|
|
@@ -1723,7 +1720,7 @@ function inspectProperty([key, value], options) {
|
|
|
1723
1720
|
}
|
|
1724
1721
|
var ansiColors, styles, truncator;
|
|
1725
1722
|
var init_helpers = __esm({
|
|
1726
|
-
"../../node_modules/loupe/lib/helpers.js"() {
|
|
1723
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/helpers.js"() {
|
|
1727
1724
|
"use strict";
|
|
1728
1725
|
init_esm_shims();
|
|
1729
1726
|
ansiColors = {
|
|
@@ -1771,11 +1768,10 @@ var init_helpers = __esm({
|
|
|
1771
1768
|
}
|
|
1772
1769
|
});
|
|
1773
1770
|
|
|
1774
|
-
// ../../node_modules/loupe/lib/array.js
|
|
1771
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/array.js
|
|
1775
1772
|
function inspectArray(array2, options) {
|
|
1776
1773
|
const nonIndexProperties = Object.keys(array2).slice(array2.length);
|
|
1777
|
-
if (!array2.length && !nonIndexProperties.length)
|
|
1778
|
-
return "[]";
|
|
1774
|
+
if (!array2.length && !nonIndexProperties.length) return "[]";
|
|
1779
1775
|
options.truncate -= 4;
|
|
1780
1776
|
const listContents = inspectList(array2, options);
|
|
1781
1777
|
options.truncate -= listContents.length;
|
|
@@ -1790,16 +1786,16 @@ function inspectArray(array2, options) {
|
|
|
1790
1786
|
return `[ ${listContents}${propertyContents ? `, ${propertyContents}` : ""} ]`;
|
|
1791
1787
|
}
|
|
1792
1788
|
var init_array = __esm({
|
|
1793
|
-
"../../node_modules/loupe/lib/array.js"() {
|
|
1789
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/array.js"() {
|
|
1794
1790
|
"use strict";
|
|
1795
1791
|
init_esm_shims();
|
|
1796
1792
|
init_helpers();
|
|
1797
1793
|
}
|
|
1798
1794
|
});
|
|
1799
1795
|
|
|
1800
|
-
// ../../node_modules/get-func-name/index.js
|
|
1801
|
-
var
|
|
1802
|
-
"../../node_modules/get-func-name/index.js"(exports, module) {
|
|
1796
|
+
// ../../node_modules/.store/get-func-name-npm-2.0.2-409dbe3703/package/index.js
|
|
1797
|
+
var require_package3 = __commonJS({
|
|
1798
|
+
"../../node_modules/.store/get-func-name-npm-2.0.2-409dbe3703/package/index.js"(exports, module) {
|
|
1803
1799
|
"use strict";
|
|
1804
1800
|
init_esm_shims();
|
|
1805
1801
|
var toString3 = Function.prototype.toString;
|
|
@@ -1828,13 +1824,12 @@ var require_get_func_name = __commonJS({
|
|
|
1828
1824
|
}
|
|
1829
1825
|
});
|
|
1830
1826
|
|
|
1831
|
-
// ../../node_modules/loupe/lib/typedarray.js
|
|
1827
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/typedarray.js
|
|
1832
1828
|
function inspectTypedArray(array2, options) {
|
|
1833
1829
|
const name = getArrayName(array2);
|
|
1834
1830
|
options.truncate -= name.length + 4;
|
|
1835
1831
|
const nonIndexProperties = Object.keys(array2).slice(array2.length);
|
|
1836
|
-
if (!array2.length && !nonIndexProperties.length)
|
|
1837
|
-
return `${name}[]`;
|
|
1832
|
+
if (!array2.length && !nonIndexProperties.length) return `${name}[]`;
|
|
1838
1833
|
let output = "";
|
|
1839
1834
|
for (let i2 = 0; i2 < array2.length; i2++) {
|
|
1840
1835
|
const string3 = `${options.stylize(truncate(array2[i2], options.truncate), "number")}${i2 === array2.length - 1 ? "" : ", "}`;
|
|
@@ -1857,10 +1852,10 @@ function inspectTypedArray(array2, options) {
|
|
|
1857
1852
|
}
|
|
1858
1853
|
var import_get_func_name, getArrayName;
|
|
1859
1854
|
var init_typedarray = __esm({
|
|
1860
|
-
"../../node_modules/loupe/lib/typedarray.js"() {
|
|
1855
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/typedarray.js"() {
|
|
1861
1856
|
"use strict";
|
|
1862
1857
|
init_esm_shims();
|
|
1863
|
-
import_get_func_name = __toESM(
|
|
1858
|
+
import_get_func_name = __toESM(require_package3());
|
|
1864
1859
|
init_helpers();
|
|
1865
1860
|
getArrayName = (array2) => {
|
|
1866
1861
|
if (typeof Buffer === "function" && array2 instanceof Buffer) {
|
|
@@ -1874,7 +1869,7 @@ var init_typedarray = __esm({
|
|
|
1874
1869
|
}
|
|
1875
1870
|
});
|
|
1876
1871
|
|
|
1877
|
-
// ../../node_modules/loupe/lib/date.js
|
|
1872
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/date.js
|
|
1878
1873
|
function inspectDate(dateObject, options) {
|
|
1879
1874
|
const stringRepresentation = dateObject.toJSON();
|
|
1880
1875
|
if (stringRepresentation === null) {
|
|
@@ -1885,14 +1880,14 @@ function inspectDate(dateObject, options) {
|
|
|
1885
1880
|
return options.stylize(`${date}T${truncate(split[1], options.truncate - date.length - 1)}`, "date");
|
|
1886
1881
|
}
|
|
1887
1882
|
var init_date = __esm({
|
|
1888
|
-
"../../node_modules/loupe/lib/date.js"() {
|
|
1883
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/date.js"() {
|
|
1889
1884
|
"use strict";
|
|
1890
1885
|
init_esm_shims();
|
|
1891
1886
|
init_helpers();
|
|
1892
1887
|
}
|
|
1893
1888
|
});
|
|
1894
1889
|
|
|
1895
|
-
// ../../node_modules/loupe/lib/function.js
|
|
1890
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/function.js
|
|
1896
1891
|
function inspectFunction(func, options) {
|
|
1897
1892
|
const name = (0, import_get_func_name2.default)(func);
|
|
1898
1893
|
if (!name) {
|
|
@@ -1902,15 +1897,15 @@ function inspectFunction(func, options) {
|
|
|
1902
1897
|
}
|
|
1903
1898
|
var import_get_func_name2;
|
|
1904
1899
|
var init_function = __esm({
|
|
1905
|
-
"../../node_modules/loupe/lib/function.js"() {
|
|
1900
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/function.js"() {
|
|
1906
1901
|
"use strict";
|
|
1907
1902
|
init_esm_shims();
|
|
1908
|
-
import_get_func_name2 = __toESM(
|
|
1903
|
+
import_get_func_name2 = __toESM(require_package3());
|
|
1909
1904
|
init_helpers();
|
|
1910
1905
|
}
|
|
1911
1906
|
});
|
|
1912
1907
|
|
|
1913
|
-
// ../../node_modules/loupe/lib/map.js
|
|
1908
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/map.js
|
|
1914
1909
|
function inspectMapEntry([key, value], options) {
|
|
1915
1910
|
options.truncate -= 4;
|
|
1916
1911
|
key = options.inspect(key, options);
|
|
@@ -1934,14 +1929,14 @@ function inspectMap(map2, options) {
|
|
|
1934
1929
|
return `Map{ ${inspectList(mapToEntries(map2), options, inspectMapEntry)} }`;
|
|
1935
1930
|
}
|
|
1936
1931
|
var init_map = __esm({
|
|
1937
|
-
"../../node_modules/loupe/lib/map.js"() {
|
|
1932
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/map.js"() {
|
|
1938
1933
|
"use strict";
|
|
1939
1934
|
init_esm_shims();
|
|
1940
1935
|
init_helpers();
|
|
1941
1936
|
}
|
|
1942
1937
|
});
|
|
1943
1938
|
|
|
1944
|
-
// ../../node_modules/loupe/lib/number.js
|
|
1939
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/number.js
|
|
1945
1940
|
function inspectNumber(number, options) {
|
|
1946
1941
|
if (isNaN2(number)) {
|
|
1947
1942
|
return options.stylize("NaN", "number");
|
|
@@ -1959,7 +1954,7 @@ function inspectNumber(number, options) {
|
|
|
1959
1954
|
}
|
|
1960
1955
|
var isNaN2;
|
|
1961
1956
|
var init_number = __esm({
|
|
1962
|
-
"../../node_modules/loupe/lib/number.js"() {
|
|
1957
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/number.js"() {
|
|
1963
1958
|
"use strict";
|
|
1964
1959
|
init_esm_shims();
|
|
1965
1960
|
init_helpers();
|
|
@@ -1967,22 +1962,21 @@ var init_number = __esm({
|
|
|
1967
1962
|
}
|
|
1968
1963
|
});
|
|
1969
1964
|
|
|
1970
|
-
// ../../node_modules/loupe/lib/bigint.js
|
|
1965
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/bigint.js
|
|
1971
1966
|
function inspectBigInt(number, options) {
|
|
1972
1967
|
let nums = truncate(number.toString(), options.truncate - 1);
|
|
1973
|
-
if (nums !== truncator)
|
|
1974
|
-
nums += "n";
|
|
1968
|
+
if (nums !== truncator) nums += "n";
|
|
1975
1969
|
return options.stylize(nums, "bigint");
|
|
1976
1970
|
}
|
|
1977
1971
|
var init_bigint = __esm({
|
|
1978
|
-
"../../node_modules/loupe/lib/bigint.js"() {
|
|
1972
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/bigint.js"() {
|
|
1979
1973
|
"use strict";
|
|
1980
1974
|
init_esm_shims();
|
|
1981
1975
|
init_helpers();
|
|
1982
1976
|
}
|
|
1983
1977
|
});
|
|
1984
1978
|
|
|
1985
|
-
// ../../node_modules/loupe/lib/regexp.js
|
|
1979
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/regexp.js
|
|
1986
1980
|
function inspectRegExp(value, options) {
|
|
1987
1981
|
const flags = value.toString().split("/")[2];
|
|
1988
1982
|
const sourceLength = options.truncate - (2 + flags.length);
|
|
@@ -1990,14 +1984,14 @@ function inspectRegExp(value, options) {
|
|
|
1990
1984
|
return options.stylize(`/${truncate(source, sourceLength)}/${flags}`, "regexp");
|
|
1991
1985
|
}
|
|
1992
1986
|
var init_regexp = __esm({
|
|
1993
|
-
"../../node_modules/loupe/lib/regexp.js"() {
|
|
1987
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/regexp.js"() {
|
|
1994
1988
|
"use strict";
|
|
1995
1989
|
init_esm_shims();
|
|
1996
1990
|
init_helpers();
|
|
1997
1991
|
}
|
|
1998
1992
|
});
|
|
1999
1993
|
|
|
2000
|
-
// ../../node_modules/loupe/lib/set.js
|
|
1994
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/set.js
|
|
2001
1995
|
function arrayFromSet(set3) {
|
|
2002
1996
|
const values = [];
|
|
2003
1997
|
set3.forEach((value) => {
|
|
@@ -2006,20 +2000,19 @@ function arrayFromSet(set3) {
|
|
|
2006
2000
|
return values;
|
|
2007
2001
|
}
|
|
2008
2002
|
function inspectSet(set3, options) {
|
|
2009
|
-
if (set3.size === 0)
|
|
2010
|
-
return "Set{}";
|
|
2003
|
+
if (set3.size === 0) return "Set{}";
|
|
2011
2004
|
options.truncate -= 7;
|
|
2012
2005
|
return `Set{ ${inspectList(arrayFromSet(set3), options)} }`;
|
|
2013
2006
|
}
|
|
2014
2007
|
var init_set = __esm({
|
|
2015
|
-
"../../node_modules/loupe/lib/set.js"() {
|
|
2008
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/set.js"() {
|
|
2016
2009
|
"use strict";
|
|
2017
2010
|
init_esm_shims();
|
|
2018
2011
|
init_helpers();
|
|
2019
2012
|
}
|
|
2020
2013
|
});
|
|
2021
2014
|
|
|
2022
|
-
// ../../node_modules/loupe/lib/string.js
|
|
2015
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/string.js
|
|
2023
2016
|
function escape(char) {
|
|
2024
2017
|
return escapeCharacters[char] || `\\u${`0000${char.charCodeAt(0).toString(hex)}`.slice(-unicodeLength)}`;
|
|
2025
2018
|
}
|
|
@@ -2031,7 +2024,7 @@ function inspectString(string3, options) {
|
|
|
2031
2024
|
}
|
|
2032
2025
|
var stringEscapeChars, escapeCharacters, hex, unicodeLength;
|
|
2033
2026
|
var init_string = __esm({
|
|
2034
|
-
"../../node_modules/loupe/lib/string.js"() {
|
|
2027
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/string.js"() {
|
|
2035
2028
|
"use strict";
|
|
2036
2029
|
init_esm_shims();
|
|
2037
2030
|
init_helpers();
|
|
@@ -2053,7 +2046,7 @@ var init_string = __esm({
|
|
|
2053
2046
|
}
|
|
2054
2047
|
});
|
|
2055
2048
|
|
|
2056
|
-
// ../../node_modules/loupe/lib/symbol.js
|
|
2049
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/symbol.js
|
|
2057
2050
|
function inspectSymbol(value) {
|
|
2058
2051
|
if ("description" in Symbol.prototype) {
|
|
2059
2052
|
return value.description ? `Symbol(${value.description})` : "Symbol()";
|
|
@@ -2061,16 +2054,16 @@ function inspectSymbol(value) {
|
|
|
2061
2054
|
return value.toString();
|
|
2062
2055
|
}
|
|
2063
2056
|
var init_symbol = __esm({
|
|
2064
|
-
"../../node_modules/loupe/lib/symbol.js"() {
|
|
2057
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/symbol.js"() {
|
|
2065
2058
|
"use strict";
|
|
2066
2059
|
init_esm_shims();
|
|
2067
2060
|
}
|
|
2068
2061
|
});
|
|
2069
2062
|
|
|
2070
|
-
// ../../node_modules/loupe/lib/promise.js
|
|
2063
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/promise.js
|
|
2071
2064
|
var getPromiseValue, promise_default;
|
|
2072
2065
|
var init_promise = __esm({
|
|
2073
|
-
"../../node_modules/loupe/lib/promise.js"() {
|
|
2066
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/promise.js"() {
|
|
2074
2067
|
"use strict";
|
|
2075
2068
|
init_esm_shims();
|
|
2076
2069
|
getPromiseValue = () => "Promise{\u2026}";
|
|
@@ -2091,7 +2084,7 @@ var init_promise = __esm({
|
|
|
2091
2084
|
}
|
|
2092
2085
|
});
|
|
2093
2086
|
|
|
2094
|
-
// ../../node_modules/loupe/lib/object.js
|
|
2087
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/object.js
|
|
2095
2088
|
function inspectObject(object2, options) {
|
|
2096
2089
|
const properties = Object.getOwnPropertyNames(object2);
|
|
2097
2090
|
const symbols = Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(object2) : [];
|
|
@@ -2122,14 +2115,14 @@ function inspectObject(object2, options) {
|
|
|
2122
2115
|
return `{ ${propertyContents}${sep2}${symbolContents} }`;
|
|
2123
2116
|
}
|
|
2124
2117
|
var init_object = __esm({
|
|
2125
|
-
"../../node_modules/loupe/lib/object.js"() {
|
|
2118
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/object.js"() {
|
|
2126
2119
|
"use strict";
|
|
2127
2120
|
init_esm_shims();
|
|
2128
2121
|
init_helpers();
|
|
2129
2122
|
}
|
|
2130
2123
|
});
|
|
2131
2124
|
|
|
2132
|
-
// ../../node_modules/loupe/lib/class.js
|
|
2125
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/class.js
|
|
2133
2126
|
function inspectClass(value, options) {
|
|
2134
2127
|
let name = "";
|
|
2135
2128
|
if (toStringTag && toStringTag in value) {
|
|
@@ -2144,31 +2137,30 @@ function inspectClass(value, options) {
|
|
|
2144
2137
|
}
|
|
2145
2138
|
var import_get_func_name3, toStringTag;
|
|
2146
2139
|
var init_class = __esm({
|
|
2147
|
-
"../../node_modules/loupe/lib/class.js"() {
|
|
2140
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/class.js"() {
|
|
2148
2141
|
"use strict";
|
|
2149
2142
|
init_esm_shims();
|
|
2150
|
-
import_get_func_name3 = __toESM(
|
|
2143
|
+
import_get_func_name3 = __toESM(require_package3());
|
|
2151
2144
|
init_object();
|
|
2152
2145
|
toStringTag = typeof Symbol !== "undefined" && Symbol.toStringTag ? Symbol.toStringTag : false;
|
|
2153
2146
|
}
|
|
2154
2147
|
});
|
|
2155
2148
|
|
|
2156
|
-
// ../../node_modules/loupe/lib/arguments.js
|
|
2149
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/arguments.js
|
|
2157
2150
|
function inspectArguments(args, options) {
|
|
2158
|
-
if (args.length === 0)
|
|
2159
|
-
return "Arguments[]";
|
|
2151
|
+
if (args.length === 0) return "Arguments[]";
|
|
2160
2152
|
options.truncate -= 13;
|
|
2161
2153
|
return `Arguments[ ${inspectList(args, options)} ]`;
|
|
2162
2154
|
}
|
|
2163
2155
|
var init_arguments = __esm({
|
|
2164
|
-
"../../node_modules/loupe/lib/arguments.js"() {
|
|
2156
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/arguments.js"() {
|
|
2165
2157
|
"use strict";
|
|
2166
2158
|
init_esm_shims();
|
|
2167
2159
|
init_helpers();
|
|
2168
2160
|
}
|
|
2169
2161
|
});
|
|
2170
2162
|
|
|
2171
|
-
// ../../node_modules/loupe/lib/error.js
|
|
2163
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/error.js
|
|
2172
2164
|
function inspectObject2(error, options) {
|
|
2173
2165
|
const properties = Object.getOwnPropertyNames(error).filter((key) => errorKeys.indexOf(key) === -1);
|
|
2174
2166
|
const name = error.name;
|
|
@@ -2190,7 +2182,7 @@ function inspectObject2(error, options) {
|
|
|
2190
2182
|
}
|
|
2191
2183
|
var errorKeys;
|
|
2192
2184
|
var init_error = __esm({
|
|
2193
|
-
"../../node_modules/loupe/lib/error.js"() {
|
|
2185
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/error.js"() {
|
|
2194
2186
|
"use strict";
|
|
2195
2187
|
init_esm_shims();
|
|
2196
2188
|
init_helpers();
|
|
@@ -2209,7 +2201,7 @@ var init_error = __esm({
|
|
|
2209
2201
|
}
|
|
2210
2202
|
});
|
|
2211
2203
|
|
|
2212
|
-
// ../../node_modules/loupe/lib/html.js
|
|
2204
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/html.js
|
|
2213
2205
|
function inspectAttribute([key, value], options) {
|
|
2214
2206
|
options.truncate -= 3;
|
|
2215
2207
|
if (!value) {
|
|
@@ -2246,18 +2238,18 @@ function inspectHTML(element, options) {
|
|
|
2246
2238
|
return `${head}${propertyContents}${headClose}${children}${tail}`;
|
|
2247
2239
|
}
|
|
2248
2240
|
var init_html = __esm({
|
|
2249
|
-
"../../node_modules/loupe/lib/html.js"() {
|
|
2241
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/lib/html.js"() {
|
|
2250
2242
|
"use strict";
|
|
2251
2243
|
init_esm_shims();
|
|
2252
2244
|
init_helpers();
|
|
2253
2245
|
}
|
|
2254
2246
|
});
|
|
2255
2247
|
|
|
2256
|
-
// ../../node_modules/loupe/index.js
|
|
2257
|
-
var
|
|
2258
|
-
__export(
|
|
2248
|
+
// ../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/index.js
|
|
2249
|
+
var package_exports = {};
|
|
2250
|
+
__export(package_exports, {
|
|
2259
2251
|
custom: () => custom,
|
|
2260
|
-
default: () =>
|
|
2252
|
+
default: () => package_default,
|
|
2261
2253
|
inspect: () => inspect,
|
|
2262
2254
|
registerConstructor: () => registerConstructor,
|
|
2263
2255
|
registerStringTag: () => registerStringTag
|
|
@@ -2279,8 +2271,7 @@ function inspect(value, options) {
|
|
|
2279
2271
|
if (customInspect && value) {
|
|
2280
2272
|
const output = inspectCustom(value, options, type2);
|
|
2281
2273
|
if (output) {
|
|
2282
|
-
if (typeof output === "string")
|
|
2283
|
-
return output;
|
|
2274
|
+
if (typeof output === "string") return output;
|
|
2284
2275
|
return inspect(output, options);
|
|
2285
2276
|
}
|
|
2286
2277
|
}
|
|
@@ -2316,9 +2307,9 @@ function registerStringTag(stringTag, inspector) {
|
|
|
2316
2307
|
stringTagMap[stringTag] = inspector;
|
|
2317
2308
|
return true;
|
|
2318
2309
|
}
|
|
2319
|
-
var symbolsSupported, chaiInspect, nodeInspect, constructorMap, stringTagMap, baseTypesMap, inspectCustom, toString, custom,
|
|
2320
|
-
var
|
|
2321
|
-
"../../node_modules/loupe/index.js"() {
|
|
2310
|
+
var symbolsSupported, chaiInspect, nodeInspect, constructorMap, stringTagMap, baseTypesMap, inspectCustom, toString, custom, package_default;
|
|
2311
|
+
var init_package = __esm({
|
|
2312
|
+
"../../node_modules/.store/loupe-npm-2.3.7-f294c2ef33/package/index.js"() {
|
|
2322
2313
|
"use strict";
|
|
2323
2314
|
init_esm_shims();
|
|
2324
2315
|
init_array();
|
|
@@ -2432,13 +2423,13 @@ var init_loupe = __esm({
|
|
|
2432
2423
|
};
|
|
2433
2424
|
toString = Object.prototype.toString;
|
|
2434
2425
|
custom = chaiInspect;
|
|
2435
|
-
|
|
2426
|
+
package_default = inspect;
|
|
2436
2427
|
}
|
|
2437
2428
|
});
|
|
2438
2429
|
|
|
2439
|
-
// ../../node_modules/diff-sequences/build/index.js
|
|
2430
|
+
// ../../node_modules/.store/diff-sequences-npm-29.6.3-18ab2c9949/package/build/index.js
|
|
2440
2431
|
var require_build2 = __commonJS({
|
|
2441
|
-
"../../node_modules/diff-sequences/build/index.js"(exports) {
|
|
2432
|
+
"../../node_modules/.store/diff-sequences-npm-29.6.3-18ab2c9949/package/build/index.js"(exports) {
|
|
2442
2433
|
"use strict";
|
|
2443
2434
|
init_esm_shims();
|
|
2444
2435
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -2918,17 +2909,16 @@ var require_build2 = __commonJS({
|
|
|
2918
2909
|
}
|
|
2919
2910
|
});
|
|
2920
2911
|
|
|
2921
|
-
// ../../node_modules/assertion-error/index.js
|
|
2922
|
-
var
|
|
2923
|
-
"../../node_modules/assertion-error/index.js"(exports, module) {
|
|
2912
|
+
// ../../node_modules/.store/assertion-error-npm-1.1.0-66b893015e/package/index.js
|
|
2913
|
+
var require_package4 = __commonJS({
|
|
2914
|
+
"../../node_modules/.store/assertion-error-npm-1.1.0-66b893015e/package/index.js"(exports, module) {
|
|
2924
2915
|
"use strict";
|
|
2925
2916
|
init_esm_shims();
|
|
2926
2917
|
function exclude() {
|
|
2927
2918
|
var excludes = [].slice.call(arguments);
|
|
2928
2919
|
function excludeProps(res, obj) {
|
|
2929
2920
|
Object.keys(obj).forEach(function(key) {
|
|
2930
|
-
if (!~excludes.indexOf(key))
|
|
2931
|
-
res[key] = obj[key];
|
|
2921
|
+
if (!~excludes.indexOf(key)) res[key] = obj[key];
|
|
2932
2922
|
});
|
|
2933
2923
|
}
|
|
2934
2924
|
return function extendExclude() {
|
|
@@ -2971,9 +2961,9 @@ var require_assertion_error = __commonJS({
|
|
|
2971
2961
|
}
|
|
2972
2962
|
});
|
|
2973
2963
|
|
|
2974
|
-
// ../../node_modules/pathval/index.js
|
|
2975
|
-
var
|
|
2976
|
-
"../../node_modules/pathval/index.js"(exports, module) {
|
|
2964
|
+
// ../../node_modules/.store/pathval-npm-1.1.1-ce0311d7e0/package/index.js
|
|
2965
|
+
var require_package5 = __commonJS({
|
|
2966
|
+
"../../node_modules/.store/pathval-npm-1.1.1-ce0311d7e0/package/index.js"(exports, module) {
|
|
2977
2967
|
"use strict";
|
|
2978
2968
|
init_esm_shims();
|
|
2979
2969
|
function hasProperty(obj, name) {
|
|
@@ -3072,9 +3062,9 @@ var require_pathval = __commonJS({
|
|
|
3072
3062
|
}
|
|
3073
3063
|
});
|
|
3074
3064
|
|
|
3075
|
-
// ../../node_modules/chai/lib/chai/utils/flag.js
|
|
3065
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/flag.js
|
|
3076
3066
|
var require_flag = __commonJS({
|
|
3077
|
-
"../../node_modules/chai/lib/chai/utils/flag.js"(exports, module) {
|
|
3067
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/flag.js"(exports, module) {
|
|
3078
3068
|
"use strict";
|
|
3079
3069
|
init_esm_shims();
|
|
3080
3070
|
module.exports = function flag(obj, key, value) {
|
|
@@ -3088,9 +3078,9 @@ var require_flag = __commonJS({
|
|
|
3088
3078
|
}
|
|
3089
3079
|
});
|
|
3090
3080
|
|
|
3091
|
-
// ../../node_modules/chai/lib/chai/utils/test.js
|
|
3081
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/test.js
|
|
3092
3082
|
var require_test = __commonJS({
|
|
3093
|
-
"../../node_modules/chai/lib/chai/utils/test.js"(exports, module) {
|
|
3083
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/test.js"(exports, module) {
|
|
3094
3084
|
"use strict";
|
|
3095
3085
|
init_esm_shims();
|
|
3096
3086
|
var flag = require_flag();
|
|
@@ -3101,9 +3091,9 @@ var require_test = __commonJS({
|
|
|
3101
3091
|
}
|
|
3102
3092
|
});
|
|
3103
3093
|
|
|
3104
|
-
// ../../node_modules/type-detect/type-detect.js
|
|
3094
|
+
// ../../node_modules/.store/type-detect-npm-4.0.8-8d8127b901/package/type-detect.js
|
|
3105
3095
|
var require_type_detect = __commonJS({
|
|
3106
|
-
"../../node_modules/type-detect/type-detect.js"(exports, module) {
|
|
3096
|
+
"../../node_modules/.store/type-detect-npm-4.0.8-8d8127b901/package/type-detect.js"(exports, module) {
|
|
3107
3097
|
"use strict";
|
|
3108
3098
|
init_esm_shims();
|
|
3109
3099
|
(function(global3, factory) {
|
|
@@ -3222,12 +3212,12 @@ var require_type_detect = __commonJS({
|
|
|
3222
3212
|
}
|
|
3223
3213
|
});
|
|
3224
3214
|
|
|
3225
|
-
// ../../node_modules/chai/lib/chai/utils/expectTypes.js
|
|
3215
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/expectTypes.js
|
|
3226
3216
|
var require_expectTypes = __commonJS({
|
|
3227
|
-
"../../node_modules/chai/lib/chai/utils/expectTypes.js"(exports, module) {
|
|
3217
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/expectTypes.js"(exports, module) {
|
|
3228
3218
|
"use strict";
|
|
3229
3219
|
init_esm_shims();
|
|
3230
|
-
var AssertionError2 =
|
|
3220
|
+
var AssertionError2 = require_package4();
|
|
3231
3221
|
var flag = require_flag();
|
|
3232
3222
|
var type2 = require_type_detect();
|
|
3233
3223
|
module.exports = function expectTypes(obj, types) {
|
|
@@ -3258,9 +3248,9 @@ var require_expectTypes = __commonJS({
|
|
|
3258
3248
|
}
|
|
3259
3249
|
});
|
|
3260
3250
|
|
|
3261
|
-
// ../../node_modules/chai/lib/chai/utils/getActual.js
|
|
3251
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getActual.js
|
|
3262
3252
|
var require_getActual = __commonJS({
|
|
3263
|
-
"../../node_modules/chai/lib/chai/utils/getActual.js"(exports, module) {
|
|
3253
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getActual.js"(exports, module) {
|
|
3264
3254
|
"use strict";
|
|
3265
3255
|
init_esm_shims();
|
|
3266
3256
|
module.exports = function getActual(obj, args) {
|
|
@@ -3269,9 +3259,9 @@ var require_getActual = __commonJS({
|
|
|
3269
3259
|
}
|
|
3270
3260
|
});
|
|
3271
3261
|
|
|
3272
|
-
// ../../node_modules/chai/lib/chai/config.js
|
|
3262
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/config.js
|
|
3273
3263
|
var require_config = __commonJS({
|
|
3274
|
-
"../../node_modules/chai/lib/chai/config.js"(exports, module) {
|
|
3264
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/config.js"(exports, module) {
|
|
3275
3265
|
"use strict";
|
|
3276
3266
|
init_esm_shims();
|
|
3277
3267
|
module.exports = {
|
|
@@ -3384,13 +3374,13 @@ var require_config = __commonJS({
|
|
|
3384
3374
|
}
|
|
3385
3375
|
});
|
|
3386
3376
|
|
|
3387
|
-
// ../../node_modules/chai/lib/chai/utils/inspect.js
|
|
3377
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/inspect.js
|
|
3388
3378
|
var require_inspect = __commonJS({
|
|
3389
|
-
"../../node_modules/chai/lib/chai/utils/inspect.js"(exports, module) {
|
|
3379
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/inspect.js"(exports, module) {
|
|
3390
3380
|
"use strict";
|
|
3391
3381
|
init_esm_shims();
|
|
3392
|
-
var getName =
|
|
3393
|
-
var loupe = (
|
|
3382
|
+
var getName = require_package3();
|
|
3383
|
+
var loupe = (init_package(), __toCommonJS(package_exports));
|
|
3394
3384
|
var config2 = require_config();
|
|
3395
3385
|
module.exports = inspect3;
|
|
3396
3386
|
function inspect3(obj, showHidden, depth, colors) {
|
|
@@ -3405,9 +3395,9 @@ var require_inspect = __commonJS({
|
|
|
3405
3395
|
}
|
|
3406
3396
|
});
|
|
3407
3397
|
|
|
3408
|
-
// ../../node_modules/chai/lib/chai/utils/objDisplay.js
|
|
3398
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/objDisplay.js
|
|
3409
3399
|
var require_objDisplay = __commonJS({
|
|
3410
|
-
"../../node_modules/chai/lib/chai/utils/objDisplay.js"(exports, module) {
|
|
3400
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/objDisplay.js"(exports, module) {
|
|
3411
3401
|
"use strict";
|
|
3412
3402
|
init_esm_shims();
|
|
3413
3403
|
var inspect3 = require_inspect();
|
|
@@ -3432,9 +3422,9 @@ var require_objDisplay = __commonJS({
|
|
|
3432
3422
|
}
|
|
3433
3423
|
});
|
|
3434
3424
|
|
|
3435
|
-
// ../../node_modules/chai/lib/chai/utils/getMessage.js
|
|
3425
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getMessage.js
|
|
3436
3426
|
var require_getMessage = __commonJS({
|
|
3437
|
-
"../../node_modules/chai/lib/chai/utils/getMessage.js"(exports, module) {
|
|
3427
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getMessage.js"(exports, module) {
|
|
3438
3428
|
"use strict";
|
|
3439
3429
|
init_esm_shims();
|
|
3440
3430
|
var flag = require_flag();
|
|
@@ -3442,8 +3432,7 @@ var require_getMessage = __commonJS({
|
|
|
3442
3432
|
var objDisplay2 = require_objDisplay();
|
|
3443
3433
|
module.exports = function getMessage(obj, args) {
|
|
3444
3434
|
var negate = flag(obj, "negate"), val = flag(obj, "object"), expected = args[3], actual = getActual(obj, args), msg = negate ? args[2] : args[1], flagMsg = flag(obj, "message");
|
|
3445
|
-
if (typeof msg === "function")
|
|
3446
|
-
msg = msg();
|
|
3435
|
+
if (typeof msg === "function") msg = msg();
|
|
3447
3436
|
msg = msg || "";
|
|
3448
3437
|
msg = msg.replace(/#\{this\}/g, function() {
|
|
3449
3438
|
return objDisplay2(val);
|
|
@@ -3457,9 +3446,9 @@ var require_getMessage = __commonJS({
|
|
|
3457
3446
|
}
|
|
3458
3447
|
});
|
|
3459
3448
|
|
|
3460
|
-
// ../../node_modules/chai/lib/chai/utils/transferFlags.js
|
|
3449
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/transferFlags.js
|
|
3461
3450
|
var require_transferFlags = __commonJS({
|
|
3462
|
-
"../../node_modules/chai/lib/chai/utils/transferFlags.js"(exports, module) {
|
|
3451
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/transferFlags.js"(exports, module) {
|
|
3463
3452
|
"use strict";
|
|
3464
3453
|
init_esm_shims();
|
|
3465
3454
|
module.exports = function transferFlags(assertion, object2, includeAll) {
|
|
@@ -3477,9 +3466,9 @@ var require_transferFlags = __commonJS({
|
|
|
3477
3466
|
}
|
|
3478
3467
|
});
|
|
3479
3468
|
|
|
3480
|
-
// ../../node_modules/deep-eql/index.js
|
|
3481
|
-
var
|
|
3482
|
-
"../../node_modules/deep-eql/index.js"(exports, module) {
|
|
3469
|
+
// ../../node_modules/.store/deep-eql-npm-4.1.3-020a64f862/package/index.js
|
|
3470
|
+
var require_package6 = __commonJS({
|
|
3471
|
+
"../../node_modules/.store/deep-eql-npm-4.1.3-020a64f862/package/index.js"(exports, module) {
|
|
3483
3472
|
"use strict";
|
|
3484
3473
|
init_esm_shims();
|
|
3485
3474
|
var type2 = require_type_detect();
|
|
@@ -3770,9 +3759,9 @@ var require_deep_eql = __commonJS({
|
|
|
3770
3759
|
}
|
|
3771
3760
|
});
|
|
3772
3761
|
|
|
3773
|
-
// ../../node_modules/chai/lib/chai/utils/isProxyEnabled.js
|
|
3762
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/isProxyEnabled.js
|
|
3774
3763
|
var require_isProxyEnabled = __commonJS({
|
|
3775
|
-
"../../node_modules/chai/lib/chai/utils/isProxyEnabled.js"(exports, module) {
|
|
3764
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/isProxyEnabled.js"(exports, module) {
|
|
3776
3765
|
"use strict";
|
|
3777
3766
|
init_esm_shims();
|
|
3778
3767
|
var config2 = require_config();
|
|
@@ -3782,9 +3771,9 @@ var require_isProxyEnabled = __commonJS({
|
|
|
3782
3771
|
}
|
|
3783
3772
|
});
|
|
3784
3773
|
|
|
3785
|
-
// ../../node_modules/chai/lib/chai/utils/addProperty.js
|
|
3774
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/addProperty.js
|
|
3786
3775
|
var require_addProperty = __commonJS({
|
|
3787
|
-
"../../node_modules/chai/lib/chai/utils/addProperty.js"(exports, module) {
|
|
3776
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/addProperty.js"(exports, module) {
|
|
3788
3777
|
"use strict";
|
|
3789
3778
|
init_esm_shims();
|
|
3790
3779
|
var chai3 = require_chai();
|
|
@@ -3816,16 +3805,15 @@ var require_addProperty = __commonJS({
|
|
|
3816
3805
|
}
|
|
3817
3806
|
});
|
|
3818
3807
|
|
|
3819
|
-
// ../../node_modules/chai/lib/chai/utils/addLengthGuard.js
|
|
3808
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/addLengthGuard.js
|
|
3820
3809
|
var require_addLengthGuard = __commonJS({
|
|
3821
|
-
"../../node_modules/chai/lib/chai/utils/addLengthGuard.js"(exports, module) {
|
|
3810
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/addLengthGuard.js"(exports, module) {
|
|
3822
3811
|
"use strict";
|
|
3823
3812
|
init_esm_shims();
|
|
3824
3813
|
var fnLengthDesc = Object.getOwnPropertyDescriptor(function() {
|
|
3825
3814
|
}, "length");
|
|
3826
3815
|
module.exports = function addLengthGuard(fn2, assertionName, isChainable) {
|
|
3827
|
-
if (!fnLengthDesc.configurable)
|
|
3828
|
-
return fn2;
|
|
3816
|
+
if (!fnLengthDesc.configurable) return fn2;
|
|
3829
3817
|
Object.defineProperty(fn2, "length", {
|
|
3830
3818
|
get: function() {
|
|
3831
3819
|
if (isChainable) {
|
|
@@ -3839,9 +3827,9 @@ var require_addLengthGuard = __commonJS({
|
|
|
3839
3827
|
}
|
|
3840
3828
|
});
|
|
3841
3829
|
|
|
3842
|
-
// ../../node_modules/chai/lib/chai/utils/getProperties.js
|
|
3830
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getProperties.js
|
|
3843
3831
|
var require_getProperties = __commonJS({
|
|
3844
|
-
"../../node_modules/chai/lib/chai/utils/getProperties.js"(exports, module) {
|
|
3832
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getProperties.js"(exports, module) {
|
|
3845
3833
|
"use strict";
|
|
3846
3834
|
init_esm_shims();
|
|
3847
3835
|
module.exports = function getProperties(object2) {
|
|
@@ -3861,9 +3849,9 @@ var require_getProperties = __commonJS({
|
|
|
3861
3849
|
}
|
|
3862
3850
|
});
|
|
3863
3851
|
|
|
3864
|
-
// ../../node_modules/chai/lib/chai/utils/proxify.js
|
|
3852
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/proxify.js
|
|
3865
3853
|
var require_proxify = __commonJS({
|
|
3866
|
-
"../../node_modules/chai/lib/chai/utils/proxify.js"(exports, module) {
|
|
3854
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/proxify.js"(exports, module) {
|
|
3867
3855
|
"use strict";
|
|
3868
3856
|
init_esm_shims();
|
|
3869
3857
|
var config2 = require_config();
|
|
@@ -3872,8 +3860,7 @@ var require_proxify = __commonJS({
|
|
|
3872
3860
|
var isProxyEnabled = require_isProxyEnabled();
|
|
3873
3861
|
var builtins = ["__flags", "__methods", "_obj", "assert"];
|
|
3874
3862
|
module.exports = function proxify(obj, nonChainableMethodName) {
|
|
3875
|
-
if (!isProxyEnabled())
|
|
3876
|
-
return obj;
|
|
3863
|
+
if (!isProxyEnabled()) return obj;
|
|
3877
3864
|
return new Proxy(obj, {
|
|
3878
3865
|
get: function proxyGetter(target, property) {
|
|
3879
3866
|
if (typeof property === "string" && config2.proxyExcludedKeys.indexOf(property) === -1 && !Reflect.has(target, property)) {
|
|
@@ -3939,9 +3926,9 @@ var require_proxify = __commonJS({
|
|
|
3939
3926
|
}
|
|
3940
3927
|
});
|
|
3941
3928
|
|
|
3942
|
-
// ../../node_modules/chai/lib/chai/utils/addMethod.js
|
|
3929
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/addMethod.js
|
|
3943
3930
|
var require_addMethod = __commonJS({
|
|
3944
|
-
"../../node_modules/chai/lib/chai/utils/addMethod.js"(exports, module) {
|
|
3931
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/addMethod.js"(exports, module) {
|
|
3945
3932
|
"use strict";
|
|
3946
3933
|
init_esm_shims();
|
|
3947
3934
|
var addLengthGuard = require_addLengthGuard();
|
|
@@ -3967,9 +3954,9 @@ var require_addMethod = __commonJS({
|
|
|
3967
3954
|
}
|
|
3968
3955
|
});
|
|
3969
3956
|
|
|
3970
|
-
// ../../node_modules/chai/lib/chai/utils/overwriteProperty.js
|
|
3957
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/overwriteProperty.js
|
|
3971
3958
|
var require_overwriteProperty = __commonJS({
|
|
3972
|
-
"../../node_modules/chai/lib/chai/utils/overwriteProperty.js"(exports, module) {
|
|
3959
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/overwriteProperty.js"(exports, module) {
|
|
3973
3960
|
"use strict";
|
|
3974
3961
|
init_esm_shims();
|
|
3975
3962
|
var chai3 = require_chai();
|
|
@@ -4007,9 +3994,9 @@ var require_overwriteProperty = __commonJS({
|
|
|
4007
3994
|
}
|
|
4008
3995
|
});
|
|
4009
3996
|
|
|
4010
|
-
// ../../node_modules/chai/lib/chai/utils/overwriteMethod.js
|
|
3997
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/overwriteMethod.js
|
|
4011
3998
|
var require_overwriteMethod = __commonJS({
|
|
4012
|
-
"../../node_modules/chai/lib/chai/utils/overwriteMethod.js"(exports, module) {
|
|
3999
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/overwriteMethod.js"(exports, module) {
|
|
4013
4000
|
"use strict";
|
|
4014
4001
|
init_esm_shims();
|
|
4015
4002
|
var addLengthGuard = require_addLengthGuard();
|
|
@@ -4044,9 +4031,9 @@ var require_overwriteMethod = __commonJS({
|
|
|
4044
4031
|
}
|
|
4045
4032
|
});
|
|
4046
4033
|
|
|
4047
|
-
// ../../node_modules/chai/lib/chai/utils/addChainableMethod.js
|
|
4034
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/addChainableMethod.js
|
|
4048
4035
|
var require_addChainableMethod = __commonJS({
|
|
4049
|
-
"../../node_modules/chai/lib/chai/utils/addChainableMethod.js"(exports, module) {
|
|
4036
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/addChainableMethod.js"(exports, module) {
|
|
4050
4037
|
"use strict";
|
|
4051
4038
|
init_esm_shims();
|
|
4052
4039
|
var addLengthGuard = require_addLengthGuard();
|
|
@@ -4122,9 +4109,9 @@ var require_addChainableMethod = __commonJS({
|
|
|
4122
4109
|
}
|
|
4123
4110
|
});
|
|
4124
4111
|
|
|
4125
|
-
// ../../node_modules/chai/lib/chai/utils/overwriteChainableMethod.js
|
|
4112
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/overwriteChainableMethod.js
|
|
4126
4113
|
var require_overwriteChainableMethod = __commonJS({
|
|
4127
|
-
"../../node_modules/chai/lib/chai/utils/overwriteChainableMethod.js"(exports, module) {
|
|
4114
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/overwriteChainableMethod.js"(exports, module) {
|
|
4128
4115
|
"use strict";
|
|
4129
4116
|
init_esm_shims();
|
|
4130
4117
|
var chai3 = require_chai();
|
|
@@ -4155,9 +4142,9 @@ var require_overwriteChainableMethod = __commonJS({
|
|
|
4155
4142
|
}
|
|
4156
4143
|
});
|
|
4157
4144
|
|
|
4158
|
-
// ../../node_modules/chai/lib/chai/utils/compareByInspect.js
|
|
4145
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/compareByInspect.js
|
|
4159
4146
|
var require_compareByInspect = __commonJS({
|
|
4160
|
-
"../../node_modules/chai/lib/chai/utils/compareByInspect.js"(exports, module) {
|
|
4147
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/compareByInspect.js"(exports, module) {
|
|
4161
4148
|
"use strict";
|
|
4162
4149
|
init_esm_shims();
|
|
4163
4150
|
var inspect3 = require_inspect();
|
|
@@ -4167,14 +4154,13 @@ var require_compareByInspect = __commonJS({
|
|
|
4167
4154
|
}
|
|
4168
4155
|
});
|
|
4169
4156
|
|
|
4170
|
-
// ../../node_modules/chai/lib/chai/utils/getOwnEnumerablePropertySymbols.js
|
|
4157
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getOwnEnumerablePropertySymbols.js
|
|
4171
4158
|
var require_getOwnEnumerablePropertySymbols = __commonJS({
|
|
4172
|
-
"../../node_modules/chai/lib/chai/utils/getOwnEnumerablePropertySymbols.js"(exports, module) {
|
|
4159
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getOwnEnumerablePropertySymbols.js"(exports, module) {
|
|
4173
4160
|
"use strict";
|
|
4174
4161
|
init_esm_shims();
|
|
4175
4162
|
module.exports = function getOwnEnumerablePropertySymbols(obj) {
|
|
4176
|
-
if (typeof Object.getOwnPropertySymbols !== "function")
|
|
4177
|
-
return [];
|
|
4163
|
+
if (typeof Object.getOwnPropertySymbols !== "function") return [];
|
|
4178
4164
|
return Object.getOwnPropertySymbols(obj).filter(function(sym) {
|
|
4179
4165
|
return Object.getOwnPropertyDescriptor(obj, sym).enumerable;
|
|
4180
4166
|
});
|
|
@@ -4182,9 +4168,9 @@ var require_getOwnEnumerablePropertySymbols = __commonJS({
|
|
|
4182
4168
|
}
|
|
4183
4169
|
});
|
|
4184
4170
|
|
|
4185
|
-
// ../../node_modules/chai/lib/chai/utils/getOwnEnumerableProperties.js
|
|
4171
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getOwnEnumerableProperties.js
|
|
4186
4172
|
var require_getOwnEnumerableProperties = __commonJS({
|
|
4187
|
-
"../../node_modules/chai/lib/chai/utils/getOwnEnumerableProperties.js"(exports, module) {
|
|
4173
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getOwnEnumerableProperties.js"(exports, module) {
|
|
4188
4174
|
"use strict";
|
|
4189
4175
|
init_esm_shims();
|
|
4190
4176
|
var getOwnEnumerablePropertySymbols = require_getOwnEnumerablePropertySymbols();
|
|
@@ -4194,12 +4180,12 @@ var require_getOwnEnumerableProperties = __commonJS({
|
|
|
4194
4180
|
}
|
|
4195
4181
|
});
|
|
4196
4182
|
|
|
4197
|
-
// ../../node_modules/check-error/index.js
|
|
4198
|
-
var
|
|
4199
|
-
"../../node_modules/check-error/index.js"(exports, module) {
|
|
4183
|
+
// ../../node_modules/.store/check-error-npm-1.0.3-137994eabc/package/index.js
|
|
4184
|
+
var require_package7 = __commonJS({
|
|
4185
|
+
"../../node_modules/.store/check-error-npm-1.0.3-137994eabc/package/index.js"(exports, module) {
|
|
4200
4186
|
"use strict";
|
|
4201
4187
|
init_esm_shims();
|
|
4202
|
-
var getFunctionName2 =
|
|
4188
|
+
var getFunctionName2 = require_package3();
|
|
4203
4189
|
function compatibleInstance(thrown, errorLike) {
|
|
4204
4190
|
return errorLike instanceof Error && thrown === errorLike;
|
|
4205
4191
|
}
|
|
@@ -4252,9 +4238,9 @@ var require_check_error = __commonJS({
|
|
|
4252
4238
|
}
|
|
4253
4239
|
});
|
|
4254
4240
|
|
|
4255
|
-
// ../../node_modules/chai/lib/chai/utils/isNaN.js
|
|
4241
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/isNaN.js
|
|
4256
4242
|
var require_isNaN = __commonJS({
|
|
4257
|
-
"../../node_modules/chai/lib/chai/utils/isNaN.js"(exports, module) {
|
|
4243
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/isNaN.js"(exports, module) {
|
|
4258
4244
|
"use strict";
|
|
4259
4245
|
init_esm_shims();
|
|
4260
4246
|
function isNaN3(value) {
|
|
@@ -4264,9 +4250,9 @@ var require_isNaN = __commonJS({
|
|
|
4264
4250
|
}
|
|
4265
4251
|
});
|
|
4266
4252
|
|
|
4267
|
-
// ../../node_modules/chai/lib/chai/utils/getOperator.js
|
|
4253
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getOperator.js
|
|
4268
4254
|
var require_getOperator = __commonJS({
|
|
4269
|
-
"../../node_modules/chai/lib/chai/utils/getOperator.js"(exports, module) {
|
|
4255
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getOperator.js"(exports, module) {
|
|
4270
4256
|
"use strict";
|
|
4271
4257
|
init_esm_shims();
|
|
4272
4258
|
var type2 = require_type_detect();
|
|
@@ -4284,8 +4270,7 @@ var require_getOperator = __commonJS({
|
|
|
4284
4270
|
if (operator) {
|
|
4285
4271
|
return operator;
|
|
4286
4272
|
}
|
|
4287
|
-
if (typeof msg === "function")
|
|
4288
|
-
msg = msg();
|
|
4273
|
+
if (typeof msg === "function") msg = msg();
|
|
4289
4274
|
msg = msg || "";
|
|
4290
4275
|
if (!msg) {
|
|
4291
4276
|
return void 0;
|
|
@@ -4302,12 +4287,12 @@ var require_getOperator = __commonJS({
|
|
|
4302
4287
|
}
|
|
4303
4288
|
});
|
|
4304
4289
|
|
|
4305
|
-
// ../../node_modules/chai/lib/chai/utils/index.js
|
|
4290
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/index.js
|
|
4306
4291
|
var require_utils = __commonJS({
|
|
4307
|
-
"../../node_modules/chai/lib/chai/utils/index.js"(exports) {
|
|
4292
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/index.js"(exports) {
|
|
4308
4293
|
"use strict";
|
|
4309
4294
|
init_esm_shims();
|
|
4310
|
-
var pathval =
|
|
4295
|
+
var pathval = require_package5();
|
|
4311
4296
|
exports.test = require_test();
|
|
4312
4297
|
exports.type = require_type_detect();
|
|
4313
4298
|
exports.expectTypes = require_expectTypes();
|
|
@@ -4317,10 +4302,10 @@ var require_utils = __commonJS({
|
|
|
4317
4302
|
exports.objDisplay = require_objDisplay();
|
|
4318
4303
|
exports.flag = require_flag();
|
|
4319
4304
|
exports.transferFlags = require_transferFlags();
|
|
4320
|
-
exports.eql =
|
|
4305
|
+
exports.eql = require_package6();
|
|
4321
4306
|
exports.getPathInfo = pathval.getPathInfo;
|
|
4322
4307
|
exports.hasProperty = pathval.hasProperty;
|
|
4323
|
-
exports.getName =
|
|
4308
|
+
exports.getName = require_package3();
|
|
4324
4309
|
exports.addProperty = require_addProperty();
|
|
4325
4310
|
exports.addMethod = require_addMethod();
|
|
4326
4311
|
exports.overwriteProperty = require_overwriteProperty();
|
|
@@ -4330,7 +4315,7 @@ var require_utils = __commonJS({
|
|
|
4330
4315
|
exports.compareByInspect = require_compareByInspect();
|
|
4331
4316
|
exports.getOwnEnumerablePropertySymbols = require_getOwnEnumerablePropertySymbols();
|
|
4332
4317
|
exports.getOwnEnumerableProperties = require_getOwnEnumerableProperties();
|
|
4333
|
-
exports.checkError =
|
|
4318
|
+
exports.checkError = require_package7();
|
|
4334
4319
|
exports.proxify = require_proxify();
|
|
4335
4320
|
exports.addLengthGuard = require_addLengthGuard();
|
|
4336
4321
|
exports.isProxyEnabled = require_isProxyEnabled();
|
|
@@ -4339,9 +4324,9 @@ var require_utils = __commonJS({
|
|
|
4339
4324
|
}
|
|
4340
4325
|
});
|
|
4341
4326
|
|
|
4342
|
-
// ../../node_modules/chai/lib/chai/assertion.js
|
|
4327
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/assertion.js
|
|
4343
4328
|
var require_assertion = __commonJS({
|
|
4344
|
-
"../../node_modules/chai/lib/chai/assertion.js"(exports, module) {
|
|
4329
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/assertion.js"(exports, module) {
|
|
4345
4330
|
"use strict";
|
|
4346
4331
|
init_esm_shims();
|
|
4347
4332
|
var config2 = require_config();
|
|
@@ -4396,12 +4381,9 @@ var require_assertion = __commonJS({
|
|
|
4396
4381
|
};
|
|
4397
4382
|
Assertion2.prototype.assert = function(expr, msg, negateMsg, expected, _actual, showDiff) {
|
|
4398
4383
|
var ok = util2.test(this, arguments);
|
|
4399
|
-
if (false !== showDiff)
|
|
4400
|
-
|
|
4401
|
-
if (
|
|
4402
|
-
showDiff = false;
|
|
4403
|
-
if (true !== config2.showDiff)
|
|
4404
|
-
showDiff = false;
|
|
4384
|
+
if (false !== showDiff) showDiff = true;
|
|
4385
|
+
if (void 0 === expected && void 0 === _actual) showDiff = false;
|
|
4386
|
+
if (true !== config2.showDiff) showDiff = false;
|
|
4405
4387
|
if (!ok) {
|
|
4406
4388
|
msg = util2.getMessage(this, arguments);
|
|
4407
4389
|
var actual = util2.getActual(this, arguments);
|
|
@@ -4437,9 +4419,9 @@ var require_assertion = __commonJS({
|
|
|
4437
4419
|
}
|
|
4438
4420
|
});
|
|
4439
4421
|
|
|
4440
|
-
// ../../node_modules/chai/lib/chai/core/assertions.js
|
|
4422
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/core/assertions.js
|
|
4441
4423
|
var require_assertions = __commonJS({
|
|
4442
|
-
"../../node_modules/chai/lib/chai/core/assertions.js"(exports, module) {
|
|
4424
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/core/assertions.js"(exports, module) {
|
|
4443
4425
|
"use strict";
|
|
4444
4426
|
init_esm_shims();
|
|
4445
4427
|
module.exports = function(chai3, _) {
|
|
@@ -4489,8 +4471,7 @@ var require_assertions = __commonJS({
|
|
|
4489
4471
|
flag(this, "any", false);
|
|
4490
4472
|
});
|
|
4491
4473
|
function an(type2, msg) {
|
|
4492
|
-
if (msg)
|
|
4493
|
-
flag(this, "message", msg);
|
|
4474
|
+
if (msg) flag(this, "message", msg);
|
|
4494
4475
|
type2 = type2.toLowerCase();
|
|
4495
4476
|
var obj = flag(this, "object"), article = ~["a", "e", "i", "o", "u"].indexOf(type2.charAt(0)) ? "an " : "a ";
|
|
4496
4477
|
this.assert(
|
|
@@ -4508,8 +4489,7 @@ var require_assertions = __commonJS({
|
|
|
4508
4489
|
flag(this, "contains", true);
|
|
4509
4490
|
}
|
|
4510
4491
|
function include(val, msg) {
|
|
4511
|
-
if (msg)
|
|
4512
|
-
flag(this, "message", msg);
|
|
4492
|
+
if (msg) flag(this, "message", msg);
|
|
4513
4493
|
var obj = flag(this, "object"), objType = _.type(obj).toLowerCase(), flagMsg = flag(this, "message"), negate = flag(this, "negate"), ssfi = flag(this, "ssfi"), isDeep = flag(this, "deep"), descriptor = isDeep ? "deep " : "", isEql = isDeep ? flag(this, "eql") : SameValueZero;
|
|
4514
4494
|
flagMsg = flagMsg ? flagMsg + ": " : "";
|
|
4515
4495
|
var included = false;
|
|
@@ -4573,8 +4553,7 @@ var require_assertions = __commonJS({
|
|
|
4573
4553
|
if (!_.checkError.compatibleConstructor(err, AssertionError2)) {
|
|
4574
4554
|
throw err;
|
|
4575
4555
|
}
|
|
4576
|
-
if (firstErr === null)
|
|
4577
|
-
firstErr = err;
|
|
4556
|
+
if (firstErr === null) firstErr = err;
|
|
4578
4557
|
numErrs++;
|
|
4579
4558
|
}
|
|
4580
4559
|
}, this);
|
|
@@ -4696,8 +4675,7 @@ var require_assertions = __commonJS({
|
|
|
4696
4675
|
Assertion2.addProperty("arguments", checkArguments);
|
|
4697
4676
|
Assertion2.addProperty("Arguments", checkArguments);
|
|
4698
4677
|
function assertEqual(val, msg) {
|
|
4699
|
-
if (msg)
|
|
4700
|
-
flag(this, "message", msg);
|
|
4678
|
+
if (msg) flag(this, "message", msg);
|
|
4701
4679
|
var obj = flag(this, "object");
|
|
4702
4680
|
if (flag(this, "deep")) {
|
|
4703
4681
|
var prevLockSsfi = flag(this, "lockSsfi");
|
|
@@ -4719,8 +4697,7 @@ var require_assertions = __commonJS({
|
|
|
4719
4697
|
Assertion2.addMethod("equals", assertEqual);
|
|
4720
4698
|
Assertion2.addMethod("eq", assertEqual);
|
|
4721
4699
|
function assertEql(obj, msg) {
|
|
4722
|
-
if (msg)
|
|
4723
|
-
flag(this, "message", msg);
|
|
4700
|
+
if (msg) flag(this, "message", msg);
|
|
4724
4701
|
var eql = flag(this, "eql");
|
|
4725
4702
|
this.assert(
|
|
4726
4703
|
eql(obj, flag(this, "object")),
|
|
@@ -4734,8 +4711,7 @@ var require_assertions = __commonJS({
|
|
|
4734
4711
|
Assertion2.addMethod("eql", assertEql);
|
|
4735
4712
|
Assertion2.addMethod("eqls", assertEql);
|
|
4736
4713
|
function assertAbove(n2, msg) {
|
|
4737
|
-
if (msg)
|
|
4738
|
-
flag(this, "message", msg);
|
|
4714
|
+
if (msg) flag(this, "message", msg);
|
|
4739
4715
|
var obj = flag(this, "object"), doLength = flag(this, "doLength"), flagMsg = flag(this, "message"), msgPrefix = flagMsg ? flagMsg + ": " : "", ssfi = flag(this, "ssfi"), objType = _.type(obj).toLowerCase(), nType = _.type(n2).toLowerCase(), errorMessage, shouldThrow = true;
|
|
4740
4716
|
if (doLength && objType !== "map" && objType !== "set") {
|
|
4741
4717
|
new Assertion2(obj, flagMsg, ssfi, true).to.have.property("length");
|
|
@@ -4781,8 +4757,7 @@ var require_assertions = __commonJS({
|
|
|
4781
4757
|
Assertion2.addMethod("gt", assertAbove);
|
|
4782
4758
|
Assertion2.addMethod("greaterThan", assertAbove);
|
|
4783
4759
|
function assertLeast(n2, msg) {
|
|
4784
|
-
if (msg)
|
|
4785
|
-
flag(this, "message", msg);
|
|
4760
|
+
if (msg) flag(this, "message", msg);
|
|
4786
4761
|
var obj = flag(this, "object"), doLength = flag(this, "doLength"), flagMsg = flag(this, "message"), msgPrefix = flagMsg ? flagMsg + ": " : "", ssfi = flag(this, "ssfi"), objType = _.type(obj).toLowerCase(), nType = _.type(n2).toLowerCase(), errorMessage, shouldThrow = true;
|
|
4787
4762
|
if (doLength && objType !== "map" && objType !== "set") {
|
|
4788
4763
|
new Assertion2(obj, flagMsg, ssfi, true).to.have.property("length");
|
|
@@ -4828,8 +4803,7 @@ var require_assertions = __commonJS({
|
|
|
4828
4803
|
Assertion2.addMethod("gte", assertLeast);
|
|
4829
4804
|
Assertion2.addMethod("greaterThanOrEqual", assertLeast);
|
|
4830
4805
|
function assertBelow(n2, msg) {
|
|
4831
|
-
if (msg)
|
|
4832
|
-
flag(this, "message", msg);
|
|
4806
|
+
if (msg) flag(this, "message", msg);
|
|
4833
4807
|
var obj = flag(this, "object"), doLength = flag(this, "doLength"), flagMsg = flag(this, "message"), msgPrefix = flagMsg ? flagMsg + ": " : "", ssfi = flag(this, "ssfi"), objType = _.type(obj).toLowerCase(), nType = _.type(n2).toLowerCase(), errorMessage, shouldThrow = true;
|
|
4834
4808
|
if (doLength && objType !== "map" && objType !== "set") {
|
|
4835
4809
|
new Assertion2(obj, flagMsg, ssfi, true).to.have.property("length");
|
|
@@ -4875,8 +4849,7 @@ var require_assertions = __commonJS({
|
|
|
4875
4849
|
Assertion2.addMethod("lt", assertBelow);
|
|
4876
4850
|
Assertion2.addMethod("lessThan", assertBelow);
|
|
4877
4851
|
function assertMost(n2, msg) {
|
|
4878
|
-
if (msg)
|
|
4879
|
-
flag(this, "message", msg);
|
|
4852
|
+
if (msg) flag(this, "message", msg);
|
|
4880
4853
|
var obj = flag(this, "object"), doLength = flag(this, "doLength"), flagMsg = flag(this, "message"), msgPrefix = flagMsg ? flagMsg + ": " : "", ssfi = flag(this, "ssfi"), objType = _.type(obj).toLowerCase(), nType = _.type(n2).toLowerCase(), errorMessage, shouldThrow = true;
|
|
4881
4854
|
if (doLength && objType !== "map" && objType !== "set") {
|
|
4882
4855
|
new Assertion2(obj, flagMsg, ssfi, true).to.have.property("length");
|
|
@@ -4922,8 +4895,7 @@ var require_assertions = __commonJS({
|
|
|
4922
4895
|
Assertion2.addMethod("lte", assertMost);
|
|
4923
4896
|
Assertion2.addMethod("lessThanOrEqual", assertMost);
|
|
4924
4897
|
Assertion2.addMethod("within", function(start, finish, msg) {
|
|
4925
|
-
if (msg)
|
|
4926
|
-
flag(this, "message", msg);
|
|
4898
|
+
if (msg) flag(this, "message", msg);
|
|
4927
4899
|
var obj = flag(this, "object"), doLength = flag(this, "doLength"), flagMsg = flag(this, "message"), msgPrefix = flagMsg ? flagMsg + ": " : "", ssfi = flag(this, "ssfi"), objType = _.type(obj).toLowerCase(), startType = _.type(start).toLowerCase(), finishType = _.type(finish).toLowerCase(), errorMessage, shouldThrow = true, range = startType === "date" && finishType === "date" ? start.toISOString() + ".." + finish.toISOString() : start + ".." + finish;
|
|
4928
4900
|
if (doLength && objType !== "map" && objType !== "set") {
|
|
4929
4901
|
new Assertion2(obj, flagMsg, ssfi, true).to.have.property("length");
|
|
@@ -4963,8 +4935,7 @@ var require_assertions = __commonJS({
|
|
|
4963
4935
|
}
|
|
4964
4936
|
});
|
|
4965
4937
|
function assertInstanceOf(constructor, msg) {
|
|
4966
|
-
if (msg)
|
|
4967
|
-
flag(this, "message", msg);
|
|
4938
|
+
if (msg) flag(this, "message", msg);
|
|
4968
4939
|
var target = flag(this, "object");
|
|
4969
4940
|
var ssfi = flag(this, "ssfi");
|
|
4970
4941
|
var flagMsg = flag(this, "message");
|
|
@@ -4995,8 +4966,7 @@ var require_assertions = __commonJS({
|
|
|
4995
4966
|
Assertion2.addMethod("instanceof", assertInstanceOf);
|
|
4996
4967
|
Assertion2.addMethod("instanceOf", assertInstanceOf);
|
|
4997
4968
|
function assertProperty(name, val, msg) {
|
|
4998
|
-
if (msg)
|
|
4999
|
-
flag(this, "message", msg);
|
|
4969
|
+
if (msg) flag(this, "message", msg);
|
|
5000
4970
|
var isNested = flag(this, "nested"), isOwn = flag(this, "own"), flagMsg = flag(this, "message"), obj = flag(this, "object"), ssfi = flag(this, "ssfi"), nameType = typeof name;
|
|
5001
4971
|
flagMsg = flagMsg ? flagMsg + ": " : "";
|
|
5002
4972
|
if (isNested) {
|
|
@@ -5033,20 +5003,14 @@ var require_assertions = __commonJS({
|
|
|
5033
5003
|
var isDeep = flag(this, "deep"), negate = flag(this, "negate"), pathInfo = isNested ? _.getPathInfo(obj, name) : null, value = isNested ? pathInfo.value : obj[name], isEql = isDeep ? flag(this, "eql") : (val1, val2) => val1 === val2;
|
|
5034
5004
|
;
|
|
5035
5005
|
var descriptor = "";
|
|
5036
|
-
if (isDeep)
|
|
5037
|
-
|
|
5038
|
-
if (
|
|
5039
|
-
descriptor += "own ";
|
|
5040
|
-
if (isNested)
|
|
5041
|
-
descriptor += "nested ";
|
|
5006
|
+
if (isDeep) descriptor += "deep ";
|
|
5007
|
+
if (isOwn) descriptor += "own ";
|
|
5008
|
+
if (isNested) descriptor += "nested ";
|
|
5042
5009
|
descriptor += "property ";
|
|
5043
5010
|
var hasProperty;
|
|
5044
|
-
if (isOwn)
|
|
5045
|
-
|
|
5046
|
-
else
|
|
5047
|
-
hasProperty = pathInfo.exists;
|
|
5048
|
-
else
|
|
5049
|
-
hasProperty = _.hasProperty(obj, name);
|
|
5011
|
+
if (isOwn) hasProperty = Object.prototype.hasOwnProperty.call(obj, name);
|
|
5012
|
+
else if (isNested) hasProperty = pathInfo.exists;
|
|
5013
|
+
else hasProperty = _.hasProperty(obj, name);
|
|
5050
5014
|
if (!negate || arguments.length === 1) {
|
|
5051
5015
|
this.assert(
|
|
5052
5016
|
hasProperty,
|
|
@@ -5077,8 +5041,7 @@ var require_assertions = __commonJS({
|
|
|
5077
5041
|
msg = descriptor;
|
|
5078
5042
|
descriptor = null;
|
|
5079
5043
|
}
|
|
5080
|
-
if (msg)
|
|
5081
|
-
flag(this, "message", msg);
|
|
5044
|
+
if (msg) flag(this, "message", msg);
|
|
5082
5045
|
var obj = flag(this, "object");
|
|
5083
5046
|
var actualDescriptor = Object.getOwnPropertyDescriptor(Object(obj), name);
|
|
5084
5047
|
var eql = flag(this, "eql");
|
|
@@ -5106,8 +5069,7 @@ var require_assertions = __commonJS({
|
|
|
5106
5069
|
flag(this, "doLength", true);
|
|
5107
5070
|
}
|
|
5108
5071
|
function assertLength(n2, msg) {
|
|
5109
|
-
if (msg)
|
|
5110
|
-
flag(this, "message", msg);
|
|
5072
|
+
if (msg) flag(this, "message", msg);
|
|
5111
5073
|
var obj = flag(this, "object"), objType = _.type(obj).toLowerCase(), flagMsg = flag(this, "message"), ssfi = flag(this, "ssfi"), descriptor = "length", itemsCount;
|
|
5112
5074
|
switch (objType) {
|
|
5113
5075
|
case "map":
|
|
@@ -5130,8 +5092,7 @@ var require_assertions = __commonJS({
|
|
|
5130
5092
|
Assertion2.addChainableMethod("length", assertLength, assertLengthChain);
|
|
5131
5093
|
Assertion2.addChainableMethod("lengthOf", assertLength, assertLengthChain);
|
|
5132
5094
|
function assertMatch(re, msg) {
|
|
5133
|
-
if (msg)
|
|
5134
|
-
flag(this, "message", msg);
|
|
5095
|
+
if (msg) flag(this, "message", msg);
|
|
5135
5096
|
var obj = flag(this, "object");
|
|
5136
5097
|
this.assert(
|
|
5137
5098
|
re.exec(obj),
|
|
@@ -5142,8 +5103,7 @@ var require_assertions = __commonJS({
|
|
|
5142
5103
|
Assertion2.addMethod("match", assertMatch);
|
|
5143
5104
|
Assertion2.addMethod("matches", assertMatch);
|
|
5144
5105
|
Assertion2.addMethod("string", function(str, msg) {
|
|
5145
|
-
if (msg)
|
|
5146
|
-
flag(this, "message", msg);
|
|
5106
|
+
if (msg) flag(this, "message", msg);
|
|
5147
5107
|
var obj = flag(this, "object"), flagMsg = flag(this, "message"), ssfi = flag(this, "ssfi");
|
|
5148
5108
|
new Assertion2(obj, flagMsg, ssfi, true).is.a("string");
|
|
5149
5109
|
this.assert(
|
|
@@ -5238,8 +5198,7 @@ var require_assertions = __commonJS({
|
|
|
5238
5198
|
Assertion2.addMethod("keys", assertKeys);
|
|
5239
5199
|
Assertion2.addMethod("key", assertKeys);
|
|
5240
5200
|
function assertThrows(errorLike, errMsgMatcher, msg) {
|
|
5241
|
-
if (msg)
|
|
5242
|
-
flag(this, "message", msg);
|
|
5201
|
+
if (msg) flag(this, "message", msg);
|
|
5243
5202
|
var obj = flag(this, "object"), ssfi = flag(this, "ssfi"), flagMsg = flag(this, "message"), negate = flag(this, "negate") || false;
|
|
5244
5203
|
new Assertion2(obj, flagMsg, ssfi, true).is.a("function");
|
|
5245
5204
|
if (errorLike instanceof RegExp || typeof errorLike === "string") {
|
|
@@ -5339,8 +5298,7 @@ var require_assertions = __commonJS({
|
|
|
5339
5298
|
Assertion2.addMethod("throws", assertThrows);
|
|
5340
5299
|
Assertion2.addMethod("Throw", assertThrows);
|
|
5341
5300
|
function respondTo(method, msg) {
|
|
5342
|
-
if (msg)
|
|
5343
|
-
flag(this, "message", msg);
|
|
5301
|
+
if (msg) flag(this, "message", msg);
|
|
5344
5302
|
var obj = flag(this, "object"), itself = flag(this, "itself"), context = "function" === typeof obj && !itself ? obj.prototype[method] : obj[method];
|
|
5345
5303
|
this.assert(
|
|
5346
5304
|
"function" === typeof context,
|
|
@@ -5354,8 +5312,7 @@ var require_assertions = __commonJS({
|
|
|
5354
5312
|
flag(this, "itself", true);
|
|
5355
5313
|
});
|
|
5356
5314
|
function satisfy(matcher, msg) {
|
|
5357
|
-
if (msg)
|
|
5358
|
-
flag(this, "message", msg);
|
|
5315
|
+
if (msg) flag(this, "message", msg);
|
|
5359
5316
|
var obj = flag(this, "object");
|
|
5360
5317
|
var result = matcher(obj);
|
|
5361
5318
|
this.assert(
|
|
@@ -5369,8 +5326,7 @@ var require_assertions = __commonJS({
|
|
|
5369
5326
|
Assertion2.addMethod("satisfy", satisfy);
|
|
5370
5327
|
Assertion2.addMethod("satisfies", satisfy);
|
|
5371
5328
|
function closeTo(expected, delta, msg) {
|
|
5372
|
-
if (msg)
|
|
5373
|
-
flag(this, "message", msg);
|
|
5329
|
+
if (msg) flag(this, "message", msg);
|
|
5374
5330
|
var obj = flag(this, "object"), flagMsg = flag(this, "message"), ssfi = flag(this, "ssfi");
|
|
5375
5331
|
new Assertion2(obj, flagMsg, ssfi, true).is.a("number");
|
|
5376
5332
|
if (typeof expected !== "number" || typeof delta !== "number") {
|
|
@@ -5392,33 +5348,26 @@ var require_assertions = __commonJS({
|
|
|
5392
5348
|
Assertion2.addMethod("approximately", closeTo);
|
|
5393
5349
|
function isSubsetOf(subset, superset, cmp, contains, ordered) {
|
|
5394
5350
|
if (!contains) {
|
|
5395
|
-
if (subset.length !== superset.length)
|
|
5396
|
-
return false;
|
|
5351
|
+
if (subset.length !== superset.length) return false;
|
|
5397
5352
|
superset = superset.slice();
|
|
5398
5353
|
}
|
|
5399
5354
|
return subset.every(function(elem, idx) {
|
|
5400
|
-
if (ordered)
|
|
5401
|
-
return cmp ? cmp(elem, superset[idx]) : elem === superset[idx];
|
|
5355
|
+
if (ordered) return cmp ? cmp(elem, superset[idx]) : elem === superset[idx];
|
|
5402
5356
|
if (!cmp) {
|
|
5403
5357
|
var matchIdx = superset.indexOf(elem);
|
|
5404
|
-
if (matchIdx === -1)
|
|
5405
|
-
|
|
5406
|
-
if (!contains)
|
|
5407
|
-
superset.splice(matchIdx, 1);
|
|
5358
|
+
if (matchIdx === -1) return false;
|
|
5359
|
+
if (!contains) superset.splice(matchIdx, 1);
|
|
5408
5360
|
return true;
|
|
5409
5361
|
}
|
|
5410
5362
|
return superset.some(function(elem2, matchIdx2) {
|
|
5411
|
-
if (!cmp(elem, elem2))
|
|
5412
|
-
|
|
5413
|
-
if (!contains)
|
|
5414
|
-
superset.splice(matchIdx2, 1);
|
|
5363
|
+
if (!cmp(elem, elem2)) return false;
|
|
5364
|
+
if (!contains) superset.splice(matchIdx2, 1);
|
|
5415
5365
|
return true;
|
|
5416
5366
|
});
|
|
5417
5367
|
});
|
|
5418
5368
|
}
|
|
5419
5369
|
Assertion2.addMethod("members", function(subset, msg) {
|
|
5420
|
-
if (msg)
|
|
5421
|
-
flag(this, "message", msg);
|
|
5370
|
+
if (msg) flag(this, "message", msg);
|
|
5422
5371
|
var obj = flag(this, "object"), flagMsg = flag(this, "message"), ssfi = flag(this, "ssfi");
|
|
5423
5372
|
new Assertion2(obj, flagMsg, ssfi, true).to.be.an("array");
|
|
5424
5373
|
new Assertion2(subset, flagMsg, ssfi, true).to.be.an("array");
|
|
@@ -5445,8 +5394,7 @@ var require_assertions = __commonJS({
|
|
|
5445
5394
|
);
|
|
5446
5395
|
});
|
|
5447
5396
|
function oneOf(list, msg) {
|
|
5448
|
-
if (msg)
|
|
5449
|
-
flag(this, "message", msg);
|
|
5397
|
+
if (msg) flag(this, "message", msg);
|
|
5450
5398
|
var expected = flag(this, "object"), flagMsg = flag(this, "message"), ssfi = flag(this, "ssfi"), contains = flag(this, "contains"), isDeep = flag(this, "deep"), eql = flag(this, "eql");
|
|
5451
5399
|
new Assertion2(list, flagMsg, ssfi, true).to.be.an("array");
|
|
5452
5400
|
if (contains) {
|
|
@@ -5483,8 +5431,7 @@ var require_assertions = __commonJS({
|
|
|
5483
5431
|
}
|
|
5484
5432
|
Assertion2.addMethod("oneOf", oneOf);
|
|
5485
5433
|
function assertChanges(subject, prop, msg) {
|
|
5486
|
-
if (msg)
|
|
5487
|
-
flag(this, "message", msg);
|
|
5434
|
+
if (msg) flag(this, "message", msg);
|
|
5488
5435
|
var fn2 = flag(this, "object"), flagMsg = flag(this, "message"), ssfi = flag(this, "ssfi");
|
|
5489
5436
|
new Assertion2(fn2, flagMsg, ssfi, true).is.a("function");
|
|
5490
5437
|
var initial;
|
|
@@ -5512,8 +5459,7 @@ var require_assertions = __commonJS({
|
|
|
5512
5459
|
Assertion2.addMethod("change", assertChanges);
|
|
5513
5460
|
Assertion2.addMethod("changes", assertChanges);
|
|
5514
5461
|
function assertIncreases(subject, prop, msg) {
|
|
5515
|
-
if (msg)
|
|
5516
|
-
flag(this, "message", msg);
|
|
5462
|
+
if (msg) flag(this, "message", msg);
|
|
5517
5463
|
var fn2 = flag(this, "object"), flagMsg = flag(this, "message"), ssfi = flag(this, "ssfi");
|
|
5518
5464
|
new Assertion2(fn2, flagMsg, ssfi, true).is.a("function");
|
|
5519
5465
|
var initial;
|
|
@@ -5542,8 +5488,7 @@ var require_assertions = __commonJS({
|
|
|
5542
5488
|
Assertion2.addMethod("increase", assertIncreases);
|
|
5543
5489
|
Assertion2.addMethod("increases", assertIncreases);
|
|
5544
5490
|
function assertDecreases(subject, prop, msg) {
|
|
5545
|
-
if (msg)
|
|
5546
|
-
flag(this, "message", msg);
|
|
5491
|
+
if (msg) flag(this, "message", msg);
|
|
5547
5492
|
var fn2 = flag(this, "object"), flagMsg = flag(this, "message"), ssfi = flag(this, "ssfi");
|
|
5548
5493
|
new Assertion2(fn2, flagMsg, ssfi, true).is.a("function");
|
|
5549
5494
|
var initial;
|
|
@@ -5572,8 +5517,7 @@ var require_assertions = __commonJS({
|
|
|
5572
5517
|
Assertion2.addMethod("decrease", assertDecreases);
|
|
5573
5518
|
Assertion2.addMethod("decreases", assertDecreases);
|
|
5574
5519
|
function assertDelta(delta, msg) {
|
|
5575
|
-
if (msg)
|
|
5576
|
-
flag(this, "message", msg);
|
|
5520
|
+
if (msg) flag(this, "message", msg);
|
|
5577
5521
|
var msgObj = flag(this, "deltaMsgObj");
|
|
5578
5522
|
var initial = flag(this, "initialDeltaValue");
|
|
5579
5523
|
var final = flag(this, "finalDeltaValue");
|
|
@@ -5631,9 +5575,9 @@ var require_assertions = __commonJS({
|
|
|
5631
5575
|
}
|
|
5632
5576
|
});
|
|
5633
5577
|
|
|
5634
|
-
// ../../node_modules/chai/lib/chai/interface/expect.js
|
|
5578
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/interface/expect.js
|
|
5635
5579
|
var require_expect = __commonJS({
|
|
5636
|
-
"../../node_modules/chai/lib/chai/interface/expect.js"(exports, module) {
|
|
5580
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/interface/expect.js"(exports, module) {
|
|
5637
5581
|
"use strict";
|
|
5638
5582
|
init_esm_shims();
|
|
5639
5583
|
module.exports = function(chai3, util2) {
|
|
@@ -5656,9 +5600,9 @@ var require_expect = __commonJS({
|
|
|
5656
5600
|
}
|
|
5657
5601
|
});
|
|
5658
5602
|
|
|
5659
|
-
// ../../node_modules/chai/lib/chai/interface/should.js
|
|
5603
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/interface/should.js
|
|
5660
5604
|
var require_should = __commonJS({
|
|
5661
|
-
"../../node_modules/chai/lib/chai/interface/should.js"(exports, module) {
|
|
5605
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/interface/should.js"(exports, module) {
|
|
5662
5606
|
"use strict";
|
|
5663
5607
|
init_esm_shims();
|
|
5664
5608
|
module.exports = function(chai3, util2) {
|
|
@@ -5726,9 +5670,9 @@ var require_should = __commonJS({
|
|
|
5726
5670
|
}
|
|
5727
5671
|
});
|
|
5728
5672
|
|
|
5729
|
-
// ../../node_modules/chai/lib/chai/interface/assert.js
|
|
5673
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/interface/assert.js
|
|
5730
5674
|
var require_assert = __commonJS({
|
|
5731
|
-
"../../node_modules/chai/lib/chai/interface/assert.js"(exports, module) {
|
|
5675
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/interface/assert.js"(exports, module) {
|
|
5732
5676
|
"use strict";
|
|
5733
5677
|
init_esm_shims();
|
|
5734
5678
|
module.exports = function(chai3, util2) {
|
|
@@ -6291,14 +6235,14 @@ var require_assert = __commonJS({
|
|
|
6291
6235
|
}
|
|
6292
6236
|
});
|
|
6293
6237
|
|
|
6294
|
-
// ../../node_modules/chai/lib/chai.js
|
|
6238
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai.js
|
|
6295
6239
|
var require_chai = __commonJS({
|
|
6296
|
-
"../../node_modules/chai/lib/chai.js"(exports) {
|
|
6240
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai.js"(exports) {
|
|
6297
6241
|
"use strict";
|
|
6298
6242
|
init_esm_shims();
|
|
6299
6243
|
var used = [];
|
|
6300
6244
|
exports.version = "4.3.8";
|
|
6301
|
-
exports.AssertionError =
|
|
6245
|
+
exports.AssertionError = require_package4();
|
|
6302
6246
|
var util2 = require_utils();
|
|
6303
6247
|
exports.use = function(fn2) {
|
|
6304
6248
|
if (!~used.indexOf(fn2)) {
|
|
@@ -6323,16 +6267,16 @@ var require_chai = __commonJS({
|
|
|
6323
6267
|
}
|
|
6324
6268
|
});
|
|
6325
6269
|
|
|
6326
|
-
// ../../node_modules/chai/index.js
|
|
6327
|
-
var
|
|
6328
|
-
"../../node_modules/chai/index.js"(exports, module) {
|
|
6270
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/index.js
|
|
6271
|
+
var require_package8 = __commonJS({
|
|
6272
|
+
"../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/index.js"(exports, module) {
|
|
6329
6273
|
"use strict";
|
|
6330
6274
|
init_esm_shims();
|
|
6331
6275
|
module.exports = require_chai();
|
|
6332
6276
|
}
|
|
6333
6277
|
});
|
|
6334
6278
|
|
|
6335
|
-
// ../../node_modules/@jridgewell
|
|
6279
|
+
// ../../node_modules/.store/@jridgewell-sourcemap-codec-npm-1.4.15-a055fb62cf/package/dist/sourcemap-codec.mjs
|
|
6336
6280
|
function encode(decoded) {
|
|
6337
6281
|
const state = new Int32Array(5);
|
|
6338
6282
|
const bufLength = 1024 * 16;
|
|
@@ -6391,7 +6335,7 @@ function encodeInteger(buf, pos, state, segment, j) {
|
|
|
6391
6335
|
}
|
|
6392
6336
|
var comma2, semicolon, chars2, intToChar2, charToInt2, td;
|
|
6393
6337
|
var init_sourcemap_codec = __esm({
|
|
6394
|
-
"../../node_modules/@jridgewell
|
|
6338
|
+
"../../node_modules/.store/@jridgewell-sourcemap-codec-npm-1.4.15-a055fb62cf/package/dist/sourcemap-codec.mjs"() {
|
|
6395
6339
|
"use strict";
|
|
6396
6340
|
init_esm_shims();
|
|
6397
6341
|
comma2 = ",".charCodeAt(0);
|
|
@@ -6421,7 +6365,7 @@ var init_sourcemap_codec = __esm({
|
|
|
6421
6365
|
}
|
|
6422
6366
|
});
|
|
6423
6367
|
|
|
6424
|
-
// ../../node_modules/magic-string/dist/magic-string.es.mjs
|
|
6368
|
+
// ../../node_modules/.store/magic-string-npm-0.30.10-f4e92e6784/package/dist/magic-string.es.mjs
|
|
6425
6369
|
var magic_string_es_exports = {};
|
|
6426
6370
|
__export(magic_string_es_exports, {
|
|
6427
6371
|
Bundle: () => Bundle,
|
|
@@ -6465,8 +6409,7 @@ function getRelativePath(from, to) {
|
|
|
6465
6409
|
}
|
|
6466
6410
|
if (fromParts.length) {
|
|
6467
6411
|
let i2 = fromParts.length;
|
|
6468
|
-
while (i2--)
|
|
6469
|
-
fromParts[i2] = "..";
|
|
6412
|
+
while (i2--) fromParts[i2] = "..";
|
|
6470
6413
|
}
|
|
6471
6414
|
return fromParts.concat(toParts).join("/");
|
|
6472
6415
|
}
|
|
@@ -6498,7 +6441,7 @@ function getLocator(source) {
|
|
|
6498
6441
|
}
|
|
6499
6442
|
var BitSet, Chunk, btoa, SourceMap, toString2, wordRegex, Mappings, n, warned, MagicString, hasOwnProp, Bundle;
|
|
6500
6443
|
var init_magic_string_es = __esm({
|
|
6501
|
-
"../../node_modules/magic-string/dist/magic-string.es.mjs"() {
|
|
6444
|
+
"../../node_modules/.store/magic-string-npm-0.30.10-f4e92e6784/package/dist/magic-string.es.mjs"() {
|
|
6502
6445
|
"use strict";
|
|
6503
6446
|
init_esm_shims();
|
|
6504
6447
|
init_sourcemap_codec();
|
|
@@ -6601,8 +6544,7 @@ var init_magic_string_es = __esm({
|
|
|
6601
6544
|
this.content = originalBefore;
|
|
6602
6545
|
}
|
|
6603
6546
|
newChunk.next = this.next;
|
|
6604
|
-
if (newChunk.next)
|
|
6605
|
-
newChunk.next.previous = newChunk;
|
|
6547
|
+
if (newChunk.next) newChunk.next.previous = newChunk;
|
|
6606
6548
|
newChunk.previous = this;
|
|
6607
6549
|
this.next = newChunk;
|
|
6608
6550
|
return newChunk;
|
|
@@ -6612,8 +6554,7 @@ var init_magic_string_es = __esm({
|
|
|
6612
6554
|
}
|
|
6613
6555
|
trimEnd(rx) {
|
|
6614
6556
|
this.outro = this.outro.replace(rx, "");
|
|
6615
|
-
if (this.outro.length)
|
|
6616
|
-
return true;
|
|
6557
|
+
if (this.outro.length) return true;
|
|
6617
6558
|
const trimmed = this.content.replace(rx, "");
|
|
6618
6559
|
if (trimmed.length) {
|
|
6619
6560
|
if (trimmed !== this.content) {
|
|
@@ -6626,14 +6567,12 @@ var init_magic_string_es = __esm({
|
|
|
6626
6567
|
} else {
|
|
6627
6568
|
this.edit("", void 0, true);
|
|
6628
6569
|
this.intro = this.intro.replace(rx, "");
|
|
6629
|
-
if (this.intro.length)
|
|
6630
|
-
return true;
|
|
6570
|
+
if (this.intro.length) return true;
|
|
6631
6571
|
}
|
|
6632
6572
|
}
|
|
6633
6573
|
trimStart(rx) {
|
|
6634
6574
|
this.intro = this.intro.replace(rx, "");
|
|
6635
|
-
if (this.intro.length)
|
|
6636
|
-
return true;
|
|
6575
|
+
if (this.intro.length) return true;
|
|
6637
6576
|
const trimmed = this.content.replace(rx, "");
|
|
6638
6577
|
if (trimmed.length) {
|
|
6639
6578
|
if (trimmed !== this.content) {
|
|
@@ -6647,8 +6586,7 @@ var init_magic_string_es = __esm({
|
|
|
6647
6586
|
} else {
|
|
6648
6587
|
this.edit("", void 0, true);
|
|
6649
6588
|
this.outro = this.outro.replace(rx, "");
|
|
6650
|
-
if (this.outro.length)
|
|
6651
|
-
return true;
|
|
6589
|
+
if (this.outro.length) return true;
|
|
6652
6590
|
}
|
|
6653
6591
|
}
|
|
6654
6592
|
};
|
|
@@ -6750,8 +6688,7 @@ var init_magic_string_es = __esm({
|
|
|
6750
6688
|
this.pending = null;
|
|
6751
6689
|
}
|
|
6752
6690
|
advance(str) {
|
|
6753
|
-
if (!str)
|
|
6754
|
-
return;
|
|
6691
|
+
if (!str) return;
|
|
6755
6692
|
const lines = str.split("\n");
|
|
6756
6693
|
if (lines.length > 1) {
|
|
6757
6694
|
for (let i2 = 0; i2 < lines.length - 1; i2++) {
|
|
@@ -6795,14 +6732,12 @@ var init_magic_string_es = __esm({
|
|
|
6795
6732
|
this.sourcemapLocations.add(char);
|
|
6796
6733
|
}
|
|
6797
6734
|
append(content) {
|
|
6798
|
-
if (typeof content !== "string")
|
|
6799
|
-
throw new TypeError("outro content must be a string");
|
|
6735
|
+
if (typeof content !== "string") throw new TypeError("outro content must be a string");
|
|
6800
6736
|
this.outro += content;
|
|
6801
6737
|
return this;
|
|
6802
6738
|
}
|
|
6803
6739
|
appendLeft(index, content) {
|
|
6804
|
-
if (typeof content !== "string")
|
|
6805
|
-
throw new TypeError("inserted content must be a string");
|
|
6740
|
+
if (typeof content !== "string") throw new TypeError("inserted content must be a string");
|
|
6806
6741
|
this._split(index);
|
|
6807
6742
|
const chunk = this.byEnd[index];
|
|
6808
6743
|
if (chunk) {
|
|
@@ -6813,8 +6748,7 @@ var init_magic_string_es = __esm({
|
|
|
6813
6748
|
return this;
|
|
6814
6749
|
}
|
|
6815
6750
|
appendRight(index, content) {
|
|
6816
|
-
if (typeof content !== "string")
|
|
6817
|
-
throw new TypeError("inserted content must be a string");
|
|
6751
|
+
if (typeof content !== "string") throw new TypeError("inserted content must be a string");
|
|
6818
6752
|
this._split(index);
|
|
6819
6753
|
const chunk = this.byStart[index];
|
|
6820
6754
|
if (chunk) {
|
|
@@ -6860,8 +6794,7 @@ var init_magic_string_es = __esm({
|
|
|
6860
6794
|
}
|
|
6861
6795
|
this.firstChunk.eachNext((chunk) => {
|
|
6862
6796
|
const loc = locate(chunk.start);
|
|
6863
|
-
if (chunk.intro.length)
|
|
6864
|
-
mappings.advance(chunk.intro);
|
|
6797
|
+
if (chunk.intro.length) mappings.advance(chunk.intro);
|
|
6865
6798
|
if (chunk.edited) {
|
|
6866
6799
|
mappings.addEdit(
|
|
6867
6800
|
sourceIndex,
|
|
@@ -6872,8 +6805,7 @@ var init_magic_string_es = __esm({
|
|
|
6872
6805
|
} else {
|
|
6873
6806
|
mappings.addUneditedChunk(sourceIndex, chunk, this.original, loc, this.sourcemapLocations);
|
|
6874
6807
|
}
|
|
6875
|
-
if (chunk.outro.length)
|
|
6876
|
-
mappings.advance(chunk.outro);
|
|
6808
|
+
if (chunk.outro.length) mappings.advance(chunk.outro);
|
|
6877
6809
|
});
|
|
6878
6810
|
return {
|
|
6879
6811
|
file: options.file ? options.file.split(/[/\\]/).pop() : void 0,
|
|
@@ -6912,8 +6844,7 @@ var init_magic_string_es = __esm({
|
|
|
6912
6844
|
this._ensureindentStr();
|
|
6913
6845
|
indentStr = this.indentStr || " ";
|
|
6914
6846
|
}
|
|
6915
|
-
if (indentStr === "")
|
|
6916
|
-
return this;
|
|
6847
|
+
if (indentStr === "") return this;
|
|
6917
6848
|
options = options || {};
|
|
6918
6849
|
const isExcluded = {};
|
|
6919
6850
|
if (options.exclude) {
|
|
@@ -6926,8 +6857,7 @@ var init_magic_string_es = __esm({
|
|
|
6926
6857
|
}
|
|
6927
6858
|
let shouldIndentNextCharacter = options.indentStart !== false;
|
|
6928
6859
|
const replacer = (match) => {
|
|
6929
|
-
if (shouldIndentNextCharacter)
|
|
6930
|
-
return `${indentStr}${match}`;
|
|
6860
|
+
if (shouldIndentNextCharacter) return `${indentStr}${match}`;
|
|
6931
6861
|
shouldIndentNextCharacter = true;
|
|
6932
6862
|
return match;
|
|
6933
6863
|
};
|
|
@@ -6994,8 +6924,7 @@ var init_magic_string_es = __esm({
|
|
|
6994
6924
|
return this.prependRight(index, content);
|
|
6995
6925
|
}
|
|
6996
6926
|
move(start, end, index) {
|
|
6997
|
-
if (index >= start && index <= end)
|
|
6998
|
-
throw new Error("Cannot move a selection inside itself");
|
|
6927
|
+
if (index >= start && index <= end) throw new Error("Cannot move a selection inside itself");
|
|
6999
6928
|
this._split(start);
|
|
7000
6929
|
this._split(end);
|
|
7001
6930
|
this._split(index);
|
|
@@ -7004,29 +6933,21 @@ var init_magic_string_es = __esm({
|
|
|
7004
6933
|
const oldLeft = first.previous;
|
|
7005
6934
|
const oldRight = last.next;
|
|
7006
6935
|
const newRight = this.byStart[index];
|
|
7007
|
-
if (!newRight && last === this.lastChunk)
|
|
7008
|
-
return this;
|
|
6936
|
+
if (!newRight && last === this.lastChunk) return this;
|
|
7009
6937
|
const newLeft = newRight ? newRight.previous : this.lastChunk;
|
|
7010
|
-
if (oldLeft)
|
|
7011
|
-
|
|
7012
|
-
if (
|
|
7013
|
-
|
|
7014
|
-
if (
|
|
7015
|
-
newLeft.next = first;
|
|
7016
|
-
if (newRight)
|
|
7017
|
-
newRight.previous = last;
|
|
7018
|
-
if (!first.previous)
|
|
7019
|
-
this.firstChunk = last.next;
|
|
6938
|
+
if (oldLeft) oldLeft.next = oldRight;
|
|
6939
|
+
if (oldRight) oldRight.previous = oldLeft;
|
|
6940
|
+
if (newLeft) newLeft.next = first;
|
|
6941
|
+
if (newRight) newRight.previous = last;
|
|
6942
|
+
if (!first.previous) this.firstChunk = last.next;
|
|
7020
6943
|
if (!last.next) {
|
|
7021
6944
|
this.lastChunk = first.previous;
|
|
7022
6945
|
this.lastChunk.next = null;
|
|
7023
6946
|
}
|
|
7024
6947
|
first.previous = newLeft;
|
|
7025
6948
|
last.next = newRight || null;
|
|
7026
|
-
if (!newLeft)
|
|
7027
|
-
|
|
7028
|
-
if (!newRight)
|
|
7029
|
-
this.lastChunk = last;
|
|
6949
|
+
if (!newLeft) this.firstChunk = first;
|
|
6950
|
+
if (!newRight) this.lastChunk = last;
|
|
7030
6951
|
return this;
|
|
7031
6952
|
}
|
|
7032
6953
|
overwrite(start, end, content, options) {
|
|
@@ -7034,14 +6955,10 @@ var init_magic_string_es = __esm({
|
|
|
7034
6955
|
return this.update(start, end, content, { ...options, overwrite: !options.contentOnly });
|
|
7035
6956
|
}
|
|
7036
6957
|
update(start, end, content, options) {
|
|
7037
|
-
if (typeof content !== "string")
|
|
7038
|
-
|
|
7039
|
-
while (
|
|
7040
|
-
|
|
7041
|
-
while (end < 0)
|
|
7042
|
-
end += this.original.length;
|
|
7043
|
-
if (end > this.original.length)
|
|
7044
|
-
throw new Error("end is out of bounds");
|
|
6958
|
+
if (typeof content !== "string") throw new TypeError("replacement content must be a string");
|
|
6959
|
+
while (start < 0) start += this.original.length;
|
|
6960
|
+
while (end < 0) end += this.original.length;
|
|
6961
|
+
if (end > this.original.length) throw new Error("end is out of bounds");
|
|
7045
6962
|
if (start === end)
|
|
7046
6963
|
throw new Error(
|
|
7047
6964
|
"Cannot overwrite a zero-length range \u2013 use appendLeft or prependRight instead"
|
|
@@ -7087,14 +7004,12 @@ var init_magic_string_es = __esm({
|
|
|
7087
7004
|
return this;
|
|
7088
7005
|
}
|
|
7089
7006
|
prepend(content) {
|
|
7090
|
-
if (typeof content !== "string")
|
|
7091
|
-
throw new TypeError("outro content must be a string");
|
|
7007
|
+
if (typeof content !== "string") throw new TypeError("outro content must be a string");
|
|
7092
7008
|
this.intro = content + this.intro;
|
|
7093
7009
|
return this;
|
|
7094
7010
|
}
|
|
7095
7011
|
prependLeft(index, content) {
|
|
7096
|
-
if (typeof content !== "string")
|
|
7097
|
-
throw new TypeError("inserted content must be a string");
|
|
7012
|
+
if (typeof content !== "string") throw new TypeError("inserted content must be a string");
|
|
7098
7013
|
this._split(index);
|
|
7099
7014
|
const chunk = this.byEnd[index];
|
|
7100
7015
|
if (chunk) {
|
|
@@ -7105,8 +7020,7 @@ var init_magic_string_es = __esm({
|
|
|
7105
7020
|
return this;
|
|
7106
7021
|
}
|
|
7107
7022
|
prependRight(index, content) {
|
|
7108
|
-
if (typeof content !== "string")
|
|
7109
|
-
throw new TypeError("inserted content must be a string");
|
|
7023
|
+
if (typeof content !== "string") throw new TypeError("inserted content must be a string");
|
|
7110
7024
|
this._split(index);
|
|
7111
7025
|
const chunk = this.byStart[index];
|
|
7112
7026
|
if (chunk) {
|
|
@@ -7117,16 +7031,11 @@ var init_magic_string_es = __esm({
|
|
|
7117
7031
|
return this;
|
|
7118
7032
|
}
|
|
7119
7033
|
remove(start, end) {
|
|
7120
|
-
while (start < 0)
|
|
7121
|
-
|
|
7122
|
-
|
|
7123
|
-
|
|
7124
|
-
if (start
|
|
7125
|
-
return this;
|
|
7126
|
-
if (start < 0 || end > this.original.length)
|
|
7127
|
-
throw new Error("Character is out of bounds");
|
|
7128
|
-
if (start > end)
|
|
7129
|
-
throw new Error("end must be greater than start");
|
|
7034
|
+
while (start < 0) start += this.original.length;
|
|
7035
|
+
while (end < 0) end += this.original.length;
|
|
7036
|
+
if (start === end) return this;
|
|
7037
|
+
if (start < 0 || end > this.original.length) throw new Error("Character is out of bounds");
|
|
7038
|
+
if (start > end) throw new Error("end must be greater than start");
|
|
7130
7039
|
this._split(start);
|
|
7131
7040
|
this._split(end);
|
|
7132
7041
|
let chunk = this.byStart[start];
|
|
@@ -7139,16 +7048,11 @@ var init_magic_string_es = __esm({
|
|
|
7139
7048
|
return this;
|
|
7140
7049
|
}
|
|
7141
7050
|
reset(start, end) {
|
|
7142
|
-
while (start < 0)
|
|
7143
|
-
|
|
7144
|
-
|
|
7145
|
-
|
|
7146
|
-
if (start
|
|
7147
|
-
return this;
|
|
7148
|
-
if (start < 0 || end > this.original.length)
|
|
7149
|
-
throw new Error("Character is out of bounds");
|
|
7150
|
-
if (start > end)
|
|
7151
|
-
throw new Error("end must be greater than start");
|
|
7051
|
+
while (start < 0) start += this.original.length;
|
|
7052
|
+
while (end < 0) end += this.original.length;
|
|
7053
|
+
if (start === end) return this;
|
|
7054
|
+
if (start < 0 || end > this.original.length) throw new Error("Character is out of bounds");
|
|
7055
|
+
if (start > end) throw new Error("end must be greater than start");
|
|
7152
7056
|
this._split(start);
|
|
7153
7057
|
this._split(end);
|
|
7154
7058
|
let chunk = this.byStart[start];
|
|
@@ -7159,57 +7063,45 @@ var init_magic_string_es = __esm({
|
|
|
7159
7063
|
return this;
|
|
7160
7064
|
}
|
|
7161
7065
|
lastChar() {
|
|
7162
|
-
if (this.outro.length)
|
|
7163
|
-
return this.outro[this.outro.length - 1];
|
|
7066
|
+
if (this.outro.length) return this.outro[this.outro.length - 1];
|
|
7164
7067
|
let chunk = this.lastChunk;
|
|
7165
7068
|
do {
|
|
7166
|
-
if (chunk.outro.length)
|
|
7167
|
-
|
|
7168
|
-
if (chunk.
|
|
7169
|
-
return chunk.content[chunk.content.length - 1];
|
|
7170
|
-
if (chunk.intro.length)
|
|
7171
|
-
return chunk.intro[chunk.intro.length - 1];
|
|
7069
|
+
if (chunk.outro.length) return chunk.outro[chunk.outro.length - 1];
|
|
7070
|
+
if (chunk.content.length) return chunk.content[chunk.content.length - 1];
|
|
7071
|
+
if (chunk.intro.length) return chunk.intro[chunk.intro.length - 1];
|
|
7172
7072
|
} while (chunk = chunk.previous);
|
|
7173
|
-
if (this.intro.length)
|
|
7174
|
-
return this.intro[this.intro.length - 1];
|
|
7073
|
+
if (this.intro.length) return this.intro[this.intro.length - 1];
|
|
7175
7074
|
return "";
|
|
7176
7075
|
}
|
|
7177
7076
|
lastLine() {
|
|
7178
7077
|
let lineIndex = this.outro.lastIndexOf(n);
|
|
7179
|
-
if (lineIndex !== -1)
|
|
7180
|
-
return this.outro.substr(lineIndex + 1);
|
|
7078
|
+
if (lineIndex !== -1) return this.outro.substr(lineIndex + 1);
|
|
7181
7079
|
let lineStr = this.outro;
|
|
7182
7080
|
let chunk = this.lastChunk;
|
|
7183
7081
|
do {
|
|
7184
7082
|
if (chunk.outro.length > 0) {
|
|
7185
7083
|
lineIndex = chunk.outro.lastIndexOf(n);
|
|
7186
|
-
if (lineIndex !== -1)
|
|
7187
|
-
return chunk.outro.substr(lineIndex + 1) + lineStr;
|
|
7084
|
+
if (lineIndex !== -1) return chunk.outro.substr(lineIndex + 1) + lineStr;
|
|
7188
7085
|
lineStr = chunk.outro + lineStr;
|
|
7189
7086
|
}
|
|
7190
7087
|
if (chunk.content.length > 0) {
|
|
7191
7088
|
lineIndex = chunk.content.lastIndexOf(n);
|
|
7192
|
-
if (lineIndex !== -1)
|
|
7193
|
-
return chunk.content.substr(lineIndex + 1) + lineStr;
|
|
7089
|
+
if (lineIndex !== -1) return chunk.content.substr(lineIndex + 1) + lineStr;
|
|
7194
7090
|
lineStr = chunk.content + lineStr;
|
|
7195
7091
|
}
|
|
7196
7092
|
if (chunk.intro.length > 0) {
|
|
7197
7093
|
lineIndex = chunk.intro.lastIndexOf(n);
|
|
7198
|
-
if (lineIndex !== -1)
|
|
7199
|
-
return chunk.intro.substr(lineIndex + 1) + lineStr;
|
|
7094
|
+
if (lineIndex !== -1) return chunk.intro.substr(lineIndex + 1) + lineStr;
|
|
7200
7095
|
lineStr = chunk.intro + lineStr;
|
|
7201
7096
|
}
|
|
7202
7097
|
} while (chunk = chunk.previous);
|
|
7203
7098
|
lineIndex = this.intro.lastIndexOf(n);
|
|
7204
|
-
if (lineIndex !== -1)
|
|
7205
|
-
return this.intro.substr(lineIndex + 1) + lineStr;
|
|
7099
|
+
if (lineIndex !== -1) return this.intro.substr(lineIndex + 1) + lineStr;
|
|
7206
7100
|
return this.intro + lineStr;
|
|
7207
7101
|
}
|
|
7208
7102
|
slice(start = 0, end = this.original.length) {
|
|
7209
|
-
while (start < 0)
|
|
7210
|
-
|
|
7211
|
-
while (end < 0)
|
|
7212
|
-
end += this.original.length;
|
|
7103
|
+
while (start < 0) start += this.original.length;
|
|
7104
|
+
while (end < 0) end += this.original.length;
|
|
7213
7105
|
let result = "";
|
|
7214
7106
|
let chunk = this.firstChunk;
|
|
7215
7107
|
while (chunk && (chunk.start > start || chunk.end <= start)) {
|
|
@@ -7249,13 +7141,11 @@ var init_magic_string_es = __esm({
|
|
|
7249
7141
|
return clone2;
|
|
7250
7142
|
}
|
|
7251
7143
|
_split(index) {
|
|
7252
|
-
if (this.byStart[index] || this.byEnd[index])
|
|
7253
|
-
return;
|
|
7144
|
+
if (this.byStart[index] || this.byEnd[index]) return;
|
|
7254
7145
|
let chunk = this.lastSearchedChunk;
|
|
7255
7146
|
const searchForward = index > chunk.end;
|
|
7256
7147
|
while (chunk) {
|
|
7257
|
-
if (chunk.contains(index))
|
|
7258
|
-
return this._splitChunk(chunk, index);
|
|
7148
|
+
if (chunk.contains(index)) return this._splitChunk(chunk, index);
|
|
7259
7149
|
chunk = searchForward ? this.byStart[chunk.end] : this.byEnd[chunk.start];
|
|
7260
7150
|
}
|
|
7261
7151
|
}
|
|
@@ -7270,8 +7160,7 @@ var init_magic_string_es = __esm({
|
|
|
7270
7160
|
this.byEnd[index] = chunk;
|
|
7271
7161
|
this.byStart[index] = newChunk;
|
|
7272
7162
|
this.byEnd[newChunk.end] = newChunk;
|
|
7273
|
-
if (chunk === this.lastChunk)
|
|
7274
|
-
this.lastChunk = newChunk;
|
|
7163
|
+
if (chunk === this.lastChunk) this.lastChunk = newChunk;
|
|
7275
7164
|
this.lastSearchedChunk = chunk;
|
|
7276
7165
|
return true;
|
|
7277
7166
|
}
|
|
@@ -7309,8 +7198,7 @@ var init_magic_string_es = __esm({
|
|
|
7309
7198
|
trimEndAborted(charType) {
|
|
7310
7199
|
const rx = new RegExp((charType || "\\s") + "+$");
|
|
7311
7200
|
this.outro = this.outro.replace(rx, "");
|
|
7312
|
-
if (this.outro.length)
|
|
7313
|
-
return true;
|
|
7201
|
+
if (this.outro.length) return true;
|
|
7314
7202
|
let chunk = this.lastChunk;
|
|
7315
7203
|
do {
|
|
7316
7204
|
const end = chunk.end;
|
|
@@ -7323,8 +7211,7 @@ var init_magic_string_es = __esm({
|
|
|
7323
7211
|
this.byStart[chunk.next.start] = chunk.next;
|
|
7324
7212
|
this.byEnd[chunk.next.end] = chunk.next;
|
|
7325
7213
|
}
|
|
7326
|
-
if (aborted)
|
|
7327
|
-
return true;
|
|
7214
|
+
if (aborted) return true;
|
|
7328
7215
|
chunk = chunk.previous;
|
|
7329
7216
|
} while (chunk);
|
|
7330
7217
|
return false;
|
|
@@ -7336,21 +7223,18 @@ var init_magic_string_es = __esm({
|
|
|
7336
7223
|
trimStartAborted(charType) {
|
|
7337
7224
|
const rx = new RegExp("^" + (charType || "\\s") + "+");
|
|
7338
7225
|
this.intro = this.intro.replace(rx, "");
|
|
7339
|
-
if (this.intro.length)
|
|
7340
|
-
return true;
|
|
7226
|
+
if (this.intro.length) return true;
|
|
7341
7227
|
let chunk = this.firstChunk;
|
|
7342
7228
|
do {
|
|
7343
7229
|
const end = chunk.end;
|
|
7344
7230
|
const aborted = chunk.trimStart(rx);
|
|
7345
7231
|
if (chunk.end !== end) {
|
|
7346
|
-
if (chunk === this.lastChunk)
|
|
7347
|
-
this.lastChunk = chunk.next;
|
|
7232
|
+
if (chunk === this.lastChunk) this.lastChunk = chunk.next;
|
|
7348
7233
|
this.byEnd[chunk.end] = chunk;
|
|
7349
7234
|
this.byStart[chunk.next.start] = chunk.next;
|
|
7350
7235
|
this.byEnd[chunk.next.end] = chunk.next;
|
|
7351
7236
|
}
|
|
7352
|
-
if (aborted)
|
|
7353
|
-
return true;
|
|
7237
|
+
if (aborted) return true;
|
|
7354
7238
|
chunk = chunk.next;
|
|
7355
7239
|
} while (chunk);
|
|
7356
7240
|
return false;
|
|
@@ -7366,13 +7250,10 @@ var init_magic_string_es = __esm({
|
|
|
7366
7250
|
function getReplacement(match, str) {
|
|
7367
7251
|
if (typeof replacement === "string") {
|
|
7368
7252
|
return replacement.replace(/\$(\$|&|\d+)/g, (_, i2) => {
|
|
7369
|
-
if (i2 === "$")
|
|
7370
|
-
|
|
7371
|
-
if (i2 === "&")
|
|
7372
|
-
return match[0];
|
|
7253
|
+
if (i2 === "$") return "$";
|
|
7254
|
+
if (i2 === "&") return match[0];
|
|
7373
7255
|
const num = +i2;
|
|
7374
|
-
if (num < match.length)
|
|
7375
|
-
return match[+i2];
|
|
7256
|
+
if (num < match.length) return match[+i2];
|
|
7376
7257
|
return `$${i2}`;
|
|
7377
7258
|
});
|
|
7378
7259
|
} else {
|
|
@@ -7475,8 +7356,7 @@ var init_magic_string_es = __esm({
|
|
|
7475
7356
|
);
|
|
7476
7357
|
}
|
|
7477
7358
|
["filename", "ignoreList", "indentExclusionRanges", "separator"].forEach((option) => {
|
|
7478
|
-
if (!hasOwnProp.call(source, option))
|
|
7479
|
-
source[option] = source.content[option];
|
|
7359
|
+
if (!hasOwnProp.call(source, option)) source[option] = source.content[option];
|
|
7480
7360
|
});
|
|
7481
7361
|
if (source.separator === void 0) {
|
|
7482
7362
|
source.separator = this.separator;
|
|
@@ -7521,8 +7401,7 @@ var init_magic_string_es = __esm({
|
|
|
7521
7401
|
let x_google_ignoreList = void 0;
|
|
7522
7402
|
this.sources.forEach((source) => {
|
|
7523
7403
|
Object.keys(source.content.storedNames).forEach((name) => {
|
|
7524
|
-
if (!~names.indexOf(name))
|
|
7525
|
-
names.push(name);
|
|
7404
|
+
if (!~names.indexOf(name)) names.push(name);
|
|
7526
7405
|
});
|
|
7527
7406
|
});
|
|
7528
7407
|
const mappings = new Mappings(options.hires);
|
|
@@ -7541,8 +7420,7 @@ var init_magic_string_es = __esm({
|
|
|
7541
7420
|
}
|
|
7542
7421
|
magicString.firstChunk.eachNext((chunk) => {
|
|
7543
7422
|
const loc = locate(chunk.start);
|
|
7544
|
-
if (chunk.intro.length)
|
|
7545
|
-
mappings.advance(chunk.intro);
|
|
7423
|
+
if (chunk.intro.length) mappings.advance(chunk.intro);
|
|
7546
7424
|
if (source.filename) {
|
|
7547
7425
|
if (chunk.edited) {
|
|
7548
7426
|
mappings.addEdit(
|
|
@@ -7563,8 +7441,7 @@ var init_magic_string_es = __esm({
|
|
|
7563
7441
|
} else {
|
|
7564
7442
|
mappings.advance(chunk.content);
|
|
7565
7443
|
}
|
|
7566
|
-
if (chunk.outro.length)
|
|
7567
|
-
mappings.advance(chunk.outro);
|
|
7444
|
+
if (chunk.outro.length) mappings.advance(chunk.outro);
|
|
7568
7445
|
});
|
|
7569
7446
|
if (magicString.outro) {
|
|
7570
7447
|
mappings.advance(magicString.outro);
|
|
@@ -7596,10 +7473,8 @@ var init_magic_string_es = __esm({
|
|
|
7596
7473
|
const indentStringCounts = {};
|
|
7597
7474
|
this.sources.forEach((source) => {
|
|
7598
7475
|
const indentStr = source.content._getRawIndentString();
|
|
7599
|
-
if (indentStr === null)
|
|
7600
|
-
|
|
7601
|
-
if (!indentStringCounts[indentStr])
|
|
7602
|
-
indentStringCounts[indentStr] = 0;
|
|
7476
|
+
if (indentStr === null) return;
|
|
7477
|
+
if (!indentStringCounts[indentStr]) indentStringCounts[indentStr] = 0;
|
|
7603
7478
|
indentStringCounts[indentStr] += 1;
|
|
7604
7479
|
});
|
|
7605
7480
|
return Object.keys(indentStringCounts).sort((a, b2) => {
|
|
@@ -7610,8 +7485,7 @@ var init_magic_string_es = __esm({
|
|
|
7610
7485
|
if (!arguments.length) {
|
|
7611
7486
|
indentStr = this.getIndentString();
|
|
7612
7487
|
}
|
|
7613
|
-
if (indentStr === "")
|
|
7614
|
-
return this;
|
|
7488
|
+
if (indentStr === "") return this;
|
|
7615
7489
|
let trailingNewline = !this.intro || this.intro.slice(-1) === "\n";
|
|
7616
7490
|
this.sources.forEach((source, i2) => {
|
|
7617
7491
|
const separator = source.separator !== void 0 ? source.separator : this.separator;
|
|
@@ -7643,10 +7517,8 @@ var init_magic_string_es = __esm({
|
|
|
7643
7517
|
return this.intro + body;
|
|
7644
7518
|
}
|
|
7645
7519
|
isEmpty() {
|
|
7646
|
-
if (this.intro.length && this.intro.trim())
|
|
7647
|
-
|
|
7648
|
-
if (this.sources.some((source) => !source.content.isEmpty()))
|
|
7649
|
-
return false;
|
|
7520
|
+
if (this.intro.length && this.intro.trim()) return false;
|
|
7521
|
+
if (this.sources.some((source) => !source.content.isEmpty())) return false;
|
|
7650
7522
|
return true;
|
|
7651
7523
|
}
|
|
7652
7524
|
length() {
|
|
@@ -7693,99 +7565,38 @@ var init_magic_string_es = __esm({
|
|
|
7693
7565
|
}
|
|
7694
7566
|
});
|
|
7695
7567
|
|
|
7696
|
-
// ../../node_modules/camelcase/index.js
|
|
7697
|
-
var require_camelcase = __commonJS({
|
|
7698
|
-
"../../node_modules/camelcase/index.js"(exports, module) {
|
|
7699
|
-
"use strict";
|
|
7700
|
-
init_esm_shims();
|
|
7701
|
-
var preserveCamelCase = (string3) => {
|
|
7702
|
-
let isLastCharLower = false;
|
|
7703
|
-
let isLastCharUpper = false;
|
|
7704
|
-
let isLastLastCharUpper = false;
|
|
7705
|
-
for (let i2 = 0; i2 < string3.length; i2++) {
|
|
7706
|
-
const character = string3[i2];
|
|
7707
|
-
if (isLastCharLower && /[a-zA-Z]/.test(character) && character.toUpperCase() === character) {
|
|
7708
|
-
string3 = string3.slice(0, i2) + "-" + string3.slice(i2);
|
|
7709
|
-
isLastCharLower = false;
|
|
7710
|
-
isLastLastCharUpper = isLastCharUpper;
|
|
7711
|
-
isLastCharUpper = true;
|
|
7712
|
-
i2++;
|
|
7713
|
-
} else if (isLastCharUpper && isLastLastCharUpper && /[a-zA-Z]/.test(character) && character.toLowerCase() === character) {
|
|
7714
|
-
string3 = string3.slice(0, i2 - 1) + "-" + string3.slice(i2 - 1);
|
|
7715
|
-
isLastLastCharUpper = isLastCharUpper;
|
|
7716
|
-
isLastCharUpper = false;
|
|
7717
|
-
isLastCharLower = true;
|
|
7718
|
-
} else {
|
|
7719
|
-
isLastCharLower = character.toLowerCase() === character && character.toUpperCase() !== character;
|
|
7720
|
-
isLastLastCharUpper = isLastCharUpper;
|
|
7721
|
-
isLastCharUpper = character.toUpperCase() === character && character.toLowerCase() !== character;
|
|
7722
|
-
}
|
|
7723
|
-
}
|
|
7724
|
-
return string3;
|
|
7725
|
-
};
|
|
7726
|
-
var camelCase = (input, options) => {
|
|
7727
|
-
if (!(typeof input === "string" || Array.isArray(input))) {
|
|
7728
|
-
throw new TypeError("Expected the input to be `string | string[]`");
|
|
7729
|
-
}
|
|
7730
|
-
options = Object.assign({
|
|
7731
|
-
pascalCase: false
|
|
7732
|
-
}, options);
|
|
7733
|
-
const postProcess = (x) => options.pascalCase ? x.charAt(0).toUpperCase() + x.slice(1) : x;
|
|
7734
|
-
if (Array.isArray(input)) {
|
|
7735
|
-
input = input.map((x) => x.trim()).filter((x) => x.length).join("-");
|
|
7736
|
-
} else {
|
|
7737
|
-
input = input.trim();
|
|
7738
|
-
}
|
|
7739
|
-
if (input.length === 0) {
|
|
7740
|
-
return "";
|
|
7741
|
-
}
|
|
7742
|
-
if (input.length === 1) {
|
|
7743
|
-
return options.pascalCase ? input.toUpperCase() : input.toLowerCase();
|
|
7744
|
-
}
|
|
7745
|
-
const hasUpperCase = input !== input.toLowerCase();
|
|
7746
|
-
if (hasUpperCase) {
|
|
7747
|
-
input = preserveCamelCase(input);
|
|
7748
|
-
}
|
|
7749
|
-
input = input.replace(/^[_.\- ]+/, "").toLowerCase().replace(/[_.\- ]+(\w|$)/g, (_, p1) => p1.toUpperCase()).replace(/\d+(\w|$)/g, (m) => m.toUpperCase());
|
|
7750
|
-
return postProcess(input);
|
|
7751
|
-
};
|
|
7752
|
-
module.exports = camelCase;
|
|
7753
|
-
module.exports.default = camelCase;
|
|
7754
|
-
}
|
|
7755
|
-
});
|
|
7756
|
-
|
|
7757
7568
|
// src/transforms/reactSvg.ts
|
|
7758
7569
|
import path2 from "path";
|
|
7570
|
+
import { pascalCase } from "change-case";
|
|
7759
7571
|
var require_reactSvg = __commonJS({
|
|
7760
7572
|
"src/transforms/reactSvg.ts"(exports, module) {
|
|
7761
7573
|
"use strict";
|
|
7762
7574
|
init_esm_shims();
|
|
7763
|
-
var import_camelcase = __toESM(require_camelcase());
|
|
7764
7575
|
module.exports = {
|
|
7765
7576
|
process(_src, filename) {
|
|
7766
7577
|
const assetFilename = JSON.stringify(path2.basename(filename));
|
|
7767
|
-
const pascalCaseFileName = (
|
|
7768
|
-
pascalCase: true
|
|
7769
|
-
});
|
|
7578
|
+
const pascalCaseFileName = pascalCase(path2.parse(filename).name);
|
|
7770
7579
|
const componentName = `Svg${pascalCaseFileName}`;
|
|
7771
|
-
return
|
|
7772
|
-
|
|
7773
|
-
|
|
7774
|
-
|
|
7775
|
-
|
|
7776
|
-
|
|
7777
|
-
|
|
7778
|
-
|
|
7779
|
-
|
|
7780
|
-
|
|
7781
|
-
|
|
7782
|
-
|
|
7783
|
-
|
|
7784
|
-
|
|
7580
|
+
return {
|
|
7581
|
+
code: `
|
|
7582
|
+
const React = require('react');
|
|
7583
|
+
module.exports = {
|
|
7584
|
+
__esModule: true,
|
|
7585
|
+
default: ${assetFilename},
|
|
7586
|
+
ReactComponent: React.forwardRef(function ${componentName}(props, ref) {
|
|
7587
|
+
return {
|
|
7588
|
+
$$typeof: Symbol.for('react.element'),
|
|
7589
|
+
type: 'svg',
|
|
7590
|
+
ref: ref,
|
|
7591
|
+
key: null,
|
|
7592
|
+
props: Object.assign({}, props, {
|
|
7593
|
+
children: ${assetFilename}
|
|
7594
|
+
})
|
|
7595
|
+
};
|
|
7596
|
+
}),
|
|
7785
7597
|
};
|
|
7786
|
-
|
|
7787
|
-
|
|
7788
|
-
`;
|
|
7598
|
+
`
|
|
7599
|
+
};
|
|
7789
7600
|
}
|
|
7790
7601
|
};
|
|
7791
7602
|
}
|
|
@@ -7794,22 +7605,22 @@ var require_reactSvg = __commonJS({
|
|
|
7794
7605
|
// src/transforms/reactSvg.test.ts
|
|
7795
7606
|
init_esm_shims();
|
|
7796
7607
|
|
|
7797
|
-
// ../../node_modules/vitest/dist/index.js
|
|
7608
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/index.js
|
|
7798
7609
|
init_esm_shims();
|
|
7799
7610
|
|
|
7800
|
-
// ../../node_modules/@vitest
|
|
7611
|
+
// ../../node_modules/.store/@vitest-runner-npm-1.6.0-347d69d63d/package/dist/index.js
|
|
7801
7612
|
init_esm_shims();
|
|
7802
7613
|
|
|
7803
|
-
// ../../node_modules
|
|
7614
|
+
// ../../node_modules/.store/p-limit-npm-5.0.0-cc102b17d7/package/index.js
|
|
7804
7615
|
init_esm_shims();
|
|
7805
7616
|
|
|
7806
|
-
// ../../node_modules
|
|
7617
|
+
// ../../node_modules/.store/yocto-queue-npm-1.0.0-7b502f1987/package/index.js
|
|
7807
7618
|
init_esm_shims();
|
|
7808
7619
|
|
|
7809
|
-
// ../../node_modules/@vitest
|
|
7620
|
+
// ../../node_modules/.store/@vitest-utils-npm-1.6.0-a0cbbfa622/package/dist/index.js
|
|
7810
7621
|
init_esm_shims();
|
|
7811
7622
|
|
|
7812
|
-
// ../../node_modules/@vitest
|
|
7623
|
+
// ../../node_modules/.store/@vitest-utils-npm-1.6.0-a0cbbfa622/package/dist/helpers.js
|
|
7813
7624
|
init_esm_shims();
|
|
7814
7625
|
function assertTypes(value, name, types) {
|
|
7815
7626
|
const receivedType = typeof value;
|
|
@@ -7912,10 +7723,10 @@ function createDefer() {
|
|
|
7912
7723
|
return p;
|
|
7913
7724
|
}
|
|
7914
7725
|
|
|
7915
|
-
// ../../node_modules/@vitest
|
|
7726
|
+
// ../../node_modules/.store/@vitest-utils-npm-1.6.0-a0cbbfa622/package/dist/chunk-display.js
|
|
7916
7727
|
init_esm_shims();
|
|
7917
7728
|
var import_pretty_format = __toESM(require_build(), 1);
|
|
7918
|
-
|
|
7729
|
+
init_package();
|
|
7919
7730
|
var {
|
|
7920
7731
|
AsymmetricMatcher,
|
|
7921
7732
|
DOMCollection,
|
|
@@ -8055,7 +7866,7 @@ function objDisplay(obj, options = {}) {
|
|
|
8055
7866
|
return str;
|
|
8056
7867
|
}
|
|
8057
7868
|
|
|
8058
|
-
// ../../node_modules/@vitest
|
|
7869
|
+
// ../../node_modules/.store/@vitest-utils-npm-1.6.0-a0cbbfa622/package/dist/chunk-colors.js
|
|
8059
7870
|
init_esm_shims();
|
|
8060
7871
|
var SAFE_TIMERS_SYMBOL = Symbol("vitest:SAFE_TIMERS");
|
|
8061
7872
|
var SAFE_COLORS_SYMBOL = Symbol("vitest:SAFE_COLORS");
|
|
@@ -8099,9 +7910,9 @@ function getColors() {
|
|
|
8099
7910
|
return globalThis[SAFE_COLORS_SYMBOL] || defaultColors;
|
|
8100
7911
|
}
|
|
8101
7912
|
|
|
8102
|
-
// ../../node_modules/@vitest
|
|
7913
|
+
// ../../node_modules/.store/@vitest-utils-npm-1.6.0-a0cbbfa622/package/dist/index.js
|
|
8103
7914
|
var import_pretty_format2 = __toESM(require_build(), 1);
|
|
8104
|
-
|
|
7915
|
+
init_package();
|
|
8105
7916
|
function getSafeTimers() {
|
|
8106
7917
|
const {
|
|
8107
7918
|
setTimeout: safeSetTimeout,
|
|
@@ -8227,10 +8038,10 @@ var reservedWords = {
|
|
|
8227
8038
|
var keywords = new Set(reservedWords.keyword);
|
|
8228
8039
|
var reservedWordsStrictSet = new Set(reservedWords.strict);
|
|
8229
8040
|
|
|
8230
|
-
// ../../node_modules/@vitest
|
|
8041
|
+
// ../../node_modules/.store/@vitest-utils-npm-1.6.0-a0cbbfa622/package/dist/error.js
|
|
8231
8042
|
init_esm_shims();
|
|
8232
8043
|
|
|
8233
|
-
// ../../node_modules/@vitest
|
|
8044
|
+
// ../../node_modules/.store/@vitest-utils-npm-1.6.0-a0cbbfa622/package/dist/diff.js
|
|
8234
8045
|
init_esm_shims();
|
|
8235
8046
|
var import_pretty_format3 = __toESM(require_build(), 1);
|
|
8236
8047
|
var diff$1 = __toESM(require_build2(), 1);
|
|
@@ -8783,10 +8594,10 @@ function getObjectsDifference(a, b2, formatOptions, options) {
|
|
|
8783
8594
|
}
|
|
8784
8595
|
}
|
|
8785
8596
|
|
|
8786
|
-
// ../../node_modules/@vitest
|
|
8597
|
+
// ../../node_modules/.store/@vitest-utils-npm-1.6.0-a0cbbfa622/package/dist/error.js
|
|
8787
8598
|
var import_pretty_format4 = __toESM(require_build(), 1);
|
|
8788
8599
|
var import_diff_sequences = __toESM(require_build2(), 1);
|
|
8789
|
-
|
|
8600
|
+
init_package();
|
|
8790
8601
|
var IS_RECORD_SYMBOL = "@@__IMMUTABLE_RECORD__@@";
|
|
8791
8602
|
var IS_COLLECTION_SYMBOL = "@@__IMMUTABLE_ITERABLE__@@";
|
|
8792
8603
|
function isImmutable(v) {
|
|
@@ -8928,7 +8739,7 @@ function replaceAsymmetricMatcher(actual, expected, actualReplaced = /* @__PURE_
|
|
|
8928
8739
|
};
|
|
8929
8740
|
}
|
|
8930
8741
|
|
|
8931
|
-
// ../../node_modules/@vitest
|
|
8742
|
+
// ../../node_modules/.store/@vitest-runner-npm-1.6.0-347d69d63d/package/dist/chunk-tasks.js
|
|
8932
8743
|
init_esm_shims();
|
|
8933
8744
|
function createChainable(keys2, fn2) {
|
|
8934
8745
|
function create(context) {
|
|
@@ -8967,10 +8778,10 @@ function getNames(task) {
|
|
|
8967
8778
|
return names;
|
|
8968
8779
|
}
|
|
8969
8780
|
|
|
8970
|
-
// ../../node_modules/pathe/dist/index.mjs
|
|
8781
|
+
// ../../node_modules/.store/pathe-npm-1.1.2-b80d94db55/package/dist/index.mjs
|
|
8971
8782
|
init_esm_shims();
|
|
8972
8783
|
|
|
8973
|
-
// ../../node_modules/pathe/dist/shared/pathe.ff20891b.mjs
|
|
8784
|
+
// ../../node_modules/.store/pathe-npm-1.1.2-b80d94db55/package/dist/shared/pathe.ff20891b.mjs
|
|
8974
8785
|
init_esm_shims();
|
|
8975
8786
|
var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
|
|
8976
8787
|
function normalizeWindowsPath(input = "") {
|
|
@@ -9019,8 +8830,7 @@ function normalizeString(path3, allowAboveRoot) {
|
|
|
9019
8830
|
char = "/";
|
|
9020
8831
|
}
|
|
9021
8832
|
if (char === "/") {
|
|
9022
|
-
if (lastSlash === index - 1 || dots === 1)
|
|
9023
|
-
;
|
|
8833
|
+
if (lastSlash === index - 1 || dots === 1) ;
|
|
9024
8834
|
else if (dots === 2) {
|
|
9025
8835
|
if (res.length < 2 || lastSegmentLength !== 2 || res[res.length - 1] !== "." || res[res.length - 2] !== ".") {
|
|
9026
8836
|
if (res.length > 2) {
|
|
@@ -9069,7 +8879,7 @@ var isAbsolute = function(p) {
|
|
|
9069
8879
|
return _IS_ABSOLUTE_RE.test(p);
|
|
9070
8880
|
};
|
|
9071
8881
|
|
|
9072
|
-
// ../../node_modules/@vitest
|
|
8882
|
+
// ../../node_modules/.store/@vitest-utils-npm-1.6.0-a0cbbfa622/package/dist/source-map.js
|
|
9073
8883
|
init_esm_shims();
|
|
9074
8884
|
function normalizeWindowsPath2(input = "") {
|
|
9075
8885
|
if (!input || !input.includes("\\")) {
|
|
@@ -9117,8 +8927,7 @@ function normalizeString2(path3, allowAboveRoot) {
|
|
|
9117
8927
|
char = "/";
|
|
9118
8928
|
}
|
|
9119
8929
|
if (char === "/") {
|
|
9120
|
-
if (lastSlash === index - 1 || dots === 1)
|
|
9121
|
-
;
|
|
8930
|
+
if (lastSlash === index - 1 || dots === 1) ;
|
|
9122
8931
|
else if (dots === 2) {
|
|
9123
8932
|
if (res.length < 2 || lastSegmentLength !== 2 || res[res.length - 1] !== "." || res[res.length - 2] !== ".") {
|
|
9124
8933
|
if (res.length > 2) {
|
|
@@ -9518,7 +9327,7 @@ function parseSingleV8Stack(raw) {
|
|
|
9518
9327
|
};
|
|
9519
9328
|
}
|
|
9520
9329
|
|
|
9521
|
-
// ../../node_modules/@vitest
|
|
9330
|
+
// ../../node_modules/.store/@vitest-runner-npm-1.6.0-347d69d63d/package/dist/index.js
|
|
9522
9331
|
var fnMap = /* @__PURE__ */ new WeakMap();
|
|
9523
9332
|
var fixtureMap = /* @__PURE__ */ new WeakMap();
|
|
9524
9333
|
var hooksMap = /* @__PURE__ */ new WeakMap();
|
|
@@ -10106,16 +9915,16 @@ function createTestHook(name, handler) {
|
|
|
10106
9915
|
};
|
|
10107
9916
|
}
|
|
10108
9917
|
|
|
10109
|
-
// ../../node_modules/vitest/dist/vendor/benchmark.yGkUTKnC.js
|
|
9918
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/vendor/benchmark.yGkUTKnC.js
|
|
10110
9919
|
init_esm_shims();
|
|
10111
9920
|
|
|
10112
|
-
// ../../node_modules/@vitest
|
|
9921
|
+
// ../../node_modules/.store/@vitest-runner-npm-1.6.0-347d69d63d/package/dist/utils.js
|
|
10113
9922
|
init_esm_shims();
|
|
10114
9923
|
|
|
10115
|
-
// ../../node_modules/vitest/dist/vendor/index.SMVOaj7F.js
|
|
9924
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/vendor/index.SMVOaj7F.js
|
|
10116
9925
|
init_esm_shims();
|
|
10117
9926
|
|
|
10118
|
-
// ../../node_modules/vitest/dist/vendor/global.CkGT_TMy.js
|
|
9927
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/vendor/global.CkGT_TMy.js
|
|
10119
9928
|
init_esm_shims();
|
|
10120
9929
|
function getWorkerState() {
|
|
10121
9930
|
const workerState = globalThis.__vitest_worker__;
|
|
@@ -10130,7 +9939,7 @@ function getCurrentEnvironment() {
|
|
|
10130
9939
|
return state == null ? void 0 : state.environment.name;
|
|
10131
9940
|
}
|
|
10132
9941
|
|
|
10133
|
-
// ../../node_modules/vitest/dist/vendor/index.SMVOaj7F.js
|
|
9942
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/vendor/index.SMVOaj7F.js
|
|
10134
9943
|
function getRunMode() {
|
|
10135
9944
|
return getWorkerState().config.mode;
|
|
10136
9945
|
}
|
|
@@ -10138,7 +9947,7 @@ function isRunningInBenchmark() {
|
|
|
10138
9947
|
return getRunMode() === "benchmark";
|
|
10139
9948
|
}
|
|
10140
9949
|
|
|
10141
|
-
// ../../node_modules/vitest/dist/vendor/benchmark.yGkUTKnC.js
|
|
9950
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/vendor/benchmark.yGkUTKnC.js
|
|
10142
9951
|
var benchFns = /* @__PURE__ */ new WeakMap();
|
|
10143
9952
|
var benchOptsMap = /* @__PURE__ */ new WeakMap();
|
|
10144
9953
|
var bench = createBenchmark(
|
|
@@ -10168,7 +9977,7 @@ function formatName2(name) {
|
|
|
10168
9977
|
return typeof name === "string" ? name : name instanceof Function ? name.name || "<anonymous>" : String(name);
|
|
10169
9978
|
}
|
|
10170
9979
|
|
|
10171
|
-
// ../../node_modules/vitest/dist/vendor/run-once.Olz_Zkd8.js
|
|
9980
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/vendor/run-once.Olz_Zkd8.js
|
|
10172
9981
|
init_esm_shims();
|
|
10173
9982
|
var filesCount = /* @__PURE__ */ new Map();
|
|
10174
9983
|
var cache = /* @__PURE__ */ new Map();
|
|
@@ -10191,18 +10000,18 @@ function isFirstRun() {
|
|
|
10191
10000
|
return firstRun;
|
|
10192
10001
|
}
|
|
10193
10002
|
|
|
10194
|
-
// ../../node_modules/vitest/dist/vendor/vi.YFlodzP_.js
|
|
10003
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/vendor/vi.YFlodzP_.js
|
|
10195
10004
|
init_esm_shims();
|
|
10196
10005
|
|
|
10197
|
-
// ../../node_modules/chai/index.mjs
|
|
10198
|
-
var
|
|
10199
|
-
__export(
|
|
10006
|
+
// ../../node_modules/.store/chai-npm-4.4.1-ffd006b4b1/package/index.mjs
|
|
10007
|
+
var package_exports2 = {};
|
|
10008
|
+
__export(package_exports2, {
|
|
10200
10009
|
Assertion: () => Assertion,
|
|
10201
10010
|
AssertionError: () => AssertionError,
|
|
10202
10011
|
assert: () => assert,
|
|
10203
10012
|
config: () => config,
|
|
10204
10013
|
core: () => core,
|
|
10205
|
-
default: () =>
|
|
10014
|
+
default: () => package_default2,
|
|
10206
10015
|
expect: () => expect,
|
|
10207
10016
|
should: () => should,
|
|
10208
10017
|
use: () => use,
|
|
@@ -10210,7 +10019,7 @@ __export(chai_exports, {
|
|
|
10210
10019
|
version: () => version
|
|
10211
10020
|
});
|
|
10212
10021
|
init_esm_shims();
|
|
10213
|
-
var import_index = __toESM(
|
|
10022
|
+
var import_index = __toESM(require_package8(), 1);
|
|
10214
10023
|
var expect = import_index.default.expect;
|
|
10215
10024
|
var version = import_index.default.version;
|
|
10216
10025
|
var Assertion = import_index.default.Assertion;
|
|
@@ -10221,22 +10030,22 @@ var use = import_index.default.use;
|
|
|
10221
10030
|
var should = import_index.default.should;
|
|
10222
10031
|
var assert = import_index.default.assert;
|
|
10223
10032
|
var core = import_index.default.core;
|
|
10224
|
-
var
|
|
10033
|
+
var package_default2 = import_index.default;
|
|
10225
10034
|
|
|
10226
|
-
// ../../node_modules/vitest/dist/vendor/_commonjsHelpers.jjO7Zipk.js
|
|
10035
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/vendor/_commonjsHelpers.jjO7Zipk.js
|
|
10227
10036
|
init_esm_shims();
|
|
10228
10037
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
10229
10038
|
function getDefaultExportFromCjs(x) {
|
|
10230
10039
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
|
|
10231
10040
|
}
|
|
10232
10041
|
|
|
10233
|
-
// ../../node_modules/@vitest
|
|
10042
|
+
// ../../node_modules/.store/@vitest-expect-npm-1.6.0-0e382f8212/package/dist/index.js
|
|
10234
10043
|
init_esm_shims();
|
|
10235
10044
|
|
|
10236
|
-
// ../../node_modules/@vitest
|
|
10045
|
+
// ../../node_modules/.store/@vitest-spy-npm-1.6.0-7b9c4e57ee/package/dist/index.js
|
|
10237
10046
|
init_esm_shims();
|
|
10238
10047
|
|
|
10239
|
-
// ../../node_modules/tinyspy/dist/index.js
|
|
10048
|
+
// ../../node_modules/.store/tinyspy-npm-2.2.1-1079b8de54/package/dist/index.js
|
|
10240
10049
|
init_esm_shims();
|
|
10241
10050
|
function R(e, t) {
|
|
10242
10051
|
if (!e)
|
|
@@ -10328,7 +10137,7 @@ function E(e, t, n2) {
|
|
|
10328
10137
|
return i(T, "restore", K), i(T, "getOriginal", () => l ? o() : o), i(T, "willCall", (h) => (T.impl = h, y)), O(l ? () => (P(y, n2), y) : y), g.add(y), y;
|
|
10329
10138
|
}
|
|
10330
10139
|
|
|
10331
|
-
// ../../node_modules/@vitest
|
|
10140
|
+
// ../../node_modules/.store/@vitest-spy-npm-1.6.0-7b9c4e57ee/package/dist/index.js
|
|
10332
10141
|
var mocks = /* @__PURE__ */ new Set();
|
|
10333
10142
|
function isMockFunction(fn2) {
|
|
10334
10143
|
return typeof fn2 === "function" && "_isMockFunction" in fn2 && fn2._isMockFunction;
|
|
@@ -10456,7 +10265,7 @@ function fn(implementation) {
|
|
|
10456
10265
|
return enhancedSpy;
|
|
10457
10266
|
}
|
|
10458
10267
|
|
|
10459
|
-
// ../../node_modules/@vitest
|
|
10268
|
+
// ../../node_modules/.store/@vitest-expect-npm-1.6.0-0e382f8212/package/dist/index.js
|
|
10460
10269
|
var MATCHERS_OBJECT = Symbol.for("matchers-object");
|
|
10461
10270
|
var JEST_MATCHERS_OBJECT = Symbol.for("$$jest-matchers-object");
|
|
10462
10271
|
var GLOBAL_EXPECT = Symbol.for("expect-global");
|
|
@@ -12047,7 +11856,7 @@ var JestExtend = (chai3, utils) => {
|
|
|
12047
11856
|
});
|
|
12048
11857
|
};
|
|
12049
11858
|
|
|
12050
|
-
// ../../node_modules/@vitest
|
|
11859
|
+
// ../../node_modules/.store/@vitest-snapshot-npm-1.6.0-b7ed094dc8/package/dist/index.js
|
|
12051
11860
|
init_esm_shims();
|
|
12052
11861
|
var import_pretty_format5 = __toESM(require_build(), 1);
|
|
12053
11862
|
function getDefaultExportFromCjs2(x) {
|
|
@@ -12058,25 +11867,22 @@ var naturalCompare = function(a, b2) {
|
|
|
12058
11867
|
var i2, codeA, codeB = 1, posA = 0, posB = 0, alphabet = String.alphabet;
|
|
12059
11868
|
function getCode(str, pos, code) {
|
|
12060
11869
|
if (code) {
|
|
12061
|
-
for (i2 = pos; code = getCode(str, i2), code < 76 && code > 65; )
|
|
12062
|
-
++i2;
|
|
11870
|
+
for (i2 = pos; code = getCode(str, i2), code < 76 && code > 65; ) ++i2;
|
|
12063
11871
|
return +str.slice(pos - 1, i2);
|
|
12064
11872
|
}
|
|
12065
11873
|
code = alphabet && alphabet.indexOf(str.charAt(pos));
|
|
12066
11874
|
return code > -1 ? code + 76 : (code = str.charCodeAt(pos) || 0, code < 45 || code > 127) ? code : code < 46 ? 65 : code < 48 ? code - 1 : code < 58 ? code + 18 : code < 65 ? code - 11 : code < 91 ? code + 11 : code < 97 ? code - 37 : code < 123 ? code + 5 : code - 63;
|
|
12067
11875
|
}
|
|
12068
|
-
if ((a += "") != (b2 += ""))
|
|
12069
|
-
|
|
12070
|
-
|
|
12071
|
-
|
|
12072
|
-
|
|
12073
|
-
|
|
12074
|
-
|
|
12075
|
-
posB = i2;
|
|
12076
|
-
}
|
|
12077
|
-
if (codeA != codeB)
|
|
12078
|
-
return codeA < codeB ? -1 : 1;
|
|
11876
|
+
if ((a += "") != (b2 += "")) for (; codeB; ) {
|
|
11877
|
+
codeA = getCode(a, posA++);
|
|
11878
|
+
codeB = getCode(b2, posB++);
|
|
11879
|
+
if (codeA < 76 && codeB < 76 && codeA > 66 && codeB > 66) {
|
|
11880
|
+
codeA = getCode(a, posA, posA);
|
|
11881
|
+
codeB = getCode(b2, posB, posA = i2);
|
|
11882
|
+
posB = i2;
|
|
12079
11883
|
}
|
|
11884
|
+
if (codeA != codeB) return codeA < codeB ? -1 : 1;
|
|
11885
|
+
}
|
|
12080
11886
|
return 0;
|
|
12081
11887
|
};
|
|
12082
11888
|
try {
|
|
@@ -13423,19 +13229,19 @@ var SnapshotClient = class {
|
|
|
13423
13229
|
}
|
|
13424
13230
|
};
|
|
13425
13231
|
|
|
13426
|
-
// ../../node_modules/vitest/dist/vendor/tasks.IknbGB2n.js
|
|
13232
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/vendor/tasks.IknbGB2n.js
|
|
13427
13233
|
init_esm_shims();
|
|
13428
13234
|
function getFullName(task, separator = " > ") {
|
|
13429
13235
|
return getNames(task).join(separator);
|
|
13430
13236
|
}
|
|
13431
13237
|
|
|
13432
|
-
// ../../node_modules/vitest/dist/vendor/base.5NT-gWu5.js
|
|
13238
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/vendor/base.5NT-gWu5.js
|
|
13433
13239
|
init_esm_shims();
|
|
13434
13240
|
function isChildProcess() {
|
|
13435
13241
|
return typeof process !== "undefined" && !!process.send;
|
|
13436
13242
|
}
|
|
13437
13243
|
|
|
13438
|
-
// ../../node_modules/vitest/dist/vendor/date.Ns1pGd_X.js
|
|
13244
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/vendor/date.Ns1pGd_X.js
|
|
13439
13245
|
init_esm_shims();
|
|
13440
13246
|
var RealDate = Date;
|
|
13441
13247
|
var now2 = null;
|
|
@@ -13487,7 +13293,7 @@ function resetDate() {
|
|
|
13487
13293
|
globalThis.Date = RealDate;
|
|
13488
13294
|
}
|
|
13489
13295
|
|
|
13490
|
-
// ../../node_modules/vitest/dist/vendor/vi.YFlodzP_.js
|
|
13296
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/vendor/vi.YFlodzP_.js
|
|
13491
13297
|
function resetModules(modules, resetMocks = false) {
|
|
13492
13298
|
const skipPaths = [
|
|
13493
13299
|
// Vitest
|
|
@@ -15830,7 +15636,7 @@ function createVitest() {
|
|
|
15830
15636
|
var vitest = createVitest();
|
|
15831
15637
|
var vi = vitest;
|
|
15832
15638
|
|
|
15833
|
-
// ../../node_modules/vitest/dist/vendor/index.dI9lHwVn.js
|
|
15639
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/vendor/index.dI9lHwVn.js
|
|
15834
15640
|
init_esm_shims();
|
|
15835
15641
|
function getRunningMode() {
|
|
15836
15642
|
return process.env.VITEST_MODE === "WATCH" ? "watch" : "run";
|
|
@@ -15905,7 +15711,7 @@ var VitestIndex = /* @__PURE__ */ Object.freeze({
|
|
|
15905
15711
|
beforeAll,
|
|
15906
15712
|
beforeEach,
|
|
15907
15713
|
bench,
|
|
15908
|
-
chai:
|
|
15714
|
+
chai: package_exports2,
|
|
15909
15715
|
createExpect,
|
|
15910
15716
|
describe,
|
|
15911
15717
|
expect: globalExpect,
|
|
@@ -15925,7 +15731,7 @@ var VitestIndex = /* @__PURE__ */ Object.freeze({
|
|
|
15925
15731
|
vitest
|
|
15926
15732
|
});
|
|
15927
15733
|
|
|
15928
|
-
// ../../node_modules/vitest/dist/index.js
|
|
15734
|
+
// ../../node_modules/.store/vitest-virtual-ef72f4c06f/package/dist/index.js
|
|
15929
15735
|
var expectTypeOf = dist.expectTypeOf;
|
|
15930
15736
|
|
|
15931
15737
|
// src/transforms/reactSvg.test.ts
|
|
@@ -15933,30 +15739,45 @@ var reactSvg = __toESM(require_reactSvg());
|
|
|
15933
15739
|
describe("reactSvg transform", () => {
|
|
15934
15740
|
it("should match snapshot", () => {
|
|
15935
15741
|
globalExpect(reactSvg.process("src", "parent/Icon.svg")).toMatchInlineSnapshot(`
|
|
15936
|
-
|
|
15937
|
-
|
|
15938
|
-
|
|
15939
|
-
|
|
15940
|
-
|
|
15941
|
-
|
|
15942
|
-
|
|
15943
|
-
|
|
15944
|
-
|
|
15945
|
-
|
|
15946
|
-
|
|
15947
|
-
|
|
15948
|
-
|
|
15949
|
-
|
|
15742
|
+
{
|
|
15743
|
+
"code": "
|
|
15744
|
+
const React = require('react');
|
|
15745
|
+
module.exports = {
|
|
15746
|
+
__esModule: true,
|
|
15747
|
+
default: "Icon.svg",
|
|
15748
|
+
ReactComponent: React.forwardRef(function SvgIcon(props, ref) {
|
|
15749
|
+
return {
|
|
15750
|
+
$$typeof: Symbol.for('react.element'),
|
|
15751
|
+
type: 'svg',
|
|
15752
|
+
ref: ref,
|
|
15753
|
+
key: null,
|
|
15754
|
+
props: Object.assign({}, props, {
|
|
15755
|
+
children: "Icon.svg"
|
|
15756
|
+
})
|
|
15757
|
+
};
|
|
15758
|
+
}),
|
|
15950
15759
|
};
|
|
15951
|
-
|
|
15952
|
-
|
|
15953
|
-
"
|
|
15760
|
+
",
|
|
15761
|
+
}
|
|
15954
15762
|
`);
|
|
15955
15763
|
});
|
|
15764
|
+
it.each([
|
|
15765
|
+
["parent/kebab-case.svg", "SvgKebabCase"],
|
|
15766
|
+
["parent/snake_case.svg", "SvgSnakeCase"],
|
|
15767
|
+
["parent/camelCase.svg", "SvgCamelCase"],
|
|
15768
|
+
["parent/YELLING_CASE.svg", "SvgYellingCase"]
|
|
15769
|
+
])(
|
|
15770
|
+
"should generate a valid React component name based on the filename %s",
|
|
15771
|
+
(filename, expectedComponentName) => {
|
|
15772
|
+
globalExpect(reactSvg.process("src", filename).code).toContain(
|
|
15773
|
+
`function ${expectedComponentName}`
|
|
15774
|
+
);
|
|
15775
|
+
}
|
|
15776
|
+
);
|
|
15956
15777
|
});
|
|
15957
15778
|
/*! Bundled license information:
|
|
15958
15779
|
|
|
15959
|
-
react-is/cjs/react-is.production.min.js:
|
|
15780
|
+
.store/react-is-npm-18.3.1-370a81e1e9/package/cjs/react-is.production.min.js:
|
|
15960
15781
|
(**
|
|
15961
15782
|
* @license React
|
|
15962
15783
|
* react-is.production.min.js
|
|
@@ -15967,7 +15788,7 @@ react-is/cjs/react-is.production.min.js:
|
|
|
15967
15788
|
* LICENSE file in the root directory of this source tree.
|
|
15968
15789
|
*)
|
|
15969
15790
|
|
|
15970
|
-
react-is/cjs/react-is.development.js:
|
|
15791
|
+
.store/react-is-npm-18.3.1-370a81e1e9/package/cjs/react-is.development.js:
|
|
15971
15792
|
(**
|
|
15972
15793
|
* @license React
|
|
15973
15794
|
* react-is.development.js
|
|
@@ -15978,7 +15799,7 @@ react-is/cjs/react-is.development.js:
|
|
|
15978
15799
|
* LICENSE file in the root directory of this source tree.
|
|
15979
15800
|
*)
|
|
15980
15801
|
|
|
15981
|
-
assertion-error/index.js:
|
|
15802
|
+
.store/assertion-error-npm-1.1.0-66b893015e/package/index.js:
|
|
15982
15803
|
(*!
|
|
15983
15804
|
* assertion-error
|
|
15984
15805
|
* Copyright(c) 2013 Jake Luer <jake@qualiancy.com>
|
|
@@ -16005,14 +15826,14 @@ assertion-error/index.js:
|
|
|
16005
15826
|
* Ensure correct constructor
|
|
16006
15827
|
*)
|
|
16007
15828
|
|
|
16008
|
-
chai/lib/chai/utils/flag.js:
|
|
15829
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/flag.js:
|
|
16009
15830
|
(*!
|
|
16010
15831
|
* Chai - flag utility
|
|
16011
15832
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16012
15833
|
* MIT Licensed
|
|
16013
15834
|
*)
|
|
16014
15835
|
|
|
16015
|
-
chai/lib/chai/utils/test.js:
|
|
15836
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/test.js:
|
|
16016
15837
|
(*!
|
|
16017
15838
|
* Chai - test utility
|
|
16018
15839
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
@@ -16022,21 +15843,21 @@ chai/lib/chai/utils/test.js:
|
|
|
16022
15843
|
* Module dependencies
|
|
16023
15844
|
*)
|
|
16024
15845
|
|
|
16025
|
-
chai/lib/chai/utils/expectTypes.js:
|
|
15846
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/expectTypes.js:
|
|
16026
15847
|
(*!
|
|
16027
15848
|
* Chai - expectTypes utility
|
|
16028
15849
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16029
15850
|
* MIT Licensed
|
|
16030
15851
|
*)
|
|
16031
15852
|
|
|
16032
|
-
chai/lib/chai/utils/getActual.js:
|
|
15853
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getActual.js:
|
|
16033
15854
|
(*!
|
|
16034
15855
|
* Chai - getActual utility
|
|
16035
15856
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16036
15857
|
* MIT Licensed
|
|
16037
15858
|
*)
|
|
16038
15859
|
|
|
16039
|
-
chai/lib/chai/utils/objDisplay.js:
|
|
15860
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/objDisplay.js:
|
|
16040
15861
|
(*!
|
|
16041
15862
|
* Chai - flag utility
|
|
16042
15863
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
@@ -16046,7 +15867,7 @@ chai/lib/chai/utils/objDisplay.js:
|
|
|
16046
15867
|
* Module dependencies
|
|
16047
15868
|
*)
|
|
16048
15869
|
|
|
16049
|
-
chai/lib/chai/utils/getMessage.js:
|
|
15870
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getMessage.js:
|
|
16050
15871
|
(*!
|
|
16051
15872
|
* Chai - message composition utility
|
|
16052
15873
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
@@ -16056,14 +15877,14 @@ chai/lib/chai/utils/getMessage.js:
|
|
|
16056
15877
|
* Module dependencies
|
|
16057
15878
|
*)
|
|
16058
15879
|
|
|
16059
|
-
chai/lib/chai/utils/transferFlags.js:
|
|
15880
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/transferFlags.js:
|
|
16060
15881
|
(*!
|
|
16061
15882
|
* Chai - transferFlags utility
|
|
16062
15883
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16063
15884
|
* MIT Licensed
|
|
16064
15885
|
*)
|
|
16065
15886
|
|
|
16066
|
-
deep-eql/index.js:
|
|
15887
|
+
.store/deep-eql-npm-4.1.3-020a64f862/package/index.js:
|
|
16067
15888
|
(*!
|
|
16068
15889
|
* deep-eql
|
|
16069
15890
|
* Copyright(c) 2013 Jake Luer <jake@alogicalparadox.com>
|
|
@@ -16185,63 +16006,63 @@ deep-eql/index.js:
|
|
|
16185
16006
|
* @return {Boolean} result
|
|
16186
16007
|
*)
|
|
16187
16008
|
|
|
16188
|
-
chai/lib/chai/utils/isProxyEnabled.js:
|
|
16009
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/isProxyEnabled.js:
|
|
16189
16010
|
(*!
|
|
16190
16011
|
* Chai - isProxyEnabled helper
|
|
16191
16012
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16192
16013
|
* MIT Licensed
|
|
16193
16014
|
*)
|
|
16194
16015
|
|
|
16195
|
-
chai/lib/chai/utils/addProperty.js:
|
|
16016
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/addProperty.js:
|
|
16196
16017
|
(*!
|
|
16197
16018
|
* Chai - addProperty utility
|
|
16198
16019
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16199
16020
|
* MIT Licensed
|
|
16200
16021
|
*)
|
|
16201
16022
|
|
|
16202
|
-
chai/lib/chai/utils/addLengthGuard.js:
|
|
16023
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/addLengthGuard.js:
|
|
16203
16024
|
(*!
|
|
16204
16025
|
* Chai - addLengthGuard utility
|
|
16205
16026
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16206
16027
|
* MIT Licensed
|
|
16207
16028
|
*)
|
|
16208
16029
|
|
|
16209
|
-
chai/lib/chai/utils/getProperties.js:
|
|
16030
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getProperties.js:
|
|
16210
16031
|
(*!
|
|
16211
16032
|
* Chai - getProperties utility
|
|
16212
16033
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16213
16034
|
* MIT Licensed
|
|
16214
16035
|
*)
|
|
16215
16036
|
|
|
16216
|
-
chai/lib/chai/utils/proxify.js:
|
|
16037
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/proxify.js:
|
|
16217
16038
|
(*!
|
|
16218
16039
|
* Chai - proxify utility
|
|
16219
16040
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16220
16041
|
* MIT Licensed
|
|
16221
16042
|
*)
|
|
16222
16043
|
|
|
16223
|
-
chai/lib/chai/utils/addMethod.js:
|
|
16044
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/addMethod.js:
|
|
16224
16045
|
(*!
|
|
16225
16046
|
* Chai - addMethod utility
|
|
16226
16047
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16227
16048
|
* MIT Licensed
|
|
16228
16049
|
*)
|
|
16229
16050
|
|
|
16230
|
-
chai/lib/chai/utils/overwriteProperty.js:
|
|
16051
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/overwriteProperty.js:
|
|
16231
16052
|
(*!
|
|
16232
16053
|
* Chai - overwriteProperty utility
|
|
16233
16054
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16234
16055
|
* MIT Licensed
|
|
16235
16056
|
*)
|
|
16236
16057
|
|
|
16237
|
-
chai/lib/chai/utils/overwriteMethod.js:
|
|
16058
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/overwriteMethod.js:
|
|
16238
16059
|
(*!
|
|
16239
16060
|
* Chai - overwriteMethod utility
|
|
16240
16061
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16241
16062
|
* MIT Licensed
|
|
16242
16063
|
*)
|
|
16243
16064
|
|
|
16244
|
-
chai/lib/chai/utils/addChainableMethod.js:
|
|
16065
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/addChainableMethod.js:
|
|
16245
16066
|
(*!
|
|
16246
16067
|
* Chai - addChainingMethod utility
|
|
16247
16068
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
@@ -16254,14 +16075,14 @@ chai/lib/chai/utils/addChainableMethod.js:
|
|
|
16254
16075
|
* Module variables
|
|
16255
16076
|
*)
|
|
16256
16077
|
|
|
16257
|
-
chai/lib/chai/utils/overwriteChainableMethod.js:
|
|
16078
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/overwriteChainableMethod.js:
|
|
16258
16079
|
(*!
|
|
16259
16080
|
* Chai - overwriteChainableMethod utility
|
|
16260
16081
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16261
16082
|
* MIT Licensed
|
|
16262
16083
|
*)
|
|
16263
16084
|
|
|
16264
|
-
chai/lib/chai/utils/compareByInspect.js:
|
|
16085
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/compareByInspect.js:
|
|
16265
16086
|
(*!
|
|
16266
16087
|
* Chai - compareByInspect utility
|
|
16267
16088
|
* Copyright(c) 2011-2016 Jake Luer <jake@alogicalparadox.com>
|
|
@@ -16271,14 +16092,14 @@ chai/lib/chai/utils/compareByInspect.js:
|
|
|
16271
16092
|
* Module dependencies
|
|
16272
16093
|
*)
|
|
16273
16094
|
|
|
16274
|
-
chai/lib/chai/utils/getOwnEnumerablePropertySymbols.js:
|
|
16095
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getOwnEnumerablePropertySymbols.js:
|
|
16275
16096
|
(*!
|
|
16276
16097
|
* Chai - getOwnEnumerablePropertySymbols utility
|
|
16277
16098
|
* Copyright(c) 2011-2016 Jake Luer <jake@alogicalparadox.com>
|
|
16278
16099
|
* MIT Licensed
|
|
16279
16100
|
*)
|
|
16280
16101
|
|
|
16281
|
-
chai/lib/chai/utils/getOwnEnumerableProperties.js:
|
|
16102
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/getOwnEnumerableProperties.js:
|
|
16282
16103
|
(*!
|
|
16283
16104
|
* Chai - getOwnEnumerableProperties utility
|
|
16284
16105
|
* Copyright(c) 2011-2016 Jake Luer <jake@alogicalparadox.com>
|
|
@@ -16288,14 +16109,14 @@ chai/lib/chai/utils/getOwnEnumerableProperties.js:
|
|
|
16288
16109
|
* Module dependencies
|
|
16289
16110
|
*)
|
|
16290
16111
|
|
|
16291
|
-
chai/lib/chai/utils/isNaN.js:
|
|
16112
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/isNaN.js:
|
|
16292
16113
|
(*!
|
|
16293
16114
|
* Chai - isNaN utility
|
|
16294
16115
|
* Copyright(c) 2012-2015 Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
|
|
16295
16116
|
* MIT Licensed
|
|
16296
16117
|
*)
|
|
16297
16118
|
|
|
16298
|
-
chai/lib/chai/utils/index.js:
|
|
16119
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/utils/index.js:
|
|
16299
16120
|
(*!
|
|
16300
16121
|
* chai
|
|
16301
16122
|
* Copyright(c) 2011 Jake Luer <jake@alogicalparadox.com>
|
|
@@ -16389,7 +16210,7 @@ chai/lib/chai/utils/index.js:
|
|
|
16389
16210
|
* getOperator method
|
|
16390
16211
|
*)
|
|
16391
16212
|
|
|
16392
|
-
chai/lib/chai/assertion.js:
|
|
16213
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/assertion.js:
|
|
16393
16214
|
(*!
|
|
16394
16215
|
* chai
|
|
16395
16216
|
* http://chaijs.com
|
|
@@ -16449,7 +16270,7 @@ chai/lib/chai/assertion.js:
|
|
|
16449
16270
|
* @api private
|
|
16450
16271
|
*)
|
|
16451
16272
|
|
|
16452
|
-
chai/lib/chai/core/assertions.js:
|
|
16273
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/core/assertions.js:
|
|
16453
16274
|
(*!
|
|
16454
16275
|
* chai
|
|
16455
16276
|
* http://chaijs.com
|
|
@@ -16457,21 +16278,21 @@ chai/lib/chai/core/assertions.js:
|
|
|
16457
16278
|
* MIT Licensed
|
|
16458
16279
|
*)
|
|
16459
16280
|
|
|
16460
|
-
chai/lib/chai/interface/expect.js:
|
|
16281
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/interface/expect.js:
|
|
16461
16282
|
(*!
|
|
16462
16283
|
* chai
|
|
16463
16284
|
* Copyright(c) 2011-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16464
16285
|
* MIT Licensed
|
|
16465
16286
|
*)
|
|
16466
16287
|
|
|
16467
|
-
chai/lib/chai/interface/should.js:
|
|
16288
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/interface/should.js:
|
|
16468
16289
|
(*!
|
|
16469
16290
|
* chai
|
|
16470
16291
|
* Copyright(c) 2011-2014 Jake Luer <jake@alogicalparadox.com>
|
|
16471
16292
|
* MIT Licensed
|
|
16472
16293
|
*)
|
|
16473
16294
|
|
|
16474
|
-
chai/lib/chai/interface/assert.js:
|
|
16295
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai/interface/assert.js:
|
|
16475
16296
|
(*!
|
|
16476
16297
|
* chai
|
|
16477
16298
|
* Copyright(c) 2011-2014 Jake Luer <jake@alogicalparadox.com>
|
|
@@ -16502,7 +16323,7 @@ chai/lib/chai/interface/assert.js:
|
|
|
16502
16323
|
* Aliases.
|
|
16503
16324
|
*)
|
|
16504
16325
|
|
|
16505
|
-
chai/lib/chai.js:
|
|
16326
|
+
.store/chai-npm-4.4.1-ffd006b4b1/package/lib/chai.js:
|
|
16506
16327
|
(*!
|
|
16507
16328
|
* chai
|
|
16508
16329
|
* Copyright(c) 2011-2014 Jake Luer <jake@alogicalparadox.com>
|
|
@@ -16539,7 +16360,7 @@ chai/lib/chai.js:
|
|
|
16539
16360
|
* Assert interface
|
|
16540
16361
|
*)
|
|
16541
16362
|
|
|
16542
|
-
|
|
16363
|
+
.store/@vitest-snapshot-npm-1.6.0-b7ed094dc8/package/dist/index.js:
|
|
16543
16364
|
(*
|
|
16544
16365
|
* @version 1.4.0
|
|
16545
16366
|
* @date 2015-10-26
|