@grexx/grexxlinter 0.2.825 → 0.2.1074

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/cli.js CHANGED
@@ -14,7 +14,11 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
14
14
  throw Error('Dynamic require of "' + x + '" is not supported');
15
15
  });
16
16
  var __commonJS = (cb, mod) => function __require2() {
17
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
17
+ try {
18
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
19
+ } catch (e) {
20
+ throw mod = 0, e;
21
+ }
18
22
  };
19
23
  var __copyProps = (to, from, except, desc) => {
20
24
  if (from && typeof from === "object" || typeof from === "function") {
@@ -33,17 +37,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
37
  mod
34
38
  ));
35
39
 
36
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/identity.js
40
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/identity.js
37
41
  var require_identity = __commonJS({
38
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/identity.js"(exports) {
39
- "use strict";
40
- var ALIAS = Symbol.for("yaml.alias");
41
- var DOC = Symbol.for("yaml.document");
42
- var MAP = Symbol.for("yaml.map");
43
- var PAIR = Symbol.for("yaml.pair");
44
- var SCALAR = Symbol.for("yaml.scalar");
45
- var SEQ = Symbol.for("yaml.seq");
46
- var NODE_TYPE = Symbol.for("yaml.node.type");
42
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/identity.js"(exports) {
43
+ "use strict";
44
+ var ALIAS = /* @__PURE__ */ Symbol.for("yaml.alias");
45
+ var DOC = /* @__PURE__ */ Symbol.for("yaml.document");
46
+ var MAP = /* @__PURE__ */ Symbol.for("yaml.map");
47
+ var PAIR = /* @__PURE__ */ Symbol.for("yaml.pair");
48
+ var SCALAR = /* @__PURE__ */ Symbol.for("yaml.scalar");
49
+ var SEQ = /* @__PURE__ */ Symbol.for("yaml.seq");
50
+ var NODE_TYPE = /* @__PURE__ */ Symbol.for("yaml.node.type");
47
51
  var isAlias = (node) => !!node && typeof node === "object" && node[NODE_TYPE] === ALIAS;
48
52
  var isDocument = (node) => !!node && typeof node === "object" && node[NODE_TYPE] === DOC;
49
53
  var isMap = (node) => !!node && typeof node === "object" && node[NODE_TYPE] === MAP;
@@ -90,14 +94,14 @@ var require_identity = __commonJS({
90
94
  }
91
95
  });
92
96
 
93
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/visit.js
97
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/visit.js
94
98
  var require_visit = __commonJS({
95
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/visit.js"(exports) {
99
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/visit.js"(exports) {
96
100
  "use strict";
97
101
  var identity = require_identity();
98
- var BREAK = Symbol("break visit");
99
- var SKIP = Symbol("skip children");
100
- var REMOVE = Symbol("remove node");
102
+ var BREAK = /* @__PURE__ */ Symbol("break visit");
103
+ var SKIP = /* @__PURE__ */ Symbol("skip children");
104
+ var REMOVE = /* @__PURE__ */ Symbol("remove node");
101
105
  function visit(node, visitor) {
102
106
  const visitor_ = initVisitor(visitor);
103
107
  if (identity.isDocument(node)) {
@@ -248,9 +252,9 @@ var require_visit = __commonJS({
248
252
  }
249
253
  });
250
254
 
251
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/directives.js
255
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/directives.js
252
256
  var require_directives = __commonJS({
253
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/directives.js"(exports) {
257
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/directives.js"(exports) {
254
258
  "use strict";
255
259
  var identity = require_identity();
256
260
  var visit = require_visit();
@@ -419,9 +423,9 @@ var require_directives = __commonJS({
419
423
  }
420
424
  });
421
425
 
422
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/anchors.js
426
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/anchors.js
423
427
  var require_anchors = __commonJS({
424
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/anchors.js"(exports) {
428
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/anchors.js"(exports) {
425
429
  "use strict";
426
430
  var identity = require_identity();
427
431
  var visit = require_visit();
@@ -489,9 +493,9 @@ var require_anchors = __commonJS({
489
493
  }
490
494
  });
491
495
 
492
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/applyReviver.js
496
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/applyReviver.js
493
497
  var require_applyReviver = __commonJS({
494
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/applyReviver.js"(exports) {
498
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/applyReviver.js"(exports) {
495
499
  "use strict";
496
500
  function applyReviver(reviver, obj, key2, val) {
497
501
  if (val && typeof val === "object") {
@@ -539,9 +543,9 @@ var require_applyReviver = __commonJS({
539
543
  }
540
544
  });
541
545
 
542
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/toJS.js
546
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/toJS.js
543
547
  var require_toJS = __commonJS({
544
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/toJS.js"(exports) {
548
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/toJS.js"(exports) {
545
549
  "use strict";
546
550
  var identity = require_identity();
547
551
  function toJS(value, arg, ctx) {
@@ -569,9 +573,9 @@ var require_toJS = __commonJS({
569
573
  }
570
574
  });
571
575
 
572
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Node.js
576
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Node.js
573
577
  var require_Node = __commonJS({
574
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Node.js"(exports) {
578
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Node.js"(exports) {
575
579
  "use strict";
576
580
  var applyReviver = require_applyReviver();
577
581
  var identity = require_identity();
@@ -610,9 +614,9 @@ var require_Node = __commonJS({
610
614
  }
611
615
  });
612
616
 
613
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Alias.js
617
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Alias.js
614
618
  var require_Alias = __commonJS({
615
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Alias.js"(exports) {
619
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Alias.js"(exports) {
616
620
  "use strict";
617
621
  var anchors = require_anchors();
618
622
  var visit = require_visit();
@@ -726,9 +730,9 @@ var require_Alias = __commonJS({
726
730
  }
727
731
  });
728
732
 
729
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Scalar.js
733
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Scalar.js
730
734
  var require_Scalar = __commonJS({
731
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Scalar.js"(exports) {
735
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Scalar.js"(exports) {
732
736
  "use strict";
733
737
  var identity = require_identity();
734
738
  var Node = require_Node();
@@ -756,9 +760,9 @@ var require_Scalar = __commonJS({
756
760
  }
757
761
  });
758
762
 
759
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/createNode.js
763
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/createNode.js
760
764
  var require_createNode = __commonJS({
761
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/createNode.js"(exports) {
765
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/createNode.js"(exports) {
762
766
  "use strict";
763
767
  var Alias = require_Alias();
764
768
  var identity = require_identity();
@@ -831,9 +835,9 @@ var require_createNode = __commonJS({
831
835
  }
832
836
  });
833
837
 
834
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Collection.js
838
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Collection.js
835
839
  var require_Collection = __commonJS({
836
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Collection.js"(exports) {
840
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Collection.js"(exports) {
837
841
  "use strict";
838
842
  var createNode = require_createNode();
839
843
  var identity = require_identity();
@@ -974,9 +978,9 @@ var require_Collection = __commonJS({
974
978
  }
975
979
  });
976
980
 
977
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyComment.js
981
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyComment.js
978
982
  var require_stringifyComment = __commonJS({
979
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyComment.js"(exports) {
983
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyComment.js"(exports) {
980
984
  "use strict";
981
985
  var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
982
986
  function indentComment(comment, indent) {
@@ -991,9 +995,9 @@ var require_stringifyComment = __commonJS({
991
995
  }
992
996
  });
993
997
 
994
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/foldFlowLines.js
998
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/foldFlowLines.js
995
999
  var require_foldFlowLines = __commonJS({
996
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/foldFlowLines.js"(exports) {
1000
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/foldFlowLines.js"(exports) {
997
1001
  "use strict";
998
1002
  var FOLD_FLOW = "flow";
999
1003
  var FOLD_BLOCK = "block";
@@ -1127,9 +1131,9 @@ ${indent}${text.slice(fold + 1, end2)}`;
1127
1131
  }
1128
1132
  });
1129
1133
 
1130
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyString.js
1134
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyString.js
1131
1135
  var require_stringifyString = __commonJS({
1132
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyString.js"(exports) {
1136
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyString.js"(exports) {
1133
1137
  "use strict";
1134
1138
  var Scalar = require_Scalar();
1135
1139
  var foldFlowLines = require_foldFlowLines();
@@ -1410,9 +1414,9 @@ ${indent}`);
1410
1414
  }
1411
1415
  });
1412
1416
 
1413
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringify.js
1417
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringify.js
1414
1418
  var require_stringify = __commonJS({
1415
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringify.js"(exports) {
1419
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringify.js"(exports) {
1416
1420
  "use strict";
1417
1421
  var anchors = require_anchors();
1418
1422
  var identity = require_identity();
@@ -1534,9 +1538,9 @@ ${ctx.indent}${str}`;
1534
1538
  }
1535
1539
  });
1536
1540
 
1537
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyPair.js
1541
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyPair.js
1538
1542
  var require_stringifyPair = __commonJS({
1539
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyPair.js"(exports) {
1543
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyPair.js"(exports) {
1540
1544
  "use strict";
1541
1545
  var identity = require_identity();
1542
1546
  var Scalar = require_Scalar();
@@ -1667,9 +1671,9 @@ ${ctx.indent}`;
1667
1671
  }
1668
1672
  });
1669
1673
 
1670
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/log.js
1674
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/log.js
1671
1675
  var require_log = __commonJS({
1672
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/log.js"(exports) {
1676
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/log.js"(exports) {
1673
1677
  "use strict";
1674
1678
  var node_process = __require("process");
1675
1679
  function debug(logLevel, ...messages) {
@@ -1689,9 +1693,9 @@ var require_log = __commonJS({
1689
1693
  }
1690
1694
  });
1691
1695
 
1692
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/merge.js
1696
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/merge.js
1693
1697
  var require_merge = __commonJS({
1694
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/merge.js"(exports) {
1698
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/merge.js"(exports) {
1695
1699
  "use strict";
1696
1700
  var identity = require_identity();
1697
1701
  var Scalar = require_Scalar();
@@ -1749,9 +1753,9 @@ var require_merge = __commonJS({
1749
1753
  }
1750
1754
  });
1751
1755
 
1752
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/addPairToJSMap.js
1756
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/addPairToJSMap.js
1753
1757
  var require_addPairToJSMap = __commonJS({
1754
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/addPairToJSMap.js"(exports) {
1758
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/addPairToJSMap.js"(exports) {
1755
1759
  "use strict";
1756
1760
  var log = require_log();
1757
1761
  var merge = require_merge();
@@ -1813,9 +1817,9 @@ var require_addPairToJSMap = __commonJS({
1813
1817
  }
1814
1818
  });
1815
1819
 
1816
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Pair.js
1820
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Pair.js
1817
1821
  var require_Pair = __commonJS({
1818
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Pair.js"(exports) {
1822
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Pair.js"(exports) {
1819
1823
  "use strict";
1820
1824
  var createNode = require_createNode();
1821
1825
  var stringifyPair = require_stringifyPair();
@@ -1853,9 +1857,9 @@ var require_Pair = __commonJS({
1853
1857
  }
1854
1858
  });
1855
1859
 
1856
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyCollection.js
1860
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyCollection.js
1857
1861
  var require_stringifyCollection = __commonJS({
1858
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyCollection.js"(exports) {
1862
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyCollection.js"(exports) {
1859
1863
  "use strict";
1860
1864
  var identity = require_identity();
1861
1865
  var stringify = require_stringify();
@@ -2004,9 +2008,9 @@ ${indent}${end}`;
2004
2008
  }
2005
2009
  });
2006
2010
 
2007
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/YAMLMap.js
2011
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLMap.js
2008
2012
  var require_YAMLMap = __commonJS({
2009
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/YAMLMap.js"(exports) {
2013
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLMap.js"(exports) {
2010
2014
  "use strict";
2011
2015
  var stringifyCollection = require_stringifyCollection();
2012
2016
  var addPairToJSMap = require_addPairToJSMap();
@@ -2148,9 +2152,9 @@ var require_YAMLMap = __commonJS({
2148
2152
  }
2149
2153
  });
2150
2154
 
2151
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/map.js
2155
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/map.js
2152
2156
  var require_map = __commonJS({
2153
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/map.js"(exports) {
2157
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/map.js"(exports) {
2154
2158
  "use strict";
2155
2159
  var identity = require_identity();
2156
2160
  var YAMLMap = require_YAMLMap();
@@ -2170,9 +2174,9 @@ var require_map = __commonJS({
2170
2174
  }
2171
2175
  });
2172
2176
 
2173
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/YAMLSeq.js
2177
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLSeq.js
2174
2178
  var require_YAMLSeq = __commonJS({
2175
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/YAMLSeq.js"(exports) {
2179
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLSeq.js"(exports) {
2176
2180
  "use strict";
2177
2181
  var createNode = require_createNode();
2178
2182
  var stringifyCollection = require_stringifyCollection();
@@ -2286,9 +2290,9 @@ var require_YAMLSeq = __commonJS({
2286
2290
  }
2287
2291
  });
2288
2292
 
2289
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/seq.js
2293
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/seq.js
2290
2294
  var require_seq = __commonJS({
2291
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/seq.js"(exports) {
2295
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/seq.js"(exports) {
2292
2296
  "use strict";
2293
2297
  var identity = require_identity();
2294
2298
  var YAMLSeq = require_YAMLSeq();
@@ -2308,9 +2312,9 @@ var require_seq = __commonJS({
2308
2312
  }
2309
2313
  });
2310
2314
 
2311
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/string.js
2315
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/string.js
2312
2316
  var require_string = __commonJS({
2313
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/string.js"(exports) {
2317
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/string.js"(exports) {
2314
2318
  "use strict";
2315
2319
  var stringifyString = require_stringifyString();
2316
2320
  var string = {
@@ -2327,9 +2331,9 @@ var require_string = __commonJS({
2327
2331
  }
2328
2332
  });
2329
2333
 
2330
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/null.js
2334
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/null.js
2331
2335
  var require_null = __commonJS({
2332
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/null.js"(exports) {
2336
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/null.js"(exports) {
2333
2337
  "use strict";
2334
2338
  var Scalar = require_Scalar();
2335
2339
  var nullTag = {
@@ -2345,9 +2349,9 @@ var require_null = __commonJS({
2345
2349
  }
2346
2350
  });
2347
2351
 
2348
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/bool.js
2352
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/bool.js
2349
2353
  var require_bool = __commonJS({
2350
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/bool.js"(exports) {
2354
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/bool.js"(exports) {
2351
2355
  "use strict";
2352
2356
  var Scalar = require_Scalar();
2353
2357
  var boolTag = {
@@ -2369,9 +2373,9 @@ var require_bool = __commonJS({
2369
2373
  }
2370
2374
  });
2371
2375
 
2372
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyNumber.js
2376
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyNumber.js
2373
2377
  var require_stringifyNumber = __commonJS({
2374
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyNumber.js"(exports) {
2378
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyNumber.js"(exports) {
2375
2379
  "use strict";
2376
2380
  function stringifyNumber({ format, minFractionDigits, tag, value }) {
2377
2381
  if (typeof value === "bigint")
@@ -2396,9 +2400,9 @@ var require_stringifyNumber = __commonJS({
2396
2400
  }
2397
2401
  });
2398
2402
 
2399
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/float.js
2403
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/float.js
2400
2404
  var require_float = __commonJS({
2401
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/float.js"(exports) {
2405
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/float.js"(exports) {
2402
2406
  "use strict";
2403
2407
  var Scalar = require_Scalar();
2404
2408
  var stringifyNumber = require_stringifyNumber();
@@ -2442,9 +2446,9 @@ var require_float = __commonJS({
2442
2446
  }
2443
2447
  });
2444
2448
 
2445
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/int.js
2449
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/int.js
2446
2450
  var require_int = __commonJS({
2447
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/int.js"(exports) {
2451
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/int.js"(exports) {
2448
2452
  "use strict";
2449
2453
  var stringifyNumber = require_stringifyNumber();
2450
2454
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
@@ -2487,9 +2491,9 @@ var require_int = __commonJS({
2487
2491
  }
2488
2492
  });
2489
2493
 
2490
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/schema.js
2494
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/schema.js
2491
2495
  var require_schema = __commonJS({
2492
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/schema.js"(exports) {
2496
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/schema.js"(exports) {
2493
2497
  "use strict";
2494
2498
  var map = require_map();
2495
2499
  var _null = require_null();
@@ -2515,9 +2519,9 @@ var require_schema = __commonJS({
2515
2519
  }
2516
2520
  });
2517
2521
 
2518
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/json/schema.js
2522
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/json/schema.js
2519
2523
  var require_schema2 = __commonJS({
2520
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/json/schema.js"(exports) {
2524
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/json/schema.js"(exports) {
2521
2525
  "use strict";
2522
2526
  var Scalar = require_Scalar();
2523
2527
  var map = require_map();
@@ -2582,9 +2586,9 @@ var require_schema2 = __commonJS({
2582
2586
  }
2583
2587
  });
2584
2588
 
2585
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/binary.js
2589
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/binary.js
2586
2590
  var require_binary = __commonJS({
2587
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/binary.js"(exports) {
2591
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/binary.js"(exports) {
2588
2592
  "use strict";
2589
2593
  var node_buffer = __require("buffer");
2590
2594
  var Scalar = require_Scalar();
@@ -2648,9 +2652,9 @@ var require_binary = __commonJS({
2648
2652
  }
2649
2653
  });
2650
2654
 
2651
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
2655
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
2652
2656
  var require_pairs = __commonJS({
2653
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/pairs.js"(exports) {
2657
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/pairs.js"(exports) {
2654
2658
  "use strict";
2655
2659
  var identity = require_identity();
2656
2660
  var Pair = require_Pair();
@@ -2726,9 +2730,9 @@ ${cn.comment}` : item.comment;
2726
2730
  }
2727
2731
  });
2728
2732
 
2729
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/omap.js
2733
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/omap.js
2730
2734
  var require_omap = __commonJS({
2731
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/omap.js"(exports) {
2735
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/omap.js"(exports) {
2732
2736
  "use strict";
2733
2737
  var identity = require_identity();
2734
2738
  var toJS = require_toJS();
@@ -2804,9 +2808,9 @@ var require_omap = __commonJS({
2804
2808
  }
2805
2809
  });
2806
2810
 
2807
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/bool.js
2811
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/bool.js
2808
2812
  var require_bool2 = __commonJS({
2809
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/bool.js"(exports) {
2813
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/bool.js"(exports) {
2810
2814
  "use strict";
2811
2815
  var Scalar = require_Scalar();
2812
2816
  function boolStringify({ value, source }, ctx) {
@@ -2836,9 +2840,9 @@ var require_bool2 = __commonJS({
2836
2840
  }
2837
2841
  });
2838
2842
 
2839
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/float.js
2843
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/float.js
2840
2844
  var require_float2 = __commonJS({
2841
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/float.js"(exports) {
2845
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/float.js"(exports) {
2842
2846
  "use strict";
2843
2847
  var Scalar = require_Scalar();
2844
2848
  var stringifyNumber = require_stringifyNumber();
@@ -2885,9 +2889,9 @@ var require_float2 = __commonJS({
2885
2889
  }
2886
2890
  });
2887
2891
 
2888
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/int.js
2892
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/int.js
2889
2893
  var require_int2 = __commonJS({
2890
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/int.js"(exports) {
2894
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/int.js"(exports) {
2891
2895
  "use strict";
2892
2896
  var stringifyNumber = require_stringifyNumber();
2893
2897
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
@@ -2964,9 +2968,9 @@ var require_int2 = __commonJS({
2964
2968
  }
2965
2969
  });
2966
2970
 
2967
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/set.js
2971
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/set.js
2968
2972
  var require_set = __commonJS({
2969
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/set.js"(exports) {
2973
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/set.js"(exports) {
2970
2974
  "use strict";
2971
2975
  var identity = require_identity();
2972
2976
  var Pair = require_Pair();
@@ -3053,9 +3057,9 @@ var require_set = __commonJS({
3053
3057
  }
3054
3058
  });
3055
3059
 
3056
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
3060
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
3057
3061
  var require_timestamp = __commonJS({
3058
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js"(exports) {
3062
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js"(exports) {
3059
3063
  "use strict";
3060
3064
  var stringifyNumber = require_stringifyNumber();
3061
3065
  function parseSexagesimal(str, asBigInt) {
@@ -3141,9 +3145,9 @@ var require_timestamp = __commonJS({
3141
3145
  }
3142
3146
  });
3143
3147
 
3144
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/schema.js
3148
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/schema.js
3145
3149
  var require_schema3 = __commonJS({
3146
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/schema.js"(exports) {
3150
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/schema.js"(exports) {
3147
3151
  "use strict";
3148
3152
  var map = require_map();
3149
3153
  var _null = require_null();
@@ -3185,9 +3189,9 @@ var require_schema3 = __commonJS({
3185
3189
  }
3186
3190
  });
3187
3191
 
3188
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/tags.js
3192
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/tags.js
3189
3193
  var require_tags = __commonJS({
3190
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/tags.js"(exports) {
3194
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/tags.js"(exports) {
3191
3195
  "use strict";
3192
3196
  var map = require_map();
3193
3197
  var _null = require_null();
@@ -3279,9 +3283,9 @@ var require_tags = __commonJS({
3279
3283
  }
3280
3284
  });
3281
3285
 
3282
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/Schema.js
3286
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/Schema.js
3283
3287
  var require_Schema = __commonJS({
3284
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/Schema.js"(exports) {
3288
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/Schema.js"(exports) {
3285
3289
  "use strict";
3286
3290
  var identity = require_identity();
3287
3291
  var map = require_map();
@@ -3311,9 +3315,9 @@ var require_Schema = __commonJS({
3311
3315
  }
3312
3316
  });
3313
3317
 
3314
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyDocument.js
3318
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyDocument.js
3315
3319
  var require_stringifyDocument = __commonJS({
3316
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyDocument.js"(exports) {
3320
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyDocument.js"(exports) {
3317
3321
  "use strict";
3318
3322
  var identity = require_identity();
3319
3323
  var stringify = require_stringify();
@@ -3391,9 +3395,9 @@ var require_stringifyDocument = __commonJS({
3391
3395
  }
3392
3396
  });
3393
3397
 
3394
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/Document.js
3398
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/Document.js
3395
3399
  var require_Document = __commonJS({
3396
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/Document.js"(exports) {
3400
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/Document.js"(exports) {
3397
3401
  "use strict";
3398
3402
  var Alias = require_Alias();
3399
3403
  var Collection = require_Collection();
@@ -3700,9 +3704,9 @@ var require_Document = __commonJS({
3700
3704
  }
3701
3705
  });
3702
3706
 
3703
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/errors.js
3707
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/errors.js
3704
3708
  var require_errors = __commonJS({
3705
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/errors.js"(exports) {
3709
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/errors.js"(exports) {
3706
3710
  "use strict";
3707
3711
  var YAMLError = class extends Error {
3708
3712
  constructor(name, pos, code, message) {
@@ -3765,9 +3769,9 @@ ${pointer}
3765
3769
  }
3766
3770
  });
3767
3771
 
3768
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-props.js
3772
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-props.js
3769
3773
  var require_resolve_props = __commonJS({
3770
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-props.js"(exports) {
3774
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-props.js"(exports) {
3771
3775
  "use strict";
3772
3776
  function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
3773
3777
  let spaceBefore = false;
@@ -3899,9 +3903,9 @@ var require_resolve_props = __commonJS({
3899
3903
  }
3900
3904
  });
3901
3905
 
3902
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-contains-newline.js
3906
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-contains-newline.js
3903
3907
  var require_util_contains_newline = __commonJS({
3904
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-contains-newline.js"(exports) {
3908
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-contains-newline.js"(exports) {
3905
3909
  "use strict";
3906
3910
  function containsNewline(key2) {
3907
3911
  if (!key2)
@@ -3941,9 +3945,9 @@ var require_util_contains_newline = __commonJS({
3941
3945
  }
3942
3946
  });
3943
3947
 
3944
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-flow-indent-check.js
3948
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-flow-indent-check.js
3945
3949
  var require_util_flow_indent_check = __commonJS({
3946
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-flow-indent-check.js"(exports) {
3950
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-flow-indent-check.js"(exports) {
3947
3951
  "use strict";
3948
3952
  var utilContainsNewline = require_util_contains_newline();
3949
3953
  function flowIndentCheck(indent, fc, onError) {
@@ -3959,9 +3963,9 @@ var require_util_flow_indent_check = __commonJS({
3959
3963
  }
3960
3964
  });
3961
3965
 
3962
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-map-includes.js
3966
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-map-includes.js
3963
3967
  var require_util_map_includes = __commonJS({
3964
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-map-includes.js"(exports) {
3968
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-map-includes.js"(exports) {
3965
3969
  "use strict";
3966
3970
  var identity = require_identity();
3967
3971
  function mapIncludes(ctx, items, search) {
@@ -3975,9 +3979,9 @@ var require_util_map_includes = __commonJS({
3975
3979
  }
3976
3980
  });
3977
3981
 
3978
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-map.js
3982
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-map.js
3979
3983
  var require_resolve_block_map = __commonJS({
3980
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-map.js"(exports) {
3984
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-map.js"(exports) {
3981
3985
  "use strict";
3982
3986
  var Pair = require_Pair();
3983
3987
  var YAMLMap = require_YAMLMap();
@@ -4083,9 +4087,9 @@ var require_resolve_block_map = __commonJS({
4083
4087
  }
4084
4088
  });
4085
4089
 
4086
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-seq.js
4090
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-seq.js
4087
4091
  var require_resolve_block_seq = __commonJS({
4088
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-seq.js"(exports) {
4092
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-seq.js"(exports) {
4089
4093
  "use strict";
4090
4094
  var YAMLSeq = require_YAMLSeq();
4091
4095
  var resolveProps = require_resolve_props();
@@ -4134,9 +4138,9 @@ var require_resolve_block_seq = __commonJS({
4134
4138
  }
4135
4139
  });
4136
4140
 
4137
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-end.js
4141
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-end.js
4138
4142
  var require_resolve_end = __commonJS({
4139
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-end.js"(exports) {
4143
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-end.js"(exports) {
4140
4144
  "use strict";
4141
4145
  function resolveEnd(end, offset, reqSpace, onError) {
4142
4146
  let comment = "";
@@ -4177,9 +4181,9 @@ var require_resolve_end = __commonJS({
4177
4181
  }
4178
4182
  });
4179
4183
 
4180
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-flow-collection.js
4184
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-collection.js
4181
4185
  var require_resolve_flow_collection = __commonJS({
4182
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-flow-collection.js"(exports) {
4186
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-collection.js"(exports) {
4183
4187
  "use strict";
4184
4188
  var identity = require_identity();
4185
4189
  var Pair = require_Pair();
@@ -4371,9 +4375,9 @@ var require_resolve_flow_collection = __commonJS({
4371
4375
  }
4372
4376
  });
4373
4377
 
4374
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-collection.js
4378
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-collection.js
4375
4379
  var require_compose_collection = __commonJS({
4376
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-collection.js"(exports) {
4380
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-collection.js"(exports) {
4377
4381
  "use strict";
4378
4382
  var identity = require_identity();
4379
4383
  var Scalar = require_Scalar();
@@ -4436,9 +4440,9 @@ var require_compose_collection = __commonJS({
4436
4440
  }
4437
4441
  });
4438
4442
 
4439
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-scalar.js
4443
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-scalar.js
4440
4444
  var require_resolve_block_scalar = __commonJS({
4441
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-scalar.js"(exports) {
4445
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-scalar.js"(exports) {
4442
4446
  "use strict";
4443
4447
  var Scalar = require_Scalar();
4444
4448
  function resolveBlockScalar(ctx, scalar, onError) {
@@ -4619,9 +4623,9 @@ var require_resolve_block_scalar = __commonJS({
4619
4623
  }
4620
4624
  });
4621
4625
 
4622
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-flow-scalar.js
4626
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-scalar.js
4623
4627
  var require_resolve_flow_scalar = __commonJS({
4624
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-flow-scalar.js"(exports) {
4628
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-scalar.js"(exports) {
4625
4629
  "use strict";
4626
4630
  var Scalar = require_Scalar();
4627
4631
  var resolveEnd = require_resolve_end();
@@ -4839,9 +4843,9 @@ var require_resolve_flow_scalar = __commonJS({
4839
4843
  }
4840
4844
  });
4841
4845
 
4842
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-scalar.js
4846
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-scalar.js
4843
4847
  var require_compose_scalar = __commonJS({
4844
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-scalar.js"(exports) {
4848
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-scalar.js"(exports) {
4845
4849
  "use strict";
4846
4850
  var identity = require_identity();
4847
4851
  var Scalar = require_Scalar();
@@ -4920,9 +4924,9 @@ var require_compose_scalar = __commonJS({
4920
4924
  }
4921
4925
  });
4922
4926
 
4923
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-empty-scalar-position.js
4927
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-empty-scalar-position.js
4924
4928
  var require_util_empty_scalar_position = __commonJS({
4925
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-empty-scalar-position.js"(exports) {
4929
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-empty-scalar-position.js"(exports) {
4926
4930
  "use strict";
4927
4931
  function emptyScalarPosition(offset, before, pos) {
4928
4932
  if (before) {
@@ -4950,9 +4954,9 @@ var require_util_empty_scalar_position = __commonJS({
4950
4954
  }
4951
4955
  });
4952
4956
 
4953
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-node.js
4957
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-node.js
4954
4958
  var require_compose_node = __commonJS({
4955
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-node.js"(exports) {
4959
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-node.js"(exports) {
4956
4960
  "use strict";
4957
4961
  var Alias = require_Alias();
4958
4962
  var identity = require_identity();
@@ -5056,9 +5060,9 @@ var require_compose_node = __commonJS({
5056
5060
  }
5057
5061
  });
5058
5062
 
5059
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-doc.js
5063
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-doc.js
5060
5064
  var require_compose_doc = __commonJS({
5061
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-doc.js"(exports) {
5065
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-doc.js"(exports) {
5062
5066
  "use strict";
5063
5067
  var Document = require_Document();
5064
5068
  var composeNode = require_compose_node();
@@ -5099,9 +5103,9 @@ var require_compose_doc = __commonJS({
5099
5103
  }
5100
5104
  });
5101
5105
 
5102
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/composer.js
5106
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/composer.js
5103
5107
  var require_composer = __commonJS({
5104
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/composer.js"(exports) {
5108
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/composer.js"(exports) {
5105
5109
  "use strict";
5106
5110
  var node_process = __require("process");
5107
5111
  var directives = require_directives();
@@ -5183,8 +5187,10 @@ ${cb}` : comment;
5183
5187
  }
5184
5188
  }
5185
5189
  if (afterDoc) {
5186
- Array.prototype.push.apply(doc.errors, this.errors);
5187
- Array.prototype.push.apply(doc.warnings, this.warnings);
5190
+ for (let i = 0; i < this.errors.length; ++i)
5191
+ doc.errors.push(this.errors[i]);
5192
+ for (let i = 0; i < this.warnings.length; ++i)
5193
+ doc.warnings.push(this.warnings[i]);
5188
5194
  } else {
5189
5195
  doc.errors = this.errors;
5190
5196
  doc.warnings = this.warnings;
@@ -5305,9 +5311,9 @@ ${end.comment}` : end.comment;
5305
5311
  }
5306
5312
  });
5307
5313
 
5308
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-scalar.js
5314
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-scalar.js
5309
5315
  var require_cst_scalar = __commonJS({
5310
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-scalar.js"(exports) {
5316
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-scalar.js"(exports) {
5311
5317
  "use strict";
5312
5318
  var resolveBlockScalar = require_resolve_block_scalar();
5313
5319
  var resolveFlowScalar = require_resolve_flow_scalar();
@@ -5490,9 +5496,9 @@ var require_cst_scalar = __commonJS({
5490
5496
  }
5491
5497
  });
5492
5498
 
5493
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-stringify.js
5499
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-stringify.js
5494
5500
  var require_cst_stringify = __commonJS({
5495
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-stringify.js"(exports) {
5501
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-stringify.js"(exports) {
5496
5502
  "use strict";
5497
5503
  var stringify = (cst) => "type" in cst ? stringifyToken(cst) : stringifyItem(cst);
5498
5504
  function stringifyToken(token) {
@@ -5551,13 +5557,13 @@ var require_cst_stringify = __commonJS({
5551
5557
  }
5552
5558
  });
5553
5559
 
5554
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-visit.js
5560
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-visit.js
5555
5561
  var require_cst_visit = __commonJS({
5556
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-visit.js"(exports) {
5562
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-visit.js"(exports) {
5557
5563
  "use strict";
5558
- var BREAK = Symbol("break visit");
5559
- var SKIP = Symbol("skip children");
5560
- var REMOVE = Symbol("remove item");
5564
+ var BREAK = /* @__PURE__ */ Symbol("break visit");
5565
+ var SKIP = /* @__PURE__ */ Symbol("skip children");
5566
+ var REMOVE = /* @__PURE__ */ Symbol("remove item");
5561
5567
  function visit(cst, visitor) {
5562
5568
  if ("type" in cst && cst.type === "document")
5563
5569
  cst = { start: cst.start, value: cst.value };
@@ -5613,9 +5619,9 @@ var require_cst_visit = __commonJS({
5613
5619
  }
5614
5620
  });
5615
5621
 
5616
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst.js
5622
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst.js
5617
5623
  var require_cst = __commonJS({
5618
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst.js"(exports) {
5624
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst.js"(exports) {
5619
5625
  "use strict";
5620
5626
  var cstScalar = require_cst_scalar();
5621
5627
  var cstStringify = require_cst_stringify();
@@ -5715,9 +5721,9 @@ var require_cst = __commonJS({
5715
5721
  }
5716
5722
  });
5717
5723
 
5718
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/lexer.js
5724
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/lexer.js
5719
5725
  var require_lexer = __commonJS({
5720
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/lexer.js"(exports) {
5726
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/lexer.js"(exports) {
5721
5727
  "use strict";
5722
5728
  var cst = require_cst();
5723
5729
  function isEmpty(ch) {
@@ -5917,7 +5923,7 @@ var require_lexer = __commonJS({
5917
5923
  const n = (yield* this.pushCount(1)) + (yield* this.pushSpaces(true));
5918
5924
  this.indentNext = this.indentValue + 1;
5919
5925
  this.indentValue += n;
5920
- return yield* this.parseBlockStart();
5926
+ return "block-start";
5921
5927
  }
5922
5928
  return "doc";
5923
5929
  }
@@ -6216,28 +6222,38 @@ var require_lexer = __commonJS({
6216
6222
  return 0;
6217
6223
  }
6218
6224
  *pushIndicators() {
6219
- switch (this.charAt(0)) {
6220
- case "!":
6221
- return (yield* this.pushTag()) + (yield* this.pushSpaces(true)) + (yield* this.pushIndicators());
6222
- case "&":
6223
- return (yield* this.pushUntil(isNotAnchorChar)) + (yield* this.pushSpaces(true)) + (yield* this.pushIndicators());
6224
- case "-":
6225
- // this is an error
6226
- case "?":
6227
- // this is an error outside flow collections
6228
- case ":": {
6229
- const inFlow = this.flowLevel > 0;
6230
- const ch1 = this.charAt(1);
6231
- if (isEmpty(ch1) || inFlow && flowIndicatorChars.has(ch1)) {
6232
- if (!inFlow)
6233
- this.indentNext = this.indentValue + 1;
6234
- else if (this.flowKey)
6235
- this.flowKey = false;
6236
- return (yield* this.pushCount(1)) + (yield* this.pushSpaces(true)) + (yield* this.pushIndicators());
6225
+ let n = 0;
6226
+ loop: while (true) {
6227
+ switch (this.charAt(0)) {
6228
+ case "!":
6229
+ n += yield* this.pushTag();
6230
+ n += yield* this.pushSpaces(true);
6231
+ continue loop;
6232
+ case "&":
6233
+ n += yield* this.pushUntil(isNotAnchorChar);
6234
+ n += yield* this.pushSpaces(true);
6235
+ continue loop;
6236
+ case "-":
6237
+ // this is an error
6238
+ case "?":
6239
+ // this is an error outside flow collections
6240
+ case ":": {
6241
+ const inFlow = this.flowLevel > 0;
6242
+ const ch1 = this.charAt(1);
6243
+ if (isEmpty(ch1) || inFlow && flowIndicatorChars.has(ch1)) {
6244
+ if (!inFlow)
6245
+ this.indentNext = this.indentValue + 1;
6246
+ else if (this.flowKey)
6247
+ this.flowKey = false;
6248
+ n += yield* this.pushCount(1);
6249
+ n += yield* this.pushSpaces(true);
6250
+ continue loop;
6251
+ }
6237
6252
  }
6238
6253
  }
6254
+ break loop;
6239
6255
  }
6240
- return 0;
6256
+ return n;
6241
6257
  }
6242
6258
  *pushTag() {
6243
6259
  if (this.charAt(1) === "<") {
@@ -6294,9 +6310,9 @@ var require_lexer = __commonJS({
6294
6310
  }
6295
6311
  });
6296
6312
 
6297
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/line-counter.js
6313
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/line-counter.js
6298
6314
  var require_line_counter = __commonJS({
6299
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/line-counter.js"(exports) {
6315
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/line-counter.js"(exports) {
6300
6316
  "use strict";
6301
6317
  var LineCounter = class {
6302
6318
  constructor() {
@@ -6325,9 +6341,9 @@ var require_line_counter = __commonJS({
6325
6341
  }
6326
6342
  });
6327
6343
 
6328
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/parser.js
6344
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/parser.js
6329
6345
  var require_parser = __commonJS({
6330
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/parser.js"(exports) {
6346
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/parser.js"(exports) {
6331
6347
  "use strict";
6332
6348
  var node_process = __require("process");
6333
6349
  var cst = require_cst();
@@ -6396,6 +6412,13 @@ var require_parser = __commonJS({
6396
6412
  }
6397
6413
  return prev.splice(i, prev.length);
6398
6414
  }
6415
+ function arrayPushArray(target, source) {
6416
+ if (source.length < 1e5)
6417
+ Array.prototype.push.apply(target, source);
6418
+ else
6419
+ for (let i = 0; i < source.length; ++i)
6420
+ target.push(source[i]);
6421
+ }
6399
6422
  function fixFlowSeqItems(fc) {
6400
6423
  if (fc.start.type === "flow-seq-start") {
6401
6424
  for (const it of fc.items) {
@@ -6405,11 +6428,11 @@ var require_parser = __commonJS({
6405
6428
  delete it.key;
6406
6429
  if (isFlowToken(it.value)) {
6407
6430
  if (it.value.end)
6408
- Array.prototype.push.apply(it.value.end, it.sep);
6431
+ arrayPushArray(it.value.end, it.sep);
6409
6432
  else
6410
6433
  it.value.end = it.sep;
6411
6434
  } else
6412
- Array.prototype.push.apply(it.start, it.sep);
6435
+ arrayPushArray(it.start, it.sep);
6413
6436
  delete it.sep;
6414
6437
  }
6415
6438
  }
@@ -6764,7 +6787,7 @@ var require_parser = __commonJS({
6764
6787
  const prev = map.items[map.items.length - 2];
6765
6788
  const end = prev?.value?.end;
6766
6789
  if (Array.isArray(end)) {
6767
- Array.prototype.push.apply(end, it.start);
6790
+ arrayPushArray(end, it.start);
6768
6791
  end.push(this.sourceToken);
6769
6792
  map.items.pop();
6770
6793
  return;
@@ -6952,7 +6975,7 @@ var require_parser = __commonJS({
6952
6975
  const prev = seq.items[seq.items.length - 2];
6953
6976
  const end = prev?.value?.end;
6954
6977
  if (Array.isArray(end)) {
6955
- Array.prototype.push.apply(end, it.start);
6978
+ arrayPushArray(end, it.start);
6956
6979
  end.push(this.sourceToken);
6957
6980
  seq.items.pop();
6958
6981
  return;
@@ -7192,9 +7215,9 @@ var require_parser = __commonJS({
7192
7215
  }
7193
7216
  });
7194
7217
 
7195
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/public-api.js
7218
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/public-api.js
7196
7219
  var require_public_api = __commonJS({
7197
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/public-api.js"(exports) {
7220
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/public-api.js"(exports) {
7198
7221
  "use strict";
7199
7222
  var composer = require_composer();
7200
7223
  var Document = require_Document();
@@ -7289,9 +7312,9 @@ var require_public_api = __commonJS({
7289
7312
  }
7290
7313
  });
7291
7314
 
7292
- // ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/index.js
7315
+ // ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/index.js
7293
7316
  var require_dist = __commonJS({
7294
- "../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/index.js"(exports) {
7317
+ "../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/index.js"(exports) {
7295
7318
  "use strict";
7296
7319
  var composer = require_composer();
7297
7320
  var Document = require_Document();
@@ -10411,15 +10434,16 @@ var require_data = __commonJS({
10411
10434
  }
10412
10435
  });
10413
10436
 
10414
- // ../../node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/lib/utils.js
10437
+ // ../../node_modules/.pnpm/fast-uri@4.1.2/node_modules/fast-uri/lib/utils.js
10415
10438
  var require_utils = __commonJS({
10416
- "../../node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/lib/utils.js"(exports, module) {
10439
+ "../../node_modules/.pnpm/fast-uri@4.1.2/node_modules/fast-uri/lib/utils.js"(exports, module) {
10417
10440
  "use strict";
10418
10441
  var isUUID = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu);
10419
10442
  var isIPv4 = RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);
10420
10443
  var isHexPair = RegExp.prototype.test.bind(/^[\da-f]{2}$/iu);
10421
10444
  var isUnreserved = RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu);
10422
10445
  var isPathCharacter = RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu);
10446
+ var isQueryFragmentCharacter = RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/?]$/iu);
10423
10447
  function stringArrayToHexStripped(input) {
10424
10448
  let acc = "";
10425
10449
  let code = 0;
@@ -10562,7 +10586,7 @@ var require_utils = __commonJS({
10562
10586
  continue;
10563
10587
  }
10564
10588
  } else if (input[0] === "/") {
10565
- if (input[1] === "." || input[1] === "/") {
10589
+ if (input[1] === ".") {
10566
10590
  output.push("/");
10567
10591
  break;
10568
10592
  }
@@ -10644,10 +10668,30 @@ var require_utils = __commonJS({
10644
10668
  }
10645
10669
  return output;
10646
10670
  }
10671
+ var BYTE_HEX = new Array(256);
10672
+ {
10673
+ const HEX_DIGITS = "0123456789ABCDEF";
10674
+ for (let i = 0; i < 256; i++) {
10675
+ BYTE_HEX[i] = "%" + HEX_DIGITS[i >> 4] + HEX_DIGITS[i & 15];
10676
+ }
10677
+ }
10678
+ function isEscapeSafe(cp) {
10679
+ return cp >= 48 && cp <= 57 || cp >= 65 && cp <= 90 || cp >= 97 && cp <= 122 || cp === 42 || cp === 43 || cp === 45 || cp === 46 || cp === 47 || cp === 64 || cp === 95;
10680
+ }
10681
+ function percentEncodeNonAscii(cp) {
10682
+ if (cp < 2048) {
10683
+ return BYTE_HEX[192 | cp >> 6] + BYTE_HEX[128 | cp & 63];
10684
+ }
10685
+ if (cp < 65536) {
10686
+ return BYTE_HEX[224 | cp >> 12] + BYTE_HEX[128 | cp >> 6 & 63] + BYTE_HEX[128 | cp & 63];
10687
+ }
10688
+ return BYTE_HEX[240 | cp >> 18] + BYTE_HEX[128 | cp >> 12 & 63] + BYTE_HEX[128 | cp >> 6 & 63] + BYTE_HEX[128 | cp & 63];
10689
+ }
10647
10690
  function normalizePathEncoding(input) {
10648
10691
  let output = "";
10649
10692
  for (let i = 0; i < input.length; i++) {
10650
- if (input[i] === "%" && i + 2 < input.length) {
10693
+ const ch = input[i];
10694
+ if (ch === "%" && i + 2 < input.length) {
10651
10695
  const hex = input.slice(i + 1, i + 3);
10652
10696
  if (isHexPair(hex)) {
10653
10697
  const normalizedHex = hex.toUpperCase();
@@ -10661,10 +10705,66 @@ var require_utils = __commonJS({
10661
10705
  continue;
10662
10706
  }
10663
10707
  }
10664
- if (isPathCharacter(input[i])) {
10665
- output += input[i];
10708
+ if (isPathCharacter(ch)) {
10709
+ output += ch;
10710
+ } else {
10711
+ const code = input.charCodeAt(i);
10712
+ if (code < 128) {
10713
+ output += isEscapeSafe(code) ? ch : BYTE_HEX[code];
10714
+ } else if (code < 55296 || code > 57343) {
10715
+ output += percentEncodeNonAscii(code);
10716
+ } else if (code <= 56319 && i + 1 < input.length) {
10717
+ const low = input.charCodeAt(i + 1);
10718
+ if (low >= 56320 && low <= 57343) {
10719
+ output += percentEncodeNonAscii(65536 + (code - 55296 << 10) + (low - 56320));
10720
+ i++;
10721
+ } else {
10722
+ output += percentEncodeNonAscii(65533);
10723
+ }
10724
+ } else {
10725
+ output += percentEncodeNonAscii(65533);
10726
+ }
10727
+ }
10728
+ }
10729
+ return output;
10730
+ }
10731
+ function normalizeQueryFragmentEncoding(input) {
10732
+ let output = "";
10733
+ for (let i = 0; i < input.length; i++) {
10734
+ const ch = input[i];
10735
+ if (ch === "%" && i + 2 < input.length) {
10736
+ const hex = input.slice(i + 1, i + 3);
10737
+ if (isHexPair(hex)) {
10738
+ const normalizedHex = hex.toUpperCase();
10739
+ const decoded = String.fromCharCode(parseInt(normalizedHex, 16));
10740
+ if (isUnreserved(decoded)) {
10741
+ output += decoded;
10742
+ } else {
10743
+ output += "%" + normalizedHex;
10744
+ }
10745
+ i += 2;
10746
+ continue;
10747
+ }
10748
+ }
10749
+ if (isQueryFragmentCharacter(ch)) {
10750
+ output += ch;
10666
10751
  } else {
10667
- output += escape(input[i]);
10752
+ const code = input.charCodeAt(i);
10753
+ if (code < 128) {
10754
+ output += isEscapeSafe(code) ? ch : BYTE_HEX[code];
10755
+ } else if (code < 55296 || code > 57343) {
10756
+ output += percentEncodeNonAscii(code);
10757
+ } else if (code <= 56319 && i + 1 < input.length) {
10758
+ const low = input.charCodeAt(i + 1);
10759
+ if (low >= 56320 && low <= 57343) {
10760
+ output += percentEncodeNonAscii(65536 + (code - 55296 << 10) + (low - 56320));
10761
+ i++;
10762
+ } else {
10763
+ output += percentEncodeNonAscii(65533);
10764
+ }
10765
+ } else {
10766
+ output += percentEncodeNonAscii(65533);
10767
+ }
10668
10768
  }
10669
10769
  }
10670
10770
  return output;
@@ -10672,7 +10772,8 @@ var require_utils = __commonJS({
10672
10772
  function escapePreservingEscapes(input) {
10673
10773
  let output = "";
10674
10774
  for (let i = 0; i < input.length; i++) {
10675
- if (input[i] === "%" && i + 2 < input.length) {
10775
+ const ch = input[i];
10776
+ if (ch === "%" && i + 2 < input.length) {
10676
10777
  const hex = input.slice(i + 1, i + 3);
10677
10778
  if (isHexPair(hex)) {
10678
10779
  output += "%" + hex.toUpperCase();
@@ -10680,7 +10781,22 @@ var require_utils = __commonJS({
10680
10781
  continue;
10681
10782
  }
10682
10783
  }
10683
- output += escape(input[i]);
10784
+ const code = input.charCodeAt(i);
10785
+ if (code < 128) {
10786
+ output += isEscapeSafe(code) ? ch : BYTE_HEX[code];
10787
+ } else if (code < 55296 || code > 57343) {
10788
+ output += percentEncodeNonAscii(code);
10789
+ } else if (code <= 56319 && i + 1 < input.length) {
10790
+ const low = input.charCodeAt(i + 1);
10791
+ if (low >= 56320 && low <= 57343) {
10792
+ output += percentEncodeNonAscii(65536 + (code - 55296 << 10) + (low - 56320));
10793
+ i++;
10794
+ } else {
10795
+ output += percentEncodeNonAscii(65533);
10796
+ }
10797
+ } else {
10798
+ output += percentEncodeNonAscii(65533);
10799
+ }
10684
10800
  }
10685
10801
  return output;
10686
10802
  }
@@ -10714,6 +10830,7 @@ var require_utils = __commonJS({
10714
10830
  reescapeHostDelimiters,
10715
10831
  normalizePercentEncoding,
10716
10832
  normalizePathEncoding,
10833
+ normalizeQueryFragmentEncoding,
10717
10834
  escapePreservingEscapes,
10718
10835
  removeDotSegments,
10719
10836
  isIPv4,
@@ -10724,9 +10841,9 @@ var require_utils = __commonJS({
10724
10841
  }
10725
10842
  });
10726
10843
 
10727
- // ../../node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/lib/schemes.js
10844
+ // ../../node_modules/.pnpm/fast-uri@4.1.2/node_modules/fast-uri/lib/schemes.js
10728
10845
  var require_schemes = __commonJS({
10729
- "../../node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/lib/schemes.js"(exports, module) {
10846
+ "../../node_modules/.pnpm/fast-uri@4.1.2/node_modules/fast-uri/lib/schemes.js"(exports, module) {
10730
10847
  "use strict";
10731
10848
  var { isUUID } = require_utils();
10732
10849
  var URN_REG = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;
@@ -10934,11 +11051,11 @@ var require_schemes = __commonJS({
10934
11051
  }
10935
11052
  });
10936
11053
 
10937
- // ../../node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/index.js
11054
+ // ../../node_modules/.pnpm/fast-uri@4.1.2/node_modules/fast-uri/index.js
10938
11055
  var require_fast_uri = __commonJS({
10939
- "../../node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/index.js"(exports, module) {
11056
+ "../../node_modules/.pnpm/fast-uri@4.1.2/node_modules/fast-uri/index.js"(exports, module) {
10940
11057
  "use strict";
10941
- var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizePercentEncoding, normalizePathEncoding, escapePreservingEscapes, reescapeHostDelimiters, isIPv4, nonSimpleDomain } = require_utils();
11058
+ var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizePercentEncoding, normalizePathEncoding, normalizeQueryFragmentEncoding, escapePreservingEscapes, reescapeHostDelimiters, isIPv4, nonSimpleDomain } = require_utils();
10942
11059
  var { SCHEMES, getSchemeHandler } = require_schemes();
10943
11060
  function normalize(uri, options) {
10944
11061
  if (typeof uri === "string") {
@@ -10952,7 +11069,12 @@ var require_fast_uri = __commonJS({
10952
11069
  }
10953
11070
  function resolve2(baseURI, relativeURI, options) {
10954
11071
  const schemelessOptions = options ? Object.assign({ scheme: "null" }, options) : { scheme: "null" };
10955
- const resolved = resolveComponent(parse(baseURI, schemelessOptions), parse(relativeURI, schemelessOptions), schemelessOptions, true);
11072
+ const { parsed: baseParsed, malformedAuthorityOrPort: baseMalformed } = parseWithStatus(baseURI, schemelessOptions);
11073
+ const { parsed: relativeParsed, malformedAuthorityOrPort: relativeMalformed } = parseWithStatus(relativeURI, schemelessOptions);
11074
+ if (baseMalformed || relativeMalformed) {
11075
+ throw new Error(baseParsed.error || relativeParsed.error || "URI is malformed.");
11076
+ }
11077
+ const resolved = resolveComponent(baseParsed, relativeParsed, schemelessOptions, true);
10956
11078
  schemelessOptions.skipEscape = true;
10957
11079
  return serialize(resolved, schemelessOptions);
10958
11080
  }
@@ -11077,6 +11199,8 @@ var require_fast_uri = __commonJS({
11077
11199
  return uriTokens.join("");
11078
11200
  }
11079
11201
  var URI_PARSE = /^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;
11202
+ var AUTHORITY_PREFIX = /^(?:[^#/:?]+:)?\/\/([^/?#]*)/;
11203
+ var AUTHORITY_INTRODUCER_REGION = /^(?:[^#/:?]+:)?([/\\\t\n\r]*)/;
11080
11204
  function getParseError(parsed, matches) {
11081
11205
  if (matches[2] !== void 0 && parsed.path && parsed.path[0] !== "/") {
11082
11206
  return 'URI path must start with "/" when authority is present.';
@@ -11106,9 +11230,28 @@ var require_fast_uri = __commonJS({
11106
11230
  uri = "//" + uri;
11107
11231
  }
11108
11232
  }
11233
+ const authorityMatch = uri.match(AUTHORITY_PREFIX);
11234
+ if (authorityMatch !== null && authorityMatch[1].indexOf("\\") !== -1) {
11235
+ parsed.error = "URI authority must not contain a literal backslash.";
11236
+ malformedAuthorityOrPort = true;
11237
+ }
11238
+ const introducerMatch = uri.match(AUTHORITY_INTRODUCER_REGION);
11239
+ if (introducerMatch !== null) {
11240
+ const region = introducerMatch[1];
11241
+ const normalizedRegion = region.replace(/[\t\n\r]/g, "");
11242
+ if (normalizedRegion.length >= 2) {
11243
+ if (normalizedRegion.slice(0, 2) !== "//") {
11244
+ parsed.error = parsed.error || "URI authority must not contain a literal backslash.";
11245
+ malformedAuthorityOrPort = true;
11246
+ } else if (region.length !== normalizedRegion.length) {
11247
+ parsed.error = parsed.error || "URI authority introducer must not contain whitespace.";
11248
+ malformedAuthorityOrPort = true;
11249
+ }
11250
+ }
11251
+ }
11109
11252
  const matches = uri.match(URI_PARSE);
11110
11253
  if (matches) {
11111
- parsed.scheme = matches[1];
11254
+ parsed.scheme = matches[1] === void 0 ? void 0 : matches[1].toLowerCase();
11112
11255
  parsed.userinfo = matches[3];
11113
11256
  parsed.host = matches[4];
11114
11257
  parsed.port = parseInt(matches[5], 10);
@@ -11149,7 +11292,7 @@ var require_fast_uri = __commonJS({
11149
11292
  if (!options.unicodeSupport && (!schemeHandler || !schemeHandler.unicodeSupport)) {
11150
11293
  if (parsed.host && (options.domainHost || schemeHandler && schemeHandler.domainHost) && isIP === false && nonSimpleDomain(parsed.host)) {
11151
11294
  try {
11152
- parsed.host = URL.domainToASCII(parsed.host.toLowerCase());
11295
+ parsed.host = new URL("http://" + parsed.host).hostname;
11153
11296
  } catch (e) {
11154
11297
  parsed.error = parsed.error || "Host's domain name can not be converted to ASCII: " + e;
11155
11298
  }
@@ -11167,12 +11310,11 @@ var require_fast_uri = __commonJS({
11167
11310
  if (parsed.path) {
11168
11311
  parsed.path = normalizePathEncoding(parsed.path);
11169
11312
  }
11313
+ if (parsed.query) {
11314
+ parsed.query = normalizeQueryFragmentEncoding(parsed.query);
11315
+ }
11170
11316
  if (parsed.fragment) {
11171
- try {
11172
- parsed.fragment = encodeURI(decodeURIComponent(parsed.fragment));
11173
- } catch {
11174
- parsed.error = parsed.error || "URI malformed";
11175
- }
11317
+ parsed.fragment = normalizeQueryFragmentEncoding(parsed.fragment);
11176
11318
  }
11177
11319
  }
11178
11320
  if (schemeHandler && schemeHandler.parse) {
@@ -15064,7 +15206,7 @@ function isLintableYaml(text) {
15064
15206
  // src/cli.ts
15065
15207
  var PARALLEL_THRESHOLD = 200;
15066
15208
  var MAX_WORKERS = 8;
15067
- var VERSION = true ? "0.2.825" : "0.0.0-dev";
15209
+ var VERSION = true ? "0.2.1074" : "0.0.0-dev";
15068
15210
  function isNewer(latest, current) {
15069
15211
  const a = latest.split(".").map(Number);
15070
15212
  const b = current.split(".").map(Number);