@uoyo/mvtt 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fs/materialize.d.ts.map +1 -1
- package/dist/fs/materialize.js +3 -2
- package/dist/fs/materialize.js.map +1 -1
- package/dist/scripts/epic-update.cjs +181 -206
- package/dist/scripts/epic-update.md +57 -0
- package/dist/scripts/plan-update.cjs +203 -215
- package/dist/scripts/plan-update.md +59 -0
- package/dist/scripts/session-update.cjs +185 -209
- package/install-manifest.yaml +4 -0
- package/package.json +1 -1
- package/sources/defaults/config.yaml +5 -0
- package/sources/scripts/epic-update.js +3 -21
- package/sources/scripts/epic-update.md +57 -0
- package/sources/scripts/plan-update.js +30 -20
- package/sources/scripts/plan-update.md +59 -0
- package/sources/scripts/session-update.js +7 -23
- package/sources/sections/activation-load-config.md +7 -10
- package/sources/sections/activation-load-context.md +15 -25
- package/sources/sections/activation-preflight.md +1 -1
- package/sources/sections/footer-next-steps.md +1 -1
- package/sources/sections/language-constraint.md +3 -18
- package/sources/sections/output-format-constraint.md +6 -9
- package/sources/sections/script-usage-rule.md +32 -0
- package/sources/sections/session-update.md +24 -110
- package/sources/skills/mvt-analyze/business.md +1 -1
- package/sources/skills/mvt-analyze/manifest.yaml +7 -7
- package/sources/skills/mvt-analyze-code/manifest.yaml +7 -7
- package/sources/skills/mvt-cleanup/business.md +9 -0
- package/sources/skills/mvt-cleanup/manifest.yaml +6 -6
- package/sources/skills/mvt-config/business.md +1 -0
- package/sources/skills/mvt-config/manifest.yaml +1 -0
- package/sources/skills/mvt-decompose/business.md +18 -9
- package/sources/skills/mvt-decompose/manifest.yaml +7 -7
- package/sources/skills/mvt-design/business.md +34 -43
- package/sources/skills/mvt-design/manifest.yaml +7 -7
- package/sources/skills/mvt-fix/manifest.yaml +6 -6
- package/sources/skills/mvt-help/business.md +19 -9
- package/sources/skills/mvt-help/manifest.yaml +3 -14
- package/sources/skills/mvt-implement/business.md +27 -34
- package/sources/skills/mvt-implement/manifest.yaml +8 -14
- package/sources/skills/mvt-init/manifest.yaml +6 -6
- package/sources/skills/mvt-plan-dev/business.md +12 -2
- package/sources/skills/mvt-plan-dev/manifest.yaml +7 -7
- package/sources/skills/mvt-resume/manifest.yaml +3 -3
- package/sources/skills/mvt-review/business.md +3 -9
- package/sources/skills/mvt-review/manifest.yaml +7 -7
- package/sources/skills/mvt-status/business.md +2 -12
- package/sources/skills/mvt-status/manifest.yaml +3 -3
- package/sources/skills/mvt-sync-context/business.md +1 -1
- package/sources/skills/mvt-sync-context/manifest.yaml +6 -6
- package/sources/skills/mvt-test/business.md +2 -10
- package/sources/skills/mvt-test/manifest.yaml +7 -7
- package/sources/skills/mvt-update-plan/business.md +12 -27
- package/sources/skills/mvt-update-plan/manifest.yaml +12 -6
- package/sources/templates/analyze-output/body.md +41 -0
- package/sources/templates/decompose-output/body.md +36 -0
- package/sources/templates/design-output/body.md +48 -0
- package/sources/templates/implement-output/body.md +48 -3
- package/sources/templates/project-context/body.md +45 -0
- package/sources/templates/review-output/body.md +59 -0
- package/sources/templates/test-output/body.md +72 -0
|
@@ -30,9 +30,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
30
30
|
mod
|
|
31
31
|
));
|
|
32
32
|
|
|
33
|
-
// node_modules
|
|
33
|
+
// node_modules/yaml/dist/nodes/identity.js
|
|
34
34
|
var require_identity = __commonJS({
|
|
35
|
-
"node_modules
|
|
35
|
+
"node_modules/yaml/dist/nodes/identity.js"(exports2) {
|
|
36
36
|
"use strict";
|
|
37
37
|
var ALIAS = /* @__PURE__ */ Symbol.for("yaml.alias");
|
|
38
38
|
var DOC = /* @__PURE__ */ Symbol.for("yaml.document");
|
|
@@ -87,9 +87,9 @@ var require_identity = __commonJS({
|
|
|
87
87
|
}
|
|
88
88
|
});
|
|
89
89
|
|
|
90
|
-
// node_modules
|
|
90
|
+
// node_modules/yaml/dist/visit.js
|
|
91
91
|
var require_visit = __commonJS({
|
|
92
|
-
"node_modules
|
|
92
|
+
"node_modules/yaml/dist/visit.js"(exports2) {
|
|
93
93
|
"use strict";
|
|
94
94
|
var identity = require_identity();
|
|
95
95
|
var BREAK = /* @__PURE__ */ Symbol("break visit");
|
|
@@ -245,9 +245,9 @@ var require_visit = __commonJS({
|
|
|
245
245
|
}
|
|
246
246
|
});
|
|
247
247
|
|
|
248
|
-
// node_modules
|
|
248
|
+
// node_modules/yaml/dist/doc/directives.js
|
|
249
249
|
var require_directives = __commonJS({
|
|
250
|
-
"node_modules
|
|
250
|
+
"node_modules/yaml/dist/doc/directives.js"(exports2) {
|
|
251
251
|
"use strict";
|
|
252
252
|
var identity = require_identity();
|
|
253
253
|
var visit = require_visit();
|
|
@@ -416,9 +416,9 @@ var require_directives = __commonJS({
|
|
|
416
416
|
}
|
|
417
417
|
});
|
|
418
418
|
|
|
419
|
-
// node_modules
|
|
419
|
+
// node_modules/yaml/dist/doc/anchors.js
|
|
420
420
|
var require_anchors = __commonJS({
|
|
421
|
-
"node_modules
|
|
421
|
+
"node_modules/yaml/dist/doc/anchors.js"(exports2) {
|
|
422
422
|
"use strict";
|
|
423
423
|
var identity = require_identity();
|
|
424
424
|
var visit = require_visit();
|
|
@@ -486,9 +486,9 @@ var require_anchors = __commonJS({
|
|
|
486
486
|
}
|
|
487
487
|
});
|
|
488
488
|
|
|
489
|
-
// node_modules
|
|
489
|
+
// node_modules/yaml/dist/doc/applyReviver.js
|
|
490
490
|
var require_applyReviver = __commonJS({
|
|
491
|
-
"node_modules
|
|
491
|
+
"node_modules/yaml/dist/doc/applyReviver.js"(exports2) {
|
|
492
492
|
"use strict";
|
|
493
493
|
function applyReviver(reviver, obj, key, val) {
|
|
494
494
|
if (val && typeof val === "object") {
|
|
@@ -536,9 +536,9 @@ var require_applyReviver = __commonJS({
|
|
|
536
536
|
}
|
|
537
537
|
});
|
|
538
538
|
|
|
539
|
-
// node_modules
|
|
539
|
+
// node_modules/yaml/dist/nodes/toJS.js
|
|
540
540
|
var require_toJS = __commonJS({
|
|
541
|
-
"node_modules
|
|
541
|
+
"node_modules/yaml/dist/nodes/toJS.js"(exports2) {
|
|
542
542
|
"use strict";
|
|
543
543
|
var identity = require_identity();
|
|
544
544
|
function toJS(value, arg, ctx) {
|
|
@@ -566,9 +566,9 @@ var require_toJS = __commonJS({
|
|
|
566
566
|
}
|
|
567
567
|
});
|
|
568
568
|
|
|
569
|
-
// node_modules
|
|
569
|
+
// node_modules/yaml/dist/nodes/Node.js
|
|
570
570
|
var require_Node = __commonJS({
|
|
571
|
-
"node_modules
|
|
571
|
+
"node_modules/yaml/dist/nodes/Node.js"(exports2) {
|
|
572
572
|
"use strict";
|
|
573
573
|
var applyReviver = require_applyReviver();
|
|
574
574
|
var identity = require_identity();
|
|
@@ -607,9 +607,9 @@ var require_Node = __commonJS({
|
|
|
607
607
|
}
|
|
608
608
|
});
|
|
609
609
|
|
|
610
|
-
// node_modules
|
|
610
|
+
// node_modules/yaml/dist/nodes/Alias.js
|
|
611
611
|
var require_Alias = __commonJS({
|
|
612
|
-
"node_modules
|
|
612
|
+
"node_modules/yaml/dist/nodes/Alias.js"(exports2) {
|
|
613
613
|
"use strict";
|
|
614
614
|
var anchors = require_anchors();
|
|
615
615
|
var visit = require_visit();
|
|
@@ -631,8 +631,6 @@ var require_Alias = __commonJS({
|
|
|
631
631
|
* instance of the `source` anchor before this node.
|
|
632
632
|
*/
|
|
633
633
|
resolve(doc, ctx) {
|
|
634
|
-
if (ctx?.maxAliasCount === 0)
|
|
635
|
-
throw new ReferenceError("Alias resolution is disabled");
|
|
636
634
|
let nodes;
|
|
637
635
|
if (ctx?.aliasResolveCache) {
|
|
638
636
|
nodes = ctx.aliasResolveCache;
|
|
@@ -723,9 +721,9 @@ var require_Alias = __commonJS({
|
|
|
723
721
|
}
|
|
724
722
|
});
|
|
725
723
|
|
|
726
|
-
// node_modules
|
|
724
|
+
// node_modules/yaml/dist/nodes/Scalar.js
|
|
727
725
|
var require_Scalar = __commonJS({
|
|
728
|
-
"node_modules
|
|
726
|
+
"node_modules/yaml/dist/nodes/Scalar.js"(exports2) {
|
|
729
727
|
"use strict";
|
|
730
728
|
var identity = require_identity();
|
|
731
729
|
var Node = require_Node();
|
|
@@ -753,9 +751,9 @@ var require_Scalar = __commonJS({
|
|
|
753
751
|
}
|
|
754
752
|
});
|
|
755
753
|
|
|
756
|
-
// node_modules
|
|
754
|
+
// node_modules/yaml/dist/doc/createNode.js
|
|
757
755
|
var require_createNode = __commonJS({
|
|
758
|
-
"node_modules
|
|
756
|
+
"node_modules/yaml/dist/doc/createNode.js"(exports2) {
|
|
759
757
|
"use strict";
|
|
760
758
|
var Alias = require_Alias();
|
|
761
759
|
var identity = require_identity();
|
|
@@ -828,9 +826,9 @@ var require_createNode = __commonJS({
|
|
|
828
826
|
}
|
|
829
827
|
});
|
|
830
828
|
|
|
831
|
-
// node_modules
|
|
829
|
+
// node_modules/yaml/dist/nodes/Collection.js
|
|
832
830
|
var require_Collection = __commonJS({
|
|
833
|
-
"node_modules
|
|
831
|
+
"node_modules/yaml/dist/nodes/Collection.js"(exports2) {
|
|
834
832
|
"use strict";
|
|
835
833
|
var createNode = require_createNode();
|
|
836
834
|
var identity = require_identity();
|
|
@@ -971,9 +969,9 @@ var require_Collection = __commonJS({
|
|
|
971
969
|
}
|
|
972
970
|
});
|
|
973
971
|
|
|
974
|
-
// node_modules
|
|
972
|
+
// node_modules/yaml/dist/stringify/stringifyComment.js
|
|
975
973
|
var require_stringifyComment = __commonJS({
|
|
976
|
-
"node_modules
|
|
974
|
+
"node_modules/yaml/dist/stringify/stringifyComment.js"(exports2) {
|
|
977
975
|
"use strict";
|
|
978
976
|
var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
|
|
979
977
|
function indentComment(comment, indent) {
|
|
@@ -988,9 +986,9 @@ var require_stringifyComment = __commonJS({
|
|
|
988
986
|
}
|
|
989
987
|
});
|
|
990
988
|
|
|
991
|
-
// node_modules
|
|
989
|
+
// node_modules/yaml/dist/stringify/foldFlowLines.js
|
|
992
990
|
var require_foldFlowLines = __commonJS({
|
|
993
|
-
"node_modules
|
|
991
|
+
"node_modules/yaml/dist/stringify/foldFlowLines.js"(exports2) {
|
|
994
992
|
"use strict";
|
|
995
993
|
var FOLD_FLOW = "flow";
|
|
996
994
|
var FOLD_BLOCK = "block";
|
|
@@ -1124,9 +1122,9 @@ ${indent}${text.slice(fold + 1, end2)}`;
|
|
|
1124
1122
|
}
|
|
1125
1123
|
});
|
|
1126
1124
|
|
|
1127
|
-
// node_modules
|
|
1125
|
+
// node_modules/yaml/dist/stringify/stringifyString.js
|
|
1128
1126
|
var require_stringifyString = __commonJS({
|
|
1129
|
-
"node_modules
|
|
1127
|
+
"node_modules/yaml/dist/stringify/stringifyString.js"(exports2) {
|
|
1130
1128
|
"use strict";
|
|
1131
1129
|
var Scalar = require_Scalar();
|
|
1132
1130
|
var foldFlowLines = require_foldFlowLines();
|
|
@@ -1407,9 +1405,9 @@ ${indent}`);
|
|
|
1407
1405
|
}
|
|
1408
1406
|
});
|
|
1409
1407
|
|
|
1410
|
-
// node_modules
|
|
1408
|
+
// node_modules/yaml/dist/stringify/stringify.js
|
|
1411
1409
|
var require_stringify = __commonJS({
|
|
1412
|
-
"node_modules
|
|
1410
|
+
"node_modules/yaml/dist/stringify/stringify.js"(exports2) {
|
|
1413
1411
|
"use strict";
|
|
1414
1412
|
var anchors = require_anchors();
|
|
1415
1413
|
var identity = require_identity();
|
|
@@ -1531,9 +1529,9 @@ ${ctx.indent}${str}`;
|
|
|
1531
1529
|
}
|
|
1532
1530
|
});
|
|
1533
1531
|
|
|
1534
|
-
// node_modules
|
|
1532
|
+
// node_modules/yaml/dist/stringify/stringifyPair.js
|
|
1535
1533
|
var require_stringifyPair = __commonJS({
|
|
1536
|
-
"node_modules
|
|
1534
|
+
"node_modules/yaml/dist/stringify/stringifyPair.js"(exports2) {
|
|
1537
1535
|
"use strict";
|
|
1538
1536
|
var identity = require_identity();
|
|
1539
1537
|
var Scalar = require_Scalar();
|
|
@@ -1664,9 +1662,9 @@ ${ctx.indent}`;
|
|
|
1664
1662
|
}
|
|
1665
1663
|
});
|
|
1666
1664
|
|
|
1667
|
-
// node_modules
|
|
1665
|
+
// node_modules/yaml/dist/log.js
|
|
1668
1666
|
var require_log = __commonJS({
|
|
1669
|
-
"node_modules
|
|
1667
|
+
"node_modules/yaml/dist/log.js"(exports2) {
|
|
1670
1668
|
"use strict";
|
|
1671
1669
|
var node_process = require("process");
|
|
1672
1670
|
function debug(logLevel, ...messages) {
|
|
@@ -1686,9 +1684,9 @@ var require_log = __commonJS({
|
|
|
1686
1684
|
}
|
|
1687
1685
|
});
|
|
1688
1686
|
|
|
1689
|
-
// node_modules
|
|
1687
|
+
// node_modules/yaml/dist/schema/yaml-1.1/merge.js
|
|
1690
1688
|
var require_merge = __commonJS({
|
|
1691
|
-
"node_modules
|
|
1689
|
+
"node_modules/yaml/dist/schema/yaml-1.1/merge.js"(exports2) {
|
|
1692
1690
|
"use strict";
|
|
1693
1691
|
var identity = require_identity();
|
|
1694
1692
|
var Scalar = require_Scalar();
|
|
@@ -1705,18 +1703,18 @@ var require_merge = __commonJS({
|
|
|
1705
1703
|
};
|
|
1706
1704
|
var isMergeKey = (ctx, key) => (merge.identify(key) || identity.isScalar(key) && (!key.type || key.type === Scalar.Scalar.PLAIN) && merge.identify(key.value)) && ctx?.doc.schema.tags.some((tag) => tag.tag === merge.tag && tag.default);
|
|
1707
1705
|
function addMergeToJSMap(ctx, map, value) {
|
|
1708
|
-
|
|
1709
|
-
if (identity.isSeq(
|
|
1710
|
-
for (const it of
|
|
1706
|
+
value = ctx && identity.isAlias(value) ? value.resolve(ctx.doc) : value;
|
|
1707
|
+
if (identity.isSeq(value))
|
|
1708
|
+
for (const it of value.items)
|
|
1711
1709
|
mergeValue(ctx, map, it);
|
|
1712
|
-
else if (Array.isArray(
|
|
1713
|
-
for (const it of
|
|
1710
|
+
else if (Array.isArray(value))
|
|
1711
|
+
for (const it of value)
|
|
1714
1712
|
mergeValue(ctx, map, it);
|
|
1715
1713
|
else
|
|
1716
|
-
mergeValue(ctx, map,
|
|
1714
|
+
mergeValue(ctx, map, value);
|
|
1717
1715
|
}
|
|
1718
1716
|
function mergeValue(ctx, map, value) {
|
|
1719
|
-
const source =
|
|
1717
|
+
const source = ctx && identity.isAlias(value) ? value.resolve(ctx.doc) : value;
|
|
1720
1718
|
if (!identity.isMap(source))
|
|
1721
1719
|
throw new Error("Merge sources must be maps or map aliases");
|
|
1722
1720
|
const srcMap = source.toJSON(null, ctx, Map);
|
|
@@ -1737,18 +1735,15 @@ var require_merge = __commonJS({
|
|
|
1737
1735
|
}
|
|
1738
1736
|
return map;
|
|
1739
1737
|
}
|
|
1740
|
-
function resolveAliasValue(ctx, value) {
|
|
1741
|
-
return ctx && identity.isAlias(value) ? value.resolve(ctx.doc, ctx) : value;
|
|
1742
|
-
}
|
|
1743
1738
|
exports2.addMergeToJSMap = addMergeToJSMap;
|
|
1744
1739
|
exports2.isMergeKey = isMergeKey;
|
|
1745
1740
|
exports2.merge = merge;
|
|
1746
1741
|
}
|
|
1747
1742
|
});
|
|
1748
1743
|
|
|
1749
|
-
// node_modules
|
|
1744
|
+
// node_modules/yaml/dist/nodes/addPairToJSMap.js
|
|
1750
1745
|
var require_addPairToJSMap = __commonJS({
|
|
1751
|
-
"node_modules
|
|
1746
|
+
"node_modules/yaml/dist/nodes/addPairToJSMap.js"(exports2) {
|
|
1752
1747
|
"use strict";
|
|
1753
1748
|
var log = require_log();
|
|
1754
1749
|
var merge = require_merge();
|
|
@@ -1810,9 +1805,9 @@ var require_addPairToJSMap = __commonJS({
|
|
|
1810
1805
|
}
|
|
1811
1806
|
});
|
|
1812
1807
|
|
|
1813
|
-
// node_modules
|
|
1808
|
+
// node_modules/yaml/dist/nodes/Pair.js
|
|
1814
1809
|
var require_Pair = __commonJS({
|
|
1815
|
-
"node_modules
|
|
1810
|
+
"node_modules/yaml/dist/nodes/Pair.js"(exports2) {
|
|
1816
1811
|
"use strict";
|
|
1817
1812
|
var createNode = require_createNode();
|
|
1818
1813
|
var stringifyPair = require_stringifyPair();
|
|
@@ -1850,9 +1845,9 @@ var require_Pair = __commonJS({
|
|
|
1850
1845
|
}
|
|
1851
1846
|
});
|
|
1852
1847
|
|
|
1853
|
-
// node_modules
|
|
1848
|
+
// node_modules/yaml/dist/stringify/stringifyCollection.js
|
|
1854
1849
|
var require_stringifyCollection = __commonJS({
|
|
1855
|
-
"node_modules
|
|
1850
|
+
"node_modules/yaml/dist/stringify/stringifyCollection.js"(exports2) {
|
|
1856
1851
|
"use strict";
|
|
1857
1852
|
var identity = require_identity();
|
|
1858
1853
|
var stringify = require_stringify();
|
|
@@ -2001,9 +1996,9 @@ ${indent}${end}`;
|
|
|
2001
1996
|
}
|
|
2002
1997
|
});
|
|
2003
1998
|
|
|
2004
|
-
// node_modules
|
|
1999
|
+
// node_modules/yaml/dist/nodes/YAMLMap.js
|
|
2005
2000
|
var require_YAMLMap = __commonJS({
|
|
2006
|
-
"node_modules
|
|
2001
|
+
"node_modules/yaml/dist/nodes/YAMLMap.js"(exports2) {
|
|
2007
2002
|
"use strict";
|
|
2008
2003
|
var stringifyCollection = require_stringifyCollection();
|
|
2009
2004
|
var addPairToJSMap = require_addPairToJSMap();
|
|
@@ -2145,9 +2140,9 @@ var require_YAMLMap = __commonJS({
|
|
|
2145
2140
|
}
|
|
2146
2141
|
});
|
|
2147
2142
|
|
|
2148
|
-
// node_modules
|
|
2143
|
+
// node_modules/yaml/dist/schema/common/map.js
|
|
2149
2144
|
var require_map = __commonJS({
|
|
2150
|
-
"node_modules
|
|
2145
|
+
"node_modules/yaml/dist/schema/common/map.js"(exports2) {
|
|
2151
2146
|
"use strict";
|
|
2152
2147
|
var identity = require_identity();
|
|
2153
2148
|
var YAMLMap = require_YAMLMap();
|
|
@@ -2167,9 +2162,9 @@ var require_map = __commonJS({
|
|
|
2167
2162
|
}
|
|
2168
2163
|
});
|
|
2169
2164
|
|
|
2170
|
-
// node_modules
|
|
2165
|
+
// node_modules/yaml/dist/nodes/YAMLSeq.js
|
|
2171
2166
|
var require_YAMLSeq = __commonJS({
|
|
2172
|
-
"node_modules
|
|
2167
|
+
"node_modules/yaml/dist/nodes/YAMLSeq.js"(exports2) {
|
|
2173
2168
|
"use strict";
|
|
2174
2169
|
var createNode = require_createNode();
|
|
2175
2170
|
var stringifyCollection = require_stringifyCollection();
|
|
@@ -2283,9 +2278,9 @@ var require_YAMLSeq = __commonJS({
|
|
|
2283
2278
|
}
|
|
2284
2279
|
});
|
|
2285
2280
|
|
|
2286
|
-
// node_modules
|
|
2281
|
+
// node_modules/yaml/dist/schema/common/seq.js
|
|
2287
2282
|
var require_seq = __commonJS({
|
|
2288
|
-
"node_modules
|
|
2283
|
+
"node_modules/yaml/dist/schema/common/seq.js"(exports2) {
|
|
2289
2284
|
"use strict";
|
|
2290
2285
|
var identity = require_identity();
|
|
2291
2286
|
var YAMLSeq = require_YAMLSeq();
|
|
@@ -2305,9 +2300,9 @@ var require_seq = __commonJS({
|
|
|
2305
2300
|
}
|
|
2306
2301
|
});
|
|
2307
2302
|
|
|
2308
|
-
// node_modules
|
|
2303
|
+
// node_modules/yaml/dist/schema/common/string.js
|
|
2309
2304
|
var require_string = __commonJS({
|
|
2310
|
-
"node_modules
|
|
2305
|
+
"node_modules/yaml/dist/schema/common/string.js"(exports2) {
|
|
2311
2306
|
"use strict";
|
|
2312
2307
|
var stringifyString = require_stringifyString();
|
|
2313
2308
|
var string = {
|
|
@@ -2324,9 +2319,9 @@ var require_string = __commonJS({
|
|
|
2324
2319
|
}
|
|
2325
2320
|
});
|
|
2326
2321
|
|
|
2327
|
-
// node_modules
|
|
2322
|
+
// node_modules/yaml/dist/schema/common/null.js
|
|
2328
2323
|
var require_null = __commonJS({
|
|
2329
|
-
"node_modules
|
|
2324
|
+
"node_modules/yaml/dist/schema/common/null.js"(exports2) {
|
|
2330
2325
|
"use strict";
|
|
2331
2326
|
var Scalar = require_Scalar();
|
|
2332
2327
|
var nullTag = {
|
|
@@ -2342,9 +2337,9 @@ var require_null = __commonJS({
|
|
|
2342
2337
|
}
|
|
2343
2338
|
});
|
|
2344
2339
|
|
|
2345
|
-
// node_modules
|
|
2340
|
+
// node_modules/yaml/dist/schema/core/bool.js
|
|
2346
2341
|
var require_bool = __commonJS({
|
|
2347
|
-
"node_modules
|
|
2342
|
+
"node_modules/yaml/dist/schema/core/bool.js"(exports2) {
|
|
2348
2343
|
"use strict";
|
|
2349
2344
|
var Scalar = require_Scalar();
|
|
2350
2345
|
var boolTag = {
|
|
@@ -2366,9 +2361,9 @@ var require_bool = __commonJS({
|
|
|
2366
2361
|
}
|
|
2367
2362
|
});
|
|
2368
2363
|
|
|
2369
|
-
// node_modules
|
|
2364
|
+
// node_modules/yaml/dist/stringify/stringifyNumber.js
|
|
2370
2365
|
var require_stringifyNumber = __commonJS({
|
|
2371
|
-
"node_modules
|
|
2366
|
+
"node_modules/yaml/dist/stringify/stringifyNumber.js"(exports2) {
|
|
2372
2367
|
"use strict";
|
|
2373
2368
|
function stringifyNumber({ format, minFractionDigits, tag, value }) {
|
|
2374
2369
|
if (typeof value === "bigint")
|
|
@@ -2377,7 +2372,7 @@ var require_stringifyNumber = __commonJS({
|
|
|
2377
2372
|
if (!isFinite(num))
|
|
2378
2373
|
return isNaN(num) ? ".nan" : num < 0 ? "-.inf" : ".inf";
|
|
2379
2374
|
let n = Object.is(value, -0) ? "-0" : JSON.stringify(value);
|
|
2380
|
-
if (!format && minFractionDigits && (!tag || tag === "tag:yaml.org,2002:float") &&
|
|
2375
|
+
if (!format && minFractionDigits && (!tag || tag === "tag:yaml.org,2002:float") && /^\d/.test(n)) {
|
|
2381
2376
|
let i = n.indexOf(".");
|
|
2382
2377
|
if (i < 0) {
|
|
2383
2378
|
i = n.length;
|
|
@@ -2393,9 +2388,9 @@ var require_stringifyNumber = __commonJS({
|
|
|
2393
2388
|
}
|
|
2394
2389
|
});
|
|
2395
2390
|
|
|
2396
|
-
// node_modules
|
|
2391
|
+
// node_modules/yaml/dist/schema/core/float.js
|
|
2397
2392
|
var require_float = __commonJS({
|
|
2398
|
-
"node_modules
|
|
2393
|
+
"node_modules/yaml/dist/schema/core/float.js"(exports2) {
|
|
2399
2394
|
"use strict";
|
|
2400
2395
|
var Scalar = require_Scalar();
|
|
2401
2396
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -2439,9 +2434,9 @@ var require_float = __commonJS({
|
|
|
2439
2434
|
}
|
|
2440
2435
|
});
|
|
2441
2436
|
|
|
2442
|
-
// node_modules
|
|
2437
|
+
// node_modules/yaml/dist/schema/core/int.js
|
|
2443
2438
|
var require_int = __commonJS({
|
|
2444
|
-
"node_modules
|
|
2439
|
+
"node_modules/yaml/dist/schema/core/int.js"(exports2) {
|
|
2445
2440
|
"use strict";
|
|
2446
2441
|
var stringifyNumber = require_stringifyNumber();
|
|
2447
2442
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -2484,9 +2479,9 @@ var require_int = __commonJS({
|
|
|
2484
2479
|
}
|
|
2485
2480
|
});
|
|
2486
2481
|
|
|
2487
|
-
// node_modules
|
|
2482
|
+
// node_modules/yaml/dist/schema/core/schema.js
|
|
2488
2483
|
var require_schema = __commonJS({
|
|
2489
|
-
"node_modules
|
|
2484
|
+
"node_modules/yaml/dist/schema/core/schema.js"(exports2) {
|
|
2490
2485
|
"use strict";
|
|
2491
2486
|
var map = require_map();
|
|
2492
2487
|
var _null = require_null();
|
|
@@ -2512,9 +2507,9 @@ var require_schema = __commonJS({
|
|
|
2512
2507
|
}
|
|
2513
2508
|
});
|
|
2514
2509
|
|
|
2515
|
-
// node_modules
|
|
2510
|
+
// node_modules/yaml/dist/schema/json/schema.js
|
|
2516
2511
|
var require_schema2 = __commonJS({
|
|
2517
|
-
"node_modules
|
|
2512
|
+
"node_modules/yaml/dist/schema/json/schema.js"(exports2) {
|
|
2518
2513
|
"use strict";
|
|
2519
2514
|
var Scalar = require_Scalar();
|
|
2520
2515
|
var map = require_map();
|
|
@@ -2579,9 +2574,9 @@ var require_schema2 = __commonJS({
|
|
|
2579
2574
|
}
|
|
2580
2575
|
});
|
|
2581
2576
|
|
|
2582
|
-
// node_modules
|
|
2577
|
+
// node_modules/yaml/dist/schema/yaml-1.1/binary.js
|
|
2583
2578
|
var require_binary = __commonJS({
|
|
2584
|
-
"node_modules
|
|
2579
|
+
"node_modules/yaml/dist/schema/yaml-1.1/binary.js"(exports2) {
|
|
2585
2580
|
"use strict";
|
|
2586
2581
|
var node_buffer = require("buffer");
|
|
2587
2582
|
var Scalar = require_Scalar();
|
|
@@ -2645,9 +2640,9 @@ var require_binary = __commonJS({
|
|
|
2645
2640
|
}
|
|
2646
2641
|
});
|
|
2647
2642
|
|
|
2648
|
-
// node_modules
|
|
2643
|
+
// node_modules/yaml/dist/schema/yaml-1.1/pairs.js
|
|
2649
2644
|
var require_pairs = __commonJS({
|
|
2650
|
-
"node_modules
|
|
2645
|
+
"node_modules/yaml/dist/schema/yaml-1.1/pairs.js"(exports2) {
|
|
2651
2646
|
"use strict";
|
|
2652
2647
|
var identity = require_identity();
|
|
2653
2648
|
var Pair = require_Pair();
|
|
@@ -2723,9 +2718,9 @@ ${cn.comment}` : item.comment;
|
|
|
2723
2718
|
}
|
|
2724
2719
|
});
|
|
2725
2720
|
|
|
2726
|
-
// node_modules
|
|
2721
|
+
// node_modules/yaml/dist/schema/yaml-1.1/omap.js
|
|
2727
2722
|
var require_omap = __commonJS({
|
|
2728
|
-
"node_modules
|
|
2723
|
+
"node_modules/yaml/dist/schema/yaml-1.1/omap.js"(exports2) {
|
|
2729
2724
|
"use strict";
|
|
2730
2725
|
var identity = require_identity();
|
|
2731
2726
|
var toJS = require_toJS();
|
|
@@ -2801,9 +2796,9 @@ var require_omap = __commonJS({
|
|
|
2801
2796
|
}
|
|
2802
2797
|
});
|
|
2803
2798
|
|
|
2804
|
-
// node_modules
|
|
2799
|
+
// node_modules/yaml/dist/schema/yaml-1.1/bool.js
|
|
2805
2800
|
var require_bool2 = __commonJS({
|
|
2806
|
-
"node_modules
|
|
2801
|
+
"node_modules/yaml/dist/schema/yaml-1.1/bool.js"(exports2) {
|
|
2807
2802
|
"use strict";
|
|
2808
2803
|
var Scalar = require_Scalar();
|
|
2809
2804
|
function boolStringify({ value, source }, ctx) {
|
|
@@ -2833,9 +2828,9 @@ var require_bool2 = __commonJS({
|
|
|
2833
2828
|
}
|
|
2834
2829
|
});
|
|
2835
2830
|
|
|
2836
|
-
// node_modules
|
|
2831
|
+
// node_modules/yaml/dist/schema/yaml-1.1/float.js
|
|
2837
2832
|
var require_float2 = __commonJS({
|
|
2838
|
-
"node_modules
|
|
2833
|
+
"node_modules/yaml/dist/schema/yaml-1.1/float.js"(exports2) {
|
|
2839
2834
|
"use strict";
|
|
2840
2835
|
var Scalar = require_Scalar();
|
|
2841
2836
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -2882,9 +2877,9 @@ var require_float2 = __commonJS({
|
|
|
2882
2877
|
}
|
|
2883
2878
|
});
|
|
2884
2879
|
|
|
2885
|
-
// node_modules
|
|
2880
|
+
// node_modules/yaml/dist/schema/yaml-1.1/int.js
|
|
2886
2881
|
var require_int2 = __commonJS({
|
|
2887
|
-
"node_modules
|
|
2882
|
+
"node_modules/yaml/dist/schema/yaml-1.1/int.js"(exports2) {
|
|
2888
2883
|
"use strict";
|
|
2889
2884
|
var stringifyNumber = require_stringifyNumber();
|
|
2890
2885
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -2961,9 +2956,9 @@ var require_int2 = __commonJS({
|
|
|
2961
2956
|
}
|
|
2962
2957
|
});
|
|
2963
2958
|
|
|
2964
|
-
// node_modules
|
|
2959
|
+
// node_modules/yaml/dist/schema/yaml-1.1/set.js
|
|
2965
2960
|
var require_set = __commonJS({
|
|
2966
|
-
"node_modules
|
|
2961
|
+
"node_modules/yaml/dist/schema/yaml-1.1/set.js"(exports2) {
|
|
2967
2962
|
"use strict";
|
|
2968
2963
|
var identity = require_identity();
|
|
2969
2964
|
var Pair = require_Pair();
|
|
@@ -3050,9 +3045,9 @@ var require_set = __commonJS({
|
|
|
3050
3045
|
}
|
|
3051
3046
|
});
|
|
3052
3047
|
|
|
3053
|
-
// node_modules
|
|
3048
|
+
// node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
|
|
3054
3049
|
var require_timestamp = __commonJS({
|
|
3055
|
-
"node_modules
|
|
3050
|
+
"node_modules/yaml/dist/schema/yaml-1.1/timestamp.js"(exports2) {
|
|
3056
3051
|
"use strict";
|
|
3057
3052
|
var stringifyNumber = require_stringifyNumber();
|
|
3058
3053
|
function parseSexagesimal(str, asBigInt) {
|
|
@@ -3138,9 +3133,9 @@ var require_timestamp = __commonJS({
|
|
|
3138
3133
|
}
|
|
3139
3134
|
});
|
|
3140
3135
|
|
|
3141
|
-
// node_modules
|
|
3136
|
+
// node_modules/yaml/dist/schema/yaml-1.1/schema.js
|
|
3142
3137
|
var require_schema3 = __commonJS({
|
|
3143
|
-
"node_modules
|
|
3138
|
+
"node_modules/yaml/dist/schema/yaml-1.1/schema.js"(exports2) {
|
|
3144
3139
|
"use strict";
|
|
3145
3140
|
var map = require_map();
|
|
3146
3141
|
var _null = require_null();
|
|
@@ -3182,9 +3177,9 @@ var require_schema3 = __commonJS({
|
|
|
3182
3177
|
}
|
|
3183
3178
|
});
|
|
3184
3179
|
|
|
3185
|
-
// node_modules
|
|
3180
|
+
// node_modules/yaml/dist/schema/tags.js
|
|
3186
3181
|
var require_tags = __commonJS({
|
|
3187
|
-
"node_modules
|
|
3182
|
+
"node_modules/yaml/dist/schema/tags.js"(exports2) {
|
|
3188
3183
|
"use strict";
|
|
3189
3184
|
var map = require_map();
|
|
3190
3185
|
var _null = require_null();
|
|
@@ -3276,9 +3271,9 @@ var require_tags = __commonJS({
|
|
|
3276
3271
|
}
|
|
3277
3272
|
});
|
|
3278
3273
|
|
|
3279
|
-
// node_modules
|
|
3274
|
+
// node_modules/yaml/dist/schema/Schema.js
|
|
3280
3275
|
var require_Schema = __commonJS({
|
|
3281
|
-
"node_modules
|
|
3276
|
+
"node_modules/yaml/dist/schema/Schema.js"(exports2) {
|
|
3282
3277
|
"use strict";
|
|
3283
3278
|
var identity = require_identity();
|
|
3284
3279
|
var map = require_map();
|
|
@@ -3308,9 +3303,9 @@ var require_Schema = __commonJS({
|
|
|
3308
3303
|
}
|
|
3309
3304
|
});
|
|
3310
3305
|
|
|
3311
|
-
// node_modules
|
|
3306
|
+
// node_modules/yaml/dist/stringify/stringifyDocument.js
|
|
3312
3307
|
var require_stringifyDocument = __commonJS({
|
|
3313
|
-
"node_modules
|
|
3308
|
+
"node_modules/yaml/dist/stringify/stringifyDocument.js"(exports2) {
|
|
3314
3309
|
"use strict";
|
|
3315
3310
|
var identity = require_identity();
|
|
3316
3311
|
var stringify = require_stringify();
|
|
@@ -3388,9 +3383,9 @@ var require_stringifyDocument = __commonJS({
|
|
|
3388
3383
|
}
|
|
3389
3384
|
});
|
|
3390
3385
|
|
|
3391
|
-
// node_modules
|
|
3386
|
+
// node_modules/yaml/dist/doc/Document.js
|
|
3392
3387
|
var require_Document = __commonJS({
|
|
3393
|
-
"node_modules
|
|
3388
|
+
"node_modules/yaml/dist/doc/Document.js"(exports2) {
|
|
3394
3389
|
"use strict";
|
|
3395
3390
|
var Alias = require_Alias();
|
|
3396
3391
|
var Collection = require_Collection();
|
|
@@ -3697,9 +3692,9 @@ var require_Document = __commonJS({
|
|
|
3697
3692
|
}
|
|
3698
3693
|
});
|
|
3699
3694
|
|
|
3700
|
-
// node_modules
|
|
3695
|
+
// node_modules/yaml/dist/errors.js
|
|
3701
3696
|
var require_errors = __commonJS({
|
|
3702
|
-
"node_modules
|
|
3697
|
+
"node_modules/yaml/dist/errors.js"(exports2) {
|
|
3703
3698
|
"use strict";
|
|
3704
3699
|
var YAMLError = class extends Error {
|
|
3705
3700
|
constructor(name, pos, code, message) {
|
|
@@ -3762,9 +3757,9 @@ ${pointer}
|
|
|
3762
3757
|
}
|
|
3763
3758
|
});
|
|
3764
3759
|
|
|
3765
|
-
// node_modules
|
|
3760
|
+
// node_modules/yaml/dist/compose/resolve-props.js
|
|
3766
3761
|
var require_resolve_props = __commonJS({
|
|
3767
|
-
"node_modules
|
|
3762
|
+
"node_modules/yaml/dist/compose/resolve-props.js"(exports2) {
|
|
3768
3763
|
"use strict";
|
|
3769
3764
|
function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
|
|
3770
3765
|
let spaceBefore = false;
|
|
@@ -3896,9 +3891,9 @@ var require_resolve_props = __commonJS({
|
|
|
3896
3891
|
}
|
|
3897
3892
|
});
|
|
3898
3893
|
|
|
3899
|
-
// node_modules
|
|
3894
|
+
// node_modules/yaml/dist/compose/util-contains-newline.js
|
|
3900
3895
|
var require_util_contains_newline = __commonJS({
|
|
3901
|
-
"node_modules
|
|
3896
|
+
"node_modules/yaml/dist/compose/util-contains-newline.js"(exports2) {
|
|
3902
3897
|
"use strict";
|
|
3903
3898
|
function containsNewline(key) {
|
|
3904
3899
|
if (!key)
|
|
@@ -3938,9 +3933,9 @@ var require_util_contains_newline = __commonJS({
|
|
|
3938
3933
|
}
|
|
3939
3934
|
});
|
|
3940
3935
|
|
|
3941
|
-
// node_modules
|
|
3936
|
+
// node_modules/yaml/dist/compose/util-flow-indent-check.js
|
|
3942
3937
|
var require_util_flow_indent_check = __commonJS({
|
|
3943
|
-
"node_modules
|
|
3938
|
+
"node_modules/yaml/dist/compose/util-flow-indent-check.js"(exports2) {
|
|
3944
3939
|
"use strict";
|
|
3945
3940
|
var utilContainsNewline = require_util_contains_newline();
|
|
3946
3941
|
function flowIndentCheck(indent, fc, onError) {
|
|
@@ -3956,9 +3951,9 @@ var require_util_flow_indent_check = __commonJS({
|
|
|
3956
3951
|
}
|
|
3957
3952
|
});
|
|
3958
3953
|
|
|
3959
|
-
// node_modules
|
|
3954
|
+
// node_modules/yaml/dist/compose/util-map-includes.js
|
|
3960
3955
|
var require_util_map_includes = __commonJS({
|
|
3961
|
-
"node_modules
|
|
3956
|
+
"node_modules/yaml/dist/compose/util-map-includes.js"(exports2) {
|
|
3962
3957
|
"use strict";
|
|
3963
3958
|
var identity = require_identity();
|
|
3964
3959
|
function mapIncludes(ctx, items, search) {
|
|
@@ -3972,9 +3967,9 @@ var require_util_map_includes = __commonJS({
|
|
|
3972
3967
|
}
|
|
3973
3968
|
});
|
|
3974
3969
|
|
|
3975
|
-
// node_modules
|
|
3970
|
+
// node_modules/yaml/dist/compose/resolve-block-map.js
|
|
3976
3971
|
var require_resolve_block_map = __commonJS({
|
|
3977
|
-
"node_modules
|
|
3972
|
+
"node_modules/yaml/dist/compose/resolve-block-map.js"(exports2) {
|
|
3978
3973
|
"use strict";
|
|
3979
3974
|
var Pair = require_Pair();
|
|
3980
3975
|
var YAMLMap = require_YAMLMap();
|
|
@@ -4080,9 +4075,9 @@ var require_resolve_block_map = __commonJS({
|
|
|
4080
4075
|
}
|
|
4081
4076
|
});
|
|
4082
4077
|
|
|
4083
|
-
// node_modules
|
|
4078
|
+
// node_modules/yaml/dist/compose/resolve-block-seq.js
|
|
4084
4079
|
var require_resolve_block_seq = __commonJS({
|
|
4085
|
-
"node_modules
|
|
4080
|
+
"node_modules/yaml/dist/compose/resolve-block-seq.js"(exports2) {
|
|
4086
4081
|
"use strict";
|
|
4087
4082
|
var YAMLSeq = require_YAMLSeq();
|
|
4088
4083
|
var resolveProps = require_resolve_props();
|
|
@@ -4131,9 +4126,9 @@ var require_resolve_block_seq = __commonJS({
|
|
|
4131
4126
|
}
|
|
4132
4127
|
});
|
|
4133
4128
|
|
|
4134
|
-
// node_modules
|
|
4129
|
+
// node_modules/yaml/dist/compose/resolve-end.js
|
|
4135
4130
|
var require_resolve_end = __commonJS({
|
|
4136
|
-
"node_modules
|
|
4131
|
+
"node_modules/yaml/dist/compose/resolve-end.js"(exports2) {
|
|
4137
4132
|
"use strict";
|
|
4138
4133
|
function resolveEnd(end, offset, reqSpace, onError) {
|
|
4139
4134
|
let comment = "";
|
|
@@ -4174,9 +4169,9 @@ var require_resolve_end = __commonJS({
|
|
|
4174
4169
|
}
|
|
4175
4170
|
});
|
|
4176
4171
|
|
|
4177
|
-
// node_modules
|
|
4172
|
+
// node_modules/yaml/dist/compose/resolve-flow-collection.js
|
|
4178
4173
|
var require_resolve_flow_collection = __commonJS({
|
|
4179
|
-
"node_modules
|
|
4174
|
+
"node_modules/yaml/dist/compose/resolve-flow-collection.js"(exports2) {
|
|
4180
4175
|
"use strict";
|
|
4181
4176
|
var identity = require_identity();
|
|
4182
4177
|
var Pair = require_Pair();
|
|
@@ -4368,9 +4363,9 @@ var require_resolve_flow_collection = __commonJS({
|
|
|
4368
4363
|
}
|
|
4369
4364
|
});
|
|
4370
4365
|
|
|
4371
|
-
// node_modules
|
|
4366
|
+
// node_modules/yaml/dist/compose/compose-collection.js
|
|
4372
4367
|
var require_compose_collection = __commonJS({
|
|
4373
|
-
"node_modules
|
|
4368
|
+
"node_modules/yaml/dist/compose/compose-collection.js"(exports2) {
|
|
4374
4369
|
"use strict";
|
|
4375
4370
|
var identity = require_identity();
|
|
4376
4371
|
var Scalar = require_Scalar();
|
|
@@ -4433,9 +4428,9 @@ var require_compose_collection = __commonJS({
|
|
|
4433
4428
|
}
|
|
4434
4429
|
});
|
|
4435
4430
|
|
|
4436
|
-
// node_modules
|
|
4431
|
+
// node_modules/yaml/dist/compose/resolve-block-scalar.js
|
|
4437
4432
|
var require_resolve_block_scalar = __commonJS({
|
|
4438
|
-
"node_modules
|
|
4433
|
+
"node_modules/yaml/dist/compose/resolve-block-scalar.js"(exports2) {
|
|
4439
4434
|
"use strict";
|
|
4440
4435
|
var Scalar = require_Scalar();
|
|
4441
4436
|
function resolveBlockScalar(ctx, scalar, onError) {
|
|
@@ -4616,9 +4611,9 @@ var require_resolve_block_scalar = __commonJS({
|
|
|
4616
4611
|
}
|
|
4617
4612
|
});
|
|
4618
4613
|
|
|
4619
|
-
// node_modules
|
|
4614
|
+
// node_modules/yaml/dist/compose/resolve-flow-scalar.js
|
|
4620
4615
|
var require_resolve_flow_scalar = __commonJS({
|
|
4621
|
-
"node_modules
|
|
4616
|
+
"node_modules/yaml/dist/compose/resolve-flow-scalar.js"(exports2) {
|
|
4622
4617
|
"use strict";
|
|
4623
4618
|
var Scalar = require_Scalar();
|
|
4624
4619
|
var resolveEnd = require_resolve_end();
|
|
@@ -4749,7 +4744,7 @@ var require_resolve_flow_scalar = __commonJS({
|
|
|
4749
4744
|
while (next === " " || next === " ")
|
|
4750
4745
|
next = source[++i + 1];
|
|
4751
4746
|
} else if (next === "x" || next === "u" || next === "U") {
|
|
4752
|
-
const length =
|
|
4747
|
+
const length = { x: 2, u: 4, U: 8 }[next];
|
|
4753
4748
|
res += parseCharCode(source, i + 1, length, onError);
|
|
4754
4749
|
i += length;
|
|
4755
4750
|
} else {
|
|
@@ -4824,21 +4819,20 @@ var require_resolve_flow_scalar = __commonJS({
|
|
|
4824
4819
|
const cc = source.substr(offset, length);
|
|
4825
4820
|
const ok = cc.length === length && /^[0-9a-fA-F]+$/.test(cc);
|
|
4826
4821
|
const code = ok ? parseInt(cc, 16) : NaN;
|
|
4827
|
-
|
|
4828
|
-
return String.fromCodePoint(code);
|
|
4829
|
-
} catch {
|
|
4822
|
+
if (isNaN(code)) {
|
|
4830
4823
|
const raw = source.substr(offset - 2, length + 2);
|
|
4831
4824
|
onError(offset - 2, "BAD_DQ_ESCAPE", `Invalid escape sequence ${raw}`);
|
|
4832
4825
|
return raw;
|
|
4833
4826
|
}
|
|
4827
|
+
return String.fromCodePoint(code);
|
|
4834
4828
|
}
|
|
4835
4829
|
exports2.resolveFlowScalar = resolveFlowScalar;
|
|
4836
4830
|
}
|
|
4837
4831
|
});
|
|
4838
4832
|
|
|
4839
|
-
// node_modules
|
|
4833
|
+
// node_modules/yaml/dist/compose/compose-scalar.js
|
|
4840
4834
|
var require_compose_scalar = __commonJS({
|
|
4841
|
-
"node_modules
|
|
4835
|
+
"node_modules/yaml/dist/compose/compose-scalar.js"(exports2) {
|
|
4842
4836
|
"use strict";
|
|
4843
4837
|
var identity = require_identity();
|
|
4844
4838
|
var Scalar = require_Scalar();
|
|
@@ -4917,9 +4911,9 @@ var require_compose_scalar = __commonJS({
|
|
|
4917
4911
|
}
|
|
4918
4912
|
});
|
|
4919
4913
|
|
|
4920
|
-
// node_modules
|
|
4914
|
+
// node_modules/yaml/dist/compose/util-empty-scalar-position.js
|
|
4921
4915
|
var require_util_empty_scalar_position = __commonJS({
|
|
4922
|
-
"node_modules
|
|
4916
|
+
"node_modules/yaml/dist/compose/util-empty-scalar-position.js"(exports2) {
|
|
4923
4917
|
"use strict";
|
|
4924
4918
|
function emptyScalarPosition(offset, before, pos) {
|
|
4925
4919
|
if (before) {
|
|
@@ -4947,9 +4941,9 @@ var require_util_empty_scalar_position = __commonJS({
|
|
|
4947
4941
|
}
|
|
4948
4942
|
});
|
|
4949
4943
|
|
|
4950
|
-
// node_modules
|
|
4944
|
+
// node_modules/yaml/dist/compose/compose-node.js
|
|
4951
4945
|
var require_compose_node = __commonJS({
|
|
4952
|
-
"node_modules
|
|
4946
|
+
"node_modules/yaml/dist/compose/compose-node.js"(exports2) {
|
|
4953
4947
|
"use strict";
|
|
4954
4948
|
var Alias = require_Alias();
|
|
4955
4949
|
var identity = require_identity();
|
|
@@ -5053,9 +5047,9 @@ var require_compose_node = __commonJS({
|
|
|
5053
5047
|
}
|
|
5054
5048
|
});
|
|
5055
5049
|
|
|
5056
|
-
// node_modules
|
|
5050
|
+
// node_modules/yaml/dist/compose/compose-doc.js
|
|
5057
5051
|
var require_compose_doc = __commonJS({
|
|
5058
|
-
"node_modules
|
|
5052
|
+
"node_modules/yaml/dist/compose/compose-doc.js"(exports2) {
|
|
5059
5053
|
"use strict";
|
|
5060
5054
|
var Document = require_Document();
|
|
5061
5055
|
var composeNode = require_compose_node();
|
|
@@ -5096,9 +5090,9 @@ var require_compose_doc = __commonJS({
|
|
|
5096
5090
|
}
|
|
5097
5091
|
});
|
|
5098
5092
|
|
|
5099
|
-
// node_modules
|
|
5093
|
+
// node_modules/yaml/dist/compose/composer.js
|
|
5100
5094
|
var require_composer = __commonJS({
|
|
5101
|
-
"node_modules
|
|
5095
|
+
"node_modules/yaml/dist/compose/composer.js"(exports2) {
|
|
5102
5096
|
"use strict";
|
|
5103
5097
|
var node_process = require("process");
|
|
5104
5098
|
var directives = require_directives();
|
|
@@ -5180,10 +5174,8 @@ ${cb}` : comment;
|
|
|
5180
5174
|
}
|
|
5181
5175
|
}
|
|
5182
5176
|
if (afterDoc) {
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
for (let i = 0; i < this.warnings.length; ++i)
|
|
5186
|
-
doc.warnings.push(this.warnings[i]);
|
|
5177
|
+
Array.prototype.push.apply(doc.errors, this.errors);
|
|
5178
|
+
Array.prototype.push.apply(doc.warnings, this.warnings);
|
|
5187
5179
|
} else {
|
|
5188
5180
|
doc.errors = this.errors;
|
|
5189
5181
|
doc.warnings = this.warnings;
|
|
@@ -5304,9 +5296,9 @@ ${end.comment}` : end.comment;
|
|
|
5304
5296
|
}
|
|
5305
5297
|
});
|
|
5306
5298
|
|
|
5307
|
-
// node_modules
|
|
5299
|
+
// node_modules/yaml/dist/parse/cst-scalar.js
|
|
5308
5300
|
var require_cst_scalar = __commonJS({
|
|
5309
|
-
"node_modules
|
|
5301
|
+
"node_modules/yaml/dist/parse/cst-scalar.js"(exports2) {
|
|
5310
5302
|
"use strict";
|
|
5311
5303
|
var resolveBlockScalar = require_resolve_block_scalar();
|
|
5312
5304
|
var resolveFlowScalar = require_resolve_flow_scalar();
|
|
@@ -5489,9 +5481,9 @@ var require_cst_scalar = __commonJS({
|
|
|
5489
5481
|
}
|
|
5490
5482
|
});
|
|
5491
5483
|
|
|
5492
|
-
// node_modules
|
|
5484
|
+
// node_modules/yaml/dist/parse/cst-stringify.js
|
|
5493
5485
|
var require_cst_stringify = __commonJS({
|
|
5494
|
-
"node_modules
|
|
5486
|
+
"node_modules/yaml/dist/parse/cst-stringify.js"(exports2) {
|
|
5495
5487
|
"use strict";
|
|
5496
5488
|
var stringify = (cst) => "type" in cst ? stringifyToken(cst) : stringifyItem(cst);
|
|
5497
5489
|
function stringifyToken(token) {
|
|
@@ -5550,9 +5542,9 @@ var require_cst_stringify = __commonJS({
|
|
|
5550
5542
|
}
|
|
5551
5543
|
});
|
|
5552
5544
|
|
|
5553
|
-
// node_modules
|
|
5545
|
+
// node_modules/yaml/dist/parse/cst-visit.js
|
|
5554
5546
|
var require_cst_visit = __commonJS({
|
|
5555
|
-
"node_modules
|
|
5547
|
+
"node_modules/yaml/dist/parse/cst-visit.js"(exports2) {
|
|
5556
5548
|
"use strict";
|
|
5557
5549
|
var BREAK = /* @__PURE__ */ Symbol("break visit");
|
|
5558
5550
|
var SKIP = /* @__PURE__ */ Symbol("skip children");
|
|
@@ -5612,9 +5604,9 @@ var require_cst_visit = __commonJS({
|
|
|
5612
5604
|
}
|
|
5613
5605
|
});
|
|
5614
5606
|
|
|
5615
|
-
// node_modules
|
|
5607
|
+
// node_modules/yaml/dist/parse/cst.js
|
|
5616
5608
|
var require_cst = __commonJS({
|
|
5617
|
-
"node_modules
|
|
5609
|
+
"node_modules/yaml/dist/parse/cst.js"(exports2) {
|
|
5618
5610
|
"use strict";
|
|
5619
5611
|
var cstScalar = require_cst_scalar();
|
|
5620
5612
|
var cstStringify = require_cst_stringify();
|
|
@@ -5714,9 +5706,9 @@ var require_cst = __commonJS({
|
|
|
5714
5706
|
}
|
|
5715
5707
|
});
|
|
5716
5708
|
|
|
5717
|
-
// node_modules
|
|
5709
|
+
// node_modules/yaml/dist/parse/lexer.js
|
|
5718
5710
|
var require_lexer = __commonJS({
|
|
5719
|
-
"node_modules
|
|
5711
|
+
"node_modules/yaml/dist/parse/lexer.js"(exports2) {
|
|
5720
5712
|
"use strict";
|
|
5721
5713
|
var cst = require_cst();
|
|
5722
5714
|
function isEmpty(ch) {
|
|
@@ -5916,7 +5908,7 @@ var require_lexer = __commonJS({
|
|
|
5916
5908
|
const n = (yield* this.pushCount(1)) + (yield* this.pushSpaces(true));
|
|
5917
5909
|
this.indentNext = this.indentValue + 1;
|
|
5918
5910
|
this.indentValue += n;
|
|
5919
|
-
return
|
|
5911
|
+
return yield* this.parseBlockStart();
|
|
5920
5912
|
}
|
|
5921
5913
|
return "doc";
|
|
5922
5914
|
}
|
|
@@ -6215,38 +6207,28 @@ var require_lexer = __commonJS({
|
|
|
6215
6207
|
return 0;
|
|
6216
6208
|
}
|
|
6217
6209
|
*pushIndicators() {
|
|
6218
|
-
|
|
6219
|
-
|
|
6220
|
-
|
|
6221
|
-
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
|
|
6236
|
-
if (isEmpty(ch1) || inFlow && flowIndicatorChars.has(ch1)) {
|
|
6237
|
-
if (!inFlow)
|
|
6238
|
-
this.indentNext = this.indentValue + 1;
|
|
6239
|
-
else if (this.flowKey)
|
|
6240
|
-
this.flowKey = false;
|
|
6241
|
-
n += yield* this.pushCount(1);
|
|
6242
|
-
n += yield* this.pushSpaces(true);
|
|
6243
|
-
continue loop;
|
|
6244
|
-
}
|
|
6210
|
+
switch (this.charAt(0)) {
|
|
6211
|
+
case "!":
|
|
6212
|
+
return (yield* this.pushTag()) + (yield* this.pushSpaces(true)) + (yield* this.pushIndicators());
|
|
6213
|
+
case "&":
|
|
6214
|
+
return (yield* this.pushUntil(isNotAnchorChar)) + (yield* this.pushSpaces(true)) + (yield* this.pushIndicators());
|
|
6215
|
+
case "-":
|
|
6216
|
+
// this is an error
|
|
6217
|
+
case "?":
|
|
6218
|
+
// this is an error outside flow collections
|
|
6219
|
+
case ":": {
|
|
6220
|
+
const inFlow = this.flowLevel > 0;
|
|
6221
|
+
const ch1 = this.charAt(1);
|
|
6222
|
+
if (isEmpty(ch1) || inFlow && flowIndicatorChars.has(ch1)) {
|
|
6223
|
+
if (!inFlow)
|
|
6224
|
+
this.indentNext = this.indentValue + 1;
|
|
6225
|
+
else if (this.flowKey)
|
|
6226
|
+
this.flowKey = false;
|
|
6227
|
+
return (yield* this.pushCount(1)) + (yield* this.pushSpaces(true)) + (yield* this.pushIndicators());
|
|
6245
6228
|
}
|
|
6246
6229
|
}
|
|
6247
|
-
break loop;
|
|
6248
6230
|
}
|
|
6249
|
-
return
|
|
6231
|
+
return 0;
|
|
6250
6232
|
}
|
|
6251
6233
|
*pushTag() {
|
|
6252
6234
|
if (this.charAt(1) === "<") {
|
|
@@ -6303,9 +6285,9 @@ var require_lexer = __commonJS({
|
|
|
6303
6285
|
}
|
|
6304
6286
|
});
|
|
6305
6287
|
|
|
6306
|
-
// node_modules
|
|
6288
|
+
// node_modules/yaml/dist/parse/line-counter.js
|
|
6307
6289
|
var require_line_counter = __commonJS({
|
|
6308
|
-
"node_modules
|
|
6290
|
+
"node_modules/yaml/dist/parse/line-counter.js"(exports2) {
|
|
6309
6291
|
"use strict";
|
|
6310
6292
|
var LineCounter = class {
|
|
6311
6293
|
constructor() {
|
|
@@ -6334,9 +6316,9 @@ var require_line_counter = __commonJS({
|
|
|
6334
6316
|
}
|
|
6335
6317
|
});
|
|
6336
6318
|
|
|
6337
|
-
// node_modules
|
|
6319
|
+
// node_modules/yaml/dist/parse/parser.js
|
|
6338
6320
|
var require_parser = __commonJS({
|
|
6339
|
-
"node_modules
|
|
6321
|
+
"node_modules/yaml/dist/parse/parser.js"(exports2) {
|
|
6340
6322
|
"use strict";
|
|
6341
6323
|
var node_process = require("process");
|
|
6342
6324
|
var cst = require_cst();
|
|
@@ -6405,13 +6387,6 @@ var require_parser = __commonJS({
|
|
|
6405
6387
|
}
|
|
6406
6388
|
return prev.splice(i, prev.length);
|
|
6407
6389
|
}
|
|
6408
|
-
function arrayPushArray(target, source) {
|
|
6409
|
-
if (source.length < 1e5)
|
|
6410
|
-
Array.prototype.push.apply(target, source);
|
|
6411
|
-
else
|
|
6412
|
-
for (let i = 0; i < source.length; ++i)
|
|
6413
|
-
target.push(source[i]);
|
|
6414
|
-
}
|
|
6415
6390
|
function fixFlowSeqItems(fc) {
|
|
6416
6391
|
if (fc.start.type === "flow-seq-start") {
|
|
6417
6392
|
for (const it of fc.items) {
|
|
@@ -6421,11 +6396,11 @@ var require_parser = __commonJS({
|
|
|
6421
6396
|
delete it.key;
|
|
6422
6397
|
if (isFlowToken(it.value)) {
|
|
6423
6398
|
if (it.value.end)
|
|
6424
|
-
|
|
6399
|
+
Array.prototype.push.apply(it.value.end, it.sep);
|
|
6425
6400
|
else
|
|
6426
6401
|
it.value.end = it.sep;
|
|
6427
6402
|
} else
|
|
6428
|
-
|
|
6403
|
+
Array.prototype.push.apply(it.start, it.sep);
|
|
6429
6404
|
delete it.sep;
|
|
6430
6405
|
}
|
|
6431
6406
|
}
|
|
@@ -6780,7 +6755,7 @@ var require_parser = __commonJS({
|
|
|
6780
6755
|
const prev = map.items[map.items.length - 2];
|
|
6781
6756
|
const end = prev?.value?.end;
|
|
6782
6757
|
if (Array.isArray(end)) {
|
|
6783
|
-
|
|
6758
|
+
Array.prototype.push.apply(end, it.start);
|
|
6784
6759
|
end.push(this.sourceToken);
|
|
6785
6760
|
map.items.pop();
|
|
6786
6761
|
return;
|
|
@@ -6968,7 +6943,7 @@ var require_parser = __commonJS({
|
|
|
6968
6943
|
const prev = seq.items[seq.items.length - 2];
|
|
6969
6944
|
const end = prev?.value?.end;
|
|
6970
6945
|
if (Array.isArray(end)) {
|
|
6971
|
-
|
|
6946
|
+
Array.prototype.push.apply(end, it.start);
|
|
6972
6947
|
end.push(this.sourceToken);
|
|
6973
6948
|
seq.items.pop();
|
|
6974
6949
|
return;
|
|
@@ -7208,9 +7183,9 @@ var require_parser = __commonJS({
|
|
|
7208
7183
|
}
|
|
7209
7184
|
});
|
|
7210
7185
|
|
|
7211
|
-
// node_modules
|
|
7186
|
+
// node_modules/yaml/dist/public-api.js
|
|
7212
7187
|
var require_public_api = __commonJS({
|
|
7213
|
-
"node_modules
|
|
7188
|
+
"node_modules/yaml/dist/public-api.js"(exports2) {
|
|
7214
7189
|
"use strict";
|
|
7215
7190
|
var composer = require_composer();
|
|
7216
7191
|
var Document = require_Document();
|
|
@@ -7305,9 +7280,9 @@ var require_public_api = __commonJS({
|
|
|
7305
7280
|
}
|
|
7306
7281
|
});
|
|
7307
7282
|
|
|
7308
|
-
// node_modules
|
|
7283
|
+
// node_modules/yaml/dist/index.js
|
|
7309
7284
|
var require_dist = __commonJS({
|
|
7310
|
-
"node_modules
|
|
7285
|
+
"node_modules/yaml/dist/index.js"(exports2) {
|
|
7311
7286
|
"use strict";
|
|
7312
7287
|
var composer = require_composer();
|
|
7313
7288
|
var Document = require_Document();
|