@deployxai/dxc 0.1.5 → 0.1.6
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/chunks/{chunk-GCGIIKQJ.js → chunk-GOEELHST.js} +13 -13
- package/dist/chunks/{chunk-JGUPNE36.js → chunk-N4CMLINP.js} +157 -17
- package/dist/chunks/chunk-ZKJQWR2J.js +37 -0
- package/dist/chunks/{knowledge-6LOGJETT.js → knowledge-PWFALFEC.js} +10 -7
- package/dist/chunks/{monitor-CYJPUX5V.js → monitor-LL2HEDN2.js} +2 -2
- package/dist/index.js +1384 -675
- package/package.json +1 -1
- package/skills/dxc-article-outline/SKILL.md +7 -18
- package/skills/dxc-article-write/SKILL.md +17 -29
- package/skills/dxc-content-brief/SKILL.md +6 -15
- package/skills/dxc-content-review/SKILL.md +16 -20
- package/skills/dxc-content-workflow/SKILL.md +34 -21
- package/skills/dxc-content-workflow/references/catalog.json +13 -12
- package/skills/dxc-content-workflow/references/stage-contract.md +26 -13
- package/skills/dxc-knowledge/SKILL.md +4 -0
- package/skills/dxc-memory/SKILL.md +6 -1
- package/skills/dxc-profile/SKILL.md +7 -2
- package/skills/dxc-quote-curator/SKILL.md +4 -0
- package/skills/dxc-research/SKILL.md +33 -16
- package/skills/dxc-research/references/research-method.md +6 -0
- package/skills/dxc-title-write/SKILL.md +10 -23
- package/skills/dxc-visual-plan/SKILL.md +13 -27
- package/skills/dxc-wechat-publisher/SKILL.md +72 -54
- package/skills/dxc-wechat-publisher/agents/openai.yaml +2 -2
package/dist/index.js
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { createRequire as __dxcCreateRequire } from "node:module"; const require = __dxcCreateRequire(import.meta.url);
|
|
3
|
+
import {
|
|
4
|
+
resolveUserPath
|
|
5
|
+
} from "./chunks/chunk-ZKJQWR2J.js";
|
|
3
6
|
import {
|
|
4
7
|
SourceCli,
|
|
5
8
|
SourceCliError
|
|
6
|
-
} from "./chunks/chunk-
|
|
9
|
+
} from "./chunks/chunk-GOEELHST.js";
|
|
7
10
|
import {
|
|
8
11
|
CONTENT_ARTIFACT_KINDS,
|
|
9
12
|
CONTENT_STAGE_INPUTS,
|
|
@@ -78,11 +81,11 @@ import {
|
|
|
78
81
|
wechatRenderResultSchema,
|
|
79
82
|
writePrivateBuffer,
|
|
80
83
|
writePrivateJson
|
|
81
|
-
} from "./chunks/chunk-
|
|
84
|
+
} from "./chunks/chunk-N4CMLINP.js";
|
|
82
85
|
|
|
83
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/identity.js
|
|
86
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/identity.js
|
|
84
87
|
var require_identity = __commonJS({
|
|
85
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/identity.js"(exports) {
|
|
88
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/identity.js"(exports) {
|
|
86
89
|
"use strict";
|
|
87
90
|
var ALIAS = /* @__PURE__ */ Symbol.for("yaml.alias");
|
|
88
91
|
var DOC = /* @__PURE__ */ Symbol.for("yaml.document");
|
|
@@ -137,9 +140,9 @@ var require_identity = __commonJS({
|
|
|
137
140
|
}
|
|
138
141
|
});
|
|
139
142
|
|
|
140
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/visit.js
|
|
143
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/visit.js
|
|
141
144
|
var require_visit = __commonJS({
|
|
142
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/visit.js"(exports) {
|
|
145
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/visit.js"(exports) {
|
|
143
146
|
"use strict";
|
|
144
147
|
var identity = require_identity();
|
|
145
148
|
var BREAK = /* @__PURE__ */ Symbol("break visit");
|
|
@@ -157,17 +160,17 @@ var require_visit = __commonJS({
|
|
|
157
160
|
visit.BREAK = BREAK;
|
|
158
161
|
visit.SKIP = SKIP;
|
|
159
162
|
visit.REMOVE = REMOVE;
|
|
160
|
-
function visit_(key, node, visitor,
|
|
161
|
-
const ctrl = callVisitor(key, node, visitor,
|
|
163
|
+
function visit_(key, node, visitor, path8) {
|
|
164
|
+
const ctrl = callVisitor(key, node, visitor, path8);
|
|
162
165
|
if (identity.isNode(ctrl) || identity.isPair(ctrl)) {
|
|
163
|
-
replaceNode(key,
|
|
164
|
-
return visit_(key, ctrl, visitor,
|
|
166
|
+
replaceNode(key, path8, ctrl);
|
|
167
|
+
return visit_(key, ctrl, visitor, path8);
|
|
165
168
|
}
|
|
166
169
|
if (typeof ctrl !== "symbol") {
|
|
167
170
|
if (identity.isCollection(node)) {
|
|
168
|
-
|
|
171
|
+
path8 = Object.freeze(path8.concat(node));
|
|
169
172
|
for (let i = 0; i < node.items.length; ++i) {
|
|
170
|
-
const ci = visit_(i, node.items[i], visitor,
|
|
173
|
+
const ci = visit_(i, node.items[i], visitor, path8);
|
|
171
174
|
if (typeof ci === "number")
|
|
172
175
|
i = ci - 1;
|
|
173
176
|
else if (ci === BREAK)
|
|
@@ -178,13 +181,13 @@ var require_visit = __commonJS({
|
|
|
178
181
|
}
|
|
179
182
|
}
|
|
180
183
|
} else if (identity.isPair(node)) {
|
|
181
|
-
|
|
182
|
-
const ck = visit_("key", node.key, visitor,
|
|
184
|
+
path8 = Object.freeze(path8.concat(node));
|
|
185
|
+
const ck = visit_("key", node.key, visitor, path8);
|
|
183
186
|
if (ck === BREAK)
|
|
184
187
|
return BREAK;
|
|
185
188
|
else if (ck === REMOVE)
|
|
186
189
|
node.key = null;
|
|
187
|
-
const cv = visit_("value", node.value, visitor,
|
|
190
|
+
const cv = visit_("value", node.value, visitor, path8);
|
|
188
191
|
if (cv === BREAK)
|
|
189
192
|
return BREAK;
|
|
190
193
|
else if (cv === REMOVE)
|
|
@@ -205,17 +208,17 @@ var require_visit = __commonJS({
|
|
|
205
208
|
visitAsync.BREAK = BREAK;
|
|
206
209
|
visitAsync.SKIP = SKIP;
|
|
207
210
|
visitAsync.REMOVE = REMOVE;
|
|
208
|
-
async function visitAsync_(key, node, visitor,
|
|
209
|
-
const ctrl = await callVisitor(key, node, visitor,
|
|
211
|
+
async function visitAsync_(key, node, visitor, path8) {
|
|
212
|
+
const ctrl = await callVisitor(key, node, visitor, path8);
|
|
210
213
|
if (identity.isNode(ctrl) || identity.isPair(ctrl)) {
|
|
211
|
-
replaceNode(key,
|
|
212
|
-
return visitAsync_(key, ctrl, visitor,
|
|
214
|
+
replaceNode(key, path8, ctrl);
|
|
215
|
+
return visitAsync_(key, ctrl, visitor, path8);
|
|
213
216
|
}
|
|
214
217
|
if (typeof ctrl !== "symbol") {
|
|
215
218
|
if (identity.isCollection(node)) {
|
|
216
|
-
|
|
219
|
+
path8 = Object.freeze(path8.concat(node));
|
|
217
220
|
for (let i = 0; i < node.items.length; ++i) {
|
|
218
|
-
const ci = await visitAsync_(i, node.items[i], visitor,
|
|
221
|
+
const ci = await visitAsync_(i, node.items[i], visitor, path8);
|
|
219
222
|
if (typeof ci === "number")
|
|
220
223
|
i = ci - 1;
|
|
221
224
|
else if (ci === BREAK)
|
|
@@ -226,13 +229,13 @@ var require_visit = __commonJS({
|
|
|
226
229
|
}
|
|
227
230
|
}
|
|
228
231
|
} else if (identity.isPair(node)) {
|
|
229
|
-
|
|
230
|
-
const ck = await visitAsync_("key", node.key, visitor,
|
|
232
|
+
path8 = Object.freeze(path8.concat(node));
|
|
233
|
+
const ck = await visitAsync_("key", node.key, visitor, path8);
|
|
231
234
|
if (ck === BREAK)
|
|
232
235
|
return BREAK;
|
|
233
236
|
else if (ck === REMOVE)
|
|
234
237
|
node.key = null;
|
|
235
|
-
const cv = await visitAsync_("value", node.value, visitor,
|
|
238
|
+
const cv = await visitAsync_("value", node.value, visitor, path8);
|
|
236
239
|
if (cv === BREAK)
|
|
237
240
|
return BREAK;
|
|
238
241
|
else if (cv === REMOVE)
|
|
@@ -259,23 +262,23 @@ var require_visit = __commonJS({
|
|
|
259
262
|
}
|
|
260
263
|
return visitor;
|
|
261
264
|
}
|
|
262
|
-
function callVisitor(key, node, visitor,
|
|
265
|
+
function callVisitor(key, node, visitor, path8) {
|
|
263
266
|
if (typeof visitor === "function")
|
|
264
|
-
return visitor(key, node,
|
|
267
|
+
return visitor(key, node, path8);
|
|
265
268
|
if (identity.isMap(node))
|
|
266
|
-
return visitor.Map?.(key, node,
|
|
269
|
+
return visitor.Map?.(key, node, path8);
|
|
267
270
|
if (identity.isSeq(node))
|
|
268
|
-
return visitor.Seq?.(key, node,
|
|
271
|
+
return visitor.Seq?.(key, node, path8);
|
|
269
272
|
if (identity.isPair(node))
|
|
270
|
-
return visitor.Pair?.(key, node,
|
|
273
|
+
return visitor.Pair?.(key, node, path8);
|
|
271
274
|
if (identity.isScalar(node))
|
|
272
|
-
return visitor.Scalar?.(key, node,
|
|
275
|
+
return visitor.Scalar?.(key, node, path8);
|
|
273
276
|
if (identity.isAlias(node))
|
|
274
|
-
return visitor.Alias?.(key, node,
|
|
277
|
+
return visitor.Alias?.(key, node, path8);
|
|
275
278
|
return void 0;
|
|
276
279
|
}
|
|
277
|
-
function replaceNode(key,
|
|
278
|
-
const parent =
|
|
280
|
+
function replaceNode(key, path8, node) {
|
|
281
|
+
const parent = path8[path8.length - 1];
|
|
279
282
|
if (identity.isCollection(parent)) {
|
|
280
283
|
parent.items[key] = node;
|
|
281
284
|
} else if (identity.isPair(parent)) {
|
|
@@ -295,9 +298,9 @@ var require_visit = __commonJS({
|
|
|
295
298
|
}
|
|
296
299
|
});
|
|
297
300
|
|
|
298
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/directives.js
|
|
301
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/directives.js
|
|
299
302
|
var require_directives = __commonJS({
|
|
300
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/directives.js"(exports) {
|
|
303
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/directives.js"(exports) {
|
|
301
304
|
"use strict";
|
|
302
305
|
var identity = require_identity();
|
|
303
306
|
var visit = require_visit();
|
|
@@ -466,9 +469,9 @@ var require_directives = __commonJS({
|
|
|
466
469
|
}
|
|
467
470
|
});
|
|
468
471
|
|
|
469
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/anchors.js
|
|
472
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/anchors.js
|
|
470
473
|
var require_anchors = __commonJS({
|
|
471
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/anchors.js"(exports) {
|
|
474
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/anchors.js"(exports) {
|
|
472
475
|
"use strict";
|
|
473
476
|
var identity = require_identity();
|
|
474
477
|
var visit = require_visit();
|
|
@@ -536,9 +539,9 @@ var require_anchors = __commonJS({
|
|
|
536
539
|
}
|
|
537
540
|
});
|
|
538
541
|
|
|
539
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/applyReviver.js
|
|
542
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/applyReviver.js
|
|
540
543
|
var require_applyReviver = __commonJS({
|
|
541
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/applyReviver.js"(exports) {
|
|
544
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/applyReviver.js"(exports) {
|
|
542
545
|
"use strict";
|
|
543
546
|
function applyReviver(reviver, obj, key, val) {
|
|
544
547
|
if (val && typeof val === "object") {
|
|
@@ -586,9 +589,9 @@ var require_applyReviver = __commonJS({
|
|
|
586
589
|
}
|
|
587
590
|
});
|
|
588
591
|
|
|
589
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/toJS.js
|
|
592
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/toJS.js
|
|
590
593
|
var require_toJS = __commonJS({
|
|
591
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/toJS.js"(exports) {
|
|
594
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/toJS.js"(exports) {
|
|
592
595
|
"use strict";
|
|
593
596
|
var identity = require_identity();
|
|
594
597
|
function toJS(value, arg, ctx) {
|
|
@@ -616,9 +619,9 @@ var require_toJS = __commonJS({
|
|
|
616
619
|
}
|
|
617
620
|
});
|
|
618
621
|
|
|
619
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Node.js
|
|
622
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Node.js
|
|
620
623
|
var require_Node = __commonJS({
|
|
621
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Node.js"(exports) {
|
|
624
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Node.js"(exports) {
|
|
622
625
|
"use strict";
|
|
623
626
|
var applyReviver = require_applyReviver();
|
|
624
627
|
var identity = require_identity();
|
|
@@ -657,9 +660,9 @@ var require_Node = __commonJS({
|
|
|
657
660
|
}
|
|
658
661
|
});
|
|
659
662
|
|
|
660
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Alias.js
|
|
663
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Alias.js
|
|
661
664
|
var require_Alias = __commonJS({
|
|
662
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Alias.js"(exports) {
|
|
665
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Alias.js"(exports) {
|
|
663
666
|
"use strict";
|
|
664
667
|
var anchors = require_anchors();
|
|
665
668
|
var visit = require_visit();
|
|
@@ -773,9 +776,9 @@ var require_Alias = __commonJS({
|
|
|
773
776
|
}
|
|
774
777
|
});
|
|
775
778
|
|
|
776
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Scalar.js
|
|
779
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Scalar.js
|
|
777
780
|
var require_Scalar = __commonJS({
|
|
778
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Scalar.js"(exports) {
|
|
781
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Scalar.js"(exports) {
|
|
779
782
|
"use strict";
|
|
780
783
|
var identity = require_identity();
|
|
781
784
|
var Node2 = require_Node();
|
|
@@ -803,9 +806,9 @@ var require_Scalar = __commonJS({
|
|
|
803
806
|
}
|
|
804
807
|
});
|
|
805
808
|
|
|
806
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/createNode.js
|
|
809
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/createNode.js
|
|
807
810
|
var require_createNode = __commonJS({
|
|
808
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/createNode.js"(exports) {
|
|
811
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/createNode.js"(exports) {
|
|
809
812
|
"use strict";
|
|
810
813
|
var Alias = require_Alias();
|
|
811
814
|
var identity = require_identity();
|
|
@@ -878,17 +881,17 @@ var require_createNode = __commonJS({
|
|
|
878
881
|
}
|
|
879
882
|
});
|
|
880
883
|
|
|
881
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Collection.js
|
|
884
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Collection.js
|
|
882
885
|
var require_Collection = __commonJS({
|
|
883
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Collection.js"(exports) {
|
|
886
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Collection.js"(exports) {
|
|
884
887
|
"use strict";
|
|
885
888
|
var createNode = require_createNode();
|
|
886
889
|
var identity = require_identity();
|
|
887
890
|
var Node2 = require_Node();
|
|
888
|
-
function collectionFromPath(schema,
|
|
891
|
+
function collectionFromPath(schema, path8, value) {
|
|
889
892
|
let v2 = value;
|
|
890
|
-
for (let i =
|
|
891
|
-
const k =
|
|
893
|
+
for (let i = path8.length - 1; i >= 0; --i) {
|
|
894
|
+
const k = path8[i];
|
|
892
895
|
if (typeof k === "number" && Number.isInteger(k) && k >= 0) {
|
|
893
896
|
const a = [];
|
|
894
897
|
a[k] = v2;
|
|
@@ -907,7 +910,7 @@ var require_Collection = __commonJS({
|
|
|
907
910
|
sourceObjects: /* @__PURE__ */ new Map()
|
|
908
911
|
});
|
|
909
912
|
}
|
|
910
|
-
var isEmptyPath = (
|
|
913
|
+
var isEmptyPath = (path8) => path8 == null || typeof path8 === "object" && !!path8[Symbol.iterator]().next().done;
|
|
911
914
|
var Collection = class extends Node2.NodeBase {
|
|
912
915
|
constructor(type, schema) {
|
|
913
916
|
super(type);
|
|
@@ -937,11 +940,11 @@ var require_Collection = __commonJS({
|
|
|
937
940
|
* be a Pair instance or a `{ key, value }` object, which may not have a key
|
|
938
941
|
* that already exists in the map.
|
|
939
942
|
*/
|
|
940
|
-
addIn(
|
|
941
|
-
if (isEmptyPath(
|
|
943
|
+
addIn(path8, value) {
|
|
944
|
+
if (isEmptyPath(path8))
|
|
942
945
|
this.add(value);
|
|
943
946
|
else {
|
|
944
|
-
const [key, ...rest] =
|
|
947
|
+
const [key, ...rest] = path8;
|
|
945
948
|
const node = this.get(key, true);
|
|
946
949
|
if (identity.isCollection(node))
|
|
947
950
|
node.addIn(rest, value);
|
|
@@ -955,8 +958,8 @@ var require_Collection = __commonJS({
|
|
|
955
958
|
* Removes a value from the collection.
|
|
956
959
|
* @returns `true` if the item was found and removed.
|
|
957
960
|
*/
|
|
958
|
-
deleteIn(
|
|
959
|
-
const [key, ...rest] =
|
|
961
|
+
deleteIn(path8) {
|
|
962
|
+
const [key, ...rest] = path8;
|
|
960
963
|
if (rest.length === 0)
|
|
961
964
|
return this.delete(key);
|
|
962
965
|
const node = this.get(key, true);
|
|
@@ -970,8 +973,8 @@ var require_Collection = __commonJS({
|
|
|
970
973
|
* scalar values from their surrounding node; to disable set `keepScalar` to
|
|
971
974
|
* `true` (collections are always returned intact).
|
|
972
975
|
*/
|
|
973
|
-
getIn(
|
|
974
|
-
const [key, ...rest] =
|
|
976
|
+
getIn(path8, keepScalar) {
|
|
977
|
+
const [key, ...rest] = path8;
|
|
975
978
|
const node = this.get(key, true);
|
|
976
979
|
if (rest.length === 0)
|
|
977
980
|
return !keepScalar && identity.isScalar(node) ? node.value : node;
|
|
@@ -989,8 +992,8 @@ var require_Collection = __commonJS({
|
|
|
989
992
|
/**
|
|
990
993
|
* Checks if the collection includes a value with the key `key`.
|
|
991
994
|
*/
|
|
992
|
-
hasIn(
|
|
993
|
-
const [key, ...rest] =
|
|
995
|
+
hasIn(path8) {
|
|
996
|
+
const [key, ...rest] = path8;
|
|
994
997
|
if (rest.length === 0)
|
|
995
998
|
return this.has(key);
|
|
996
999
|
const node = this.get(key, true);
|
|
@@ -1000,8 +1003,8 @@ var require_Collection = __commonJS({
|
|
|
1000
1003
|
* Sets a value in this collection. For `!!set`, `value` needs to be a
|
|
1001
1004
|
* boolean to add/remove the item from the set.
|
|
1002
1005
|
*/
|
|
1003
|
-
setIn(
|
|
1004
|
-
const [key, ...rest] =
|
|
1006
|
+
setIn(path8, value) {
|
|
1007
|
+
const [key, ...rest] = path8;
|
|
1005
1008
|
if (rest.length === 0) {
|
|
1006
1009
|
this.set(key, value);
|
|
1007
1010
|
} else {
|
|
@@ -1021,9 +1024,9 @@ var require_Collection = __commonJS({
|
|
|
1021
1024
|
}
|
|
1022
1025
|
});
|
|
1023
1026
|
|
|
1024
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyComment.js
|
|
1027
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyComment.js
|
|
1025
1028
|
var require_stringifyComment = __commonJS({
|
|
1026
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyComment.js"(exports) {
|
|
1029
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyComment.js"(exports) {
|
|
1027
1030
|
"use strict";
|
|
1028
1031
|
var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
|
|
1029
1032
|
function indentComment(comment, indent) {
|
|
@@ -1038,9 +1041,9 @@ var require_stringifyComment = __commonJS({
|
|
|
1038
1041
|
}
|
|
1039
1042
|
});
|
|
1040
1043
|
|
|
1041
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/foldFlowLines.js
|
|
1044
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/foldFlowLines.js
|
|
1042
1045
|
var require_foldFlowLines = __commonJS({
|
|
1043
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/foldFlowLines.js"(exports) {
|
|
1046
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/foldFlowLines.js"(exports) {
|
|
1044
1047
|
"use strict";
|
|
1045
1048
|
var FOLD_FLOW = "flow";
|
|
1046
1049
|
var FOLD_BLOCK = "block";
|
|
@@ -1174,9 +1177,9 @@ ${indent}${text.slice(fold + 1, end2)}`;
|
|
|
1174
1177
|
}
|
|
1175
1178
|
});
|
|
1176
1179
|
|
|
1177
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyString.js
|
|
1180
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyString.js
|
|
1178
1181
|
var require_stringifyString = __commonJS({
|
|
1179
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyString.js"(exports) {
|
|
1182
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyString.js"(exports) {
|
|
1180
1183
|
"use strict";
|
|
1181
1184
|
var Scalar = require_Scalar();
|
|
1182
1185
|
var foldFlowLines = require_foldFlowLines();
|
|
@@ -1457,9 +1460,9 @@ ${indent}`);
|
|
|
1457
1460
|
}
|
|
1458
1461
|
});
|
|
1459
1462
|
|
|
1460
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringify.js
|
|
1463
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringify.js
|
|
1461
1464
|
var require_stringify = __commonJS({
|
|
1462
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringify.js"(exports) {
|
|
1465
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringify.js"(exports) {
|
|
1463
1466
|
"use strict";
|
|
1464
1467
|
var anchors = require_anchors();
|
|
1465
1468
|
var identity = require_identity();
|
|
@@ -1581,9 +1584,9 @@ ${ctx.indent}${str}`;
|
|
|
1581
1584
|
}
|
|
1582
1585
|
});
|
|
1583
1586
|
|
|
1584
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyPair.js
|
|
1587
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyPair.js
|
|
1585
1588
|
var require_stringifyPair = __commonJS({
|
|
1586
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyPair.js"(exports) {
|
|
1589
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyPair.js"(exports) {
|
|
1587
1590
|
"use strict";
|
|
1588
1591
|
var identity = require_identity();
|
|
1589
1592
|
var Scalar = require_Scalar();
|
|
@@ -1714,9 +1717,9 @@ ${ctx.indent}`;
|
|
|
1714
1717
|
}
|
|
1715
1718
|
});
|
|
1716
1719
|
|
|
1717
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/log.js
|
|
1720
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/log.js
|
|
1718
1721
|
var require_log = __commonJS({
|
|
1719
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/log.js"(exports) {
|
|
1722
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/log.js"(exports) {
|
|
1720
1723
|
"use strict";
|
|
1721
1724
|
var node_process = __require("process");
|
|
1722
1725
|
function debug(logLevel, ...messages) {
|
|
@@ -1736,9 +1739,9 @@ var require_log = __commonJS({
|
|
|
1736
1739
|
}
|
|
1737
1740
|
});
|
|
1738
1741
|
|
|
1739
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/merge.js
|
|
1742
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/merge.js
|
|
1740
1743
|
var require_merge = __commonJS({
|
|
1741
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/merge.js"(exports) {
|
|
1744
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/merge.js"(exports) {
|
|
1742
1745
|
"use strict";
|
|
1743
1746
|
var identity = require_identity();
|
|
1744
1747
|
var Scalar = require_Scalar();
|
|
@@ -1796,9 +1799,9 @@ var require_merge = __commonJS({
|
|
|
1796
1799
|
}
|
|
1797
1800
|
});
|
|
1798
1801
|
|
|
1799
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/addPairToJSMap.js
|
|
1802
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/addPairToJSMap.js
|
|
1800
1803
|
var require_addPairToJSMap = __commonJS({
|
|
1801
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/addPairToJSMap.js"(exports) {
|
|
1804
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/addPairToJSMap.js"(exports) {
|
|
1802
1805
|
"use strict";
|
|
1803
1806
|
var log = require_log();
|
|
1804
1807
|
var merge = require_merge();
|
|
@@ -1860,9 +1863,9 @@ var require_addPairToJSMap = __commonJS({
|
|
|
1860
1863
|
}
|
|
1861
1864
|
});
|
|
1862
1865
|
|
|
1863
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Pair.js
|
|
1866
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Pair.js
|
|
1864
1867
|
var require_Pair = __commonJS({
|
|
1865
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Pair.js"(exports) {
|
|
1868
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Pair.js"(exports) {
|
|
1866
1869
|
"use strict";
|
|
1867
1870
|
var createNode = require_createNode();
|
|
1868
1871
|
var stringifyPair = require_stringifyPair();
|
|
@@ -1900,9 +1903,9 @@ var require_Pair = __commonJS({
|
|
|
1900
1903
|
}
|
|
1901
1904
|
});
|
|
1902
1905
|
|
|
1903
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyCollection.js
|
|
1906
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyCollection.js
|
|
1904
1907
|
var require_stringifyCollection = __commonJS({
|
|
1905
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyCollection.js"(exports) {
|
|
1908
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyCollection.js"(exports) {
|
|
1906
1909
|
"use strict";
|
|
1907
1910
|
var identity = require_identity();
|
|
1908
1911
|
var stringify = require_stringify();
|
|
@@ -2051,9 +2054,9 @@ ${indent}${end}`;
|
|
|
2051
2054
|
}
|
|
2052
2055
|
});
|
|
2053
2056
|
|
|
2054
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLMap.js
|
|
2057
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLMap.js
|
|
2055
2058
|
var require_YAMLMap = __commonJS({
|
|
2056
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLMap.js"(exports) {
|
|
2059
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLMap.js"(exports) {
|
|
2057
2060
|
"use strict";
|
|
2058
2061
|
var stringifyCollection = require_stringifyCollection();
|
|
2059
2062
|
var addPairToJSMap = require_addPairToJSMap();
|
|
@@ -2195,9 +2198,9 @@ var require_YAMLMap = __commonJS({
|
|
|
2195
2198
|
}
|
|
2196
2199
|
});
|
|
2197
2200
|
|
|
2198
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/map.js
|
|
2201
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/map.js
|
|
2199
2202
|
var require_map = __commonJS({
|
|
2200
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/map.js"(exports) {
|
|
2203
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/map.js"(exports) {
|
|
2201
2204
|
"use strict";
|
|
2202
2205
|
var identity = require_identity();
|
|
2203
2206
|
var YAMLMap = require_YAMLMap();
|
|
@@ -2217,9 +2220,9 @@ var require_map = __commonJS({
|
|
|
2217
2220
|
}
|
|
2218
2221
|
});
|
|
2219
2222
|
|
|
2220
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLSeq.js
|
|
2223
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLSeq.js
|
|
2221
2224
|
var require_YAMLSeq = __commonJS({
|
|
2222
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLSeq.js"(exports) {
|
|
2225
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLSeq.js"(exports) {
|
|
2223
2226
|
"use strict";
|
|
2224
2227
|
var createNode = require_createNode();
|
|
2225
2228
|
var stringifyCollection = require_stringifyCollection();
|
|
@@ -2333,9 +2336,9 @@ var require_YAMLSeq = __commonJS({
|
|
|
2333
2336
|
}
|
|
2334
2337
|
});
|
|
2335
2338
|
|
|
2336
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/seq.js
|
|
2339
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/seq.js
|
|
2337
2340
|
var require_seq = __commonJS({
|
|
2338
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/seq.js"(exports) {
|
|
2341
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/seq.js"(exports) {
|
|
2339
2342
|
"use strict";
|
|
2340
2343
|
var identity = require_identity();
|
|
2341
2344
|
var YAMLSeq = require_YAMLSeq();
|
|
@@ -2355,9 +2358,9 @@ var require_seq = __commonJS({
|
|
|
2355
2358
|
}
|
|
2356
2359
|
});
|
|
2357
2360
|
|
|
2358
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/string.js
|
|
2361
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/string.js
|
|
2359
2362
|
var require_string = __commonJS({
|
|
2360
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/string.js"(exports) {
|
|
2363
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/string.js"(exports) {
|
|
2361
2364
|
"use strict";
|
|
2362
2365
|
var stringifyString = require_stringifyString();
|
|
2363
2366
|
var string = {
|
|
@@ -2374,9 +2377,9 @@ var require_string = __commonJS({
|
|
|
2374
2377
|
}
|
|
2375
2378
|
});
|
|
2376
2379
|
|
|
2377
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/null.js
|
|
2380
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/null.js
|
|
2378
2381
|
var require_null = __commonJS({
|
|
2379
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/null.js"(exports) {
|
|
2382
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/null.js"(exports) {
|
|
2380
2383
|
"use strict";
|
|
2381
2384
|
var Scalar = require_Scalar();
|
|
2382
2385
|
var nullTag = {
|
|
@@ -2392,9 +2395,9 @@ var require_null = __commonJS({
|
|
|
2392
2395
|
}
|
|
2393
2396
|
});
|
|
2394
2397
|
|
|
2395
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/bool.js
|
|
2398
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/bool.js
|
|
2396
2399
|
var require_bool = __commonJS({
|
|
2397
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/bool.js"(exports) {
|
|
2400
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/bool.js"(exports) {
|
|
2398
2401
|
"use strict";
|
|
2399
2402
|
var Scalar = require_Scalar();
|
|
2400
2403
|
var boolTag = {
|
|
@@ -2416,9 +2419,9 @@ var require_bool = __commonJS({
|
|
|
2416
2419
|
}
|
|
2417
2420
|
});
|
|
2418
2421
|
|
|
2419
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyNumber.js
|
|
2422
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyNumber.js
|
|
2420
2423
|
var require_stringifyNumber = __commonJS({
|
|
2421
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyNumber.js"(exports) {
|
|
2424
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyNumber.js"(exports) {
|
|
2422
2425
|
"use strict";
|
|
2423
2426
|
function stringifyNumber({ format, minFractionDigits, tag, value }) {
|
|
2424
2427
|
if (typeof value === "bigint")
|
|
@@ -2443,9 +2446,9 @@ var require_stringifyNumber = __commonJS({
|
|
|
2443
2446
|
}
|
|
2444
2447
|
});
|
|
2445
2448
|
|
|
2446
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/float.js
|
|
2449
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/float.js
|
|
2447
2450
|
var require_float = __commonJS({
|
|
2448
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/float.js"(exports) {
|
|
2451
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/float.js"(exports) {
|
|
2449
2452
|
"use strict";
|
|
2450
2453
|
var Scalar = require_Scalar();
|
|
2451
2454
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -2489,9 +2492,9 @@ var require_float = __commonJS({
|
|
|
2489
2492
|
}
|
|
2490
2493
|
});
|
|
2491
2494
|
|
|
2492
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/int.js
|
|
2495
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/int.js
|
|
2493
2496
|
var require_int = __commonJS({
|
|
2494
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/int.js"(exports) {
|
|
2497
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/int.js"(exports) {
|
|
2495
2498
|
"use strict";
|
|
2496
2499
|
var stringifyNumber = require_stringifyNumber();
|
|
2497
2500
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -2534,9 +2537,9 @@ var require_int = __commonJS({
|
|
|
2534
2537
|
}
|
|
2535
2538
|
});
|
|
2536
2539
|
|
|
2537
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/schema.js
|
|
2540
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/schema.js
|
|
2538
2541
|
var require_schema = __commonJS({
|
|
2539
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/schema.js"(exports) {
|
|
2542
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/schema.js"(exports) {
|
|
2540
2543
|
"use strict";
|
|
2541
2544
|
var map = require_map();
|
|
2542
2545
|
var _null = require_null();
|
|
@@ -2562,9 +2565,9 @@ var require_schema = __commonJS({
|
|
|
2562
2565
|
}
|
|
2563
2566
|
});
|
|
2564
2567
|
|
|
2565
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/json/schema.js
|
|
2568
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/json/schema.js
|
|
2566
2569
|
var require_schema2 = __commonJS({
|
|
2567
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/json/schema.js"(exports) {
|
|
2570
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/json/schema.js"(exports) {
|
|
2568
2571
|
"use strict";
|
|
2569
2572
|
var Scalar = require_Scalar();
|
|
2570
2573
|
var map = require_map();
|
|
@@ -2629,9 +2632,9 @@ var require_schema2 = __commonJS({
|
|
|
2629
2632
|
}
|
|
2630
2633
|
});
|
|
2631
2634
|
|
|
2632
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/binary.js
|
|
2635
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/binary.js
|
|
2633
2636
|
var require_binary = __commonJS({
|
|
2634
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/binary.js"(exports) {
|
|
2637
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/binary.js"(exports) {
|
|
2635
2638
|
"use strict";
|
|
2636
2639
|
var node_buffer = __require("buffer");
|
|
2637
2640
|
var Scalar = require_Scalar();
|
|
@@ -2695,9 +2698,9 @@ var require_binary = __commonJS({
|
|
|
2695
2698
|
}
|
|
2696
2699
|
});
|
|
2697
2700
|
|
|
2698
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
|
|
2701
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
|
|
2699
2702
|
var require_pairs = __commonJS({
|
|
2700
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/pairs.js"(exports) {
|
|
2703
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/pairs.js"(exports) {
|
|
2701
2704
|
"use strict";
|
|
2702
2705
|
var identity = require_identity();
|
|
2703
2706
|
var Pair = require_Pair();
|
|
@@ -2773,9 +2776,9 @@ ${cn.comment}` : item.comment;
|
|
|
2773
2776
|
}
|
|
2774
2777
|
});
|
|
2775
2778
|
|
|
2776
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/omap.js
|
|
2779
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/omap.js
|
|
2777
2780
|
var require_omap = __commonJS({
|
|
2778
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/omap.js"(exports) {
|
|
2781
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/omap.js"(exports) {
|
|
2779
2782
|
"use strict";
|
|
2780
2783
|
var identity = require_identity();
|
|
2781
2784
|
var toJS = require_toJS();
|
|
@@ -2851,9 +2854,9 @@ var require_omap = __commonJS({
|
|
|
2851
2854
|
}
|
|
2852
2855
|
});
|
|
2853
2856
|
|
|
2854
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/bool.js
|
|
2857
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/bool.js
|
|
2855
2858
|
var require_bool2 = __commonJS({
|
|
2856
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/bool.js"(exports) {
|
|
2859
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/bool.js"(exports) {
|
|
2857
2860
|
"use strict";
|
|
2858
2861
|
var Scalar = require_Scalar();
|
|
2859
2862
|
function boolStringify({ value, source }, ctx) {
|
|
@@ -2883,9 +2886,9 @@ var require_bool2 = __commonJS({
|
|
|
2883
2886
|
}
|
|
2884
2887
|
});
|
|
2885
2888
|
|
|
2886
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/float.js
|
|
2889
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/float.js
|
|
2887
2890
|
var require_float2 = __commonJS({
|
|
2888
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/float.js"(exports) {
|
|
2891
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/float.js"(exports) {
|
|
2889
2892
|
"use strict";
|
|
2890
2893
|
var Scalar = require_Scalar();
|
|
2891
2894
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -2932,9 +2935,9 @@ var require_float2 = __commonJS({
|
|
|
2932
2935
|
}
|
|
2933
2936
|
});
|
|
2934
2937
|
|
|
2935
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/int.js
|
|
2938
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/int.js
|
|
2936
2939
|
var require_int2 = __commonJS({
|
|
2937
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/int.js"(exports) {
|
|
2940
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/int.js"(exports) {
|
|
2938
2941
|
"use strict";
|
|
2939
2942
|
var stringifyNumber = require_stringifyNumber();
|
|
2940
2943
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -3011,9 +3014,9 @@ var require_int2 = __commonJS({
|
|
|
3011
3014
|
}
|
|
3012
3015
|
});
|
|
3013
3016
|
|
|
3014
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/set.js
|
|
3017
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/set.js
|
|
3015
3018
|
var require_set = __commonJS({
|
|
3016
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/set.js"(exports) {
|
|
3019
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/set.js"(exports) {
|
|
3017
3020
|
"use strict";
|
|
3018
3021
|
var identity = require_identity();
|
|
3019
3022
|
var Pair = require_Pair();
|
|
@@ -3100,9 +3103,9 @@ var require_set = __commonJS({
|
|
|
3100
3103
|
}
|
|
3101
3104
|
});
|
|
3102
3105
|
|
|
3103
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
|
|
3106
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
|
|
3104
3107
|
var require_timestamp = __commonJS({
|
|
3105
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js"(exports) {
|
|
3108
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js"(exports) {
|
|
3106
3109
|
"use strict";
|
|
3107
3110
|
var stringifyNumber = require_stringifyNumber();
|
|
3108
3111
|
function parseSexagesimal(str, asBigInt) {
|
|
@@ -3188,9 +3191,9 @@ var require_timestamp = __commonJS({
|
|
|
3188
3191
|
}
|
|
3189
3192
|
});
|
|
3190
3193
|
|
|
3191
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/schema.js
|
|
3194
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/schema.js
|
|
3192
3195
|
var require_schema3 = __commonJS({
|
|
3193
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/schema.js"(exports) {
|
|
3196
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/schema.js"(exports) {
|
|
3194
3197
|
"use strict";
|
|
3195
3198
|
var map = require_map();
|
|
3196
3199
|
var _null = require_null();
|
|
@@ -3232,9 +3235,9 @@ var require_schema3 = __commonJS({
|
|
|
3232
3235
|
}
|
|
3233
3236
|
});
|
|
3234
3237
|
|
|
3235
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/tags.js
|
|
3238
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/tags.js
|
|
3236
3239
|
var require_tags = __commonJS({
|
|
3237
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/tags.js"(exports) {
|
|
3240
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/tags.js"(exports) {
|
|
3238
3241
|
"use strict";
|
|
3239
3242
|
var map = require_map();
|
|
3240
3243
|
var _null = require_null();
|
|
@@ -3326,9 +3329,9 @@ var require_tags = __commonJS({
|
|
|
3326
3329
|
}
|
|
3327
3330
|
});
|
|
3328
3331
|
|
|
3329
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/Schema.js
|
|
3332
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/Schema.js
|
|
3330
3333
|
var require_Schema = __commonJS({
|
|
3331
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/Schema.js"(exports) {
|
|
3334
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/Schema.js"(exports) {
|
|
3332
3335
|
"use strict";
|
|
3333
3336
|
var identity = require_identity();
|
|
3334
3337
|
var map = require_map();
|
|
@@ -3358,9 +3361,9 @@ var require_Schema = __commonJS({
|
|
|
3358
3361
|
}
|
|
3359
3362
|
});
|
|
3360
3363
|
|
|
3361
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyDocument.js
|
|
3364
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyDocument.js
|
|
3362
3365
|
var require_stringifyDocument = __commonJS({
|
|
3363
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyDocument.js"(exports) {
|
|
3366
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyDocument.js"(exports) {
|
|
3364
3367
|
"use strict";
|
|
3365
3368
|
var identity = require_identity();
|
|
3366
3369
|
var stringify = require_stringify();
|
|
@@ -3438,9 +3441,9 @@ var require_stringifyDocument = __commonJS({
|
|
|
3438
3441
|
}
|
|
3439
3442
|
});
|
|
3440
3443
|
|
|
3441
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/Document.js
|
|
3444
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/Document.js
|
|
3442
3445
|
var require_Document = __commonJS({
|
|
3443
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/Document.js"(exports) {
|
|
3446
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/Document.js"(exports) {
|
|
3444
3447
|
"use strict";
|
|
3445
3448
|
var Alias = require_Alias();
|
|
3446
3449
|
var Collection = require_Collection();
|
|
@@ -3516,9 +3519,9 @@ var require_Document = __commonJS({
|
|
|
3516
3519
|
this.contents.add(value);
|
|
3517
3520
|
}
|
|
3518
3521
|
/** Adds a value to the document. */
|
|
3519
|
-
addIn(
|
|
3522
|
+
addIn(path8, value) {
|
|
3520
3523
|
if (assertCollection(this.contents))
|
|
3521
|
-
this.contents.addIn(
|
|
3524
|
+
this.contents.addIn(path8, value);
|
|
3522
3525
|
}
|
|
3523
3526
|
/**
|
|
3524
3527
|
* Create a new `Alias` node, ensuring that the target `node` has the required anchor.
|
|
@@ -3593,14 +3596,14 @@ var require_Document = __commonJS({
|
|
|
3593
3596
|
* Removes a value from the document.
|
|
3594
3597
|
* @returns `true` if the item was found and removed.
|
|
3595
3598
|
*/
|
|
3596
|
-
deleteIn(
|
|
3597
|
-
if (Collection.isEmptyPath(
|
|
3599
|
+
deleteIn(path8) {
|
|
3600
|
+
if (Collection.isEmptyPath(path8)) {
|
|
3598
3601
|
if (this.contents == null)
|
|
3599
3602
|
return false;
|
|
3600
3603
|
this.contents = null;
|
|
3601
3604
|
return true;
|
|
3602
3605
|
}
|
|
3603
|
-
return assertCollection(this.contents) ? this.contents.deleteIn(
|
|
3606
|
+
return assertCollection(this.contents) ? this.contents.deleteIn(path8) : false;
|
|
3604
3607
|
}
|
|
3605
3608
|
/**
|
|
3606
3609
|
* Returns item at `key`, or `undefined` if not found. By default unwraps
|
|
@@ -3615,10 +3618,10 @@ var require_Document = __commonJS({
|
|
|
3615
3618
|
* scalar values from their surrounding node; to disable set `keepScalar` to
|
|
3616
3619
|
* `true` (collections are always returned intact).
|
|
3617
3620
|
*/
|
|
3618
|
-
getIn(
|
|
3619
|
-
if (Collection.isEmptyPath(
|
|
3621
|
+
getIn(path8, keepScalar) {
|
|
3622
|
+
if (Collection.isEmptyPath(path8))
|
|
3620
3623
|
return !keepScalar && identity.isScalar(this.contents) ? this.contents.value : this.contents;
|
|
3621
|
-
return identity.isCollection(this.contents) ? this.contents.getIn(
|
|
3624
|
+
return identity.isCollection(this.contents) ? this.contents.getIn(path8, keepScalar) : void 0;
|
|
3622
3625
|
}
|
|
3623
3626
|
/**
|
|
3624
3627
|
* Checks if the document includes a value with the key `key`.
|
|
@@ -3629,10 +3632,10 @@ var require_Document = __commonJS({
|
|
|
3629
3632
|
/**
|
|
3630
3633
|
* Checks if the document includes a value at `path`.
|
|
3631
3634
|
*/
|
|
3632
|
-
hasIn(
|
|
3633
|
-
if (Collection.isEmptyPath(
|
|
3635
|
+
hasIn(path8) {
|
|
3636
|
+
if (Collection.isEmptyPath(path8))
|
|
3634
3637
|
return this.contents !== void 0;
|
|
3635
|
-
return identity.isCollection(this.contents) ? this.contents.hasIn(
|
|
3638
|
+
return identity.isCollection(this.contents) ? this.contents.hasIn(path8) : false;
|
|
3636
3639
|
}
|
|
3637
3640
|
/**
|
|
3638
3641
|
* Sets a value in this document. For `!!set`, `value` needs to be a
|
|
@@ -3649,13 +3652,13 @@ var require_Document = __commonJS({
|
|
|
3649
3652
|
* Sets a value in this document. For `!!set`, `value` needs to be a
|
|
3650
3653
|
* boolean to add/remove the item from the set.
|
|
3651
3654
|
*/
|
|
3652
|
-
setIn(
|
|
3653
|
-
if (Collection.isEmptyPath(
|
|
3655
|
+
setIn(path8, value) {
|
|
3656
|
+
if (Collection.isEmptyPath(path8)) {
|
|
3654
3657
|
this.contents = value;
|
|
3655
3658
|
} else if (this.contents == null) {
|
|
3656
|
-
this.contents = Collection.collectionFromPath(this.schema, Array.from(
|
|
3659
|
+
this.contents = Collection.collectionFromPath(this.schema, Array.from(path8), value);
|
|
3657
3660
|
} else if (assertCollection(this.contents)) {
|
|
3658
|
-
this.contents.setIn(
|
|
3661
|
+
this.contents.setIn(path8, value);
|
|
3659
3662
|
}
|
|
3660
3663
|
}
|
|
3661
3664
|
/**
|
|
@@ -3747,9 +3750,9 @@ var require_Document = __commonJS({
|
|
|
3747
3750
|
}
|
|
3748
3751
|
});
|
|
3749
3752
|
|
|
3750
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/errors.js
|
|
3753
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/errors.js
|
|
3751
3754
|
var require_errors = __commonJS({
|
|
3752
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/errors.js"(exports) {
|
|
3755
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/errors.js"(exports) {
|
|
3753
3756
|
"use strict";
|
|
3754
3757
|
var YAMLError = class extends Error {
|
|
3755
3758
|
constructor(name, pos, code, message) {
|
|
@@ -3812,9 +3815,9 @@ ${pointer}
|
|
|
3812
3815
|
}
|
|
3813
3816
|
});
|
|
3814
3817
|
|
|
3815
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-props.js
|
|
3818
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-props.js
|
|
3816
3819
|
var require_resolve_props = __commonJS({
|
|
3817
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-props.js"(exports) {
|
|
3820
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-props.js"(exports) {
|
|
3818
3821
|
"use strict";
|
|
3819
3822
|
function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
|
|
3820
3823
|
let spaceBefore = false;
|
|
@@ -3946,9 +3949,9 @@ var require_resolve_props = __commonJS({
|
|
|
3946
3949
|
}
|
|
3947
3950
|
});
|
|
3948
3951
|
|
|
3949
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-contains-newline.js
|
|
3952
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-contains-newline.js
|
|
3950
3953
|
var require_util_contains_newline = __commonJS({
|
|
3951
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-contains-newline.js"(exports) {
|
|
3954
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-contains-newline.js"(exports) {
|
|
3952
3955
|
"use strict";
|
|
3953
3956
|
function containsNewline(key) {
|
|
3954
3957
|
if (!key)
|
|
@@ -3988,9 +3991,9 @@ var require_util_contains_newline = __commonJS({
|
|
|
3988
3991
|
}
|
|
3989
3992
|
});
|
|
3990
3993
|
|
|
3991
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-flow-indent-check.js
|
|
3994
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-flow-indent-check.js
|
|
3992
3995
|
var require_util_flow_indent_check = __commonJS({
|
|
3993
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-flow-indent-check.js"(exports) {
|
|
3996
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-flow-indent-check.js"(exports) {
|
|
3994
3997
|
"use strict";
|
|
3995
3998
|
var utilContainsNewline = require_util_contains_newline();
|
|
3996
3999
|
function flowIndentCheck(indent, fc, onError) {
|
|
@@ -4006,9 +4009,9 @@ var require_util_flow_indent_check = __commonJS({
|
|
|
4006
4009
|
}
|
|
4007
4010
|
});
|
|
4008
4011
|
|
|
4009
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-map-includes.js
|
|
4012
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-map-includes.js
|
|
4010
4013
|
var require_util_map_includes = __commonJS({
|
|
4011
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-map-includes.js"(exports) {
|
|
4014
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-map-includes.js"(exports) {
|
|
4012
4015
|
"use strict";
|
|
4013
4016
|
var identity = require_identity();
|
|
4014
4017
|
function mapIncludes(ctx, items, search) {
|
|
@@ -4022,9 +4025,9 @@ var require_util_map_includes = __commonJS({
|
|
|
4022
4025
|
}
|
|
4023
4026
|
});
|
|
4024
4027
|
|
|
4025
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-map.js
|
|
4028
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-map.js
|
|
4026
4029
|
var require_resolve_block_map = __commonJS({
|
|
4027
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-map.js"(exports) {
|
|
4030
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-map.js"(exports) {
|
|
4028
4031
|
"use strict";
|
|
4029
4032
|
var Pair = require_Pair();
|
|
4030
4033
|
var YAMLMap = require_YAMLMap();
|
|
@@ -4130,9 +4133,9 @@ var require_resolve_block_map = __commonJS({
|
|
|
4130
4133
|
}
|
|
4131
4134
|
});
|
|
4132
4135
|
|
|
4133
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-seq.js
|
|
4136
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-seq.js
|
|
4134
4137
|
var require_resolve_block_seq = __commonJS({
|
|
4135
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-seq.js"(exports) {
|
|
4138
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-seq.js"(exports) {
|
|
4136
4139
|
"use strict";
|
|
4137
4140
|
var YAMLSeq = require_YAMLSeq();
|
|
4138
4141
|
var resolveProps = require_resolve_props();
|
|
@@ -4181,9 +4184,9 @@ var require_resolve_block_seq = __commonJS({
|
|
|
4181
4184
|
}
|
|
4182
4185
|
});
|
|
4183
4186
|
|
|
4184
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-end.js
|
|
4187
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-end.js
|
|
4185
4188
|
var require_resolve_end = __commonJS({
|
|
4186
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-end.js"(exports) {
|
|
4189
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-end.js"(exports) {
|
|
4187
4190
|
"use strict";
|
|
4188
4191
|
function resolveEnd(end, offset, reqSpace, onError) {
|
|
4189
4192
|
let comment = "";
|
|
@@ -4224,9 +4227,9 @@ var require_resolve_end = __commonJS({
|
|
|
4224
4227
|
}
|
|
4225
4228
|
});
|
|
4226
4229
|
|
|
4227
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-collection.js
|
|
4230
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-collection.js
|
|
4228
4231
|
var require_resolve_flow_collection = __commonJS({
|
|
4229
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-collection.js"(exports) {
|
|
4232
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-collection.js"(exports) {
|
|
4230
4233
|
"use strict";
|
|
4231
4234
|
var identity = require_identity();
|
|
4232
4235
|
var Pair = require_Pair();
|
|
@@ -4418,9 +4421,9 @@ var require_resolve_flow_collection = __commonJS({
|
|
|
4418
4421
|
}
|
|
4419
4422
|
});
|
|
4420
4423
|
|
|
4421
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-collection.js
|
|
4424
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-collection.js
|
|
4422
4425
|
var require_compose_collection = __commonJS({
|
|
4423
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-collection.js"(exports) {
|
|
4426
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-collection.js"(exports) {
|
|
4424
4427
|
"use strict";
|
|
4425
4428
|
var identity = require_identity();
|
|
4426
4429
|
var Scalar = require_Scalar();
|
|
@@ -4483,9 +4486,9 @@ var require_compose_collection = __commonJS({
|
|
|
4483
4486
|
}
|
|
4484
4487
|
});
|
|
4485
4488
|
|
|
4486
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-scalar.js
|
|
4489
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-scalar.js
|
|
4487
4490
|
var require_resolve_block_scalar = __commonJS({
|
|
4488
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-scalar.js"(exports) {
|
|
4491
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-scalar.js"(exports) {
|
|
4489
4492
|
"use strict";
|
|
4490
4493
|
var Scalar = require_Scalar();
|
|
4491
4494
|
function resolveBlockScalar(ctx, scalar, onError) {
|
|
@@ -4666,9 +4669,9 @@ var require_resolve_block_scalar = __commonJS({
|
|
|
4666
4669
|
}
|
|
4667
4670
|
});
|
|
4668
4671
|
|
|
4669
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-scalar.js
|
|
4672
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-scalar.js
|
|
4670
4673
|
var require_resolve_flow_scalar = __commonJS({
|
|
4671
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-scalar.js"(exports) {
|
|
4674
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-scalar.js"(exports) {
|
|
4672
4675
|
"use strict";
|
|
4673
4676
|
var Scalar = require_Scalar();
|
|
4674
4677
|
var resolveEnd = require_resolve_end();
|
|
@@ -4886,9 +4889,9 @@ var require_resolve_flow_scalar = __commonJS({
|
|
|
4886
4889
|
}
|
|
4887
4890
|
});
|
|
4888
4891
|
|
|
4889
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-scalar.js
|
|
4892
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-scalar.js
|
|
4890
4893
|
var require_compose_scalar = __commonJS({
|
|
4891
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-scalar.js"(exports) {
|
|
4894
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-scalar.js"(exports) {
|
|
4892
4895
|
"use strict";
|
|
4893
4896
|
var identity = require_identity();
|
|
4894
4897
|
var Scalar = require_Scalar();
|
|
@@ -4967,9 +4970,9 @@ var require_compose_scalar = __commonJS({
|
|
|
4967
4970
|
}
|
|
4968
4971
|
});
|
|
4969
4972
|
|
|
4970
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-empty-scalar-position.js
|
|
4973
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-empty-scalar-position.js
|
|
4971
4974
|
var require_util_empty_scalar_position = __commonJS({
|
|
4972
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-empty-scalar-position.js"(exports) {
|
|
4975
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-empty-scalar-position.js"(exports) {
|
|
4973
4976
|
"use strict";
|
|
4974
4977
|
function emptyScalarPosition(offset, before, pos) {
|
|
4975
4978
|
if (before) {
|
|
@@ -4997,9 +5000,9 @@ var require_util_empty_scalar_position = __commonJS({
|
|
|
4997
5000
|
}
|
|
4998
5001
|
});
|
|
4999
5002
|
|
|
5000
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-node.js
|
|
5003
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-node.js
|
|
5001
5004
|
var require_compose_node = __commonJS({
|
|
5002
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-node.js"(exports) {
|
|
5005
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-node.js"(exports) {
|
|
5003
5006
|
"use strict";
|
|
5004
5007
|
var Alias = require_Alias();
|
|
5005
5008
|
var identity = require_identity();
|
|
@@ -5103,9 +5106,9 @@ var require_compose_node = __commonJS({
|
|
|
5103
5106
|
}
|
|
5104
5107
|
});
|
|
5105
5108
|
|
|
5106
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-doc.js
|
|
5109
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-doc.js
|
|
5107
5110
|
var require_compose_doc = __commonJS({
|
|
5108
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-doc.js"(exports) {
|
|
5111
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-doc.js"(exports) {
|
|
5109
5112
|
"use strict";
|
|
5110
5113
|
var Document2 = require_Document();
|
|
5111
5114
|
var composeNode = require_compose_node();
|
|
@@ -5146,9 +5149,9 @@ var require_compose_doc = __commonJS({
|
|
|
5146
5149
|
}
|
|
5147
5150
|
});
|
|
5148
5151
|
|
|
5149
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/composer.js
|
|
5152
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/composer.js
|
|
5150
5153
|
var require_composer = __commonJS({
|
|
5151
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/composer.js"(exports) {
|
|
5154
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/composer.js"(exports) {
|
|
5152
5155
|
"use strict";
|
|
5153
5156
|
var node_process = __require("process");
|
|
5154
5157
|
var directives = require_directives();
|
|
@@ -5354,9 +5357,9 @@ ${end.comment}` : end.comment;
|
|
|
5354
5357
|
}
|
|
5355
5358
|
});
|
|
5356
5359
|
|
|
5357
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-scalar.js
|
|
5360
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-scalar.js
|
|
5358
5361
|
var require_cst_scalar = __commonJS({
|
|
5359
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-scalar.js"(exports) {
|
|
5362
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-scalar.js"(exports) {
|
|
5360
5363
|
"use strict";
|
|
5361
5364
|
var resolveBlockScalar = require_resolve_block_scalar();
|
|
5362
5365
|
var resolveFlowScalar = require_resolve_flow_scalar();
|
|
@@ -5539,9 +5542,9 @@ var require_cst_scalar = __commonJS({
|
|
|
5539
5542
|
}
|
|
5540
5543
|
});
|
|
5541
5544
|
|
|
5542
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-stringify.js
|
|
5545
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-stringify.js
|
|
5543
5546
|
var require_cst_stringify = __commonJS({
|
|
5544
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-stringify.js"(exports) {
|
|
5547
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-stringify.js"(exports) {
|
|
5545
5548
|
"use strict";
|
|
5546
5549
|
var stringify = (cst) => "type" in cst ? stringifyToken(cst) : stringifyItem(cst);
|
|
5547
5550
|
function stringifyToken(token) {
|
|
@@ -5600,9 +5603,9 @@ var require_cst_stringify = __commonJS({
|
|
|
5600
5603
|
}
|
|
5601
5604
|
});
|
|
5602
5605
|
|
|
5603
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-visit.js
|
|
5606
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-visit.js
|
|
5604
5607
|
var require_cst_visit = __commonJS({
|
|
5605
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-visit.js"(exports) {
|
|
5608
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-visit.js"(exports) {
|
|
5606
5609
|
"use strict";
|
|
5607
5610
|
var BREAK = /* @__PURE__ */ Symbol("break visit");
|
|
5608
5611
|
var SKIP = /* @__PURE__ */ Symbol("skip children");
|
|
@@ -5615,9 +5618,9 @@ var require_cst_visit = __commonJS({
|
|
|
5615
5618
|
visit.BREAK = BREAK;
|
|
5616
5619
|
visit.SKIP = SKIP;
|
|
5617
5620
|
visit.REMOVE = REMOVE;
|
|
5618
|
-
visit.itemAtPath = (cst,
|
|
5621
|
+
visit.itemAtPath = (cst, path8) => {
|
|
5619
5622
|
let item = cst;
|
|
5620
|
-
for (const [field, index] of
|
|
5623
|
+
for (const [field, index] of path8) {
|
|
5621
5624
|
const tok = item?.[field];
|
|
5622
5625
|
if (tok && "items" in tok) {
|
|
5623
5626
|
item = tok.items[index];
|
|
@@ -5626,23 +5629,23 @@ var require_cst_visit = __commonJS({
|
|
|
5626
5629
|
}
|
|
5627
5630
|
return item;
|
|
5628
5631
|
};
|
|
5629
|
-
visit.parentCollection = (cst,
|
|
5630
|
-
const parent = visit.itemAtPath(cst,
|
|
5631
|
-
const field =
|
|
5632
|
+
visit.parentCollection = (cst, path8) => {
|
|
5633
|
+
const parent = visit.itemAtPath(cst, path8.slice(0, -1));
|
|
5634
|
+
const field = path8[path8.length - 1][0];
|
|
5632
5635
|
const coll = parent?.[field];
|
|
5633
5636
|
if (coll && "items" in coll)
|
|
5634
5637
|
return coll;
|
|
5635
5638
|
throw new Error("Parent collection not found");
|
|
5636
5639
|
};
|
|
5637
|
-
function _visit(
|
|
5638
|
-
let ctrl = visitor(item,
|
|
5640
|
+
function _visit(path8, item, visitor) {
|
|
5641
|
+
let ctrl = visitor(item, path8);
|
|
5639
5642
|
if (typeof ctrl === "symbol")
|
|
5640
5643
|
return ctrl;
|
|
5641
5644
|
for (const field of ["key", "value"]) {
|
|
5642
5645
|
const token = item[field];
|
|
5643
5646
|
if (token && "items" in token) {
|
|
5644
5647
|
for (let i = 0; i < token.items.length; ++i) {
|
|
5645
|
-
const ci = _visit(Object.freeze(
|
|
5648
|
+
const ci = _visit(Object.freeze(path8.concat([[field, i]])), token.items[i], visitor);
|
|
5646
5649
|
if (typeof ci === "number")
|
|
5647
5650
|
i = ci - 1;
|
|
5648
5651
|
else if (ci === BREAK)
|
|
@@ -5653,18 +5656,18 @@ var require_cst_visit = __commonJS({
|
|
|
5653
5656
|
}
|
|
5654
5657
|
}
|
|
5655
5658
|
if (typeof ctrl === "function" && field === "key")
|
|
5656
|
-
ctrl = ctrl(item,
|
|
5659
|
+
ctrl = ctrl(item, path8);
|
|
5657
5660
|
}
|
|
5658
5661
|
}
|
|
5659
|
-
return typeof ctrl === "function" ? ctrl(item,
|
|
5662
|
+
return typeof ctrl === "function" ? ctrl(item, path8) : ctrl;
|
|
5660
5663
|
}
|
|
5661
5664
|
exports.visit = visit;
|
|
5662
5665
|
}
|
|
5663
5666
|
});
|
|
5664
5667
|
|
|
5665
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst.js
|
|
5668
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst.js
|
|
5666
5669
|
var require_cst = __commonJS({
|
|
5667
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst.js"(exports) {
|
|
5670
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst.js"(exports) {
|
|
5668
5671
|
"use strict";
|
|
5669
5672
|
var cstScalar = require_cst_scalar();
|
|
5670
5673
|
var cstStringify = require_cst_stringify();
|
|
@@ -5764,9 +5767,9 @@ var require_cst = __commonJS({
|
|
|
5764
5767
|
}
|
|
5765
5768
|
});
|
|
5766
5769
|
|
|
5767
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/lexer.js
|
|
5770
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/lexer.js
|
|
5768
5771
|
var require_lexer = __commonJS({
|
|
5769
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/lexer.js"(exports) {
|
|
5772
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/lexer.js"(exports) {
|
|
5770
5773
|
"use strict";
|
|
5771
5774
|
var cst = require_cst();
|
|
5772
5775
|
function isEmpty(ch) {
|
|
@@ -6353,9 +6356,9 @@ var require_lexer = __commonJS({
|
|
|
6353
6356
|
}
|
|
6354
6357
|
});
|
|
6355
6358
|
|
|
6356
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/line-counter.js
|
|
6359
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/line-counter.js
|
|
6357
6360
|
var require_line_counter = __commonJS({
|
|
6358
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/line-counter.js"(exports) {
|
|
6361
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/line-counter.js"(exports) {
|
|
6359
6362
|
"use strict";
|
|
6360
6363
|
var LineCounter = class {
|
|
6361
6364
|
constructor() {
|
|
@@ -6384,9 +6387,9 @@ var require_line_counter = __commonJS({
|
|
|
6384
6387
|
}
|
|
6385
6388
|
});
|
|
6386
6389
|
|
|
6387
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/parser.js
|
|
6390
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/parser.js
|
|
6388
6391
|
var require_parser = __commonJS({
|
|
6389
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/parser.js"(exports) {
|
|
6392
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/parser.js"(exports) {
|
|
6390
6393
|
"use strict";
|
|
6391
6394
|
var node_process = __require("process");
|
|
6392
6395
|
var cst = require_cst();
|
|
@@ -7258,9 +7261,9 @@ var require_parser = __commonJS({
|
|
|
7258
7261
|
}
|
|
7259
7262
|
});
|
|
7260
7263
|
|
|
7261
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/public-api.js
|
|
7264
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/public-api.js
|
|
7262
7265
|
var require_public_api = __commonJS({
|
|
7263
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/public-api.js"(exports) {
|
|
7266
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/public-api.js"(exports) {
|
|
7264
7267
|
"use strict";
|
|
7265
7268
|
var composer = require_composer();
|
|
7266
7269
|
var Document2 = require_Document();
|
|
@@ -7288,7 +7291,7 @@ var require_public_api = __commonJS({
|
|
|
7288
7291
|
return docs;
|
|
7289
7292
|
return Object.assign([], { empty: true }, composer$1.streamInfo());
|
|
7290
7293
|
}
|
|
7291
|
-
function
|
|
7294
|
+
function parseDocument3(source, options = {}) {
|
|
7292
7295
|
const { lineCounter: lineCounter2, prettyErrors } = parseOptions(options);
|
|
7293
7296
|
const parser$1 = new parser.Parser(lineCounter2?.addNewLine);
|
|
7294
7297
|
const composer$1 = new composer.Composer(options);
|
|
@@ -7314,7 +7317,7 @@ var require_public_api = __commonJS({
|
|
|
7314
7317
|
} else if (options === void 0 && reviver && typeof reviver === "object") {
|
|
7315
7318
|
options = reviver;
|
|
7316
7319
|
}
|
|
7317
|
-
const doc =
|
|
7320
|
+
const doc = parseDocument3(src, options);
|
|
7318
7321
|
if (!doc)
|
|
7319
7322
|
return null;
|
|
7320
7323
|
doc.warnings.forEach((warning2) => log.warn(doc.options.logLevel, warning2));
|
|
@@ -7350,14 +7353,14 @@ var require_public_api = __commonJS({
|
|
|
7350
7353
|
}
|
|
7351
7354
|
exports.parse = parse;
|
|
7352
7355
|
exports.parseAllDocuments = parseAllDocuments;
|
|
7353
|
-
exports.parseDocument =
|
|
7356
|
+
exports.parseDocument = parseDocument3;
|
|
7354
7357
|
exports.stringify = stringify;
|
|
7355
7358
|
}
|
|
7356
7359
|
});
|
|
7357
7360
|
|
|
7358
|
-
// node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/index.js
|
|
7361
|
+
// ../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/index.js
|
|
7359
7362
|
var require_dist = __commonJS({
|
|
7360
|
-
"node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/index.js"(exports) {
|
|
7363
|
+
"../../../../Code/dxc/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/index.js"(exports) {
|
|
7361
7364
|
"use strict";
|
|
7362
7365
|
var composer = require_composer();
|
|
7363
7366
|
var Document2 = require_Document();
|
|
@@ -7407,7 +7410,7 @@ var require_dist = __commonJS({
|
|
|
7407
7410
|
}
|
|
7408
7411
|
});
|
|
7409
7412
|
|
|
7410
|
-
// node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/decode-codepoint.js
|
|
7413
|
+
// ../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/decode-codepoint.js
|
|
7411
7414
|
function replaceCodePoint(codePoint) {
|
|
7412
7415
|
if (codePoint >= 55296 && codePoint <= 57343 || codePoint > 1114111) {
|
|
7413
7416
|
return 65533;
|
|
@@ -7416,7 +7419,7 @@ function replaceCodePoint(codePoint) {
|
|
|
7416
7419
|
}
|
|
7417
7420
|
var decodeMap;
|
|
7418
7421
|
var init_decode_codepoint = __esm({
|
|
7419
|
-
"node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/decode-codepoint.js"() {
|
|
7422
|
+
"../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/decode-codepoint.js"() {
|
|
7420
7423
|
decodeMap = /* @__PURE__ */ new Map([
|
|
7421
7424
|
[0, 65533],
|
|
7422
7425
|
// C1 Unicode control character reference replacements
|
|
@@ -7451,7 +7454,7 @@ var init_decode_codepoint = __esm({
|
|
|
7451
7454
|
}
|
|
7452
7455
|
});
|
|
7453
7456
|
|
|
7454
|
-
// node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/internal/decode-shared.js
|
|
7457
|
+
// ../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/internal/decode-shared.js
|
|
7455
7458
|
function decodeBase64(input) {
|
|
7456
7459
|
const binary = atob(input);
|
|
7457
7460
|
const evenLength = binary.length & ~1;
|
|
@@ -7464,32 +7467,32 @@ function decodeBase64(input) {
|
|
|
7464
7467
|
return out;
|
|
7465
7468
|
}
|
|
7466
7469
|
var init_decode_shared = __esm({
|
|
7467
|
-
"node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/internal/decode-shared.js"() {
|
|
7470
|
+
"../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/internal/decode-shared.js"() {
|
|
7468
7471
|
}
|
|
7469
7472
|
});
|
|
7470
7473
|
|
|
7471
|
-
// node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/generated/decode-data-html.js
|
|
7474
|
+
// ../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/generated/decode-data-html.js
|
|
7472
7475
|
var htmlDecodeTree;
|
|
7473
7476
|
var init_decode_data_html = __esm({
|
|
7474
|
-
"node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/generated/decode-data-html.js"() {
|
|
7477
|
+
"../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/generated/decode-data-html.js"() {
|
|
7475
7478
|
init_decode_shared();
|
|
7476
7479
|
htmlDecodeTree = /* @__PURE__ */ decodeBase64("QR08ALkAAgH6AYsDNQR2BO0EPgXZBQEGLAbdBxMISQrvCmQLfQurDKQNLw4fD4YPpA+6D/IPAAAAAAAAAAAAAAAAKhBMEY8TmxUWF2EYLBkxGuAa3RsJHDscWR8YIC8jSCSIJcMl6ie3Ku8rEC0CLjoupS7kLgAIRU1hYmNmZ2xtbm9wcnN0dVQAWgBeAGUAaQBzAHcAfgCBAIQAhwCSAJoAoACsALMAbABpAGcAO4DGAMZAUAA7gCYAJkBjAHUAdABlADuAwQDBQHIiZXZlAAJhAAFpeW0AcgByAGMAO4DCAMJAEGRyAADgNdgE3XIAYQB2AGUAO4DAAMBA8CFoYZFj4SFjcgBhZAAAoFMqAAFncIsAjgBvAG4ABGFmAADgNdg43fAlbHlGdW5jdGlvbgCgYSBpAG4AZwA7gMUAxUAAAWNzpACoAHIAAOA12Jzc6SFnbgCgVCJpAGwAZABlADuAwwDDQG0AbAA7gMQAxEAABGFjZWZvcnN1xQDYANoA7QDxAPYA+QD8AAABY3LJAM8AayNzbGFzaAAAoBYidgHTANUAAKDnKmUAZAAAoAYjeQARZIABY3J0AOAA5QDrAGEidXNlAACgNSLuI291bGxpcwCgLCFhAJJjcgAA4DXYBd1wAGYAAOA12Dnd5SF2ZdhiYwDyAOoAbSJwZXEAAKBOIgAHSE9hY2RlZmhpbG9yc3UXARoBHwE6AVIBVQFiAWQBZgGCAakB6QHtAfIBYwB5ACdkUABZADuAqQCpQIABY3B5ACUBKAE1AfUhdGUGYWmg0iJ0KGFsRGlmZmVyZW50aWFsRAAAoEUhbCJleXMAAKAtIQACYWVpb0EBRAFKAU0B8iFvbgxhZABpAGwAO4DHAMdAcgBjAAhhbiJpbnQAAKAwIm8AdAAKYQABZG5ZAV0BaSJsbGEAuGB0I2VyRG90ALdg8gA5AWkAp2NyImNsZQAAAkRNUFRwAXQBeQF9AW8AdAAAoJkiaSJudXMAAKCWIuwhdXMAoJUiaSJtZXMAAKCXIm8AAAFjc4cBlAFrKndpc2VDb250b3VySW50ZWdyYWwAAKAyImUjQ3VybHkAAAFEUZwBpAFvJXVibGVRdW90ZQAAoB0gdSJvdGUAAKAZIAACbG5wdbABtgHNAdgBbwBuAGWgNyIAoHQqgAFnaXQAvAHBAcUB8iJ1ZW50AKBhIm4AdAAAoC8i7yV1ckludGVncmFsAKAuIgABZnLRAdMBAKACIe8iZHVjdACgECJuLnRlckNsb2Nrd2lzZUNvbnRvdXJJbnRlZ3JhbAAAoDMi7yFzcwCgLypjAHIAAOA12J7ccABDoNMiYQBwAACgTSKABURKU1phY2VmaW9zAAsCEgIVAhgCGwIsAjQCOQI9AnMCfwNvoEUh9CJyYWhkAKARKWMAeQACZGMAeQAFZGMAeQAPZIABZ3JzACECJQIoAuchZXIAoCEgcgAAoKEhaAB2AACg5CoAAWF5MAIzAvIhb24OYRRkbAB0oAciYQCUY3IAAOA12AfdAAFhZkECawIAAWNtRQJnAvIjaXRpY2FsAAJBREdUUAJUAl8CYwJjInV0ZQC0YG8AdAFZAloC2WJiJGxlQWN1dGUA3WJyImF2ZQBgYGkibGRlANxi7yFuZACgxCJmJWVyZW50aWFsRAAAoEYhcAR9AgAAAAAAAIECjgIAABoDZgAA4DXYO91EoagAhQKJAm8AdAAAoNwgcSJ1YWwAAKBQIuIhbGUAA0NETFJVVpkCqAK1Au8C/wIRA28AbgB0AG8AdQByAEkAbgB0AGUAZwByAGEA7ADEAW8AdAKvAgAAAACwAqhgbiNBcnJvdwAAoNMhAAFlb7kC0AJmAHQAgAFBUlQAwQLGAs0CciJyb3cAAKDQIekkZ2h0QXJyb3cAoNQhZQDlACsCbgBnAAABTFLWAugC5SFmdAABQVLcAuECciJyb3cAAKD4J+kkZ2h0QXJyb3cAoPon6SRnaHRBcnJvdwCg+SdpImdodAAAAUFU9gL7AnIicm93AACg0iFlAGUAAKCoInAAQQIGAwAAAAALA3Iicm93AACg0SFvJHduQXJyb3cAAKDVIWUlcnRpY2FsQmFyAACgJSJuAAADQUJMUlRhJAM2AzoDWgNxA3oDciJyb3cAAKGTIUJVLAMwA2EAcgAAoBMpcCNBcnJvdwAAoPUhciJldmUAEWPlIWZ00gJDAwAASwMAAFIDaSVnaHRWZWN0b3IAAKBQKWUkZVZlY3RvcgAAoF4p5SJjdG9yQqC9IWEAcgAAoFYpaSJnaHQA1AFiAwAAaQNlJGVWZWN0b3IAAKBfKeUiY3RvckKgwSFhAHIAAKBXKWUAZQBBoKQiciJyb3cAAKCnIXIAcgBvAPcAtAIAAWN0gwOHA3IA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YwAAoN8i4SFycnCgtiEAoD0pgKIqImJjZG9zACsVMBU6FT4VQRVyImNhcAAAoEgqAAFhdTQVNxVwAACgRipwAACgSipvAHQAAKCNInIAAKBFKgDgKiIA/gACYWxydksVURVuFXMVcgByAG2gtyEAoDwpeQCAAWV2dwBYFWUVaRVxAHACXxUAAAAAYxVyAGUA4wAXFXUA4wAZFWUAZQAAoM4iZSJkZ2UAAKDPImUAbgA7gKQApEBlI2Fycm93AAABbHJ7FX8V5SFmdACgtiFpImdodAAAoLchZQDkAG0VAAFjaYsVkRVvAG4AaQBuAPQAkwFuAHQAAKAxImwiY3R5AACgLSOACUFIYWJjZGVmaGlqbG9yc3R1d3oAuBW7Fb8V1RXgFegV+RUKFhUWHxZUFlcWZRbFFtsW7xb7FgUXChdyAPIAtAJhAHIAAKBlKQACZ2xyc8YVyhXOFdAV5yFlcgCgICDlIXRoAKA4IfIA9QxoAHagECAAoKMiawHZFd4VYSJyb3cAAKAPKWEA4wBfAgABYXnkFecV8iFvbg9hNGQAoUYhYW/tFfQVAAFnciEC8RVyAACgyiF0InNlcQAAoHcqgAFnbG0A/xUCFgUWO4CwALBAdABhALRjcCJ0eXYAAKCxKQABaXIOFhIW8yFodACgfykA4DXYId1hAHIAAAFschsWHRYAoMMhAKDCIYACYWVnc3YAKBauAjYWOhY+Fm0AAKHEIm9zLhY0Fm4AZABzoMQi9SFpdACgZiZhIm1tYQDdY2kAbgAAoPIiAKH3AGlvQxZRFmQAZQAAgfcAO29KFksW90BuI3RpbWVzAACgxyJuAPgAUBZjAHkAUmRjAG8CXhYAAAAAYhZyAG4AAKAeI28AcAAAoA0jgAJscHR1dwBuFnEWdRaSFp4W7CFhciRgZgAA4DXYVd0AotkCZW1wc30WhBaJFo0WcQBkoFAibwB0AACgUSJpIm51cwAAoDgi7CF1cwCgFCLxInVhcmUAoKEiYgBsAGUAYgBhAHIAdwBlAGQAZwDlANcAbgCAAWFkaAClFqoWtBZyAHIAbwD3APUMbwB3AG4AYQByAHIAbwB3APMA8xVhI3Jwb29uAAABbHK8FsAWZQBmAPQAHBZpAGcAaAD0AB4WYgHJFs8WawBhAHIAbwD3AJILbwLUFgAAAADYFnIAbgAAoB8jbwBwAACgDCOAAWNvdADhFukW7BYAAXJ55RboFgDgNdi53FVkbAAAoPYp8iFvaxFhAAFkcvMW9xZvAHQAAKDxImkA5qC/JVsSAAFhaP8WAhdyAPIANQNhAPIA1wvhIm5nbGUAoKYpAAFjaQ4XEBd5AF9k5yJyYXJyAKD/JwAJRGFjZGVmZ2xtbm9wcXJzdHV4MRc4F0YXWxcyBF4XaRd5F40XrBe0F78X2RcVGCEYLRg1GEAYAAFEbzUXgRZvAPQA+BUAAWNzPBdCF3UAdABlADuA6QDpQPQhZXIAoG4qAAJhaW95TRdQF1YXWhfyIW9uG2FyAGOgViI7gOoA6kDsIW9uAKBVIk1kbwB0ABdhAAFEcmIXZhdvAHQAAKBSIgDgNdgi3XKhmipuF3QXYQB2AGUAO4DoAOhAZKCWKm8AdAAAoJgqgKGZKmlscwCAF4UXhxfuInRlcnMAoOcjAKATIWSglSpvAHQAAKCXKoABYXBzAJMXlheiF2MAcgATYXQAeQBzogUinxcAAAAAoRdlAHQAAKAFInAAMaADIDMBqRerFwCgBCAAoAUgAAFnc7AXsRdLYXAAAKACIAABZ3C4F7sXbwBuABlhZgAA4DXYVt2AAWFscwDFF8sXzxdyAHOg1SJsAACg4yl1AHMAAKBxKmkAAKG1A2x21RfYF28AbgC1Y/VjAAJjc3V24BfoF/0XEBgAAWlv5BdWF3IAYwAAoFYiaQLuFwAAAADwF+0ADQThIW50AAFnbPUX+Rd0AHIAAKCWKuUhc3MAoJUqgAFhZWkAAxgGGAoYbABzAD1gcwB0AACgXyJ2AESgYSJEAACgeCrwImFyc2wAoOUpAAFEYRkYHRhvAHQAAKBTInIAcgAAoHEpgAFjZGkAJxgqGO0XcgAAoC8hbwD0AIwCAAFhaDEYMhi3YzuA8ADwQAABbXI5GD0YbAA7gOsA60BvAACgrCCAAWNpcABGGEgYSxhsACFgcwD0ACwEAAFlb08YVxhjAHQAYQB0AGkAbwDuABoEbgBlAG4AdABpAGEAbADlADME4Ql1GAAAgRgAAIMYiBgAAAAAoRilGAAAqhgAALsYvhjRGAAA1xgnGWwAbABpAG4AZwBkAG8AdABzAGUA8QBlF3kARGRtImFsZQAAoEAmgAFpbHIAjRiRGJ0Y7CFpZwCgA/tpApcYAAAAAJoYZwAAoAD7aQBnAACgBPsA4DXYI93sIWlnAKAB++whaWcA4GYAagCAAWFsdACvGLIYthh0AACgbSZpAGcAAKAC+24AcwAAoLElbwBmAJJh8AHCGAAAxhhmAADgNdhX3QABYWvJGMwYbADsAGsEdqDUIgCg2SphI3J0aW50AACgDSoAAWFv2hgiGQABY3PeGB8ZsQPnGP0YBRkSGRUZAAAdGbID7xjyGPQY9xj5GAAA+xg7gL0AvUAAoFMhO4C8ALxAAKBVIQCgWSEAoFshswEBGQAAAxkAoFQhAKBWIbQCCxkOGQAAAAAQGTuAvgC+QACgVyEAoFwhNQAAoFghtgEZGQAAGxkAoFohAKBdITgAAKBeIWwAAKBEIHcAbgAAoCIjYwByAADgNdi73IAIRWFiY2RlZmdpamxub3JzdHYARhlKGVoZXhlmGWkZkhmWGZkZnRmgGa0ZxhnLGc8Z4BkjGmygZyIAoIwqgAFjbXAAUBlTGVgZ9SF0ZfVhbQBhAOSgswM6FgCghipyImV2ZQAfYQABaXliGWUZcgBjAB1hM2RvAHQAIWGAoWUibHFzAMYEcBl6GfGhZSLOBAAAdhlsAGEAbgD0AN8EgKF+KmNkbACBGYQZjBljAACgqSpvAHQAb6CAKmyggioAoIQqZeDbIgD+cwAAoJQqcgAA4DXYJN3noGsirATtIWVsAKA3IWMAeQBTZIChdyJFYWoApxmpGasZAKCSKgCgpSoAoKQqAAJFYWVztBm2Gb0ZwhkAoGkicABwoIoq8iFveACgiipxoIgq8aCIKrUZaQBtAACg5yJwAGYAAOA12FjdYQB2AOUAYwIAAWNp0xnWGXIAAKAKIW0AAKFzImVs3BneGQCgjioAoJAqAIM+ADtjZGxxco0E6xn0GfgZ/BkBGgABY2nvGfEZAKCnKnIAAKB6Km8AdAAAoNci0CFhcgCglSl1ImVzdAAAoHwqgAJhZGVscwAKGvQZFhrVBCAa8AEPGgAAFBpwAHIAbwD4AFkZcgAAoHgpcQAAAWxxxAQbGmwAZQBzAPMASRlpAO0A5AQAAWVuJxouGnIjdG5lcXEAAOBpIgD+xQAsGgAFQWFiY2Vma29zeUAaQxpmGmoabRqDGocalhrCGtMacgDyAMwCAAJpbG1yShpOGlAaVBpyAHMA8ABxD2YAvWBpAGwA9AASBQABZHJYGlsaYwB5AEpkAKGUIWN3YBpkGmkAcgAAoEgpAKCtIWEAcgAAoA8h6SFyYyVhgAFhbHIAcxp7Gn8a8iF0c3WgZSZpAHQAAKBlJuwhaXAAoCYg4yFvbgCguSJyAADgNdgl3XMAAAFld4wakRphInJvdwAAoCUpYSJyb3cAAKAmKYACYW1vcHIAnxqjGqcauhq+GnIAcgAAoP8h9CFodACgOyJrAAABbHKsGrMaZSRmdGFycm93AACgqSHpJGdodGFycm93AKCqIWYAAOA12Fnd4iFhcgCgFSCAAWNsdADIGswa0BpyAADgNdi93GEAcwDoAGka8iFvaydhAAFicNca2xr1IWxsAKBDIOghZW4AoBAg4Qr2GgAA/RoAAAgbExsaGwAAIRs7GwAAAAA+G2IbmRuVG6sbAACyG80b0htjAHUAdABlADuA7QDtQAChYyBpeQEbBhtyAGMAO4DuAO5AOGQAAWN4CxsNG3kANWRjAGwAO4ChAKFAAAFmcssCFhsA4DXYJt1yAGEAdgBlADuA7ADsQIChSCFpbm8AJxsyGzYbAAFpbisbLxtuAHQAAKAMKnQAAKAtIuYhaW4AoNwpdABhAACgKSHsIWlnM2GAAWFvcABDG1sbXhuAAWNndABJG0sbWRtyACthgAFlbHAAcQVRG1UbaQBuAOUAyAVhAHIA9AByBWgAMWFmAACgtyJlAGQAtWEAoggiY2ZvdGkbbRt1G3kb4SFyZQCgBSFpAG4AdKAeImkAZQAAoN0pZABvAPQAWxsAoisiY2VscIEbhRuPG5QbYQBsAACguiIAAWdyiRuNG2UAcgDzACMQ4wCCG2EicmhrAACgFyryIW9kAKA8KgACY2dwdJ8boRukG6gbeQBRZG8AbgAvYWYAAOA12FrdYQC5Y3UAZQBzAHQAO4C/AL9AAAFjabUbuRtyAADgNdi+3G4AAKIIIkVkc3bCG8QbyBvQAwCg+SJvAHQAAKD1Inag9CIAoPMiaaBiIOwhZGUpYesB1hsAANkbYwB5AFZkbAA7gO8A70AAA2NmbW9zdeYb7hvyG/Ub+hsFHAABaXnqG+0bcgBjADVhOWRyAADgNdgn3eEhdGg3YnAAZgAA4DXYW93jAf8bAAADHHIAAOA12L/c8iFjeVhk6yFjeVRkAARhY2ZnaGpvcxUcGhwiHCYcKhwtHDAcNRzwIXBhdqC6A/BjAAFleR4cIRzkIWls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ZmdobG1vcHJzdHV3CiwNLBEsHSwnLDEsQCxLLFIsYix6LIQsjyzLLOgs7Sz/LAotcgDyAAkDYQByAACgYykAAWNyFSwbLHUAdABlADuA+gD6QPIACQ1yAOMBIywAACUseQBeZHYAZQBtYQABaXkrLDAscgBjADuA+wD7QENkgAFhYmgANyw6LD0scgDyANEO7CFhY3FhYQDyAOAOAAFpckQsSCzzIWh0AKB+KQDgNdgy3XIAYQB2AGUAO4D5APlAYQFWLF8scgAAAWxyWixcLACgvyEAoL4hbABrAACggCUAAWN0Zix2LG8CbCwAAAAAcyxyAG4AZaAcI3IAAKAcI28AcAAAoA8jcgBpAACg+CUAAWFsfiyBLGMAcgBrYTuAqACoQAABZ3CILIssbwBuAHNhZgAA4DXYZt0AA2FkaGxzdZksniynLLgsuyzFLHIAcgBvAPcACQ1vAHcAbgBhAHIAcgBvAPcA2A5hI3Jwb29uAAABbHKvLLMsZQBmAPQAWyxpAGcAaAD0AF0sdQDzAKYOaQAAocUDaGzBLMIs0mNvAG4AxWPwI2Fycm93cwCgyCGAAWNpdADRLOEs5CxvAtcsAAAAAN4scgBuAGWgHSNyAACgHSNvAHAAAKAOI24AZwBvYXIAaQAAoPklYwByAADgNdjK3IABZGlyAPMs9yz6LG8AdAAAoPAi7CFkZWlhaQBmoLUlAKC0JQABYW0DLQYtcgDyAMosbAA7gPwA/EDhIm5nbGUAoKcpgAdBQkRhY2RlZmxub3Byc3oAJy0qLTAtNC2bLZ0toS2/LcMtxy3TLdgt3C3gLfwtcgDyABADYQByAHag6CoAoOkqYQBzAOgA/gIAAW5yOC08LechcnQAoJwpgANla25wcnN0AJkpSC1NLVQtXi1iLYItYQBwAHAA4QAaHG8AdABoAGkAbgDnAKEXgAFoaXIAoSmzJFotbwBwAPQAdCVooJUh7wD4JgABaXVmLWotZwBtAOEAuygAAWJwbi14LXMjZXRuZXEAceCKIgD+AODLKgD+cyNldG5lcQBx4IsiAP4A4MwqAP4AAWhyhi2KLWUAdADhABIraSNhbmdsZQAAAWxyki2WLeUhZnQAoLIiaSJnaHQAAKCzInkAMmThIXNoAKCiIoABZWxyAKcttC24LWKiKCKuLQAAAACyLWEAcgAAoLsicQAAoFoi7CFpcACg7iIAAWJ0vC1eD2EA8gBfD3IAAOA12DPddAByAOkAlS1zAHUAAAFicM0t0C0A4IIi0iAA4IMi0iBwAGYAAOA12GfdcgBvAPAAWQt0AHIA6QCaLQABY3XkLegtcgAA4DXYy9wAAWJw7C30LW4AAAFFZXUt8S0A4IoiAP5uAAABRWV/LfktAOCLIgD+6SJnemFnAKCaKYADY2Vmb3BycwANLhAuJS4pLiMuLi40LukhcmN1YQABZGkULiEuAAFiZxguHC5hAHIAAKBfKmUAcaAnIgCgWSLlIXJwAKAYIXIAAOA12DTdcABmAADgNdho3WWgQCJhAHQA6ABqD2MAcgAA4DXYzNzjCuQRUC4AAFQuAABYLmIuAAAAAGMubS5wLnQuAAAAAIguki4AAJouJxIqEnQAcgDpAB0ScgAA4DXYNd0AAUFhWy5eLnIA8gDnAnIA8gCTB75jAAFBYWYuaS5yAPIA4AJyAPIAjAdhAPAAeh5pAHMAAKD7IoABZHB0APgReS6DLgABZmx9LoAuAOA12GnddQDzAP8RaQBtAOUABBIAAUFhiy6OLnIA8gDuAnIA8gCaBwABY3GVLgoScgAA4DXYzdwAAXB0nS6hLmwAdQDzACUScgDpACASAARhY2VmaW9zdbEuvC7ELsguzC7PLtQu2S5jAAABdXm2LrsudABlADuA/QD9QE9kAAFpecAuwy5yAGMAd2FLZG4AO4ClAKVAcgAA4DXYNt1jAHkAV2RwAGYAAOA12GrdYwByAADgNdjO3AABY23dLt8ueQBOZGwAO4D/AP9AAAVhY2RlZmhpb3N38y73Lv8uAi8MLxAvEy8YLx0vIi9jInV0ZQB6YQABYXn7Lv4u8iFvbn5hN2RvAHQAfGEAAWV0Bi8KL3QAcgDmAB8QYQC2Y3IAAOA12DfdYwB5ADZk5yJyYXJyAKDdIXAAZgAA4DXYa91jAHIAAOA12M/cAAFqbiYvKC8AoA0gagAAoAwg");
|
|
7477
7480
|
}
|
|
7478
7481
|
});
|
|
7479
7482
|
|
|
7480
|
-
// node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/generated/decode-data-xml.js
|
|
7483
|
+
// ../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/generated/decode-data-xml.js
|
|
7481
7484
|
var xmlDecodeTree;
|
|
7482
7485
|
var init_decode_data_xml = __esm({
|
|
7483
|
-
"node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/generated/decode-data-xml.js"() {
|
|
7486
|
+
"../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/generated/decode-data-xml.js"() {
|
|
7484
7487
|
init_decode_shared();
|
|
7485
7488
|
xmlDecodeTree = /* @__PURE__ */ decodeBase64("AAJhZ2xxBwARABMAFQBtAg0AAAAAAA8AcAAmYG8AcwAnYHQAPmB0ADxg9SFvdCJg");
|
|
7486
7489
|
}
|
|
7487
7490
|
});
|
|
7488
7491
|
|
|
7489
|
-
// node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/internal/bin-trie-flags.js
|
|
7492
|
+
// ../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/internal/bin-trie-flags.js
|
|
7490
7493
|
var BinTrieFlags;
|
|
7491
7494
|
var init_bin_trie_flags = __esm({
|
|
7492
|
-
"node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/internal/bin-trie-flags.js"() {
|
|
7495
|
+
"../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/internal/bin-trie-flags.js"() {
|
|
7493
7496
|
(function(BinTrieFlags2) {
|
|
7494
7497
|
BinTrieFlags2[BinTrieFlags2["VALUE_LENGTH"] = 49152] = "VALUE_LENGTH";
|
|
7495
7498
|
BinTrieFlags2[BinTrieFlags2["FLAG13"] = 8192] = "FLAG13";
|
|
@@ -7499,7 +7502,7 @@ var init_bin_trie_flags = __esm({
|
|
|
7499
7502
|
}
|
|
7500
7503
|
});
|
|
7501
7504
|
|
|
7502
|
-
// node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/decode.js
|
|
7505
|
+
// ../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/decode.js
|
|
7503
7506
|
function isNumber(code) {
|
|
7504
7507
|
return code >= CharCodes.ZERO && code <= CharCodes.NINE;
|
|
7505
7508
|
}
|
|
@@ -7542,7 +7545,7 @@ function determineBranch(decodeTree, current, nodeIndex, char) {
|
|
|
7542
7545
|
}
|
|
7543
7546
|
var CharCodes, TO_LOWER_BIT, EntityDecoderState, DecodingMode, EntityDecoder;
|
|
7544
7547
|
var init_decode = __esm({
|
|
7545
|
-
"node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/decode.js"() {
|
|
7548
|
+
"../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/decode.js"() {
|
|
7546
7549
|
init_decode_codepoint();
|
|
7547
7550
|
init_bin_trie_flags();
|
|
7548
7551
|
init_decode_data_html();
|
|
@@ -7875,7 +7878,7 @@ var init_decode = __esm({
|
|
|
7875
7878
|
}
|
|
7876
7879
|
});
|
|
7877
7880
|
|
|
7878
|
-
// node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/Tokenizer.js
|
|
7881
|
+
// ../../../../Code/dxc/node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/Tokenizer.js
|
|
7879
7882
|
function isWhitespace(c) {
|
|
7880
7883
|
return c === CharCodes2.Space || c === CharCodes2.NewLine || c === CharCodes2.Tab || c === CharCodes2.FormFeed || c === CharCodes2.CarriageReturn;
|
|
7881
7884
|
}
|
|
@@ -7887,7 +7890,7 @@ function isASCIIAlpha(c) {
|
|
|
7887
7890
|
}
|
|
7888
7891
|
var CharCodes2, State, QuoteType, Sequences, specialStartSequences, Tokenizer;
|
|
7889
7892
|
var init_Tokenizer = __esm({
|
|
7890
|
-
"node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/Tokenizer.js"() {
|
|
7893
|
+
"../../../../Code/dxc/node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/Tokenizer.js"() {
|
|
7891
7894
|
init_decode();
|
|
7892
7895
|
(function(CharCodes3) {
|
|
7893
7896
|
CharCodes3[CharCodes3["Tab"] = 9] = "Tab";
|
|
@@ -8833,10 +8836,10 @@ var init_Tokenizer = __esm({
|
|
|
8833
8836
|
}
|
|
8834
8837
|
});
|
|
8835
8838
|
|
|
8836
|
-
// node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/Parser.js
|
|
8839
|
+
// ../../../../Code/dxc/node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/Parser.js
|
|
8837
8840
|
var fromCodePoint, formTags, pTag, headingTags, tableSectionTags, ddtTags, rtpTags, openImpliesClose, DOCUMENT_TYPE, voidElements, foreignContextElements, htmlIntegrationElements, svgTagNameAdjustments, ForeignContext, reNameEnd, Parser;
|
|
8838
8841
|
var init_Parser = __esm({
|
|
8839
|
-
"node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/Parser.js"() {
|
|
8842
|
+
"../../../../Code/dxc/node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/Parser.js"() {
|
|
8840
8843
|
init_Tokenizer();
|
|
8841
8844
|
({ fromCodePoint } = String);
|
|
8842
8845
|
formTags = /* @__PURE__ */ new Set([
|
|
@@ -9417,7 +9420,7 @@ var init_Parser = __esm({
|
|
|
9417
9420
|
}
|
|
9418
9421
|
});
|
|
9419
9422
|
|
|
9420
|
-
// node_modules/.pnpm/domelementtype@3.0.0/node_modules/domelementtype/dist/index.js
|
|
9423
|
+
// ../../../../Code/dxc/node_modules/.pnpm/domelementtype@3.0.0/node_modules/domelementtype/dist/index.js
|
|
9421
9424
|
var dist_exports = {};
|
|
9422
9425
|
__export(dist_exports, {
|
|
9423
9426
|
CDATA: () => CDATA,
|
|
@@ -9437,7 +9440,7 @@ function isTag(element) {
|
|
|
9437
9440
|
}
|
|
9438
9441
|
var ElementType, Root, Text, Directive, Comment, Script, Style, Tag, CDATA, Doctype;
|
|
9439
9442
|
var init_dist = __esm({
|
|
9440
|
-
"node_modules/.pnpm/domelementtype@3.0.0/node_modules/domelementtype/dist/index.js"() {
|
|
9443
|
+
"../../../../Code/dxc/node_modules/.pnpm/domelementtype@3.0.0/node_modules/domelementtype/dist/index.js"() {
|
|
9441
9444
|
(function(ElementType2) {
|
|
9442
9445
|
ElementType2["Root"] = "root";
|
|
9443
9446
|
ElementType2["Text"] = "text";
|
|
@@ -9461,7 +9464,7 @@ var init_dist = __esm({
|
|
|
9461
9464
|
}
|
|
9462
9465
|
});
|
|
9463
9466
|
|
|
9464
|
-
// node_modules/.pnpm/domhandler@6.0.1/node_modules/domhandler/dist/node.js
|
|
9467
|
+
// ../../../../Code/dxc/node_modules/.pnpm/domhandler@6.0.1/node_modules/domhandler/dist/node.js
|
|
9465
9468
|
function isTag2(node) {
|
|
9466
9469
|
return isTag(node);
|
|
9467
9470
|
}
|
|
@@ -9550,7 +9553,7 @@ function cloneChildren(childs) {
|
|
|
9550
9553
|
}
|
|
9551
9554
|
var Node, DataNode, Text2, Comment2, ProcessingInstruction, NodeWithChildren, CDATA2, Document, Element;
|
|
9552
9555
|
var init_node = __esm({
|
|
9553
|
-
"node_modules/.pnpm/domhandler@6.0.1/node_modules/domhandler/dist/node.js"() {
|
|
9556
|
+
"../../../../Code/dxc/node_modules/.pnpm/domhandler@6.0.1/node_modules/domhandler/dist/node.js"() {
|
|
9554
9557
|
init_dist();
|
|
9555
9558
|
Node = class {
|
|
9556
9559
|
/** Parent of the node */
|
|
@@ -9741,10 +9744,10 @@ var init_node = __esm({
|
|
|
9741
9744
|
}
|
|
9742
9745
|
});
|
|
9743
9746
|
|
|
9744
|
-
// node_modules/.pnpm/domhandler@6.0.1/node_modules/domhandler/dist/index.js
|
|
9747
|
+
// ../../../../Code/dxc/node_modules/.pnpm/domhandler@6.0.1/node_modules/domhandler/dist/index.js
|
|
9745
9748
|
var defaultOptions, DomHandler;
|
|
9746
9749
|
var init_dist2 = __esm({
|
|
9747
|
-
"node_modules/.pnpm/domhandler@6.0.1/node_modules/domhandler/dist/index.js"() {
|
|
9750
|
+
"../../../../Code/dxc/node_modules/.pnpm/domhandler@6.0.1/node_modules/domhandler/dist/index.js"() {
|
|
9748
9751
|
init_dist();
|
|
9749
9752
|
init_node();
|
|
9750
9753
|
init_node();
|
|
@@ -9895,7 +9898,7 @@ var init_dist2 = __esm({
|
|
|
9895
9898
|
}
|
|
9896
9899
|
});
|
|
9897
9900
|
|
|
9898
|
-
// node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/querying.js
|
|
9901
|
+
// ../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/querying.js
|
|
9899
9902
|
function filter(test, node, recurse = true, limit = Number.POSITIVE_INFINITY) {
|
|
9900
9903
|
return find(test, Array.isArray(node) ? node : [node], recurse, limit);
|
|
9901
9904
|
}
|
|
@@ -9964,12 +9967,12 @@ function findAll(test, nodes) {
|
|
|
9964
9967
|
}
|
|
9965
9968
|
}
|
|
9966
9969
|
var init_querying = __esm({
|
|
9967
|
-
"node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/querying.js"() {
|
|
9970
|
+
"../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/querying.js"() {
|
|
9968
9971
|
init_dist2();
|
|
9969
9972
|
}
|
|
9970
9973
|
});
|
|
9971
9974
|
|
|
9972
|
-
// node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/legacy.js
|
|
9975
|
+
// ../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/legacy.js
|
|
9973
9976
|
function getAttribCheck(attrib, value) {
|
|
9974
9977
|
if (typeof value === "function") {
|
|
9975
9978
|
return (element) => isTag2(element) && value(element.attribs[attrib]);
|
|
@@ -10010,7 +10013,7 @@ function getElementsByTagType(type, nodes, recurse = true, limit = Number.POSITI
|
|
|
10010
10013
|
}
|
|
10011
10014
|
var Checks;
|
|
10012
10015
|
var init_legacy = __esm({
|
|
10013
|
-
"node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/legacy.js"() {
|
|
10016
|
+
"../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/legacy.js"() {
|
|
10014
10017
|
init_dist2();
|
|
10015
10018
|
init_querying();
|
|
10016
10019
|
Checks = {
|
|
@@ -10039,7 +10042,7 @@ var init_legacy = __esm({
|
|
|
10039
10042
|
}
|
|
10040
10043
|
});
|
|
10041
10044
|
|
|
10042
|
-
// node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/escape.js
|
|
10045
|
+
// ../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/escape.js
|
|
10043
10046
|
function encodeXML(input) {
|
|
10044
10047
|
let out;
|
|
10045
10048
|
let last = 0;
|
|
@@ -10087,7 +10090,7 @@ function getEscaper(regex, map) {
|
|
|
10087
10090
|
}
|
|
10088
10091
|
var xmlCodeMap, getCodePoint, XML_BITSET_VALUE, escapeAttribute, escapeText;
|
|
10089
10092
|
var init_escape = __esm({
|
|
10090
|
-
"node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/escape.js"() {
|
|
10093
|
+
"../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/escape.js"() {
|
|
10091
10094
|
xmlCodeMap = /* @__PURE__ */ new Map([
|
|
10092
10095
|
[34, """],
|
|
10093
10096
|
[38, "&"],
|
|
@@ -10114,10 +10117,10 @@ var init_escape = __esm({
|
|
|
10114
10117
|
}
|
|
10115
10118
|
});
|
|
10116
10119
|
|
|
10117
|
-
// node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/index.js
|
|
10120
|
+
// ../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/index.js
|
|
10118
10121
|
var EntityLevel, EncodingMode;
|
|
10119
10122
|
var init_dist3 = __esm({
|
|
10120
|
-
"node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/index.js"() {
|
|
10123
|
+
"../../../../Code/dxc/node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/index.js"() {
|
|
10121
10124
|
init_escape();
|
|
10122
10125
|
(function(EntityLevel2) {
|
|
10123
10126
|
EntityLevel2[EntityLevel2["XML"] = 0] = "XML";
|
|
@@ -10133,16 +10136,16 @@ var init_dist3 = __esm({
|
|
|
10133
10136
|
}
|
|
10134
10137
|
});
|
|
10135
10138
|
|
|
10136
|
-
// node_modules/.pnpm/dom-serializer@3.1.1/node_modules/dom-serializer/dist/foreign-names.js
|
|
10139
|
+
// ../../../../Code/dxc/node_modules/.pnpm/dom-serializer@3.1.1/node_modules/dom-serializer/dist/foreign-names.js
|
|
10137
10140
|
var elementNames, attributeNames;
|
|
10138
10141
|
var init_foreign_names = __esm({
|
|
10139
|
-
"node_modules/.pnpm/dom-serializer@3.1.1/node_modules/dom-serializer/dist/foreign-names.js"() {
|
|
10142
|
+
"../../../../Code/dxc/node_modules/.pnpm/dom-serializer@3.1.1/node_modules/dom-serializer/dist/foreign-names.js"() {
|
|
10140
10143
|
elementNames = new Map("altGlyph altGlyphDef altGlyphItem animateColor animateMotion animateTransform clipPath feBlend feColorMatrix feComponentTransfer feComposite feConvolveMatrix feDiffuseLighting feDisplacementMap feDistantLight feDropShadow feFlood feFuncA feFuncB feFuncG feFuncR feGaussianBlur feImage feMerge feMergeNode feMorphology feOffset fePointLight feSpecularLighting feSpotLight feTile feTurbulence foreignObject glyphRef linearGradient radialGradient textPath".split(" ").map((name) => [name.toLowerCase(), name]));
|
|
10141
10144
|
attributeNames = new Map("definitionURL attributeName attributeType baseFrequency baseProfile calcMode clipPathUnits diffuseConstant edgeMode filterUnits glyphRef gradientTransform gradientUnits kernelMatrix kernelUnitLength keyPoints keySplines keyTimes lengthAdjust limitingConeAngle markerHeight markerUnits markerWidth maskContentUnits maskUnits numOctaves pathLength patternContentUnits patternTransform patternUnits pointsAtX pointsAtY pointsAtZ preserveAlpha preserveAspectRatio primitiveUnits refX refY repeatCount repeatDur requiredExtensions requiredFeatures specularConstant specularExponent spreadMethod startOffset stdDeviation stitchTiles surfaceScale systemLanguage tableValues targetX targetY textLength viewBox viewTarget xChannelSelector yChannelSelector zoomAndPan".split(" ").map((name) => [name.toLowerCase(), name]));
|
|
10142
10145
|
}
|
|
10143
10146
|
});
|
|
10144
10147
|
|
|
10145
|
-
// node_modules/.pnpm/dom-serializer@3.1.1/node_modules/dom-serializer/dist/index.js
|
|
10148
|
+
// ../../../../Code/dxc/node_modules/.pnpm/dom-serializer@3.1.1/node_modules/dom-serializer/dist/index.js
|
|
10146
10149
|
function render(node, options = {}) {
|
|
10147
10150
|
const nodes = "length" in node ? node : [node];
|
|
10148
10151
|
const xmlMode = options.xmlMode ?? false;
|
|
@@ -10235,7 +10238,7 @@ function formatAttributes(attributes, options, xmlMode) {
|
|
|
10235
10238
|
}
|
|
10236
10239
|
var unencodedElements, voidElements2, foreignElements, foreignModeIntegrationPoints, dist_default;
|
|
10237
10240
|
var init_dist4 = __esm({
|
|
10238
|
-
"node_modules/.pnpm/dom-serializer@3.1.1/node_modules/dom-serializer/dist/index.js"() {
|
|
10241
|
+
"../../../../Code/dxc/node_modules/.pnpm/dom-serializer@3.1.1/node_modules/dom-serializer/dist/index.js"() {
|
|
10239
10242
|
init_dist();
|
|
10240
10243
|
init_dist3();
|
|
10241
10244
|
init_foreign_names();
|
|
@@ -10247,7 +10250,7 @@ var init_dist4 = __esm({
|
|
|
10247
10250
|
}
|
|
10248
10251
|
});
|
|
10249
10252
|
|
|
10250
|
-
// node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/stringify.js
|
|
10253
|
+
// ../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/stringify.js
|
|
10251
10254
|
function getOuterHTML(node, options) {
|
|
10252
10255
|
return dist_default(node, options);
|
|
10253
10256
|
}
|
|
@@ -10286,14 +10289,14 @@ function innerText(node) {
|
|
|
10286
10289
|
return "";
|
|
10287
10290
|
}
|
|
10288
10291
|
var init_stringify = __esm({
|
|
10289
|
-
"node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/stringify.js"() {
|
|
10292
|
+
"../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/stringify.js"() {
|
|
10290
10293
|
init_dist4();
|
|
10291
10294
|
init_dist();
|
|
10292
10295
|
init_dist2();
|
|
10293
10296
|
}
|
|
10294
10297
|
});
|
|
10295
10298
|
|
|
10296
|
-
// node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/feeds.js
|
|
10299
|
+
// ../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/feeds.js
|
|
10297
10300
|
function getFeed(document) {
|
|
10298
10301
|
const feedRoot = getOneElement(isValidFeed, document);
|
|
10299
10302
|
return feedRoot ? feedRoot.name === "feed" ? getAtomFeed(feedRoot) : getRssFeed(feedRoot) : null;
|
|
@@ -10403,7 +10406,7 @@ function isValidFeed(value) {
|
|
|
10403
10406
|
}
|
|
10404
10407
|
var MEDIA_KEYS_STRING, MEDIA_KEYS_INT;
|
|
10405
10408
|
var init_feeds = __esm({
|
|
10406
|
-
"node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/feeds.js"() {
|
|
10409
|
+
"../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/feeds.js"() {
|
|
10407
10410
|
init_legacy();
|
|
10408
10411
|
init_stringify();
|
|
10409
10412
|
MEDIA_KEYS_STRING = ["url", "type", "lang"];
|
|
@@ -10420,7 +10423,7 @@ var init_feeds = __esm({
|
|
|
10420
10423
|
}
|
|
10421
10424
|
});
|
|
10422
10425
|
|
|
10423
|
-
// node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/helpers.js
|
|
10426
|
+
// ../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/helpers.js
|
|
10424
10427
|
function removeSubsets(nodes) {
|
|
10425
10428
|
let index = nodes.length;
|
|
10426
10429
|
while (--index >= 0) {
|
|
@@ -10493,7 +10496,7 @@ function uniqueSort(nodes) {
|
|
|
10493
10496
|
}
|
|
10494
10497
|
var DocumentPosition;
|
|
10495
10498
|
var init_helpers = __esm({
|
|
10496
|
-
"node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/helpers.js"() {
|
|
10499
|
+
"../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/helpers.js"() {
|
|
10497
10500
|
init_dist2();
|
|
10498
10501
|
(function(DocumentPosition2) {
|
|
10499
10502
|
DocumentPosition2[DocumentPosition2["DISCONNECTED"] = 1] = "DISCONNECTED";
|
|
@@ -10505,7 +10508,7 @@ var init_helpers = __esm({
|
|
|
10505
10508
|
}
|
|
10506
10509
|
});
|
|
10507
10510
|
|
|
10508
|
-
// node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/manipulation.js
|
|
10511
|
+
// ../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/manipulation.js
|
|
10509
10512
|
function removeElement(element) {
|
|
10510
10513
|
if (element.prev)
|
|
10511
10514
|
element.prev.next = element.next;
|
|
@@ -10600,11 +10603,11 @@ function prepend(element, previous) {
|
|
|
10600
10603
|
element.prev = previous;
|
|
10601
10604
|
}
|
|
10602
10605
|
var init_manipulation = __esm({
|
|
10603
|
-
"node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/manipulation.js"() {
|
|
10606
|
+
"../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/manipulation.js"() {
|
|
10604
10607
|
}
|
|
10605
10608
|
});
|
|
10606
10609
|
|
|
10607
|
-
// node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/traversal.js
|
|
10610
|
+
// ../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/traversal.js
|
|
10608
10611
|
function getChildren(element) {
|
|
10609
10612
|
return hasChildren(element) ? element.children : [];
|
|
10610
10613
|
}
|
|
@@ -10651,12 +10654,12 @@ function prevElementSibling(element) {
|
|
|
10651
10654
|
return prev;
|
|
10652
10655
|
}
|
|
10653
10656
|
var init_traversal = __esm({
|
|
10654
|
-
"node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/traversal.js"() {
|
|
10657
|
+
"../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/traversal.js"() {
|
|
10655
10658
|
init_dist2();
|
|
10656
10659
|
}
|
|
10657
10660
|
});
|
|
10658
10661
|
|
|
10659
|
-
// node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/index.js
|
|
10662
|
+
// ../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/index.js
|
|
10660
10663
|
var dist_exports2 = {};
|
|
10661
10664
|
__export(dist_exports2, {
|
|
10662
10665
|
DocumentPosition: () => DocumentPosition,
|
|
@@ -10696,7 +10699,7 @@ __export(dist_exports2, {
|
|
|
10696
10699
|
uniqueSort: () => uniqueSort
|
|
10697
10700
|
});
|
|
10698
10701
|
var init_dist5 = __esm({
|
|
10699
|
-
"node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/index.js"() {
|
|
10702
|
+
"../../../../Code/dxc/node_modules/.pnpm/domutils@4.0.2/node_modules/domutils/dist/index.js"() {
|
|
10700
10703
|
init_feeds();
|
|
10701
10704
|
init_helpers();
|
|
10702
10705
|
init_legacy();
|
|
@@ -10707,7 +10710,7 @@ var init_dist5 = __esm({
|
|
|
10707
10710
|
}
|
|
10708
10711
|
});
|
|
10709
10712
|
|
|
10710
|
-
// node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/index.js
|
|
10713
|
+
// ../../../../Code/dxc/node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/index.js
|
|
10711
10714
|
var dist_exports3 = {};
|
|
10712
10715
|
__export(dist_exports3, {
|
|
10713
10716
|
DefaultHandler: () => DomHandler,
|
|
@@ -10736,7 +10739,7 @@ function parseFeed(feed, options = parseFeedDefaultOptions) {
|
|
|
10736
10739
|
}
|
|
10737
10740
|
var parseFeedDefaultOptions;
|
|
10738
10741
|
var init_dist6 = __esm({
|
|
10739
|
-
"node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/index.js"() {
|
|
10742
|
+
"../../../../Code/dxc/node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/index.js"() {
|
|
10740
10743
|
init_Parser();
|
|
10741
10744
|
init_Parser();
|
|
10742
10745
|
init_dist2();
|
|
@@ -10750,9 +10753,9 @@ var init_dist6 = __esm({
|
|
|
10750
10753
|
}
|
|
10751
10754
|
});
|
|
10752
10755
|
|
|
10753
|
-
// node_modules/.pnpm/escape-string-regexp@4.0.0/node_modules/escape-string-regexp/index.js
|
|
10756
|
+
// ../../../../Code/dxc/node_modules/.pnpm/escape-string-regexp@4.0.0/node_modules/escape-string-regexp/index.js
|
|
10754
10757
|
var require_escape_string_regexp = __commonJS({
|
|
10755
|
-
"node_modules/.pnpm/escape-string-regexp@4.0.0/node_modules/escape-string-regexp/index.js"(exports, module) {
|
|
10758
|
+
"../../../../Code/dxc/node_modules/.pnpm/escape-string-regexp@4.0.0/node_modules/escape-string-regexp/index.js"(exports, module) {
|
|
10756
10759
|
"use strict";
|
|
10757
10760
|
module.exports = (string) => {
|
|
10758
10761
|
if (typeof string !== "string") {
|
|
@@ -10763,9 +10766,9 @@ var require_escape_string_regexp = __commonJS({
|
|
|
10763
10766
|
}
|
|
10764
10767
|
});
|
|
10765
10768
|
|
|
10766
|
-
// node_modules/.pnpm/is-plain-object@5.0.0/node_modules/is-plain-object/dist/is-plain-object.js
|
|
10769
|
+
// ../../../../Code/dxc/node_modules/.pnpm/is-plain-object@5.0.0/node_modules/is-plain-object/dist/is-plain-object.js
|
|
10767
10770
|
var require_is_plain_object = __commonJS({
|
|
10768
|
-
"node_modules/.pnpm/is-plain-object@5.0.0/node_modules/is-plain-object/dist/is-plain-object.js"(exports) {
|
|
10771
|
+
"../../../../Code/dxc/node_modules/.pnpm/is-plain-object@5.0.0/node_modules/is-plain-object/dist/is-plain-object.js"(exports) {
|
|
10769
10772
|
"use strict";
|
|
10770
10773
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10771
10774
|
function isObject(o) {
|
|
@@ -10787,9 +10790,9 @@ var require_is_plain_object = __commonJS({
|
|
|
10787
10790
|
}
|
|
10788
10791
|
});
|
|
10789
10792
|
|
|
10790
|
-
// node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js
|
|
10793
|
+
// ../../../../Code/dxc/node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js
|
|
10791
10794
|
var require_cjs = __commonJS({
|
|
10792
|
-
"node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js"(exports, module) {
|
|
10795
|
+
"../../../../Code/dxc/node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js"(exports, module) {
|
|
10793
10796
|
"use strict";
|
|
10794
10797
|
var isMergeableObject = function isMergeableObject2(value) {
|
|
10795
10798
|
return isNonNullObject(value) && !isSpecial(value);
|
|
@@ -10890,9 +10893,9 @@ var require_cjs = __commonJS({
|
|
|
10890
10893
|
}
|
|
10891
10894
|
});
|
|
10892
10895
|
|
|
10893
|
-
// node_modules/.pnpm/parse-srcset@1.0.2/node_modules/parse-srcset/src/parse-srcset.js
|
|
10896
|
+
// ../../../../Code/dxc/node_modules/.pnpm/parse-srcset@1.0.2/node_modules/parse-srcset/src/parse-srcset.js
|
|
10894
10897
|
var require_parse_srcset = __commonJS({
|
|
10895
|
-
"node_modules/.pnpm/parse-srcset@1.0.2/node_modules/parse-srcset/src/parse-srcset.js"(exports, module) {
|
|
10898
|
+
"../../../../Code/dxc/node_modules/.pnpm/parse-srcset@1.0.2/node_modules/parse-srcset/src/parse-srcset.js"(exports, module) {
|
|
10896
10899
|
(function(root, factory) {
|
|
10897
10900
|
if (typeof define === "function" && define.amd) {
|
|
10898
10901
|
define([], factory);
|
|
@@ -11049,9 +11052,9 @@ var require_parse_srcset = __commonJS({
|
|
|
11049
11052
|
}
|
|
11050
11053
|
});
|
|
11051
11054
|
|
|
11052
|
-
// node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js
|
|
11055
|
+
// ../../../../Code/dxc/node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js
|
|
11053
11056
|
var require_picocolors = __commonJS({
|
|
11054
|
-
"node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js"(exports, module) {
|
|
11057
|
+
"../../../../Code/dxc/node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js"(exports, module) {
|
|
11055
11058
|
var p = process || {};
|
|
11056
11059
|
var argv = p.argv || [];
|
|
11057
11060
|
var env = p.env || {};
|
|
@@ -11121,9 +11124,9 @@ var require_picocolors = __commonJS({
|
|
|
11121
11124
|
}
|
|
11122
11125
|
});
|
|
11123
11126
|
|
|
11124
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/tokenize.js
|
|
11127
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/tokenize.js
|
|
11125
11128
|
var require_tokenize = __commonJS({
|
|
11126
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/tokenize.js"(exports, module) {
|
|
11129
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/tokenize.js"(exports, module) {
|
|
11127
11130
|
"use strict";
|
|
11128
11131
|
var SINGLE_QUOTE = "'".charCodeAt(0);
|
|
11129
11132
|
var DOUBLE_QUOTE = '"'.charCodeAt(0);
|
|
@@ -11340,9 +11343,9 @@ var require_tokenize = __commonJS({
|
|
|
11340
11343
|
}
|
|
11341
11344
|
});
|
|
11342
11345
|
|
|
11343
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/terminal-highlight.js
|
|
11346
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/terminal-highlight.js
|
|
11344
11347
|
var require_terminal_highlight = __commonJS({
|
|
11345
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/terminal-highlight.js"(exports, module) {
|
|
11348
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/terminal-highlight.js"(exports, module) {
|
|
11346
11349
|
"use strict";
|
|
11347
11350
|
var pico = require_picocolors();
|
|
11348
11351
|
var tokenizer = require_tokenize();
|
|
@@ -11402,9 +11405,9 @@ var require_terminal_highlight = __commonJS({
|
|
|
11402
11405
|
}
|
|
11403
11406
|
});
|
|
11404
11407
|
|
|
11405
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/css-syntax-error.js
|
|
11408
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/css-syntax-error.js
|
|
11406
11409
|
var require_css_syntax_error = __commonJS({
|
|
11407
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/css-syntax-error.js"(exports, module) {
|
|
11410
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/css-syntax-error.js"(exports, module) {
|
|
11408
11411
|
"use strict";
|
|
11409
11412
|
var pico = require_picocolors();
|
|
11410
11413
|
var terminalHighlight = require_terminal_highlight();
|
|
@@ -11499,9 +11502,9 @@ var require_css_syntax_error = __commonJS({
|
|
|
11499
11502
|
}
|
|
11500
11503
|
});
|
|
11501
11504
|
|
|
11502
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/stringifier.js
|
|
11505
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/stringifier.js
|
|
11503
11506
|
var require_stringifier = __commonJS({
|
|
11504
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/stringifier.js"(exports, module) {
|
|
11507
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/stringifier.js"(exports, module) {
|
|
11505
11508
|
"use strict";
|
|
11506
11509
|
var STYLE_TAG = /(<)(\/?style\b)/gi;
|
|
11507
11510
|
var COMMENT_OPEN = /(<)(!--)/g;
|
|
@@ -11875,9 +11878,9 @@ var require_stringifier = __commonJS({
|
|
|
11875
11878
|
}
|
|
11876
11879
|
});
|
|
11877
11880
|
|
|
11878
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/stringify.js
|
|
11881
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/stringify.js
|
|
11879
11882
|
var require_stringify2 = __commonJS({
|
|
11880
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/stringify.js"(exports, module) {
|
|
11883
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/stringify.js"(exports, module) {
|
|
11881
11884
|
"use strict";
|
|
11882
11885
|
var Stringifier = require_stringifier();
|
|
11883
11886
|
function stringify(node, builder) {
|
|
@@ -11889,18 +11892,18 @@ var require_stringify2 = __commonJS({
|
|
|
11889
11892
|
}
|
|
11890
11893
|
});
|
|
11891
11894
|
|
|
11892
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/symbols.js
|
|
11895
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/symbols.js
|
|
11893
11896
|
var require_symbols = __commonJS({
|
|
11894
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/symbols.js"(exports, module) {
|
|
11897
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/symbols.js"(exports, module) {
|
|
11895
11898
|
"use strict";
|
|
11896
11899
|
module.exports.isClean = /* @__PURE__ */ Symbol("isClean");
|
|
11897
11900
|
module.exports.my = /* @__PURE__ */ Symbol("my");
|
|
11898
11901
|
}
|
|
11899
11902
|
});
|
|
11900
11903
|
|
|
11901
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/node.js
|
|
11904
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/node.js
|
|
11902
11905
|
var require_node = __commonJS({
|
|
11903
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/node.js"(exports, module) {
|
|
11906
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/node.js"(exports, module) {
|
|
11904
11907
|
"use strict";
|
|
11905
11908
|
var CssSyntaxError = require_css_syntax_error();
|
|
11906
11909
|
var Stringifier = require_stringifier();
|
|
@@ -12313,9 +12316,9 @@ var require_node = __commonJS({
|
|
|
12313
12316
|
}
|
|
12314
12317
|
});
|
|
12315
12318
|
|
|
12316
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/comment.js
|
|
12319
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/comment.js
|
|
12317
12320
|
var require_comment = __commonJS({
|
|
12318
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/comment.js"(exports, module) {
|
|
12321
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/comment.js"(exports, module) {
|
|
12319
12322
|
"use strict";
|
|
12320
12323
|
var Node2 = require_node();
|
|
12321
12324
|
var Comment3 = class extends Node2 {
|
|
@@ -12329,9 +12332,9 @@ var require_comment = __commonJS({
|
|
|
12329
12332
|
}
|
|
12330
12333
|
});
|
|
12331
12334
|
|
|
12332
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/declaration.js
|
|
12335
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/declaration.js
|
|
12333
12336
|
var require_declaration = __commonJS({
|
|
12334
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/declaration.js"(exports, module) {
|
|
12337
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/declaration.js"(exports, module) {
|
|
12335
12338
|
"use strict";
|
|
12336
12339
|
var Node2 = require_node();
|
|
12337
12340
|
var Declaration = class extends Node2 {
|
|
@@ -12351,9 +12354,9 @@ var require_declaration = __commonJS({
|
|
|
12351
12354
|
}
|
|
12352
12355
|
});
|
|
12353
12356
|
|
|
12354
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/container.js
|
|
12357
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/container.js
|
|
12355
12358
|
var require_container = __commonJS({
|
|
12356
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/container.js"(exports, module) {
|
|
12359
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/container.js"(exports, module) {
|
|
12357
12360
|
"use strict";
|
|
12358
12361
|
var Comment3 = require_comment();
|
|
12359
12362
|
var Declaration = require_declaration();
|
|
@@ -12773,9 +12776,9 @@ var require_container = __commonJS({
|
|
|
12773
12776
|
}
|
|
12774
12777
|
});
|
|
12775
12778
|
|
|
12776
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/at-rule.js
|
|
12779
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/at-rule.js
|
|
12777
12780
|
var require_at_rule = __commonJS({
|
|
12778
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/at-rule.js"(exports, module) {
|
|
12781
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/at-rule.js"(exports, module) {
|
|
12779
12782
|
"use strict";
|
|
12780
12783
|
var Container = require_container();
|
|
12781
12784
|
var AtRule = class extends Container {
|
|
@@ -12798,9 +12801,9 @@ var require_at_rule = __commonJS({
|
|
|
12798
12801
|
}
|
|
12799
12802
|
});
|
|
12800
12803
|
|
|
12801
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/document.js
|
|
12804
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/document.js
|
|
12802
12805
|
var require_document = __commonJS({
|
|
12803
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/document.js"(exports, module) {
|
|
12806
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/document.js"(exports, module) {
|
|
12804
12807
|
"use strict";
|
|
12805
12808
|
var Container = require_container();
|
|
12806
12809
|
var LazyResult;
|
|
@@ -12828,9 +12831,9 @@ var require_document = __commonJS({
|
|
|
12828
12831
|
}
|
|
12829
12832
|
});
|
|
12830
12833
|
|
|
12831
|
-
// node_modules/.pnpm/nanoid@3.3.16/node_modules/nanoid/non-secure/index.cjs
|
|
12834
|
+
// ../../../../Code/dxc/node_modules/.pnpm/nanoid@3.3.16/node_modules/nanoid/non-secure/index.cjs
|
|
12832
12835
|
var require_non_secure = __commonJS({
|
|
12833
|
-
"node_modules/.pnpm/nanoid@3.3.16/node_modules/nanoid/non-secure/index.cjs"(exports, module) {
|
|
12836
|
+
"../../../../Code/dxc/node_modules/.pnpm/nanoid@3.3.16/node_modules/nanoid/non-secure/index.cjs"(exports, module) {
|
|
12834
12837
|
var urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
12835
12838
|
var customAlphabet = (alphabet, defaultSize = 21) => {
|
|
12836
12839
|
return (size = defaultSize) => {
|
|
@@ -12854,9 +12857,9 @@ var require_non_secure = __commonJS({
|
|
|
12854
12857
|
}
|
|
12855
12858
|
});
|
|
12856
12859
|
|
|
12857
|
-
// node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64.js
|
|
12860
|
+
// ../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64.js
|
|
12858
12861
|
var require_base64 = __commonJS({
|
|
12859
|
-
"node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64.js"(exports) {
|
|
12862
|
+
"../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64.js"(exports) {
|
|
12860
12863
|
var intToCharMap = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");
|
|
12861
12864
|
exports.encode = function(number) {
|
|
12862
12865
|
if (0 <= number && number < intToCharMap.length) {
|
|
@@ -12895,9 +12898,9 @@ var require_base64 = __commonJS({
|
|
|
12895
12898
|
}
|
|
12896
12899
|
});
|
|
12897
12900
|
|
|
12898
|
-
// node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64-vlq.js
|
|
12901
|
+
// ../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64-vlq.js
|
|
12899
12902
|
var require_base64_vlq = __commonJS({
|
|
12900
|
-
"node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64-vlq.js"(exports) {
|
|
12903
|
+
"../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64-vlq.js"(exports) {
|
|
12901
12904
|
var base64 = require_base64();
|
|
12902
12905
|
var VLQ_BASE_SHIFT = 5;
|
|
12903
12906
|
var VLQ_BASE = 1 << VLQ_BASE_SHIFT;
|
|
@@ -12949,9 +12952,9 @@ var require_base64_vlq = __commonJS({
|
|
|
12949
12952
|
}
|
|
12950
12953
|
});
|
|
12951
12954
|
|
|
12952
|
-
// node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/util.js
|
|
12955
|
+
// ../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/util.js
|
|
12953
12956
|
var require_util = __commonJS({
|
|
12954
|
-
"node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/util.js"(exports) {
|
|
12957
|
+
"../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/util.js"(exports) {
|
|
12955
12958
|
function getArg(aArgs, aName, aDefaultValue) {
|
|
12956
12959
|
if (aName in aArgs) {
|
|
12957
12960
|
return aArgs[aName];
|
|
@@ -13023,27 +13026,27 @@ var require_util = __commonJS({
|
|
|
13023
13026
|
};
|
|
13024
13027
|
}
|
|
13025
13028
|
var normalize = lruMemoize(function normalize2(aPath) {
|
|
13026
|
-
var
|
|
13029
|
+
var path8 = aPath;
|
|
13027
13030
|
var url = urlParse(aPath);
|
|
13028
13031
|
if (url) {
|
|
13029
13032
|
if (!url.path) {
|
|
13030
13033
|
return aPath;
|
|
13031
13034
|
}
|
|
13032
|
-
|
|
13035
|
+
path8 = url.path;
|
|
13033
13036
|
}
|
|
13034
|
-
var isAbsolute = exports.isAbsolute(
|
|
13037
|
+
var isAbsolute = exports.isAbsolute(path8);
|
|
13035
13038
|
var parts = [];
|
|
13036
13039
|
var start = 0;
|
|
13037
13040
|
var i = 0;
|
|
13038
13041
|
while (true) {
|
|
13039
13042
|
start = i;
|
|
13040
|
-
i =
|
|
13043
|
+
i = path8.indexOf("/", start);
|
|
13041
13044
|
if (i === -1) {
|
|
13042
|
-
parts.push(
|
|
13045
|
+
parts.push(path8.slice(start));
|
|
13043
13046
|
break;
|
|
13044
13047
|
} else {
|
|
13045
|
-
parts.push(
|
|
13046
|
-
while (i <
|
|
13048
|
+
parts.push(path8.slice(start, i));
|
|
13049
|
+
while (i < path8.length && path8[i] === "/") {
|
|
13047
13050
|
i++;
|
|
13048
13051
|
}
|
|
13049
13052
|
}
|
|
@@ -13064,15 +13067,15 @@ var require_util = __commonJS({
|
|
|
13064
13067
|
}
|
|
13065
13068
|
}
|
|
13066
13069
|
}
|
|
13067
|
-
|
|
13068
|
-
if (
|
|
13069
|
-
|
|
13070
|
+
path8 = parts.join("/");
|
|
13071
|
+
if (path8 === "") {
|
|
13072
|
+
path8 = isAbsolute ? "/" : ".";
|
|
13070
13073
|
}
|
|
13071
13074
|
if (url) {
|
|
13072
|
-
url.path =
|
|
13075
|
+
url.path = path8;
|
|
13073
13076
|
return urlGenerate(url);
|
|
13074
13077
|
}
|
|
13075
|
-
return
|
|
13078
|
+
return path8;
|
|
13076
13079
|
});
|
|
13077
13080
|
exports.normalize = normalize;
|
|
13078
13081
|
function join(aRoot, aPath) {
|
|
@@ -13329,9 +13332,9 @@ var require_util = __commonJS({
|
|
|
13329
13332
|
}
|
|
13330
13333
|
});
|
|
13331
13334
|
|
|
13332
|
-
// node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/array-set.js
|
|
13335
|
+
// ../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/array-set.js
|
|
13333
13336
|
var require_array_set = __commonJS({
|
|
13334
|
-
"node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/array-set.js"(exports) {
|
|
13337
|
+
"../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/array-set.js"(exports) {
|
|
13335
13338
|
var util = require_util();
|
|
13336
13339
|
var has = Object.prototype.hasOwnProperty;
|
|
13337
13340
|
var hasNativeMap = typeof Map !== "undefined";
|
|
@@ -13399,9 +13402,9 @@ var require_array_set = __commonJS({
|
|
|
13399
13402
|
}
|
|
13400
13403
|
});
|
|
13401
13404
|
|
|
13402
|
-
// node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/mapping-list.js
|
|
13405
|
+
// ../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/mapping-list.js
|
|
13403
13406
|
var require_mapping_list = __commonJS({
|
|
13404
|
-
"node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/mapping-list.js"(exports) {
|
|
13407
|
+
"../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/mapping-list.js"(exports) {
|
|
13405
13408
|
var util = require_util();
|
|
13406
13409
|
function generatedPositionAfter(mappingA, mappingB) {
|
|
13407
13410
|
var lineA = mappingA.generatedLine;
|
|
@@ -13438,9 +13441,9 @@ var require_mapping_list = __commonJS({
|
|
|
13438
13441
|
}
|
|
13439
13442
|
});
|
|
13440
13443
|
|
|
13441
|
-
// node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-generator.js
|
|
13444
|
+
// ../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-generator.js
|
|
13442
13445
|
var require_source_map_generator = __commonJS({
|
|
13443
|
-
"node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-generator.js"(exports) {
|
|
13446
|
+
"../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-generator.js"(exports) {
|
|
13444
13447
|
var base64VLQ = require_base64_vlq();
|
|
13445
13448
|
var util = require_util();
|
|
13446
13449
|
var ArraySet = require_array_set().ArraySet;
|
|
@@ -13731,9 +13734,9 @@ var require_source_map_generator = __commonJS({
|
|
|
13731
13734
|
}
|
|
13732
13735
|
});
|
|
13733
13736
|
|
|
13734
|
-
// node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/binary-search.js
|
|
13737
|
+
// ../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/binary-search.js
|
|
13735
13738
|
var require_binary_search = __commonJS({
|
|
13736
|
-
"node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/binary-search.js"(exports) {
|
|
13739
|
+
"../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/binary-search.js"(exports) {
|
|
13737
13740
|
exports.GREATEST_LOWER_BOUND = 1;
|
|
13738
13741
|
exports.LEAST_UPPER_BOUND = 2;
|
|
13739
13742
|
function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {
|
|
@@ -13787,9 +13790,9 @@ var require_binary_search = __commonJS({
|
|
|
13787
13790
|
}
|
|
13788
13791
|
});
|
|
13789
13792
|
|
|
13790
|
-
// node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/quick-sort.js
|
|
13793
|
+
// ../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/quick-sort.js
|
|
13791
13794
|
var require_quick_sort = __commonJS({
|
|
13792
|
-
"node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/quick-sort.js"(exports) {
|
|
13795
|
+
"../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/quick-sort.js"(exports) {
|
|
13793
13796
|
function SortTemplate(comparator) {
|
|
13794
13797
|
function swap(ary, x2, y2) {
|
|
13795
13798
|
var temp = ary[x2];
|
|
@@ -13836,9 +13839,9 @@ var require_quick_sort = __commonJS({
|
|
|
13836
13839
|
}
|
|
13837
13840
|
});
|
|
13838
13841
|
|
|
13839
|
-
// node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-consumer.js
|
|
13842
|
+
// ../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-consumer.js
|
|
13840
13843
|
var require_source_map_consumer = __commonJS({
|
|
13841
|
-
"node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-consumer.js"(exports) {
|
|
13844
|
+
"../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-consumer.js"(exports) {
|
|
13842
13845
|
var util = require_util();
|
|
13843
13846
|
var binarySearch = require_binary_search();
|
|
13844
13847
|
var ArraySet = require_array_set().ArraySet;
|
|
@@ -14483,9 +14486,9 @@ var require_source_map_consumer = __commonJS({
|
|
|
14483
14486
|
}
|
|
14484
14487
|
});
|
|
14485
14488
|
|
|
14486
|
-
// node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-node.js
|
|
14489
|
+
// ../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-node.js
|
|
14487
14490
|
var require_source_node = __commonJS({
|
|
14488
|
-
"node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-node.js"(exports) {
|
|
14491
|
+
"../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-node.js"(exports) {
|
|
14489
14492
|
var SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
|
|
14490
14493
|
var util = require_util();
|
|
14491
14494
|
var REGEX_NEWLINE = /(\r?\n)/;
|
|
@@ -14748,18 +14751,18 @@ var require_source_node = __commonJS({
|
|
|
14748
14751
|
}
|
|
14749
14752
|
});
|
|
14750
14753
|
|
|
14751
|
-
// node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.js
|
|
14754
|
+
// ../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.js
|
|
14752
14755
|
var require_source_map = __commonJS({
|
|
14753
|
-
"node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.js"(exports) {
|
|
14756
|
+
"../../../../Code/dxc/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.js"(exports) {
|
|
14754
14757
|
exports.SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
|
|
14755
14758
|
exports.SourceMapConsumer = require_source_map_consumer().SourceMapConsumer;
|
|
14756
14759
|
exports.SourceNode = require_source_node().SourceNode;
|
|
14757
14760
|
}
|
|
14758
14761
|
});
|
|
14759
14762
|
|
|
14760
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/previous-map.js
|
|
14763
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/previous-map.js
|
|
14761
14764
|
var require_previous_map = __commonJS({
|
|
14762
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/previous-map.js"(exports, module) {
|
|
14765
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/previous-map.js"(exports, module) {
|
|
14763
14766
|
"use strict";
|
|
14764
14767
|
var { existsSync, readFileSync } = __require("fs");
|
|
14765
14768
|
var { dirname, isAbsolute, join, relative, sep } = __require("path");
|
|
@@ -14824,22 +14827,22 @@ var require_previous_map = __commonJS({
|
|
|
14824
14827
|
this.annotation = this.getAnnotationURL(css.substring(start, end));
|
|
14825
14828
|
}
|
|
14826
14829
|
}
|
|
14827
|
-
loadFile(
|
|
14830
|
+
loadFile(path8, cssFile, trusted) {
|
|
14828
14831
|
if (!trusted && !this.unsafeMap) {
|
|
14829
|
-
if (!/\.map$/i.test(
|
|
14832
|
+
if (!/\.map$/i.test(path8)) {
|
|
14830
14833
|
return void 0;
|
|
14831
14834
|
}
|
|
14832
14835
|
if (cssFile) {
|
|
14833
|
-
let relativePath = relative(dirname(cssFile),
|
|
14836
|
+
let relativePath = relative(dirname(cssFile), path8);
|
|
14834
14837
|
if (relativePath === ".." || relativePath.startsWith(".." + sep) || isAbsolute(relativePath)) {
|
|
14835
14838
|
return void 0;
|
|
14836
14839
|
}
|
|
14837
14840
|
}
|
|
14838
14841
|
}
|
|
14839
|
-
this.root = dirname(
|
|
14840
|
-
if (existsSync(
|
|
14841
|
-
this.mapFile =
|
|
14842
|
-
return readFileSync(
|
|
14842
|
+
this.root = dirname(path8);
|
|
14843
|
+
if (existsSync(path8)) {
|
|
14844
|
+
this.mapFile = path8;
|
|
14845
|
+
return readFileSync(path8, "utf-8").toString().trim();
|
|
14843
14846
|
}
|
|
14844
14847
|
}
|
|
14845
14848
|
loadMap(file, prev) {
|
|
@@ -14898,9 +14901,9 @@ var require_previous_map = __commonJS({
|
|
|
14898
14901
|
}
|
|
14899
14902
|
});
|
|
14900
14903
|
|
|
14901
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/input.js
|
|
14904
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/input.js
|
|
14902
14905
|
var require_input = __commonJS({
|
|
14903
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/input.js"(exports, module) {
|
|
14906
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/input.js"(exports, module) {
|
|
14904
14907
|
"use strict";
|
|
14905
14908
|
var { nanoid } = require_non_secure();
|
|
14906
14909
|
var { isAbsolute, resolve } = __require("path");
|
|
@@ -15132,9 +15135,9 @@ var require_input = __commonJS({
|
|
|
15132
15135
|
}
|
|
15133
15136
|
});
|
|
15134
15137
|
|
|
15135
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/root.js
|
|
15138
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/root.js
|
|
15136
15139
|
var require_root = __commonJS({
|
|
15137
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/root.js"(exports, module) {
|
|
15140
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/root.js"(exports, module) {
|
|
15138
15141
|
"use strict";
|
|
15139
15142
|
var Container = require_container();
|
|
15140
15143
|
var LazyResult;
|
|
@@ -15194,9 +15197,9 @@ var require_root = __commonJS({
|
|
|
15194
15197
|
}
|
|
15195
15198
|
});
|
|
15196
15199
|
|
|
15197
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/list.js
|
|
15200
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/list.js
|
|
15198
15201
|
var require_list = __commonJS({
|
|
15199
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/list.js"(exports, module) {
|
|
15202
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/list.js"(exports, module) {
|
|
15200
15203
|
"use strict";
|
|
15201
15204
|
var list = {
|
|
15202
15205
|
comma(string) {
|
|
@@ -15250,9 +15253,9 @@ var require_list = __commonJS({
|
|
|
15250
15253
|
}
|
|
15251
15254
|
});
|
|
15252
15255
|
|
|
15253
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/rule.js
|
|
15256
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/rule.js
|
|
15254
15257
|
var require_rule = __commonJS({
|
|
15255
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/rule.js"(exports, module) {
|
|
15258
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/rule.js"(exports, module) {
|
|
15256
15259
|
"use strict";
|
|
15257
15260
|
var Container = require_container();
|
|
15258
15261
|
var list = require_list();
|
|
@@ -15277,9 +15280,9 @@ var require_rule = __commonJS({
|
|
|
15277
15280
|
}
|
|
15278
15281
|
});
|
|
15279
15282
|
|
|
15280
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/fromJSON.js
|
|
15283
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/fromJSON.js
|
|
15281
15284
|
var require_fromJSON = __commonJS({
|
|
15282
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/fromJSON.js"(exports, module) {
|
|
15285
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/fromJSON.js"(exports, module) {
|
|
15283
15286
|
"use strict";
|
|
15284
15287
|
var AtRule = require_at_rule();
|
|
15285
15288
|
var Comment3 = require_comment();
|
|
@@ -15371,9 +15374,9 @@ var require_fromJSON = __commonJS({
|
|
|
15371
15374
|
}
|
|
15372
15375
|
});
|
|
15373
15376
|
|
|
15374
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/map-generator.js
|
|
15377
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/map-generator.js
|
|
15375
15378
|
var require_map_generator = __commonJS({
|
|
15376
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/map-generator.js"(exports, module) {
|
|
15379
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/map-generator.js"(exports, module) {
|
|
15377
15380
|
"use strict";
|
|
15378
15381
|
var { dirname, relative, resolve, sep } = __require("path");
|
|
15379
15382
|
var { SourceMapConsumer, SourceMapGenerator } = require_source_map();
|
|
@@ -15611,9 +15614,9 @@ var require_map_generator = __commonJS({
|
|
|
15611
15614
|
if (typeof this.mapOpts.annotation === "string") {
|
|
15612
15615
|
from = dirname(resolve(from, this.mapOpts.annotation));
|
|
15613
15616
|
}
|
|
15614
|
-
let
|
|
15615
|
-
this.memoizedPaths.set(file,
|
|
15616
|
-
return
|
|
15617
|
+
let path8 = relative(from, file);
|
|
15618
|
+
this.memoizedPaths.set(file, path8);
|
|
15619
|
+
return path8;
|
|
15617
15620
|
}
|
|
15618
15621
|
previous() {
|
|
15619
15622
|
if (!this.previousMaps) {
|
|
@@ -15668,12 +15671,12 @@ var require_map_generator = __commonJS({
|
|
|
15668
15671
|
return window.btoa(unescape(encodeURIComponent(str)));
|
|
15669
15672
|
}
|
|
15670
15673
|
}
|
|
15671
|
-
toFileUrl(
|
|
15672
|
-
let cached = this.memoizedFileURLs.get(
|
|
15674
|
+
toFileUrl(path8) {
|
|
15675
|
+
let cached = this.memoizedFileURLs.get(path8);
|
|
15673
15676
|
if (cached) return cached;
|
|
15674
15677
|
if (pathToFileURL) {
|
|
15675
|
-
let fileURL = pathToFileURL(
|
|
15676
|
-
this.memoizedFileURLs.set(
|
|
15678
|
+
let fileURL = pathToFileURL(path8).toString();
|
|
15679
|
+
this.memoizedFileURLs.set(path8, fileURL);
|
|
15677
15680
|
return fileURL;
|
|
15678
15681
|
} else {
|
|
15679
15682
|
throw new Error(
|
|
@@ -15681,14 +15684,14 @@ var require_map_generator = __commonJS({
|
|
|
15681
15684
|
);
|
|
15682
15685
|
}
|
|
15683
15686
|
}
|
|
15684
|
-
toUrl(
|
|
15685
|
-
let cached = this.memoizedURLs.get(
|
|
15687
|
+
toUrl(path8) {
|
|
15688
|
+
let cached = this.memoizedURLs.get(path8);
|
|
15686
15689
|
if (cached) return cached;
|
|
15687
15690
|
if (sep === "\\") {
|
|
15688
|
-
|
|
15691
|
+
path8 = path8.replace(/\\/g, "/");
|
|
15689
15692
|
}
|
|
15690
|
-
let url = encodeURI(
|
|
15691
|
-
this.memoizedURLs.set(
|
|
15693
|
+
let url = encodeURI(path8).replace(/[#?]/g, encodeURIComponent);
|
|
15694
|
+
this.memoizedURLs.set(path8, url);
|
|
15692
15695
|
return url;
|
|
15693
15696
|
}
|
|
15694
15697
|
};
|
|
@@ -15696,9 +15699,9 @@ var require_map_generator = __commonJS({
|
|
|
15696
15699
|
}
|
|
15697
15700
|
});
|
|
15698
15701
|
|
|
15699
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/parser.js
|
|
15702
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/parser.js
|
|
15700
15703
|
var require_parser2 = __commonJS({
|
|
15701
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/parser.js"(exports, module) {
|
|
15704
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/parser.js"(exports, module) {
|
|
15702
15705
|
"use strict";
|
|
15703
15706
|
var AtRule = require_at_rule();
|
|
15704
15707
|
var Comment3 = require_comment();
|
|
@@ -16236,9 +16239,9 @@ var require_parser2 = __commonJS({
|
|
|
16236
16239
|
}
|
|
16237
16240
|
});
|
|
16238
16241
|
|
|
16239
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/parse.js
|
|
16242
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/parse.js
|
|
16240
16243
|
var require_parse = __commonJS({
|
|
16241
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/parse.js"(exports, module) {
|
|
16244
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/parse.js"(exports, module) {
|
|
16242
16245
|
"use strict";
|
|
16243
16246
|
var Container = require_container();
|
|
16244
16247
|
var Input = require_input();
|
|
@@ -16270,9 +16273,9 @@ var require_parse = __commonJS({
|
|
|
16270
16273
|
}
|
|
16271
16274
|
});
|
|
16272
16275
|
|
|
16273
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/warning.js
|
|
16276
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/warning.js
|
|
16274
16277
|
var require_warning = __commonJS({
|
|
16275
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/warning.js"(exports, module) {
|
|
16278
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/warning.js"(exports, module) {
|
|
16276
16279
|
"use strict";
|
|
16277
16280
|
var Container = require_container();
|
|
16278
16281
|
var { my } = require_symbols();
|
|
@@ -16311,9 +16314,9 @@ var require_warning = __commonJS({
|
|
|
16311
16314
|
}
|
|
16312
16315
|
});
|
|
16313
16316
|
|
|
16314
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/result.js
|
|
16317
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/result.js
|
|
16315
16318
|
var require_result = __commonJS({
|
|
16316
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/result.js"(exports, module) {
|
|
16319
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/result.js"(exports, module) {
|
|
16317
16320
|
"use strict";
|
|
16318
16321
|
var Warning = require_warning();
|
|
16319
16322
|
var Result = class {
|
|
@@ -16350,9 +16353,9 @@ var require_result = __commonJS({
|
|
|
16350
16353
|
}
|
|
16351
16354
|
});
|
|
16352
16355
|
|
|
16353
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/warn-once.js
|
|
16356
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/warn-once.js
|
|
16354
16357
|
var require_warn_once = __commonJS({
|
|
16355
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/warn-once.js"(exports, module) {
|
|
16358
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/warn-once.js"(exports, module) {
|
|
16356
16359
|
"use strict";
|
|
16357
16360
|
var printed = {};
|
|
16358
16361
|
module.exports = function warnOnce(message) {
|
|
@@ -16365,9 +16368,9 @@ var require_warn_once = __commonJS({
|
|
|
16365
16368
|
}
|
|
16366
16369
|
});
|
|
16367
16370
|
|
|
16368
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/lazy-result.js
|
|
16371
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/lazy-result.js
|
|
16369
16372
|
var require_lazy_result = __commonJS({
|
|
16370
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/lazy-result.js"(exports, module) {
|
|
16373
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/lazy-result.js"(exports, module) {
|
|
16371
16374
|
"use strict";
|
|
16372
16375
|
var Container = require_container();
|
|
16373
16376
|
var Document2 = require_document();
|
|
@@ -16882,9 +16885,9 @@ var require_lazy_result = __commonJS({
|
|
|
16882
16885
|
}
|
|
16883
16886
|
});
|
|
16884
16887
|
|
|
16885
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/no-work-result.js
|
|
16888
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/no-work-result.js
|
|
16886
16889
|
var require_no_work_result = __commonJS({
|
|
16887
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/no-work-result.js"(exports, module) {
|
|
16890
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/no-work-result.js"(exports, module) {
|
|
16888
16891
|
"use strict";
|
|
16889
16892
|
var MapGenerator = require_map_generator();
|
|
16890
16893
|
var parse = require_parse();
|
|
@@ -16997,9 +17000,9 @@ var require_no_work_result = __commonJS({
|
|
|
16997
17000
|
}
|
|
16998
17001
|
});
|
|
16999
17002
|
|
|
17000
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/processor.js
|
|
17003
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/processor.js
|
|
17001
17004
|
var require_processor = __commonJS({
|
|
17002
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/processor.js"(exports, module) {
|
|
17005
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/processor.js"(exports, module) {
|
|
17003
17006
|
"use strict";
|
|
17004
17007
|
var Document2 = require_document();
|
|
17005
17008
|
var LazyResult = require_lazy_result();
|
|
@@ -17055,9 +17058,9 @@ var require_processor = __commonJS({
|
|
|
17055
17058
|
}
|
|
17056
17059
|
});
|
|
17057
17060
|
|
|
17058
|
-
// node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/postcss.js
|
|
17061
|
+
// ../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/postcss.js
|
|
17059
17062
|
var require_postcss = __commonJS({
|
|
17060
|
-
"node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/postcss.js"(exports, module) {
|
|
17063
|
+
"../../../../Code/dxc/node_modules/.pnpm/postcss@8.5.22/node_modules/postcss/lib/postcss.js"(exports, module) {
|
|
17061
17064
|
"use strict";
|
|
17062
17065
|
var AtRule = require_at_rule();
|
|
17063
17066
|
var Comment3 = require_comment();
|
|
@@ -17143,9 +17146,9 @@ var require_postcss = __commonJS({
|
|
|
17143
17146
|
}
|
|
17144
17147
|
});
|
|
17145
17148
|
|
|
17146
|
-
// node_modules/.pnpm/dayjs@1.11.21/node_modules/dayjs/dayjs.min.js
|
|
17149
|
+
// ../../../../Code/dxc/node_modules/.pnpm/dayjs@1.11.21/node_modules/dayjs/dayjs.min.js
|
|
17147
17150
|
var require_dayjs_min = __commonJS({
|
|
17148
|
-
"node_modules/.pnpm/dayjs@1.11.21/node_modules/dayjs/dayjs.min.js"(exports, module) {
|
|
17151
|
+
"../../../../Code/dxc/node_modules/.pnpm/dayjs@1.11.21/node_modules/dayjs/dayjs.min.js"(exports, module) {
|
|
17149
17152
|
!(function(t, e) {
|
|
17150
17153
|
"object" == typeof exports && "undefined" != typeof module ? module.exports = e() : "function" == typeof define && define.amd ? define(e) : (t = "undefined" != typeof globalThis ? globalThis : t || self).dayjs = e();
|
|
17151
17154
|
})(exports, (function() {
|
|
@@ -17423,9 +17426,9 @@ var require_dayjs_min = __commonJS({
|
|
|
17423
17426
|
}
|
|
17424
17427
|
});
|
|
17425
17428
|
|
|
17426
|
-
// node_modules/.pnpm/launder@1.7.1/node_modules/launder/index.js
|
|
17429
|
+
// ../../../../Code/dxc/node_modules/.pnpm/launder@1.7.1/node_modules/launder/index.js
|
|
17427
17430
|
var require_launder = __commonJS({
|
|
17428
|
-
"node_modules/.pnpm/launder@1.7.1/node_modules/launder/index.js"(exports, module) {
|
|
17431
|
+
"../../../../Code/dxc/node_modules/.pnpm/launder@1.7.1/node_modules/launder/index.js"(exports, module) {
|
|
17429
17432
|
var dayjs = require_dayjs_min();
|
|
17430
17433
|
function cleanHref(href) {
|
|
17431
17434
|
href = href.replace(/[\x00-\x20]+/g, "");
|
|
@@ -17792,9 +17795,9 @@ var require_launder = __commonJS({
|
|
|
17792
17795
|
}
|
|
17793
17796
|
});
|
|
17794
17797
|
|
|
17795
|
-
// node_modules/.pnpm/sanitize-html@2.17.6/node_modules/sanitize-html/index.js
|
|
17798
|
+
// ../../../../Code/dxc/node_modules/.pnpm/sanitize-html@2.17.6/node_modules/sanitize-html/index.js
|
|
17796
17799
|
var require_sanitize_html = __commonJS({
|
|
17797
|
-
"node_modules/.pnpm/sanitize-html@2.17.6/node_modules/sanitize-html/index.js"(exports, module) {
|
|
17800
|
+
"../../../../Code/dxc/node_modules/.pnpm/sanitize-html@2.17.6/node_modules/sanitize-html/index.js"(exports, module) {
|
|
17798
17801
|
var htmlparser = (init_dist6(), __toCommonJS(dist_exports3));
|
|
17799
17802
|
var escapeStringRegexp = require_escape_string_regexp();
|
|
17800
17803
|
var { isPlainObject } = require_is_plain_object();
|
|
@@ -18806,9 +18809,9 @@ and ensure you are accounting for this risk.
|
|
|
18806
18809
|
}
|
|
18807
18810
|
});
|
|
18808
18811
|
|
|
18809
|
-
// node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err-helpers.js
|
|
18812
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err-helpers.js
|
|
18810
18813
|
var require_err_helpers = __commonJS({
|
|
18811
|
-
"node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err-helpers.js"(exports, module) {
|
|
18814
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err-helpers.js"(exports, module) {
|
|
18812
18815
|
"use strict";
|
|
18813
18816
|
var isErrorLike = (err) => {
|
|
18814
18817
|
return err && typeof err.message === "string";
|
|
@@ -18863,9 +18866,9 @@ var require_err_helpers = __commonJS({
|
|
|
18863
18866
|
}
|
|
18864
18867
|
});
|
|
18865
18868
|
|
|
18866
|
-
// node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err-proto.js
|
|
18869
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err-proto.js
|
|
18867
18870
|
var require_err_proto = __commonJS({
|
|
18868
|
-
"node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err-proto.js"(exports, module) {
|
|
18871
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err-proto.js"(exports, module) {
|
|
18869
18872
|
"use strict";
|
|
18870
18873
|
var seen = /* @__PURE__ */ Symbol("circular-ref-tag");
|
|
18871
18874
|
var rawSymbol = /* @__PURE__ */ Symbol("pino-raw-err-ref");
|
|
@@ -18914,9 +18917,9 @@ var require_err_proto = __commonJS({
|
|
|
18914
18917
|
}
|
|
18915
18918
|
});
|
|
18916
18919
|
|
|
18917
|
-
// node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err.js
|
|
18920
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err.js
|
|
18918
18921
|
var require_err = __commonJS({
|
|
18919
|
-
"node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err.js"(exports, module) {
|
|
18922
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err.js"(exports, module) {
|
|
18920
18923
|
"use strict";
|
|
18921
18924
|
module.exports = errSerializer;
|
|
18922
18925
|
var { messageWithCauses, stackWithCauses, isErrorLike } = require_err_helpers();
|
|
@@ -18954,9 +18957,9 @@ var require_err = __commonJS({
|
|
|
18954
18957
|
}
|
|
18955
18958
|
});
|
|
18956
18959
|
|
|
18957
|
-
// node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err-with-cause.js
|
|
18960
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err-with-cause.js
|
|
18958
18961
|
var require_err_with_cause = __commonJS({
|
|
18959
|
-
"node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err-with-cause.js"(exports, module) {
|
|
18962
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/err-with-cause.js"(exports, module) {
|
|
18960
18963
|
"use strict";
|
|
18961
18964
|
module.exports = errWithCauseSerializer;
|
|
18962
18965
|
var { isErrorLike } = require_err_helpers();
|
|
@@ -18997,9 +19000,9 @@ var require_err_with_cause = __commonJS({
|
|
|
18997
19000
|
}
|
|
18998
19001
|
});
|
|
18999
19002
|
|
|
19000
|
-
// node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/req.js
|
|
19003
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/req.js
|
|
19001
19004
|
var require_req = __commonJS({
|
|
19002
|
-
"node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/req.js"(exports, module) {
|
|
19005
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/req.js"(exports, module) {
|
|
19003
19006
|
"use strict";
|
|
19004
19007
|
module.exports = {
|
|
19005
19008
|
mapHttpRequest,
|
|
@@ -19069,8 +19072,8 @@ var require_req = __commonJS({
|
|
|
19069
19072
|
if (req.originalUrl) {
|
|
19070
19073
|
_req.url = req.originalUrl;
|
|
19071
19074
|
} else {
|
|
19072
|
-
const
|
|
19073
|
-
_req.url = typeof
|
|
19075
|
+
const path8 = req.path;
|
|
19076
|
+
_req.url = typeof path8 === "string" ? path8 : req.url ? req.url.path || req.url : void 0;
|
|
19074
19077
|
}
|
|
19075
19078
|
if (req.query) {
|
|
19076
19079
|
_req.query = req.query;
|
|
@@ -19092,9 +19095,9 @@ var require_req = __commonJS({
|
|
|
19092
19095
|
}
|
|
19093
19096
|
});
|
|
19094
19097
|
|
|
19095
|
-
// node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/res.js
|
|
19098
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/res.js
|
|
19096
19099
|
var require_res = __commonJS({
|
|
19097
|
-
"node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/res.js"(exports, module) {
|
|
19100
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/lib/res.js"(exports, module) {
|
|
19098
19101
|
"use strict";
|
|
19099
19102
|
module.exports = {
|
|
19100
19103
|
mapHttpResponse,
|
|
@@ -19141,9 +19144,9 @@ var require_res = __commonJS({
|
|
|
19141
19144
|
}
|
|
19142
19145
|
});
|
|
19143
19146
|
|
|
19144
|
-
// node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/index.js
|
|
19147
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/index.js
|
|
19145
19148
|
var require_pino_std_serializers = __commonJS({
|
|
19146
|
-
"node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/index.js"(exports, module) {
|
|
19149
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino-std-serializers@7.1.0/node_modules/pino-std-serializers/index.js"(exports, module) {
|
|
19147
19150
|
"use strict";
|
|
19148
19151
|
var errSerializer = require_err();
|
|
19149
19152
|
var errWithCauseSerializer = require_err_with_cause();
|
|
@@ -19178,9 +19181,9 @@ var require_pino_std_serializers = __commonJS({
|
|
|
19178
19181
|
}
|
|
19179
19182
|
});
|
|
19180
19183
|
|
|
19181
|
-
// node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/caller.js
|
|
19184
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/caller.js
|
|
19182
19185
|
var require_caller = __commonJS({
|
|
19183
|
-
"node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/caller.js"(exports, module) {
|
|
19186
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/caller.js"(exports, module) {
|
|
19184
19187
|
"use strict";
|
|
19185
19188
|
function noOpPrepareStackTrace(_2, stack) {
|
|
19186
19189
|
return stack;
|
|
@@ -19206,9 +19209,9 @@ var require_caller = __commonJS({
|
|
|
19206
19209
|
}
|
|
19207
19210
|
});
|
|
19208
19211
|
|
|
19209
|
-
// node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/index.js
|
|
19212
|
+
// ../../../../Code/dxc/node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/index.js
|
|
19210
19213
|
var require_redact = __commonJS({
|
|
19211
|
-
"node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/index.js"(exports, module) {
|
|
19214
|
+
"../../../../Code/dxc/node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/index.js"(exports, module) {
|
|
19212
19215
|
"use strict";
|
|
19213
19216
|
function deepClone(obj) {
|
|
19214
19217
|
if (obj === null || typeof obj !== "object") {
|
|
@@ -19235,14 +19238,14 @@ var require_redact = __commonJS({
|
|
|
19235
19238
|
}
|
|
19236
19239
|
return obj;
|
|
19237
19240
|
}
|
|
19238
|
-
function parsePath(
|
|
19241
|
+
function parsePath(path8) {
|
|
19239
19242
|
const parts = [];
|
|
19240
19243
|
let current = "";
|
|
19241
19244
|
let inBrackets = false;
|
|
19242
19245
|
let inQuotes = false;
|
|
19243
19246
|
let quoteChar = "";
|
|
19244
|
-
for (let i = 0; i <
|
|
19245
|
-
const char =
|
|
19247
|
+
for (let i = 0; i < path8.length; i++) {
|
|
19248
|
+
const char = path8[i];
|
|
19246
19249
|
if (!inBrackets && char === ".") {
|
|
19247
19250
|
if (current) {
|
|
19248
19251
|
parts.push(current);
|
|
@@ -19373,10 +19376,10 @@ var require_redact = __commonJS({
|
|
|
19373
19376
|
return current;
|
|
19374
19377
|
}
|
|
19375
19378
|
function redactPaths(obj, paths, censor, remove = false) {
|
|
19376
|
-
for (const
|
|
19377
|
-
const parts = parsePath(
|
|
19379
|
+
for (const path8 of paths) {
|
|
19380
|
+
const parts = parsePath(path8);
|
|
19378
19381
|
if (parts.includes("*")) {
|
|
19379
|
-
redactWildcardPath(obj, parts, censor,
|
|
19382
|
+
redactWildcardPath(obj, parts, censor, path8, remove);
|
|
19380
19383
|
} else {
|
|
19381
19384
|
if (remove) {
|
|
19382
19385
|
removeKey(obj, parts);
|
|
@@ -19461,8 +19464,8 @@ var require_redact = __commonJS({
|
|
|
19461
19464
|
}
|
|
19462
19465
|
} else {
|
|
19463
19466
|
if (afterWildcard.includes("*")) {
|
|
19464
|
-
const wrappedCensor = typeof censor === "function" ? (value,
|
|
19465
|
-
const fullPath = [...pathArray.slice(0, pathLength), ...
|
|
19467
|
+
const wrappedCensor = typeof censor === "function" ? (value, path8) => {
|
|
19468
|
+
const fullPath = [...pathArray.slice(0, pathLength), ...path8];
|
|
19466
19469
|
return censor(value, fullPath);
|
|
19467
19470
|
} : censor;
|
|
19468
19471
|
redactWildcardPath(current, afterWildcard, wrappedCensor, originalPath, remove);
|
|
@@ -19497,8 +19500,8 @@ var require_redact = __commonJS({
|
|
|
19497
19500
|
return null;
|
|
19498
19501
|
}
|
|
19499
19502
|
const pathStructure = /* @__PURE__ */ new Map();
|
|
19500
|
-
for (const
|
|
19501
|
-
const parts = parsePath(
|
|
19503
|
+
for (const path8 of pathsToClone) {
|
|
19504
|
+
const parts = parsePath(path8);
|
|
19502
19505
|
let current = pathStructure;
|
|
19503
19506
|
for (let i = 0; i < parts.length; i++) {
|
|
19504
19507
|
const part = parts[i];
|
|
@@ -19550,24 +19553,24 @@ var require_redact = __commonJS({
|
|
|
19550
19553
|
}
|
|
19551
19554
|
return cloneSelectively(obj, pathStructure);
|
|
19552
19555
|
}
|
|
19553
|
-
function validatePath(
|
|
19554
|
-
if (typeof
|
|
19556
|
+
function validatePath(path8) {
|
|
19557
|
+
if (typeof path8 !== "string") {
|
|
19555
19558
|
throw new Error("Paths must be (non-empty) strings");
|
|
19556
19559
|
}
|
|
19557
|
-
if (
|
|
19560
|
+
if (path8 === "") {
|
|
19558
19561
|
throw new Error("Invalid redaction path ()");
|
|
19559
19562
|
}
|
|
19560
|
-
if (
|
|
19561
|
-
throw new Error(`Invalid redaction path (${
|
|
19563
|
+
if (path8.includes("..")) {
|
|
19564
|
+
throw new Error(`Invalid redaction path (${path8})`);
|
|
19562
19565
|
}
|
|
19563
|
-
if (
|
|
19564
|
-
throw new Error(`Invalid redaction path (${
|
|
19566
|
+
if (path8.includes(",")) {
|
|
19567
|
+
throw new Error(`Invalid redaction path (${path8})`);
|
|
19565
19568
|
}
|
|
19566
19569
|
let bracketCount = 0;
|
|
19567
19570
|
let inQuotes = false;
|
|
19568
19571
|
let quoteChar = "";
|
|
19569
|
-
for (let i = 0; i <
|
|
19570
|
-
const char =
|
|
19572
|
+
for (let i = 0; i < path8.length; i++) {
|
|
19573
|
+
const char = path8[i];
|
|
19571
19574
|
if ((char === '"' || char === "'") && bracketCount > 0) {
|
|
19572
19575
|
if (!inQuotes) {
|
|
19573
19576
|
inQuotes = true;
|
|
@@ -19581,20 +19584,20 @@ var require_redact = __commonJS({
|
|
|
19581
19584
|
} else if (char === "]" && !inQuotes) {
|
|
19582
19585
|
bracketCount--;
|
|
19583
19586
|
if (bracketCount < 0) {
|
|
19584
|
-
throw new Error(`Invalid redaction path (${
|
|
19587
|
+
throw new Error(`Invalid redaction path (${path8})`);
|
|
19585
19588
|
}
|
|
19586
19589
|
}
|
|
19587
19590
|
}
|
|
19588
19591
|
if (bracketCount !== 0) {
|
|
19589
|
-
throw new Error(`Invalid redaction path (${
|
|
19592
|
+
throw new Error(`Invalid redaction path (${path8})`);
|
|
19590
19593
|
}
|
|
19591
19594
|
}
|
|
19592
19595
|
function validatePaths(paths) {
|
|
19593
19596
|
if (!Array.isArray(paths)) {
|
|
19594
19597
|
throw new TypeError("paths must be an array");
|
|
19595
19598
|
}
|
|
19596
|
-
for (const
|
|
19597
|
-
validatePath(
|
|
19599
|
+
for (const path8 of paths) {
|
|
19600
|
+
validatePath(path8);
|
|
19598
19601
|
}
|
|
19599
19602
|
}
|
|
19600
19603
|
function slowRedact(options = {}) {
|
|
@@ -19639,9 +19642,9 @@ var require_redact = __commonJS({
|
|
|
19639
19642
|
}
|
|
19640
19643
|
});
|
|
19641
19644
|
|
|
19642
|
-
// node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/symbols.js
|
|
19645
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/symbols.js
|
|
19643
19646
|
var require_symbols2 = __commonJS({
|
|
19644
|
-
"node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/symbols.js"(exports, module) {
|
|
19647
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/symbols.js"(exports, module) {
|
|
19645
19648
|
"use strict";
|
|
19646
19649
|
var setLevelSym = /* @__PURE__ */ Symbol("pino.setLevel");
|
|
19647
19650
|
var getLevelSym = /* @__PURE__ */ Symbol("pino.getLevel");
|
|
@@ -19710,9 +19713,9 @@ var require_symbols2 = __commonJS({
|
|
|
19710
19713
|
}
|
|
19711
19714
|
});
|
|
19712
19715
|
|
|
19713
|
-
// node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/redaction.js
|
|
19716
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/redaction.js
|
|
19714
19717
|
var require_redaction = __commonJS({
|
|
19715
|
-
"node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/redaction.js"(exports, module) {
|
|
19718
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/redaction.js"(exports, module) {
|
|
19716
19719
|
"use strict";
|
|
19717
19720
|
var Redact = require_redact();
|
|
19718
19721
|
var { redactFmtSym, wildcardFirstSym } = require_symbols2();
|
|
@@ -19762,8 +19765,8 @@ var require_redaction = __commonJS({
|
|
|
19762
19765
|
if (shape[k] === null) {
|
|
19763
19766
|
o[k] = (value) => topCensor(value, [k]);
|
|
19764
19767
|
} else {
|
|
19765
|
-
const wrappedCensor = typeof censor === "function" ? (value,
|
|
19766
|
-
return censor(value, [k, ...
|
|
19768
|
+
const wrappedCensor = typeof censor === "function" ? (value, path8) => {
|
|
19769
|
+
return censor(value, [k, ...path8]);
|
|
19767
19770
|
} : censor;
|
|
19768
19771
|
o[k] = Redact({
|
|
19769
19772
|
paths: shape[k],
|
|
@@ -19792,9 +19795,9 @@ var require_redaction = __commonJS({
|
|
|
19792
19795
|
}
|
|
19793
19796
|
});
|
|
19794
19797
|
|
|
19795
|
-
// node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/time.js
|
|
19798
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/time.js
|
|
19796
19799
|
var require_time = __commonJS({
|
|
19797
|
-
"node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/time.js"(exports, module) {
|
|
19800
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/time.js"(exports, module) {
|
|
19798
19801
|
"use strict";
|
|
19799
19802
|
var nullTime = () => "";
|
|
19800
19803
|
var epochTime = () => `,"time":${Date.now()}`;
|
|
@@ -19823,9 +19826,9 @@ var require_time = __commonJS({
|
|
|
19823
19826
|
}
|
|
19824
19827
|
});
|
|
19825
19828
|
|
|
19826
|
-
// node_modules/.pnpm/quick-format-unescaped@4.0.4/node_modules/quick-format-unescaped/index.js
|
|
19829
|
+
// ../../../../Code/dxc/node_modules/.pnpm/quick-format-unescaped@4.0.4/node_modules/quick-format-unescaped/index.js
|
|
19827
19830
|
var require_quick_format_unescaped = __commonJS({
|
|
19828
|
-
"node_modules/.pnpm/quick-format-unescaped@4.0.4/node_modules/quick-format-unescaped/index.js"(exports, module) {
|
|
19831
|
+
"../../../../Code/dxc/node_modules/.pnpm/quick-format-unescaped@4.0.4/node_modules/quick-format-unescaped/index.js"(exports, module) {
|
|
19829
19832
|
"use strict";
|
|
19830
19833
|
function tryStringify(o) {
|
|
19831
19834
|
try {
|
|
@@ -19942,9 +19945,9 @@ var require_quick_format_unescaped = __commonJS({
|
|
|
19942
19945
|
}
|
|
19943
19946
|
});
|
|
19944
19947
|
|
|
19945
|
-
// node_modules/.pnpm/atomic-sleep@1.0.0/node_modules/atomic-sleep/index.js
|
|
19948
|
+
// ../../../../Code/dxc/node_modules/.pnpm/atomic-sleep@1.0.0/node_modules/atomic-sleep/index.js
|
|
19946
19949
|
var require_atomic_sleep = __commonJS({
|
|
19947
|
-
"node_modules/.pnpm/atomic-sleep@1.0.0/node_modules/atomic-sleep/index.js"(exports, module) {
|
|
19950
|
+
"../../../../Code/dxc/node_modules/.pnpm/atomic-sleep@1.0.0/node_modules/atomic-sleep/index.js"(exports, module) {
|
|
19948
19951
|
"use strict";
|
|
19949
19952
|
if (typeof SharedArrayBuffer !== "undefined" && typeof Atomics !== "undefined") {
|
|
19950
19953
|
let sleep = function(ms) {
|
|
@@ -19977,14 +19980,14 @@ var require_atomic_sleep = __commonJS({
|
|
|
19977
19980
|
}
|
|
19978
19981
|
});
|
|
19979
19982
|
|
|
19980
|
-
// node_modules/.pnpm/sonic-boom@4.2.1/node_modules/sonic-boom/index.js
|
|
19983
|
+
// ../../../../Code/dxc/node_modules/.pnpm/sonic-boom@4.2.1/node_modules/sonic-boom/index.js
|
|
19981
19984
|
var require_sonic_boom = __commonJS({
|
|
19982
|
-
"node_modules/.pnpm/sonic-boom@4.2.1/node_modules/sonic-boom/index.js"(exports, module) {
|
|
19985
|
+
"../../../../Code/dxc/node_modules/.pnpm/sonic-boom@4.2.1/node_modules/sonic-boom/index.js"(exports, module) {
|
|
19983
19986
|
"use strict";
|
|
19984
19987
|
var fs2 = __require("fs");
|
|
19985
19988
|
var EventEmitter2 = __require("events");
|
|
19986
19989
|
var inherits = __require("util").inherits;
|
|
19987
|
-
var
|
|
19990
|
+
var path8 = __require("path");
|
|
19988
19991
|
var sleep = require_atomic_sleep();
|
|
19989
19992
|
var assert = __require("assert");
|
|
19990
19993
|
var BUSY_WRITE_TIMEOUT = 100;
|
|
@@ -20038,7 +20041,7 @@ var require_sonic_boom = __commonJS({
|
|
|
20038
20041
|
const mode = sonic.mode;
|
|
20039
20042
|
if (sonic.sync) {
|
|
20040
20043
|
try {
|
|
20041
|
-
if (sonic.mkdir) fs2.mkdirSync(
|
|
20044
|
+
if (sonic.mkdir) fs2.mkdirSync(path8.dirname(file), { recursive: true });
|
|
20042
20045
|
const fd = fs2.openSync(file, flags, mode);
|
|
20043
20046
|
fileOpened(null, fd);
|
|
20044
20047
|
} catch (err) {
|
|
@@ -20046,7 +20049,7 @@ var require_sonic_boom = __commonJS({
|
|
|
20046
20049
|
throw err;
|
|
20047
20050
|
}
|
|
20048
20051
|
} else if (sonic.mkdir) {
|
|
20049
|
-
fs2.mkdir(
|
|
20052
|
+
fs2.mkdir(path8.dirname(file), { recursive: true }, (err) => {
|
|
20050
20053
|
if (err) return fileOpened(err);
|
|
20051
20054
|
fs2.open(file, flags, mode, fileOpened);
|
|
20052
20055
|
});
|
|
@@ -20564,9 +20567,9 @@ var require_sonic_boom = __commonJS({
|
|
|
20564
20567
|
}
|
|
20565
20568
|
});
|
|
20566
20569
|
|
|
20567
|
-
// node_modules/.pnpm/on-exit-leak-free@2.1.2/node_modules/on-exit-leak-free/index.js
|
|
20570
|
+
// ../../../../Code/dxc/node_modules/.pnpm/on-exit-leak-free@2.1.2/node_modules/on-exit-leak-free/index.js
|
|
20568
20571
|
var require_on_exit_leak_free = __commonJS({
|
|
20569
|
-
"node_modules/.pnpm/on-exit-leak-free@2.1.2/node_modules/on-exit-leak-free/index.js"(exports, module) {
|
|
20572
|
+
"../../../../Code/dxc/node_modules/.pnpm/on-exit-leak-free@2.1.2/node_modules/on-exit-leak-free/index.js"(exports, module) {
|
|
20570
20573
|
"use strict";
|
|
20571
20574
|
var refs = {
|
|
20572
20575
|
exit: [],
|
|
@@ -20658,9 +20661,9 @@ var require_on_exit_leak_free = __commonJS({
|
|
|
20658
20661
|
}
|
|
20659
20662
|
});
|
|
20660
20663
|
|
|
20661
|
-
// node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/package.json
|
|
20664
|
+
// ../../../../Code/dxc/node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/package.json
|
|
20662
20665
|
var require_package = __commonJS({
|
|
20663
|
-
"node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/package.json"(exports, module) {
|
|
20666
|
+
"../../../../Code/dxc/node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/package.json"(exports, module) {
|
|
20664
20667
|
module.exports = {
|
|
20665
20668
|
name: "thread-stream",
|
|
20666
20669
|
version: "4.2.0",
|
|
@@ -20714,9 +20717,9 @@ var require_package = __commonJS({
|
|
|
20714
20717
|
}
|
|
20715
20718
|
});
|
|
20716
20719
|
|
|
20717
|
-
// node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/lib/wait.js
|
|
20720
|
+
// ../../../../Code/dxc/node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/lib/wait.js
|
|
20718
20721
|
var require_wait = __commonJS({
|
|
20719
|
-
"node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/lib/wait.js"(exports, module) {
|
|
20722
|
+
"../../../../Code/dxc/node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/lib/wait.js"(exports, module) {
|
|
20720
20723
|
"use strict";
|
|
20721
20724
|
var WAIT_MS = 1e4;
|
|
20722
20725
|
function wait(state, index, expected, timeout, done) {
|
|
@@ -20773,9 +20776,9 @@ var require_wait = __commonJS({
|
|
|
20773
20776
|
}
|
|
20774
20777
|
});
|
|
20775
20778
|
|
|
20776
|
-
// node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/lib/indexes.js
|
|
20779
|
+
// ../../../../Code/dxc/node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/lib/indexes.js
|
|
20777
20780
|
var require_indexes = __commonJS({
|
|
20778
|
-
"node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/lib/indexes.js"(exports, module) {
|
|
20781
|
+
"../../../../Code/dxc/node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/lib/indexes.js"(exports, module) {
|
|
20779
20782
|
"use strict";
|
|
20780
20783
|
var SEQ_INDEX = 2;
|
|
20781
20784
|
var WRITE_INDEX = 4;
|
|
@@ -20788,9 +20791,9 @@ var require_indexes = __commonJS({
|
|
|
20788
20791
|
}
|
|
20789
20792
|
});
|
|
20790
20793
|
|
|
20791
|
-
// node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/index.js
|
|
20794
|
+
// ../../../../Code/dxc/node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/index.js
|
|
20792
20795
|
var require_thread_stream = __commonJS({
|
|
20793
|
-
"node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/index.js"(exports, module) {
|
|
20796
|
+
"../../../../Code/dxc/node_modules/.pnpm/thread-stream@4.2.0/node_modules/thread-stream/index.js"(exports, module) {
|
|
20794
20797
|
"use strict";
|
|
20795
20798
|
var { version } = require_package();
|
|
20796
20799
|
var { EventEmitter: EventEmitter2 } = __require("events");
|
|
@@ -21307,9 +21310,9 @@ var require_thread_stream = __commonJS({
|
|
|
21307
21310
|
}
|
|
21308
21311
|
});
|
|
21309
21312
|
|
|
21310
|
-
// node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/transport.js
|
|
21313
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/transport.js
|
|
21311
21314
|
var require_transport = __commonJS({
|
|
21312
|
-
"node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/transport.js"(exports, module) {
|
|
21315
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/transport.js"(exports, module) {
|
|
21313
21316
|
"use strict";
|
|
21314
21317
|
var { createRequire } = __require("module");
|
|
21315
21318
|
var { existsSync } = __require("node:fs");
|
|
@@ -21378,15 +21381,15 @@ var require_transport = __commonJS({
|
|
|
21378
21381
|
if (!unquoted) {
|
|
21379
21382
|
return false;
|
|
21380
21383
|
}
|
|
21381
|
-
let
|
|
21382
|
-
if (
|
|
21384
|
+
let path8 = unquoted;
|
|
21385
|
+
if (path8.startsWith("file://")) {
|
|
21383
21386
|
try {
|
|
21384
|
-
|
|
21387
|
+
path8 = fileURLToPath2(path8);
|
|
21385
21388
|
} catch {
|
|
21386
21389
|
return false;
|
|
21387
21390
|
}
|
|
21388
21391
|
}
|
|
21389
|
-
return isAbsolute(
|
|
21392
|
+
return isAbsolute(path8) && !existsSync(path8);
|
|
21390
21393
|
}
|
|
21391
21394
|
function stripQuotes(value) {
|
|
21392
21395
|
const first = value[0];
|
|
@@ -21530,9 +21533,9 @@ var require_transport = __commonJS({
|
|
|
21530
21533
|
}
|
|
21531
21534
|
});
|
|
21532
21535
|
|
|
21533
|
-
// node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/tools.js
|
|
21536
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/tools.js
|
|
21534
21537
|
var require_tools = __commonJS({
|
|
21535
|
-
"node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/tools.js"(exports, module) {
|
|
21538
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/tools.js"(exports, module) {
|
|
21536
21539
|
"use strict";
|
|
21537
21540
|
var diagChan = __require("node:diagnostics_channel");
|
|
21538
21541
|
var format = require_quick_format_unescaped();
|
|
@@ -21859,9 +21862,9 @@ var require_tools = __commonJS({
|
|
|
21859
21862
|
}
|
|
21860
21863
|
});
|
|
21861
21864
|
|
|
21862
|
-
// node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/constants.js
|
|
21865
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/constants.js
|
|
21863
21866
|
var require_constants = __commonJS({
|
|
21864
|
-
"node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/constants.js"(exports, module) {
|
|
21867
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/constants.js"(exports, module) {
|
|
21865
21868
|
var DEFAULT_LEVELS = {
|
|
21866
21869
|
trace: 10,
|
|
21867
21870
|
debug: 20,
|
|
@@ -21881,9 +21884,9 @@ var require_constants = __commonJS({
|
|
|
21881
21884
|
}
|
|
21882
21885
|
});
|
|
21883
21886
|
|
|
21884
|
-
// node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/levels.js
|
|
21887
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/levels.js
|
|
21885
21888
|
var require_levels = __commonJS({
|
|
21886
|
-
"node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/levels.js"(exports, module) {
|
|
21889
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/levels.js"(exports, module) {
|
|
21887
21890
|
"use strict";
|
|
21888
21891
|
var {
|
|
21889
21892
|
lsCacheSym,
|
|
@@ -22074,17 +22077,17 @@ var require_levels = __commonJS({
|
|
|
22074
22077
|
}
|
|
22075
22078
|
});
|
|
22076
22079
|
|
|
22077
|
-
// node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/meta.js
|
|
22080
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/meta.js
|
|
22078
22081
|
var require_meta = __commonJS({
|
|
22079
|
-
"node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/meta.js"(exports, module) {
|
|
22082
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/meta.js"(exports, module) {
|
|
22080
22083
|
"use strict";
|
|
22081
22084
|
module.exports = { version: "10.3.1" };
|
|
22082
22085
|
}
|
|
22083
22086
|
});
|
|
22084
22087
|
|
|
22085
|
-
// node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/proto.js
|
|
22088
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/proto.js
|
|
22086
22089
|
var require_proto = __commonJS({
|
|
22087
|
-
"node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/proto.js"(exports, module) {
|
|
22090
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/proto.js"(exports, module) {
|
|
22088
22091
|
"use strict";
|
|
22089
22092
|
var { EventEmitter: EventEmitter2 } = __require("node:events");
|
|
22090
22093
|
var {
|
|
@@ -22312,9 +22315,9 @@ var require_proto = __commonJS({
|
|
|
22312
22315
|
}
|
|
22313
22316
|
});
|
|
22314
22317
|
|
|
22315
|
-
// node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/index.js
|
|
22318
|
+
// ../../../../Code/dxc/node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/index.js
|
|
22316
22319
|
var require_safe_stable_stringify = __commonJS({
|
|
22317
|
-
"node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/index.js"(exports, module) {
|
|
22320
|
+
"../../../../Code/dxc/node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/index.js"(exports, module) {
|
|
22318
22321
|
"use strict";
|
|
22319
22322
|
var { hasOwnProperty } = Object.prototype;
|
|
22320
22323
|
var stringify = configure();
|
|
@@ -22908,9 +22911,9 @@ ${originalIndentation}`;
|
|
|
22908
22911
|
}
|
|
22909
22912
|
});
|
|
22910
22913
|
|
|
22911
|
-
// node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/multistream.js
|
|
22914
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/multistream.js
|
|
22912
22915
|
var require_multistream = __commonJS({
|
|
22913
|
-
"node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/multistream.js"(exports, module) {
|
|
22916
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/lib/multistream.js"(exports, module) {
|
|
22914
22917
|
"use strict";
|
|
22915
22918
|
var metadata = /* @__PURE__ */ Symbol.for("pino.metadata");
|
|
22916
22919
|
var { DEFAULT_LEVELS } = require_constants();
|
|
@@ -23076,9 +23079,9 @@ var require_multistream = __commonJS({
|
|
|
23076
23079
|
}
|
|
23077
23080
|
});
|
|
23078
23081
|
|
|
23079
|
-
// node_modules/.pnpm/pino@10.3.1/node_modules/pino/pino.js
|
|
23082
|
+
// ../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/pino.js
|
|
23080
23083
|
var require_pino = __commonJS({
|
|
23081
|
-
"node_modules/.pnpm/pino@10.3.1/node_modules/pino/pino.js"(exports, module) {
|
|
23084
|
+
"../../../../Code/dxc/node_modules/.pnpm/pino@10.3.1/node_modules/pino/pino.js"(exports, module) {
|
|
23082
23085
|
"use strict";
|
|
23083
23086
|
var os4 = __require("node:os");
|
|
23084
23087
|
var stdSerializers = require_pino_std_serializers();
|
|
@@ -23288,12 +23291,11 @@ var require_pino = __commonJS({
|
|
|
23288
23291
|
|
|
23289
23292
|
// apps/cli/src/program.ts
|
|
23290
23293
|
import os3 from "node:os";
|
|
23291
|
-
import path8 from "node:path";
|
|
23292
23294
|
|
|
23293
23295
|
// apps/cli/package.json
|
|
23294
23296
|
var package_default = {
|
|
23295
23297
|
name: "@dxc/cli",
|
|
23296
|
-
version: "0.1.
|
|
23298
|
+
version: "0.1.6",
|
|
23297
23299
|
private: true,
|
|
23298
23300
|
type: "module",
|
|
23299
23301
|
bin: {
|
|
@@ -23321,7 +23323,7 @@ var package_default = {
|
|
|
23321
23323
|
}
|
|
23322
23324
|
};
|
|
23323
23325
|
|
|
23324
|
-
// node_modules/.pnpm/commander@15.0.0/node_modules/commander/lib/error.js
|
|
23326
|
+
// ../../../../Code/dxc/node_modules/.pnpm/commander@15.0.0/node_modules/commander/lib/error.js
|
|
23325
23327
|
var CommanderError = class extends Error {
|
|
23326
23328
|
/**
|
|
23327
23329
|
* Constructs the CommanderError class
|
|
@@ -23350,7 +23352,7 @@ var InvalidArgumentError = class extends CommanderError {
|
|
|
23350
23352
|
}
|
|
23351
23353
|
};
|
|
23352
23354
|
|
|
23353
|
-
// node_modules/.pnpm/commander@15.0.0/node_modules/commander/lib/argument.js
|
|
23355
|
+
// ../../../../Code/dxc/node_modules/.pnpm/commander@15.0.0/node_modules/commander/lib/argument.js
|
|
23354
23356
|
var Argument = class {
|
|
23355
23357
|
/**
|
|
23356
23358
|
* Initialize a new command argument with the given name and description.
|
|
@@ -23471,7 +23473,7 @@ function humanReadableArgName(arg) {
|
|
|
23471
23473
|
return arg.required ? "<" + nameOutput + ">" : "[" + nameOutput + "]";
|
|
23472
23474
|
}
|
|
23473
23475
|
|
|
23474
|
-
// node_modules/.pnpm/commander@15.0.0/node_modules/commander/lib/command.js
|
|
23476
|
+
// ../../../../Code/dxc/node_modules/.pnpm/commander@15.0.0/node_modules/commander/lib/command.js
|
|
23475
23477
|
import { EventEmitter } from "node:events";
|
|
23476
23478
|
import childProcess from "node:child_process";
|
|
23477
23479
|
import path from "node:path";
|
|
@@ -23479,7 +23481,7 @@ import fs from "node:fs";
|
|
|
23479
23481
|
import process2 from "node:process";
|
|
23480
23482
|
import { stripVTControlCharacters as stripVTControlCharacters2 } from "node:util";
|
|
23481
23483
|
|
|
23482
|
-
// node_modules/.pnpm/commander@15.0.0/node_modules/commander/lib/help.js
|
|
23484
|
+
// ../../../../Code/dxc/node_modules/.pnpm/commander@15.0.0/node_modules/commander/lib/help.js
|
|
23483
23485
|
import { stripVTControlCharacters } from "node:util";
|
|
23484
23486
|
var Help = class {
|
|
23485
23487
|
constructor() {
|
|
@@ -24071,7 +24073,7 @@ ${itemIndentStr}`);
|
|
|
24071
24073
|
}
|
|
24072
24074
|
};
|
|
24073
24075
|
|
|
24074
|
-
// node_modules/.pnpm/commander@15.0.0/node_modules/commander/lib/option.js
|
|
24076
|
+
// ../../../../Code/dxc/node_modules/.pnpm/commander@15.0.0/node_modules/commander/lib/option.js
|
|
24075
24077
|
var Option = class {
|
|
24076
24078
|
/**
|
|
24077
24079
|
* Initialize a new `Option` with the given `flags` and `description`.
|
|
@@ -24377,7 +24379,7 @@ function splitOptionFlags(flags) {
|
|
|
24377
24379
|
return { shortFlag, longFlag };
|
|
24378
24380
|
}
|
|
24379
24381
|
|
|
24380
|
-
// node_modules/.pnpm/commander@15.0.0/node_modules/commander/lib/suggestSimilar.js
|
|
24382
|
+
// ../../../../Code/dxc/node_modules/.pnpm/commander@15.0.0/node_modules/commander/lib/suggestSimilar.js
|
|
24381
24383
|
var maxDistance = 3;
|
|
24382
24384
|
function editDistance(a, b2) {
|
|
24383
24385
|
if (Math.abs(a.length - b2.length) > maxDistance)
|
|
@@ -24452,7 +24454,7 @@ function suggestSimilar(word, candidates) {
|
|
|
24452
24454
|
return "";
|
|
24453
24455
|
}
|
|
24454
24456
|
|
|
24455
|
-
// node_modules/.pnpm/commander@15.0.0/node_modules/commander/lib/command.js
|
|
24457
|
+
// ../../../../Code/dxc/node_modules/.pnpm/commander@15.0.0/node_modules/commander/lib/command.js
|
|
24456
24458
|
var Command = class _Command extends EventEmitter {
|
|
24457
24459
|
/**
|
|
24458
24460
|
* Initialize a new `Command`.
|
|
@@ -26432,9 +26434,9 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
26432
26434
|
* @param {string} [path]
|
|
26433
26435
|
* @return {(string|null|Command)}
|
|
26434
26436
|
*/
|
|
26435
|
-
executableDir(
|
|
26436
|
-
if (
|
|
26437
|
-
this._executableDir =
|
|
26437
|
+
executableDir(path8) {
|
|
26438
|
+
if (path8 === void 0) return this._executableDir;
|
|
26439
|
+
this._executableDir = path8;
|
|
26438
26440
|
return this;
|
|
26439
26441
|
}
|
|
26440
26442
|
/**
|
|
@@ -26686,7 +26688,7 @@ function useColor() {
|
|
|
26686
26688
|
return void 0;
|
|
26687
26689
|
}
|
|
26688
26690
|
|
|
26689
|
-
// node_modules/.pnpm/commander@15.0.0/node_modules/commander/index.js
|
|
26691
|
+
// ../../../../Code/dxc/node_modules/.pnpm/commander@15.0.0/node_modules/commander/index.js
|
|
26690
26692
|
var program = new Command();
|
|
26691
26693
|
|
|
26692
26694
|
// apps/cli/src/doctor.ts
|
|
@@ -26737,7 +26739,7 @@ async function runDoctor(runtime) {
|
|
|
26737
26739
|
|
|
26738
26740
|
// apps/cli/src/profile.ts
|
|
26739
26741
|
import { randomUUID } from "node:crypto";
|
|
26740
|
-
import { readFile, stat } from "node:fs/promises";
|
|
26742
|
+
import { lstat, readFile, rename, stat } from "node:fs/promises";
|
|
26741
26743
|
import path2 from "node:path";
|
|
26742
26744
|
var PROFILE_DISPLAY_PATH = "~/.dxc/content-profile.json";
|
|
26743
26745
|
var MEMORY_DISPLAY_PATH = "~/.dxc/content-memory.json";
|
|
@@ -26745,12 +26747,16 @@ var USER_MEMORY_DISPLAY_PATH = "~/.dxc/USER.md";
|
|
|
26745
26747
|
var PROFILE_MAXIMUM_BYTES = 64 * 1024;
|
|
26746
26748
|
var MEMORY_MAXIMUM_BYTES = 128 * 1024;
|
|
26747
26749
|
var ProfileCliError = class extends Error {
|
|
26748
|
-
constructor(code, message) {
|
|
26750
|
+
constructor(code, message, hint, fields) {
|
|
26749
26751
|
super(message);
|
|
26750
26752
|
this.code = code;
|
|
26753
|
+
this.hint = hint;
|
|
26754
|
+
this.fields = fields;
|
|
26751
26755
|
this.name = "ProfileCliError";
|
|
26752
26756
|
}
|
|
26753
26757
|
code;
|
|
26758
|
+
hint;
|
|
26759
|
+
fields;
|
|
26754
26760
|
};
|
|
26755
26761
|
var ContentMemoryCliError = class extends Error {
|
|
26756
26762
|
constructor(code, message) {
|
|
@@ -26921,9 +26927,9 @@ async function refreshUserMemory(homeDirectory, user, now) {
|
|
|
26921
26927
|
Buffer.from(renderUserMemory(user, memory.memories))
|
|
26922
26928
|
);
|
|
26923
26929
|
}
|
|
26924
|
-
async function readProfileInput(currentDirectory, inputPath) {
|
|
26930
|
+
async function readProfileInput(currentDirectory, homeDirectory, inputPath) {
|
|
26925
26931
|
try {
|
|
26926
|
-
const target =
|
|
26932
|
+
const target = resolveUserPath({ currentDirectory, homeDirectory, input: inputPath });
|
|
26927
26933
|
const metadata = await stat(target);
|
|
26928
26934
|
if (!metadata.isFile() || metadata.size > PROFILE_MAXIMUM_BYTES) {
|
|
26929
26935
|
throw new ProfileCliError("DXC_PROFILE_INPUT_INVALID", "Profile input is invalid");
|
|
@@ -26937,7 +26943,45 @@ async function readProfileInput(currentDirectory, inputPath) {
|
|
|
26937
26943
|
if (error instanceof ProfileCliError) {
|
|
26938
26944
|
throw error;
|
|
26939
26945
|
}
|
|
26940
|
-
throw new ProfileCliError(
|
|
26946
|
+
throw new ProfileCliError(
|
|
26947
|
+
"DXC_PROFILE_INPUT_INVALID",
|
|
26948
|
+
"\u753B\u50CF\u8F93\u5165\u6587\u4EF6\u65E0\u6CD5\u8BFB\u53D6\u6216\u4E0D\u662F\u6709\u6548 JSON\u3002",
|
|
26949
|
+
"\u8BF7\u8BA9 DxC \u5DE5\u4F5C\u6D41\u91CD\u65B0\u751F\u6210\u753B\u50CF\u8F93\u5165\uFF1B\u65E0\u9700\u624B\u52A8\u4FEE\u6539\u8DEF\u5F84\u6216\u5E94\u7528\u6570\u636E\u6587\u4EF6\u3002"
|
|
26950
|
+
);
|
|
26951
|
+
}
|
|
26952
|
+
}
|
|
26953
|
+
function issueFields(issues) {
|
|
26954
|
+
return [
|
|
26955
|
+
...new Set(
|
|
26956
|
+
issues.map((issue) => issue.path.map(String).join(".")).filter((field) => field.length > 0)
|
|
26957
|
+
)
|
|
26958
|
+
];
|
|
26959
|
+
}
|
|
26960
|
+
async function readProfileForSave(target, timestamp) {
|
|
26961
|
+
try {
|
|
26962
|
+
return await readProfile(target);
|
|
26963
|
+
} catch (error) {
|
|
26964
|
+
if (!(error instanceof ProfileCliError) || error.code !== "DXC_PROFILE_INVALID") {
|
|
26965
|
+
throw error;
|
|
26966
|
+
}
|
|
26967
|
+
try {
|
|
26968
|
+
const metadata = await lstat(target);
|
|
26969
|
+
if (!metadata.isFile() || metadata.isSymbolicLink()) {
|
|
26970
|
+
throw error;
|
|
26971
|
+
}
|
|
26972
|
+
const suffix = timestamp.replaceAll(":", "-");
|
|
26973
|
+
await rename(target, `${target}.invalid-${suffix}.bak`);
|
|
26974
|
+
return void 0;
|
|
26975
|
+
} catch (recoveryError) {
|
|
26976
|
+
if (recoveryError === error) {
|
|
26977
|
+
throw error;
|
|
26978
|
+
}
|
|
26979
|
+
throw new ProfileCliError(
|
|
26980
|
+
"DXC_PROFILE_INVALID",
|
|
26981
|
+
"\u53D1\u73B0\u65E0\u6548\u7684\u65E7\u753B\u50CF\uFF0C\u4F46\u65E0\u6CD5\u5B89\u5168\u5907\u4EFD\u5E76\u6062\u590D\u3002",
|
|
26982
|
+
"\u8BF7\u8BA9 DxC \u5DE5\u4F5C\u6D41\u91CD\u8BD5\uFF1B\u4E0D\u8981\u624B\u52A8\u5220\u9664 ~/.dxc \u4E2D\u7684\u6587\u4EF6\u3002"
|
|
26983
|
+
);
|
|
26984
|
+
}
|
|
26941
26985
|
}
|
|
26942
26986
|
}
|
|
26943
26987
|
var ProfileCli = class {
|
|
@@ -26953,14 +26997,20 @@ var ProfileCli = class {
|
|
|
26953
26997
|
}
|
|
26954
26998
|
async save(inputPath) {
|
|
26955
26999
|
const input = contentProfileInputSchema.safeParse(
|
|
26956
|
-
await readProfileInput(this.#currentDirectory, inputPath)
|
|
27000
|
+
await readProfileInput(this.#currentDirectory, this.#homeDirectory, inputPath)
|
|
26957
27001
|
);
|
|
26958
27002
|
if (!input.success) {
|
|
26959
|
-
|
|
27003
|
+
const fields = issueFields(input.error.issues);
|
|
27004
|
+
throw new ProfileCliError(
|
|
27005
|
+
"DXC_PROFILE_INPUT_INVALID",
|
|
27006
|
+
fields.length === 0 ? "\u753B\u50CF\u8F93\u5165\u4E0D\u7B26\u5408\u5F53\u524D\u7248\u672C\u8981\u6C42\u3002" : `\u753B\u50CF\u8F93\u5165\u7F3A\u5C11\u6216\u5305\u542B\u65E0\u6548\u5B57\u6BB5\uFF1A${fields.join("\u3001")}\u3002`,
|
|
27007
|
+
"\u8BF7\u8BA9 DxC \u5DE5\u4F5C\u6D41\u8865\u9F50\u8FD9\u4E9B\u5B57\u6BB5\u540E\u81EA\u52A8\u91CD\u8BD5\uFF1B\u65E0\u9700\u624B\u5199 JSON\u3002",
|
|
27008
|
+
fields
|
|
27009
|
+
);
|
|
26960
27010
|
}
|
|
26961
27011
|
const target = profilePath(this.#homeDirectory);
|
|
26962
|
-
const existing = await readProfile(target);
|
|
26963
27012
|
const timestamp = this.#now().toISOString();
|
|
27013
|
+
const existing = await readProfileForSave(target, timestamp);
|
|
26964
27014
|
const profile = contentProfileSchema.parse({
|
|
26965
27015
|
...input.data,
|
|
26966
27016
|
createdAt: existing?.createdAt ?? timestamp,
|
|
@@ -26986,7 +27036,7 @@ var ProfileCli = class {
|
|
|
26986
27036
|
}
|
|
26987
27037
|
async update(inputPath) {
|
|
26988
27038
|
const input = contentProfileUpdateInputSchema.safeParse(
|
|
26989
|
-
await readProfileInput(this.#currentDirectory, inputPath)
|
|
27039
|
+
await readProfileInput(this.#currentDirectory, this.#homeDirectory, inputPath)
|
|
26990
27040
|
);
|
|
26991
27041
|
if (!input.success) {
|
|
26992
27042
|
throw new ProfileCliError("DXC_PROFILE_INPUT_INVALID", "Profile update input is invalid");
|
|
@@ -27056,7 +27106,7 @@ var ContentMemoryCli = class {
|
|
|
27056
27106
|
}
|
|
27057
27107
|
async add(inputPath) {
|
|
27058
27108
|
const input = contentMemoryInputSchema.safeParse(
|
|
27059
|
-
await readProfileInput(this.#currentDirectory, inputPath)
|
|
27109
|
+
await readProfileInput(this.#currentDirectory, this.#homeDirectory, inputPath)
|
|
27060
27110
|
);
|
|
27061
27111
|
if (!input.success) {
|
|
27062
27112
|
throw new ContentMemoryCliError(
|
|
@@ -27155,21 +27205,21 @@ var ContentMemoryCli = class {
|
|
|
27155
27205
|
};
|
|
27156
27206
|
|
|
27157
27207
|
// apps/cli/src/project.ts
|
|
27158
|
-
import { createHash as createHash4, randomUUID as
|
|
27208
|
+
import { createHash as createHash4, randomUUID as randomUUID3 } from "node:crypto";
|
|
27159
27209
|
import { createReadStream } from "node:fs";
|
|
27160
|
-
import { lstat, mkdir, readFile as
|
|
27210
|
+
import { lstat as lstat2, mkdir, readFile as readFile3, rename as rename3, unlink as unlink2, writeFile as writeFile2 } from "node:fs/promises";
|
|
27161
27211
|
import path4 from "node:path";
|
|
27162
27212
|
|
|
27163
27213
|
// apps/cli/src/stage-artifact.ts
|
|
27164
|
-
import { createHash as createHash3 } from "node:crypto";
|
|
27214
|
+
import { createHash as createHash3, randomUUID as randomUUID2 } from "node:crypto";
|
|
27165
27215
|
import { constants as fileConstants } from "node:fs";
|
|
27166
|
-
import { open } from "node:fs/promises";
|
|
27216
|
+
import { open, readFile as readFile2, rename as rename2, unlink, writeFile } from "node:fs/promises";
|
|
27167
27217
|
import path3 from "node:path";
|
|
27168
27218
|
|
|
27169
27219
|
// packages/renderer-wechat/src/article.ts
|
|
27170
27220
|
import { createHash } from "node:crypto";
|
|
27171
27221
|
|
|
27172
|
-
// node_modules/.pnpm/marked@18.0.7/node_modules/marked/lib/marked.esm.js
|
|
27222
|
+
// ../../../../Code/dxc/node_modules/.pnpm/marked@18.0.7/node_modules/marked/lib/marked.esm.js
|
|
27173
27223
|
function z() {
|
|
27174
27224
|
return { async: false, breaks: false, extensions: null, gfm: true, hooks: null, pedantic: false, renderer: null, silent: false, tokenizer: null, walkTokens: null };
|
|
27175
27225
|
}
|
|
@@ -28413,6 +28463,30 @@ var tn = x.lex;
|
|
|
28413
28463
|
// packages/renderer-wechat/src/article.ts
|
|
28414
28464
|
var import_yaml = __toESM(require_dist(), 1);
|
|
28415
28465
|
import { z as z2 } from "zod";
|
|
28466
|
+
|
|
28467
|
+
// packages/renderer-wechat/src/asset-path.ts
|
|
28468
|
+
function normalizeLogicalAssetPath(value) {
|
|
28469
|
+
let normalized;
|
|
28470
|
+
try {
|
|
28471
|
+
normalized = decodeURIComponent(value.trim()).replaceAll("\\", "/");
|
|
28472
|
+
} catch {
|
|
28473
|
+
return void 0;
|
|
28474
|
+
}
|
|
28475
|
+
if (normalized.length === 0 || normalized.includes("\0") || normalized.startsWith("/") || normalized.startsWith("//") || normalized.includes("?") || normalized.includes("#") || /^[a-z][a-z0-9+.-]*:/iu.test(normalized)) {
|
|
28476
|
+
return void 0;
|
|
28477
|
+
}
|
|
28478
|
+
const segments = normalized.split("/");
|
|
28479
|
+
const portableSegments = segments[0] === "." ? segments.slice(1) : segments;
|
|
28480
|
+
if (portableSegments.length === 0 || portableSegments.some((segment) => segment.length === 0 || segment === "." || segment === "..")) {
|
|
28481
|
+
return void 0;
|
|
28482
|
+
}
|
|
28483
|
+
return portableSegments.join("/");
|
|
28484
|
+
}
|
|
28485
|
+
function isSafeLogicalAssetPath(value) {
|
|
28486
|
+
return normalizeLogicalAssetPath(value) !== void 0;
|
|
28487
|
+
}
|
|
28488
|
+
|
|
28489
|
+
// packages/renderer-wechat/src/article.ts
|
|
28416
28490
|
var dxcArticleMetadataSchema = z2.object({
|
|
28417
28491
|
artifactStatus: z2.enum(["complete", "awaiting-user", "blocked"]),
|
|
28418
28492
|
contract: z2.literal("dxc-content-stage@1"),
|
|
@@ -28425,6 +28499,12 @@ var dxcArticleMetadataSchema = z2.object({
|
|
|
28425
28499
|
}).strict()
|
|
28426
28500
|
),
|
|
28427
28501
|
projectId: z2.uuid(),
|
|
28502
|
+
quoteSnapshots: z2.array(
|
|
28503
|
+
z2.object({
|
|
28504
|
+
contentSha256: z2.string().regex(/^[a-f0-9]{64}$/u),
|
|
28505
|
+
quoteId: z2.uuid()
|
|
28506
|
+
}).strict()
|
|
28507
|
+
).max(50).default([]),
|
|
28428
28508
|
skill: z2.string().regex(/^dxc-[a-z0-9]+(?:-[a-z0-9]+)*@\d+\.\d+\.\d+$/u),
|
|
28429
28509
|
stage: z2.literal("article"),
|
|
28430
28510
|
workflowId: z2.literal("dxc-article@1")
|
|
@@ -28463,7 +28543,7 @@ var ArticleDocumentValidationError = class extends Error {
|
|
|
28463
28543
|
}
|
|
28464
28544
|
};
|
|
28465
28545
|
function issuePaths(error) {
|
|
28466
|
-
return error.issues.map((issue) => issue.path.join(".")).filter((
|
|
28546
|
+
return error.issues.map((issue) => issue.path.join(".")).filter((path8) => path8.length > 0);
|
|
28467
28547
|
}
|
|
28468
28548
|
function plainTokenText(tokens) {
|
|
28469
28549
|
return tokens.map((token) => {
|
|
@@ -28490,7 +28570,7 @@ function collectInlineImages(marked, tokens) {
|
|
|
28490
28570
|
if (!isImageToken(token)) {
|
|
28491
28571
|
return;
|
|
28492
28572
|
}
|
|
28493
|
-
const logicalPath = token.href.trim();
|
|
28573
|
+
const logicalPath = normalizeLogicalAssetPath(token.href) ?? token.href.trim();
|
|
28494
28574
|
if (!seen.has(logicalPath)) {
|
|
28495
28575
|
seen.add(logicalPath);
|
|
28496
28576
|
paths.push(logicalPath);
|
|
@@ -28550,7 +28630,8 @@ function parseArticleDocument(source) {
|
|
|
28550
28630
|
const tokens = marked.lexer(frontmatter.body);
|
|
28551
28631
|
const title = frontmatter.value.title ?? firstHeadingTitle(tokens);
|
|
28552
28632
|
const digest = frontmatter.value.digest ?? frontmatter.value.wechat_digest;
|
|
28553
|
-
const
|
|
28633
|
+
const rawCoverImage = frontmatter.value.coverImage ?? frontmatter.value.wechat_cover_image;
|
|
28634
|
+
const coverImage = rawCoverImage === void 0 ? void 0 : normalizeLogicalAssetPath(rawCoverImage) ?? rawCoverImage.trim();
|
|
28554
28635
|
const commentsValue = frontmatter.value.commentsEnabled ?? frontmatter.value.wechat_comments ?? true;
|
|
28555
28636
|
const result = articleBundleSchema.safeParse({
|
|
28556
28637
|
schemaVersion: "1",
|
|
@@ -28995,20 +29076,6 @@ function isExternalHttpUrl(value) {
|
|
|
28995
29076
|
return false;
|
|
28996
29077
|
}
|
|
28997
29078
|
}
|
|
28998
|
-
function isSafeLogicalAssetPath(value) {
|
|
28999
|
-
let path9;
|
|
29000
|
-
try {
|
|
29001
|
-
path9 = decodeURIComponent(value.trim()).replaceAll("\\", "/");
|
|
29002
|
-
} catch {
|
|
29003
|
-
return false;
|
|
29004
|
-
}
|
|
29005
|
-
if (path9.length === 0 || path9.includes("\0") || path9.startsWith("/") || path9.startsWith("//") || path9.includes("?") || path9.includes("#") || /^[a-z][a-z0-9+.-]*:/iu.test(path9)) {
|
|
29006
|
-
return false;
|
|
29007
|
-
}
|
|
29008
|
-
const segments = path9.split("/");
|
|
29009
|
-
const normalizedSegments = segments[0] === "." ? segments.slice(1) : segments;
|
|
29010
|
-
return normalizedSegments.length > 0 && normalizedSegments.every((segment) => segment.length > 0 && segment !== "." && segment !== "..");
|
|
29011
|
-
}
|
|
29012
29079
|
function stripObsidianCalloutMarkers(markdown) {
|
|
29013
29080
|
return markdown.replace(/^>\s*\[![^\]]+\][-+]?\s?[^\n]*$/gmu, ">");
|
|
29014
29081
|
}
|
|
@@ -29066,10 +29133,11 @@ function createRenderer(styles) {
|
|
|
29066
29133
|
return escapeHtml(text);
|
|
29067
29134
|
},
|
|
29068
29135
|
image({ href, text }) {
|
|
29069
|
-
|
|
29136
|
+
const logicalPath = normalizeLogicalAssetPath(href);
|
|
29137
|
+
if (logicalPath === void 0) {
|
|
29070
29138
|
return escapeHtml(text);
|
|
29071
29139
|
}
|
|
29072
|
-
return `<img style="${styles.image}" src="${escapeHtml(
|
|
29140
|
+
return `<img style="${styles.image}" src="${escapeHtml(logicalPath)}" alt="${escapeHtml(text)}">`;
|
|
29073
29141
|
},
|
|
29074
29142
|
link({ tokens }) {
|
|
29075
29143
|
return this.parser.parseInline(tokens);
|
|
@@ -29178,8 +29246,8 @@ function withoutManualReferences(tokens) {
|
|
|
29178
29246
|
);
|
|
29179
29247
|
return referenceIndex < 0 ? [...tokens] : tokens.slice(0, referenceIndex);
|
|
29180
29248
|
}
|
|
29181
|
-
function warning(code, message,
|
|
29182
|
-
return
|
|
29249
|
+
function warning(code, message, path8) {
|
|
29250
|
+
return path8 === void 0 ? { code, message } : { code, path: path8, message };
|
|
29183
29251
|
}
|
|
29184
29252
|
function buildPreflight(article, html, observations) {
|
|
29185
29253
|
const errors = [];
|
|
@@ -29345,6 +29413,288 @@ function parseFrontmatter2(source) {
|
|
|
29345
29413
|
throw new StageArtifactValidationError(["YAML frontmatter"]);
|
|
29346
29414
|
}
|
|
29347
29415
|
}
|
|
29416
|
+
function recordValue(value) {
|
|
29417
|
+
return typeof value === "object" && value !== null && !Array.isArray(value) ? value : void 0;
|
|
29418
|
+
}
|
|
29419
|
+
function normalizedIsoDate(value, fallback) {
|
|
29420
|
+
if (typeof value !== "string") {
|
|
29421
|
+
return fallback;
|
|
29422
|
+
}
|
|
29423
|
+
const timestamp = new Date(value);
|
|
29424
|
+
return Number.isNaN(timestamp.valueOf()) ? fallback : timestamp.toISOString();
|
|
29425
|
+
}
|
|
29426
|
+
var CONTENT_ORIGINS = /* @__PURE__ */ new Set(["hotspot", "article", "keywords", "intent"]);
|
|
29427
|
+
function normalizedOrigin(value) {
|
|
29428
|
+
return typeof value === "string" && CONTENT_ORIGINS.has(value) ? value : void 0;
|
|
29429
|
+
}
|
|
29430
|
+
function comparableCharacters(value) {
|
|
29431
|
+
const characters = [];
|
|
29432
|
+
const indexes = [];
|
|
29433
|
+
for (const [index, character] of [...value].entries()) {
|
|
29434
|
+
if (/^[\p{L}\p{N}]$/u.test(character)) {
|
|
29435
|
+
characters.push(character.toLocaleLowerCase("zh-CN"));
|
|
29436
|
+
indexes.push(index);
|
|
29437
|
+
}
|
|
29438
|
+
}
|
|
29439
|
+
return { indexes, value: characters.join("") };
|
|
29440
|
+
}
|
|
29441
|
+
function exactArticleText(body, proposed) {
|
|
29442
|
+
if (body.includes(proposed)) {
|
|
29443
|
+
return proposed;
|
|
29444
|
+
}
|
|
29445
|
+
const article = comparableCharacters(body);
|
|
29446
|
+
const quote = comparableCharacters(proposed).value;
|
|
29447
|
+
if (quote.length === 0) {
|
|
29448
|
+
return void 0;
|
|
29449
|
+
}
|
|
29450
|
+
const start = article.value.indexOf(quote);
|
|
29451
|
+
if (start < 0 || article.value.indexOf(quote, start + 1) >= 0) {
|
|
29452
|
+
return void 0;
|
|
29453
|
+
}
|
|
29454
|
+
const first = article.indexes[start];
|
|
29455
|
+
const last = article.indexes[start + quote.length - 1];
|
|
29456
|
+
if (first === void 0 || last === void 0) {
|
|
29457
|
+
return void 0;
|
|
29458
|
+
}
|
|
29459
|
+
return [...body].slice(first, last + 1).join("").trim();
|
|
29460
|
+
}
|
|
29461
|
+
async function writeAtomically(target, bytes) {
|
|
29462
|
+
const temporary = `${target}.${randomUUID2()}.tmp`;
|
|
29463
|
+
try {
|
|
29464
|
+
await writeFile(temporary, bytes, { mode: 384 });
|
|
29465
|
+
await rename2(temporary, target);
|
|
29466
|
+
} catch (error) {
|
|
29467
|
+
await unlink(temporary).catch(() => void 0);
|
|
29468
|
+
throw error;
|
|
29469
|
+
}
|
|
29470
|
+
}
|
|
29471
|
+
async function bindDeliveryApprovalArtifact(options) {
|
|
29472
|
+
const source = (await readRegularFile(options.target, MAXIMUM_ARTIFACT_BYTES)).toString("utf8");
|
|
29473
|
+
const frontmatter = parseFrontmatter2(source);
|
|
29474
|
+
const value = recordValue(frontmatter.value);
|
|
29475
|
+
if (value === void 0) {
|
|
29476
|
+
throw new StageArtifactValidationError(["YAML frontmatter"]);
|
|
29477
|
+
}
|
|
29478
|
+
if (value["rootSnapshotId"] !== options.approval.rootSnapshotId || value["rootSnapshotHash"] !== options.approval.rootSnapshotHash) {
|
|
29479
|
+
throw new StageArtifactValidationError(["rootSnapshotId/rootSnapshotHash \u4E0E\u6279\u51C6\u8BF7\u6C42\u4E0D\u4E00\u81F4"]);
|
|
29480
|
+
}
|
|
29481
|
+
const intentState = options.intent === void 0 ? {} : options.intent.status === "SUCCEEDED" && options.intent.mediaId !== void 0 ? { intentId: options.intent.id, mediaId: options.intent.mediaId, state: "completed" } : options.intent.status === "FAILED" ? { intentId: options.intent.id, state: "failed" } : options.intent.progress.terminal ? { intentId: options.intent.id, state: "requires-attention" } : { intentId: options.intent.id, state: "processing" };
|
|
29482
|
+
const nextValue = {
|
|
29483
|
+
...value,
|
|
29484
|
+
...intentState,
|
|
29485
|
+
selectedSnapshotHash: options.approval.selectedSnapshotHash,
|
|
29486
|
+
selectedSnapshotId: options.approval.selectedSnapshotId,
|
|
29487
|
+
templateId: options.approval.templateId
|
|
29488
|
+
};
|
|
29489
|
+
const parsed = deliveryStageArtifactFrontmatterSchema.safeParse(nextValue);
|
|
29490
|
+
if (!parsed.success) {
|
|
29491
|
+
throw new StageArtifactValidationError(issuePaths2(parsed.error.issues));
|
|
29492
|
+
}
|
|
29493
|
+
await writeAtomically(
|
|
29494
|
+
options.target,
|
|
29495
|
+
`---
|
|
29496
|
+
${(0, import_yaml2.stringify)(parsed.data, { lineWidth: 0 }).trimEnd()}
|
|
29497
|
+
---
|
|
29498
|
+
|
|
29499
|
+
${frontmatter.body}
|
|
29500
|
+
`
|
|
29501
|
+
);
|
|
29502
|
+
}
|
|
29503
|
+
async function normalizeGoldenLines(directory, body, logicalPath) {
|
|
29504
|
+
const target = insideProject(directory, logicalPath);
|
|
29505
|
+
let parsed;
|
|
29506
|
+
try {
|
|
29507
|
+
const bytes2 = await readFile2(target);
|
|
29508
|
+
if (bytes2.length === 0 || bytes2.length > 64 * 1024) {
|
|
29509
|
+
throw new StageArtifactValidationError([`${logicalPath} \u4E0D\u662F\u5408\u6CD5\u91D1\u53E5\u4EA4\u63A5\u6587\u4EF6`]);
|
|
29510
|
+
}
|
|
29511
|
+
parsed = JSON.parse(bytes2.toString("utf8"));
|
|
29512
|
+
} catch (error) {
|
|
29513
|
+
if (error.code === "ENOENT") {
|
|
29514
|
+
parsed = { lines: [], schemaVersion: "dxc-golden-lines@1" };
|
|
29515
|
+
} else if (error instanceof StageArtifactValidationError) {
|
|
29516
|
+
throw error;
|
|
29517
|
+
} else {
|
|
29518
|
+
throw new StageArtifactValidationError([`${logicalPath} \u4E0D\u662F\u5408\u6CD5\u91D1\u53E5\u4EA4\u63A5\u6587\u4EF6`]);
|
|
29519
|
+
}
|
|
29520
|
+
}
|
|
29521
|
+
const sidecar = goldenLinesSidecarSchema.safeParse(parsed);
|
|
29522
|
+
if (!sidecar.success) {
|
|
29523
|
+
throw new StageArtifactValidationError([`${logicalPath} \u4E0D\u662F\u5408\u6CD5\u91D1\u53E5\u4EA4\u63A5\u6587\u4EF6`]);
|
|
29524
|
+
}
|
|
29525
|
+
const normalized = {
|
|
29526
|
+
...sidecar.data,
|
|
29527
|
+
lines: sidecar.data.lines.map((line) => ({
|
|
29528
|
+
...line,
|
|
29529
|
+
text: exactArticleText(body, line.text) ?? line.text
|
|
29530
|
+
}))
|
|
29531
|
+
};
|
|
29532
|
+
const bytes = Buffer.from(`${JSON.stringify(normalized, void 0, 2)}
|
|
29533
|
+
`, "utf8");
|
|
29534
|
+
await writeAtomically(target, bytes);
|
|
29535
|
+
return sha256(bytes);
|
|
29536
|
+
}
|
|
29537
|
+
async function normalizeStageArtifact(options) {
|
|
29538
|
+
const artifactPath = options.manifest.artifacts[options.stage];
|
|
29539
|
+
const target = insideProject(options.directory, artifactPath);
|
|
29540
|
+
const source = (await readRegularFile(
|
|
29541
|
+
target,
|
|
29542
|
+
options.stage === "article" ? MAXIMUM_ARTICLE_BYTES : MAXIMUM_ARTIFACT_BYTES
|
|
29543
|
+
)).toString("utf8");
|
|
29544
|
+
const frontmatter = parseFrontmatter2(source);
|
|
29545
|
+
const value = recordValue(frontmatter.value);
|
|
29546
|
+
if (value === void 0) {
|
|
29547
|
+
throw new StageArtifactValidationError(["YAML frontmatter"]);
|
|
29548
|
+
}
|
|
29549
|
+
const previousDxc = recordValue(value["dxc"]) ?? {};
|
|
29550
|
+
const nextValue = { ...value };
|
|
29551
|
+
const rootQuoteSnapshots = nextValue["quoteSnapshots"];
|
|
29552
|
+
delete nextValue["quoteSnapshots"];
|
|
29553
|
+
nextValue["dxc"] = {
|
|
29554
|
+
artifactStatus: options.artifactStatus,
|
|
29555
|
+
contract: "dxc-content-stage@1",
|
|
29556
|
+
createdAt: normalizedIsoDate(previousDxc["createdAt"], options.createdAt),
|
|
29557
|
+
inputs: options.inputs.map((input) => ({
|
|
29558
|
+
kind: input.kind,
|
|
29559
|
+
path: input.path,
|
|
29560
|
+
...input.sha256 === void 0 ? {} : { sha256: input.sha256 }
|
|
29561
|
+
})),
|
|
29562
|
+
projectId: options.manifest.projectId,
|
|
29563
|
+
...options.stage === "article" ? {
|
|
29564
|
+
quoteSnapshots: previousDxc["quoteSnapshots"] ?? rootQuoteSnapshots ?? []
|
|
29565
|
+
} : {},
|
|
29566
|
+
skill: `${options.skill}@${options.skillVersion}`,
|
|
29567
|
+
stage: options.stage,
|
|
29568
|
+
workflowId: options.manifest.workflowId
|
|
29569
|
+
};
|
|
29570
|
+
if (options.stage === "research") {
|
|
29571
|
+
const origin = normalizedOrigin(nextValue["origin"]) ?? "intent";
|
|
29572
|
+
nextValue["origin"] = origin;
|
|
29573
|
+
nextValue["researchMode"] ??= origin === "hotspot" ? "viewpoint-scan" : "fact-only";
|
|
29574
|
+
const sources = Array.isArray(nextValue["sources"]) ? nextValue["sources"] : [];
|
|
29575
|
+
nextValue["sources"] = sources;
|
|
29576
|
+
nextValue["sourceCount"] = sources.length;
|
|
29577
|
+
if (origin !== "hotspot" && nextValue["researchMode"] === "fact-only") {
|
|
29578
|
+
nextValue["externalOpinionStatus"] ??= "not-applicable";
|
|
29579
|
+
nextValue["stanceCoverage"] ??= {
|
|
29580
|
+
oppose: "not-applicable",
|
|
29581
|
+
supplement: "not-applicable",
|
|
29582
|
+
support: "not-applicable"
|
|
29583
|
+
};
|
|
29584
|
+
nextValue["coverageNote"] ??= "\u672C\u6B21\u8F93\u5165\u4E0D\u5C5E\u4E8E\u70ED\u70B9\u89C2\u70B9\u626B\u63CF\uFF0C\u6309\u4E8B\u5B9E\u4E0E\u7528\u6237\u6750\u6599\u5B8C\u6210\u7814\u7A76\u3002";
|
|
29585
|
+
}
|
|
29586
|
+
}
|
|
29587
|
+
if (options.stage === "brief" && normalizedOrigin(nextValue["origin"]) === void 0) {
|
|
29588
|
+
let upstreamOrigin;
|
|
29589
|
+
try {
|
|
29590
|
+
const researchSource = (await readRegularFile(
|
|
29591
|
+
insideProject(options.directory, options.manifest.artifacts.research),
|
|
29592
|
+
MAXIMUM_ARTIFACT_BYTES
|
|
29593
|
+
)).toString("utf8");
|
|
29594
|
+
upstreamOrigin = normalizedOrigin(
|
|
29595
|
+
recordValue(parseFrontmatter2(researchSource).value)?.["origin"]
|
|
29596
|
+
);
|
|
29597
|
+
} catch {
|
|
29598
|
+
upstreamOrigin = void 0;
|
|
29599
|
+
}
|
|
29600
|
+
nextValue["origin"] = upstreamOrigin ?? "intent";
|
|
29601
|
+
}
|
|
29602
|
+
if (options.stage === "article") {
|
|
29603
|
+
const defaultGoldenLinesPath = artifactPath.replace(/\.md$/iu, ".golden-lines.json");
|
|
29604
|
+
const goldenLinesPath = typeof nextValue["goldenLinesPath"] === "string" && nextValue["goldenLinesPath"].trim().length > 0 ? nextValue["goldenLinesPath"].trim() : defaultGoldenLinesPath;
|
|
29605
|
+
nextValue["goldenLinesPath"] = goldenLinesPath;
|
|
29606
|
+
nextValue["goldenLinesSha256"] = await normalizeGoldenLines(
|
|
29607
|
+
options.directory,
|
|
29608
|
+
frontmatter.body,
|
|
29609
|
+
goldenLinesPath
|
|
29610
|
+
);
|
|
29611
|
+
}
|
|
29612
|
+
if (options.stage === "titles") {
|
|
29613
|
+
const articleInput = options.inputs.find((input) => input.kind === "article");
|
|
29614
|
+
if (articleInput?.sha256 !== void 0) {
|
|
29615
|
+
nextValue["articleSha256"] = articleInput.sha256;
|
|
29616
|
+
}
|
|
29617
|
+
}
|
|
29618
|
+
if (options.stage === "visual-plan") {
|
|
29619
|
+
nextValue["assetsDirectory"] ??= options.manifest.assetsDirectory;
|
|
29620
|
+
nextValue["inlineImagesSupported"] ??= true;
|
|
29621
|
+
nextValue["inlineAssets"] ??= [];
|
|
29622
|
+
if (typeof nextValue["coverAsset"] === "string") {
|
|
29623
|
+
nextValue["coverSha256"] = sha256(
|
|
29624
|
+
await readRegularFile(
|
|
29625
|
+
insideProject(options.directory, nextValue["coverAsset"]),
|
|
29626
|
+
MAXIMUM_COVER_BYTES
|
|
29627
|
+
)
|
|
29628
|
+
);
|
|
29629
|
+
}
|
|
29630
|
+
if (Array.isArray(nextValue["inlineAssets"])) {
|
|
29631
|
+
nextValue["inlineAssets"] = await Promise.all(
|
|
29632
|
+
nextValue["inlineAssets"].map(async (asset) => {
|
|
29633
|
+
const value2 = recordValue(asset);
|
|
29634
|
+
if (value2 === void 0 || typeof value2["path"] !== "string") {
|
|
29635
|
+
return asset;
|
|
29636
|
+
}
|
|
29637
|
+
return {
|
|
29638
|
+
...value2,
|
|
29639
|
+
sha256: sha256(
|
|
29640
|
+
await readRegularFile(
|
|
29641
|
+
insideProject(options.directory, value2["path"]),
|
|
29642
|
+
MAXIMUM_INLINE_IMAGE_BYTES
|
|
29643
|
+
)
|
|
29644
|
+
)
|
|
29645
|
+
};
|
|
29646
|
+
})
|
|
29647
|
+
);
|
|
29648
|
+
}
|
|
29649
|
+
}
|
|
29650
|
+
if (options.stage === "quality-review") {
|
|
29651
|
+
const researchInput = options.inputs.find((input) => input.kind === "research");
|
|
29652
|
+
if (researchInput === void 0) {
|
|
29653
|
+
nextValue["researchCoverage"] = "not-applicable";
|
|
29654
|
+
} else {
|
|
29655
|
+
const researchSource = (await readRegularFile(
|
|
29656
|
+
insideProject(options.directory, options.manifest.artifacts.research),
|
|
29657
|
+
MAXIMUM_ARTIFACT_BYTES
|
|
29658
|
+
)).toString("utf8");
|
|
29659
|
+
const research = contentStageArtifactFrontmatterSchema("research").safeParse(
|
|
29660
|
+
parseFrontmatter2(researchSource).value
|
|
29661
|
+
);
|
|
29662
|
+
if (!research.success) {
|
|
29663
|
+
throw new StageArtifactValidationError(["research \u4E0D\u662F\u5F53\u524D\u7248\u672C\u7684\u5B8C\u6574\u7814\u7A76\u4EA7\u7269"]);
|
|
29664
|
+
}
|
|
29665
|
+
nextValue["researchCoverage"] = "externalOpinionStatus" in research.data && research.data.externalOpinionStatus === "user-skipped" ? "warning" : "pass";
|
|
29666
|
+
}
|
|
29667
|
+
}
|
|
29668
|
+
if (options.stage === "delivery") {
|
|
29669
|
+
const legacySnapshotId = nextValue["snapshotId"];
|
|
29670
|
+
const legacySnapshotHash = nextValue["snapshotHash"];
|
|
29671
|
+
nextValue["rootSnapshotId"] ??= legacySnapshotId;
|
|
29672
|
+
nextValue["rootSnapshotHash"] ??= legacySnapshotHash;
|
|
29673
|
+
nextValue["selectedSnapshotId"] ??= legacySnapshotId;
|
|
29674
|
+
nextValue["selectedSnapshotHash"] ??= legacySnapshotHash;
|
|
29675
|
+
nextValue["templateId"] ??= "wechat-minimal@1";
|
|
29676
|
+
delete nextValue["snapshotId"];
|
|
29677
|
+
delete nextValue["snapshotHash"];
|
|
29678
|
+
if (typeof nextValue["rootSnapshotId"] === "string") {
|
|
29679
|
+
nextValue["idempotencyKey"] ??= `dxc:${options.manifest.projectId}:${nextValue["rootSnapshotId"]}`;
|
|
29680
|
+
}
|
|
29681
|
+
if (typeof nextValue["previewExpiresAt"] === "string") {
|
|
29682
|
+
nextValue["previewExpiresAt"] = normalizedIsoDate(
|
|
29683
|
+
nextValue["previewExpiresAt"],
|
|
29684
|
+
nextValue["previewExpiresAt"]
|
|
29685
|
+
);
|
|
29686
|
+
}
|
|
29687
|
+
}
|
|
29688
|
+
const normalizedSource = `---
|
|
29689
|
+
${(0, import_yaml2.stringify)(nextValue, { lineWidth: 0 }).trimEnd()}
|
|
29690
|
+
---
|
|
29691
|
+
|
|
29692
|
+
${frontmatter.body}
|
|
29693
|
+
`;
|
|
29694
|
+
if (normalizedSource !== source) {
|
|
29695
|
+
await writeAtomically(target, normalizedSource);
|
|
29696
|
+
}
|
|
29697
|
+
}
|
|
29348
29698
|
async function validateGoldenLinesSidecar(directory, articleBody, logicalPath, expectedSha256) {
|
|
29349
29699
|
const bytes = await readRegularFile(insideProject(directory, logicalPath), 64 * 1024);
|
|
29350
29700
|
if (sha256(bytes) !== expectedSha256) {
|
|
@@ -29434,6 +29784,28 @@ async function validateStageArtifact(options) {
|
|
|
29434
29784
|
if (options.checkpointStatus === "completed" && ("verdict" in review ? review.verdict : void 0) !== "pass") {
|
|
29435
29785
|
issues.push("verdict \u5FC5\u987B\u4E3A pass");
|
|
29436
29786
|
}
|
|
29787
|
+
const researchInput = options.inputs.find((input) => input.kind === "research");
|
|
29788
|
+
if (researchInput === void 0) {
|
|
29789
|
+
if (!("researchCoverage" in review) || review.researchCoverage !== "not-applicable") {
|
|
29790
|
+
issues.push("researchCoverage \u5FC5\u987B\u4E3A not-applicable");
|
|
29791
|
+
}
|
|
29792
|
+
} else {
|
|
29793
|
+
const researchSource = (await readRegularFile(
|
|
29794
|
+
insideProject(options.directory, options.manifest.artifacts.research),
|
|
29795
|
+
MAXIMUM_ARTIFACT_BYTES
|
|
29796
|
+
)).toString("utf8");
|
|
29797
|
+
const research = contentStageArtifactFrontmatterSchema("research").safeParse(
|
|
29798
|
+
parseFrontmatter2(researchSource).value
|
|
29799
|
+
);
|
|
29800
|
+
if (!research.success) {
|
|
29801
|
+
issues.push("research \u4E0D\u662F\u5F53\u524D\u7248\u672C\u7684\u5B8C\u6574\u7814\u7A76\u4EA7\u7269");
|
|
29802
|
+
} else {
|
|
29803
|
+
const expectedCoverage = "externalOpinionStatus" in research.data && research.data.externalOpinionStatus === "user-skipped" ? "warning" : "pass";
|
|
29804
|
+
if (!("researchCoverage" in review) || review.researchCoverage !== expectedCoverage) {
|
|
29805
|
+
issues.push(`researchCoverage \u5FC5\u987B\u4E3A ${expectedCoverage}`);
|
|
29806
|
+
}
|
|
29807
|
+
}
|
|
29808
|
+
}
|
|
29437
29809
|
}
|
|
29438
29810
|
if (issues.length > 0) {
|
|
29439
29811
|
throw new StageArtifactValidationError([...new Set(issues)]);
|
|
@@ -29464,7 +29836,7 @@ async function validateStageArtifact(options) {
|
|
|
29464
29836
|
}
|
|
29465
29837
|
if (options.stage === "delivery") {
|
|
29466
29838
|
return {
|
|
29467
|
-
confirmationSnapshotHash: deliveryStageArtifactFrontmatterSchema.parse(frontmatter.value).
|
|
29839
|
+
confirmationSnapshotHash: deliveryStageArtifactFrontmatterSchema.parse(frontmatter.value).selectedSnapshotHash,
|
|
29468
29840
|
snapshotType: "render-snapshot"
|
|
29469
29841
|
};
|
|
29470
29842
|
}
|
|
@@ -29484,11 +29856,29 @@ async function validateStageArtifact(options) {
|
|
|
29484
29856
|
snapshotType: "stage-artifact"
|
|
29485
29857
|
};
|
|
29486
29858
|
}
|
|
29859
|
+
const semanticFrontmatter = { ...parsed.data };
|
|
29860
|
+
delete semanticFrontmatter["dxc"];
|
|
29487
29861
|
return {
|
|
29488
|
-
confirmationSnapshotHash: articleConfirmationSnapshotHash ?? sha256(
|
|
29862
|
+
confirmationSnapshotHash: articleConfirmationSnapshotHash ?? sha256(
|
|
29863
|
+
Buffer.from(
|
|
29864
|
+
JSON.stringify({ body: frontmatter.body, frontmatter: semanticFrontmatter }),
|
|
29865
|
+
"utf8"
|
|
29866
|
+
)
|
|
29867
|
+
),
|
|
29489
29868
|
snapshotType: "stage-artifact"
|
|
29490
29869
|
};
|
|
29491
29870
|
}
|
|
29871
|
+
async function stageArtifactRequiresUserConfirmation(options) {
|
|
29872
|
+
if (options.stage !== "research") {
|
|
29873
|
+
return false;
|
|
29874
|
+
}
|
|
29875
|
+
const source = (await readRegularFile(
|
|
29876
|
+
insideProject(options.directory, options.manifest.artifacts.research),
|
|
29877
|
+
MAXIMUM_ARTIFACT_BYTES
|
|
29878
|
+
)).toString("utf8");
|
|
29879
|
+
const value = recordValue(parseFrontmatter2(source).value);
|
|
29880
|
+
return normalizedOrigin(value?.["origin"]) === "hotspot" && value?.["researchMode"] === "fact-only" && value?.["externalOpinionStatus"] === "user-skipped";
|
|
29881
|
+
}
|
|
29492
29882
|
|
|
29493
29883
|
// apps/cli/src/project.ts
|
|
29494
29884
|
var MANIFEST_NAME = "dxc.project.json";
|
|
@@ -29525,8 +29915,12 @@ var ProjectCliError = class extends Error {
|
|
|
29525
29915
|
}
|
|
29526
29916
|
code;
|
|
29527
29917
|
};
|
|
29528
|
-
function
|
|
29529
|
-
|
|
29918
|
+
function migrateCheckpointInputKinds(required, optional, existing) {
|
|
29919
|
+
const allowedOptionalInputs = new Set(optional);
|
|
29920
|
+
return [...required, ...existing.filter((inputStage) => allowedOptionalInputs.has(inputStage))];
|
|
29921
|
+
}
|
|
29922
|
+
function projectDirectory(currentDirectory, homeDirectory, input) {
|
|
29923
|
+
return resolveUserPath({ currentDirectory, homeDirectory, input: input ?? "." });
|
|
29530
29924
|
}
|
|
29531
29925
|
function insideProject2(directory, relativePath) {
|
|
29532
29926
|
const target = path4.resolve(directory, relativePath);
|
|
@@ -29544,11 +29938,11 @@ function errorCode(error) {
|
|
|
29544
29938
|
}
|
|
29545
29939
|
async function readJsonFile(target, maximumBytes, missingCode) {
|
|
29546
29940
|
try {
|
|
29547
|
-
const metadata = await
|
|
29941
|
+
const metadata = await lstat2(target);
|
|
29548
29942
|
if (!metadata.isFile() || metadata.isSymbolicLink() || metadata.size > maximumBytes) {
|
|
29549
29943
|
throw new ProjectCliError("DXC_PROJECT_INVALID", "Project state file is invalid");
|
|
29550
29944
|
}
|
|
29551
|
-
return JSON.parse(await
|
|
29945
|
+
return JSON.parse(await readFile3(target, "utf8"));
|
|
29552
29946
|
} catch (error) {
|
|
29553
29947
|
if (error instanceof ProjectCliError) {
|
|
29554
29948
|
throw error;
|
|
@@ -29563,19 +29957,19 @@ async function readJsonFile(target, maximumBytes, missingCode) {
|
|
|
29563
29957
|
}
|
|
29564
29958
|
}
|
|
29565
29959
|
async function writeJsonAtomically(target, value) {
|
|
29566
|
-
const temporary = `${target}.${
|
|
29960
|
+
const temporary = `${target}.${randomUUID3()}.tmp`;
|
|
29567
29961
|
try {
|
|
29568
|
-
await
|
|
29962
|
+
await writeFile2(temporary, `${JSON.stringify(value, void 0, 2)}
|
|
29569
29963
|
`, {
|
|
29570
29964
|
encoding: "utf8",
|
|
29571
29965
|
flag: "wx",
|
|
29572
29966
|
mode: 384
|
|
29573
29967
|
});
|
|
29574
|
-
await
|
|
29968
|
+
await rename3(temporary, target);
|
|
29575
29969
|
} catch {
|
|
29576
29970
|
throw new ProjectCliError("DXC_PROJECT_IO_FAILED", "Unable to save project state");
|
|
29577
29971
|
} finally {
|
|
29578
|
-
await
|
|
29972
|
+
await unlink2(temporary).catch(() => void 0);
|
|
29579
29973
|
}
|
|
29580
29974
|
}
|
|
29581
29975
|
async function loadProjectIndex(target) {
|
|
@@ -29641,7 +30035,7 @@ async function inspectArtifact(directory, manifest, kind) {
|
|
|
29641
30035
|
const relativePath = manifest.artifacts[kind];
|
|
29642
30036
|
const target = insideProject2(directory, relativePath);
|
|
29643
30037
|
try {
|
|
29644
|
-
const metadata = await
|
|
30038
|
+
const metadata = await lstat2(target);
|
|
29645
30039
|
if (!metadata.isFile() || metadata.isSymbolicLink()) {
|
|
29646
30040
|
throw new ProjectCliError("DXC_PROJECT_INVALID", "Project artifact is invalid");
|
|
29647
30041
|
}
|
|
@@ -29823,16 +30217,18 @@ async function findNearestProjectDirectory(start) {
|
|
|
29823
30217
|
}
|
|
29824
30218
|
var ProjectCli = class {
|
|
29825
30219
|
#currentDirectory;
|
|
30220
|
+
#homeDirectory;
|
|
29826
30221
|
#now;
|
|
29827
30222
|
#profilePath;
|
|
29828
30223
|
#projectIndexPath;
|
|
29829
30224
|
#randomUUID;
|
|
29830
30225
|
constructor(dependencies) {
|
|
29831
30226
|
this.#currentDirectory = dependencies.currentDirectory;
|
|
30227
|
+
this.#homeDirectory = dependencies.homeDirectory;
|
|
29832
30228
|
this.#now = dependencies.now ?? (() => /* @__PURE__ */ new Date());
|
|
29833
30229
|
this.#projectIndexPath = path4.join(dependencies.homeDirectory, PROJECT_INDEX_RELATIVE_PATH);
|
|
29834
30230
|
this.#profilePath = path4.join(dependencies.homeDirectory, ".dxc", "content-profile.json");
|
|
29835
|
-
this.#randomUUID = dependencies.randomUUID ??
|
|
30231
|
+
this.#randomUUID = dependencies.randomUUID ?? randomUUID3;
|
|
29836
30232
|
}
|
|
29837
30233
|
async #confirmationPolicy() {
|
|
29838
30234
|
try {
|
|
@@ -29856,6 +30252,56 @@ var ProjectCli = class {
|
|
|
29856
30252
|
}
|
|
29857
30253
|
return stage === "article" || stage === "titles";
|
|
29858
30254
|
}
|
|
30255
|
+
async #skipArticleAdoptionPrerequisites(directory, manifest, timestamp, execution) {
|
|
30256
|
+
const pendingCheckpoints = [];
|
|
30257
|
+
for (const stage of ["research", "brief", "outline"]) {
|
|
30258
|
+
const existing = await loadCheckpoint(directory, manifest, stage);
|
|
30259
|
+
if (existing !== void 0) {
|
|
30260
|
+
if (existing.status !== "skipped") {
|
|
30261
|
+
throw new ProjectCliError(
|
|
30262
|
+
"DXC_PROJECT_STAGE_INVALID",
|
|
30263
|
+
"\u5DF2\u6709\u6B63\u6587\u63A5\u7BA1\u53EA\u5141\u8BB8\u7528\u4E8E\u5C1A\u672A\u5F00\u59CB\u7684\u65B0\u9879\u76EE\uFF1B\u5DF2\u6709\u7814\u7A76\u6216\u5927\u7EB2\u65F6\u8BF7\u65B0\u5EFA\u9879\u76EE\u6216\u4ECE\u5F53\u524D\u9636\u6BB5\u7EE7\u7EED\u3002"
|
|
30264
|
+
);
|
|
30265
|
+
}
|
|
30266
|
+
continue;
|
|
30267
|
+
}
|
|
30268
|
+
const artifact = await inspectArtifact(directory, manifest, stage);
|
|
30269
|
+
if (artifact.status !== "missing") {
|
|
30270
|
+
throw new ProjectCliError(
|
|
30271
|
+
"DXC_PROJECT_STAGE_INVALID",
|
|
30272
|
+
"\u5DF2\u6709\u6B63\u6587\u63A5\u7BA1\u4E0D\u80FD\u9759\u9ED8\u8986\u76D6\u5DF2\u7ECF\u5B58\u5728\u7684\u524D\u7F6E\u4EA7\u7269\u3002"
|
|
30273
|
+
);
|
|
30274
|
+
}
|
|
30275
|
+
const checkpoint = stepCheckpointSchema.parse({
|
|
30276
|
+
checkpointVersion: "3",
|
|
30277
|
+
completedAt: timestamp,
|
|
30278
|
+
confirmation: "not-required",
|
|
30279
|
+
confirmationBinding: null,
|
|
30280
|
+
execution,
|
|
30281
|
+
inputs: [],
|
|
30282
|
+
metadata: {
|
|
30283
|
+
summary: "\u7528\u6237\u63D0\u4F9B\u4E86\u53EF\u4FE1\u65E2\u6709\u6B63\u6587\uFF0C\u672C\u8DEF\u7EBF\u4E0D\u9700\u8981\u91CD\u65B0\u751F\u6210\u7814\u7A76\u3001Brief \u6216\u5927\u7EB2\u3002"
|
|
30284
|
+
},
|
|
30285
|
+
outputs: [artifactReference(artifact)],
|
|
30286
|
+
projectId: manifest.projectId,
|
|
30287
|
+
revision: 1,
|
|
30288
|
+
skill: ARTICLE_ADOPTION_SKILL,
|
|
30289
|
+
stage,
|
|
30290
|
+
startedAt: timestamp,
|
|
30291
|
+
status: "skipped",
|
|
30292
|
+
updatedAt: timestamp,
|
|
30293
|
+
waitingFor: null,
|
|
30294
|
+
workflowId: manifest.workflowId
|
|
30295
|
+
});
|
|
30296
|
+
pendingCheckpoints.push({ checkpoint, stage });
|
|
30297
|
+
}
|
|
30298
|
+
for (const { checkpoint, stage } of pendingCheckpoints) {
|
|
30299
|
+
await writeJsonAtomically(
|
|
30300
|
+
insideProject2(directory, checkpointRelativePath(manifest, stage)),
|
|
30301
|
+
checkpoint
|
|
30302
|
+
);
|
|
30303
|
+
}
|
|
30304
|
+
}
|
|
29859
30305
|
async #rememberProject(directory, manifest, updatedAt) {
|
|
29860
30306
|
const index = await loadProjectIndex(this.#projectIndexPath);
|
|
29861
30307
|
const projects = [
|
|
@@ -29880,10 +30326,10 @@ var ProjectCli = class {
|
|
|
29880
30326
|
}
|
|
29881
30327
|
}
|
|
29882
30328
|
async assertCanInitialize(directoryInput) {
|
|
29883
|
-
const directory = projectDirectory(this.#currentDirectory, directoryInput);
|
|
30329
|
+
const directory = projectDirectory(this.#currentDirectory, this.#homeDirectory, directoryInput);
|
|
29884
30330
|
const manifestTarget = path4.join(directory, MANIFEST_NAME);
|
|
29885
30331
|
try {
|
|
29886
|
-
await
|
|
30332
|
+
await lstat2(manifestTarget);
|
|
29887
30333
|
throw new ProjectCliError("DXC_PROJECT_EXISTS", "A DxC project already exists");
|
|
29888
30334
|
} catch (error) {
|
|
29889
30335
|
if (error instanceof ProjectCliError) {
|
|
@@ -29895,7 +30341,7 @@ var ProjectCli = class {
|
|
|
29895
30341
|
}
|
|
29896
30342
|
}
|
|
29897
30343
|
async initialize(directoryInput, title, knowledgeArticleCount = 0) {
|
|
29898
|
-
const directory = projectDirectory(this.#currentDirectory, directoryInput);
|
|
30344
|
+
const directory = projectDirectory(this.#currentDirectory, this.#homeDirectory, directoryInput);
|
|
29899
30345
|
const manifestTarget = path4.join(directory, MANIFEST_NAME);
|
|
29900
30346
|
try {
|
|
29901
30347
|
await mkdir(directory, { recursive: true });
|
|
@@ -29965,7 +30411,7 @@ var ProjectCli = class {
|
|
|
29965
30411
|
const summary = workflowSummary(checkpoints);
|
|
29966
30412
|
let assetsDirectoryReady = false;
|
|
29967
30413
|
try {
|
|
29968
|
-
const metadata = await
|
|
30414
|
+
const metadata = await lstat2(insideProject2(directory, manifest.assetsDirectory));
|
|
29969
30415
|
assetsDirectoryReady = metadata.isDirectory() && !metadata.isSymbolicLink();
|
|
29970
30416
|
} catch (error) {
|
|
29971
30417
|
if (errorCode(error) !== "ENOENT") {
|
|
@@ -29988,7 +30434,7 @@ var ProjectCli = class {
|
|
|
29988
30434
|
});
|
|
29989
30435
|
}
|
|
29990
30436
|
async status(directoryInput) {
|
|
29991
|
-
const directory = projectDirectory(this.#currentDirectory, directoryInput);
|
|
30437
|
+
const directory = projectDirectory(this.#currentDirectory, this.#homeDirectory, directoryInput);
|
|
29992
30438
|
const result = await this.#statusAtDirectory(directory);
|
|
29993
30439
|
await this.#rememberProject(directory, result.data.manifest, this.#now().toISOString());
|
|
29994
30440
|
return result;
|
|
@@ -30000,7 +30446,7 @@ var ProjectCli = class {
|
|
|
30000
30446
|
}
|
|
30001
30447
|
const index = await loadProjectIndex(this.#projectIndexPath);
|
|
30002
30448
|
const currentProjectDirectory = await findNearestProjectDirectory(
|
|
30003
|
-
projectDirectory(this.#currentDirectory, directoryInput)
|
|
30449
|
+
projectDirectory(this.#currentDirectory, this.#homeDirectory, directoryInput)
|
|
30004
30450
|
);
|
|
30005
30451
|
const candidates = [...index.projects];
|
|
30006
30452
|
let currentCandidate;
|
|
@@ -30077,34 +30523,45 @@ var ProjectCli = class {
|
|
|
30077
30523
|
throw new ProjectCliError("DXC_PROJECT_STAGE_INVALID", "Checkpoint options are invalid");
|
|
30078
30524
|
}
|
|
30079
30525
|
const expectedSkill = CONTENT_STAGE_SKILLS[stage.data];
|
|
30080
|
-
const
|
|
30081
|
-
|
|
30526
|
+
const effectiveSkill = options.skill ?? expectedSkill.name;
|
|
30527
|
+
const effectiveSkillVersion = options.skillVersion ?? expectedSkill.version;
|
|
30528
|
+
const adoptsExistingArticle = stage.data === "article" && effectiveSkill === ARTICLE_ADOPTION_SKILL.name && effectiveSkillVersion === ARTICLE_ADOPTION_SKILL.version;
|
|
30529
|
+
if (!adoptsExistingArticle && (effectiveSkill !== expectedSkill.name || effectiveSkillVersion !== expectedSkill.version)) {
|
|
30082
30530
|
throw new ProjectCliError(
|
|
30083
30531
|
"DXC_PROJECT_STAGE_INVALID",
|
|
30084
30532
|
`\u9636\u6BB5 ${stage.data} \u5FC5\u987B\u7531 ${expectedSkill.name}@${expectedSkill.version} \u5199\u5165\u68C0\u67E5\u70B9\u3002`
|
|
30085
30533
|
);
|
|
30086
30534
|
}
|
|
30087
|
-
const
|
|
30088
|
-
|
|
30089
|
-
|
|
30090
|
-
|
|
30091
|
-
|
|
30092
|
-
|
|
30093
|
-
|
|
30094
|
-
|
|
30095
|
-
|
|
30096
|
-
|
|
30097
|
-
if (
|
|
30535
|
+
const directory = projectDirectory(
|
|
30536
|
+
this.#currentDirectory,
|
|
30537
|
+
this.#homeDirectory,
|
|
30538
|
+
options.directory
|
|
30539
|
+
);
|
|
30540
|
+
const manifest = await loadManifest(directory);
|
|
30541
|
+
const existing = await loadCheckpoint(directory, manifest, stage.data);
|
|
30542
|
+
const timestamp = this.#now().toISOString();
|
|
30543
|
+
const currentStatus = await this.#statusAtDirectory(directory);
|
|
30544
|
+
const adoptionCanEnter = adoptsExistingArticle && (currentStatus.data.nextStage === "research" || currentStatus.data.nextStage === "article");
|
|
30545
|
+
if (!adoptionCanEnter && currentStatus.data.nextStage !== stage.data) {
|
|
30098
30546
|
throw new ProjectCliError(
|
|
30099
30547
|
"DXC_PROJECT_STAGE_INVALID",
|
|
30100
|
-
"
|
|
30548
|
+
currentStatus.data.nextStage === null ? "\u5DE5\u4F5C\u6D41\u5DF2\u7ECF\u5B8C\u6210\uFF1B\u8BF7\u5148\u4FEE\u6539\u76EE\u6807\u9636\u6BB5\u4EA7\u7269\uFF0C\u4F7F\u8BE5\u9636\u6BB5\u8FDB\u5165 stale \u540E\u518D\u91CD\u505A\u3002" : `\u5F53\u524D\u5FC5\u987B\u5148\u5904\u7406 ${currentStatus.data.nextStage}\uFF0C\u4E0D\u80FD\u8D8A\u8FC7\u672A\u5B8C\u6210\u6216\u5DF2\u8FC7\u671F\u9636\u6BB5\u5199\u5165 ${stage.data}\u3002`
|
|
30101
30549
|
);
|
|
30102
30550
|
}
|
|
30103
|
-
const
|
|
30104
|
-
const
|
|
30105
|
-
const
|
|
30106
|
-
|
|
30107
|
-
|
|
30551
|
+
const researchCheckpoint = stage.data === "quality-review" ? await loadCheckpoint(directory, manifest, "research") : void 0;
|
|
30552
|
+
const stageInputs = adoptsExistingArticle ? { optional: [], required: [] } : stage.data === "quality-review" && researchCheckpoint?.status === "skipped" ? { optional: ["visual-plan"], required: ["article", "titles"] } : CONTENT_STAGE_INPUTS[stage.data];
|
|
30553
|
+
const inferredOptionalInputs = options.inputStages === void 0 && existing === void 0 && stage.data === "delivery" ? (await Promise.all(
|
|
30554
|
+
stageInputs.optional.map(async (inputStage) => ({
|
|
30555
|
+
inputStage,
|
|
30556
|
+
status: await inspectArtifact(directory, manifest, inputStage)
|
|
30557
|
+
}))
|
|
30558
|
+
)).filter((input) => input.status.status === "ready").map((input) => input.inputStage) : [];
|
|
30559
|
+
const migratedExistingInputs = existing?.checkpointVersion === "2" || existing?.checkpointVersion === "3" ? migrateCheckpointInputKinds(
|
|
30560
|
+
stageInputs.required,
|
|
30561
|
+
stageInputs.optional,
|
|
30562
|
+
existing.inputs.map((input) => input.kind)
|
|
30563
|
+
) : [];
|
|
30564
|
+
const inputStageValues = options.inputStages !== void 0 ? [...stageInputs.required, ...options.inputStages] : existing?.checkpointVersion === "2" || existing?.checkpointVersion === "3" ? migratedExistingInputs : [...stageInputs.required, ...inferredOptionalInputs];
|
|
30108
30565
|
const inputStages = inputStageValues.map(
|
|
30109
30566
|
(inputStage) => contentArtifactKindSchema.safeParse(inputStage)
|
|
30110
30567
|
);
|
|
@@ -30123,7 +30580,6 @@ var ProjectCli = class {
|
|
|
30123
30580
|
].sort(
|
|
30124
30581
|
(left, right) => CONTENT_ARTIFACT_KINDS.indexOf(left) - CONTENT_ARTIFACT_KINDS.indexOf(right)
|
|
30125
30582
|
);
|
|
30126
|
-
const stageInputs = adoptsExistingArticle ? { optional: [], required: [] } : CONTENT_STAGE_INPUTS[stage.data];
|
|
30127
30583
|
const missingRequiredInputs = stageInputs.required.filter(
|
|
30128
30584
|
(inputStage) => !parsedInputStages.includes(inputStage)
|
|
30129
30585
|
);
|
|
@@ -30163,8 +30619,64 @@ var ProjectCli = class {
|
|
|
30163
30619
|
);
|
|
30164
30620
|
}
|
|
30165
30621
|
const inputs = inputArtifactStatuses.map(artifactReference);
|
|
30166
|
-
const
|
|
30622
|
+
const requestedNeedsArtifact = status.data === "awaiting-user" || status.data === "completed";
|
|
30623
|
+
const artifactStatusBeforeNormalization = await inspectArtifact(
|
|
30624
|
+
directory,
|
|
30625
|
+
manifest,
|
|
30626
|
+
stage.data
|
|
30627
|
+
);
|
|
30628
|
+
let artifactRequiresConfirmation = false;
|
|
30629
|
+
if (requestedNeedsArtifact && artifactStatusBeforeNormalization.status === "ready") {
|
|
30630
|
+
try {
|
|
30631
|
+
artifactRequiresConfirmation = await stageArtifactRequiresUserConfirmation({
|
|
30632
|
+
directory,
|
|
30633
|
+
manifest,
|
|
30634
|
+
stage: stage.data
|
|
30635
|
+
});
|
|
30636
|
+
} catch (error) {
|
|
30637
|
+
if (error instanceof StageArtifactValidationError) {
|
|
30638
|
+
throw new ProjectCliError("DXC_PROJECT_STAGE_INVALID", error.message);
|
|
30639
|
+
}
|
|
30640
|
+
throw error;
|
|
30641
|
+
}
|
|
30642
|
+
}
|
|
30643
|
+
const requiresUserConfirmation = await this.#requiresUserConfirmation(stage.data) || artifactRequiresConfirmation;
|
|
30644
|
+
const confirmationRequired = status.data === "completed" && requiresUserConfirmation && options.confirmed !== true;
|
|
30645
|
+
const effectiveStatus = confirmationRequired ? "awaiting-user" : status.data;
|
|
30646
|
+
const waitingFor = confirmationRequired ? requestedWaitingFor ?? (artifactRequiresConfirmation ? "\u672C\u6B21\u70ED\u70B9\u7814\u7A76\u5C06\u8DF3\u8FC7\u5916\u90E8\u89C2\u70B9\u626B\u63CF\uFF0C\u53EA\u4FDD\u7559\u4E8B\u5B9E\u4E0E\u7528\u6237\u6750\u6599\u3002\u8BF7\u786E\u8BA4\u662F\u5426\u63A5\u53D7\u8FD9\u6761\u7814\u7A76\u8DEF\u7EBF\u3002" : `\u8BF7\u786E\u8BA4 ${stage.data} \u9636\u6BB5\u5F53\u524D\u5FEB\u7167\uFF1B\u786E\u8BA4\u540E\u4F7F\u7528 --confirm \u5B8C\u6210\u8BE5\u9636\u6BB5\u3002`) : requestedWaitingFor;
|
|
30647
|
+
if (effectiveStatus === "failed" && options.errorCode === void 0) {
|
|
30648
|
+
throw new ProjectCliError(
|
|
30649
|
+
"DXC_PROJECT_STAGE_INVALID",
|
|
30650
|
+
"Failed checkpoint needs an error code"
|
|
30651
|
+
);
|
|
30652
|
+
}
|
|
30653
|
+
if (effectiveStatus === "awaiting-user" && (waitingFor === void 0 || waitingFor.length === 0) || effectiveStatus !== "awaiting-user" && waitingFor !== void 0) {
|
|
30654
|
+
throw new ProjectCliError(
|
|
30655
|
+
"DXC_PROJECT_STAGE_INVALID",
|
|
30656
|
+
"Awaiting checkpoint needs one waiting-for prompt"
|
|
30657
|
+
);
|
|
30658
|
+
}
|
|
30167
30659
|
const needsArtifact = effectiveStatus === "awaiting-user" || effectiveStatus === "completed";
|
|
30660
|
+
if (needsArtifact) {
|
|
30661
|
+
try {
|
|
30662
|
+
await normalizeStageArtifact({
|
|
30663
|
+
artifactStatus: effectiveStatus === "completed" ? "complete" : "awaiting-user",
|
|
30664
|
+
createdAt: timestamp,
|
|
30665
|
+
directory,
|
|
30666
|
+
inputs,
|
|
30667
|
+
manifest,
|
|
30668
|
+
skill: effectiveSkill,
|
|
30669
|
+
skillVersion: effectiveSkillVersion,
|
|
30670
|
+
stage: stage.data
|
|
30671
|
+
});
|
|
30672
|
+
} catch (error) {
|
|
30673
|
+
if (error instanceof StageArtifactValidationError) {
|
|
30674
|
+
throw new ProjectCliError("DXC_PROJECT_STAGE_INVALID", error.message);
|
|
30675
|
+
}
|
|
30676
|
+
throw error;
|
|
30677
|
+
}
|
|
30678
|
+
}
|
|
30679
|
+
const artifactStatus = await inspectArtifact(directory, manifest, stage.data);
|
|
30168
30680
|
if (needsArtifact && artifactStatus.status !== "ready") {
|
|
30169
30681
|
throw new ProjectCliError(
|
|
30170
30682
|
"DXC_PROJECT_STAGE_INVALID",
|
|
@@ -30179,8 +30691,8 @@ var ProjectCli = class {
|
|
|
30179
30691
|
directory,
|
|
30180
30692
|
inputs,
|
|
30181
30693
|
manifest,
|
|
30182
|
-
skill:
|
|
30183
|
-
skillVersion:
|
|
30694
|
+
skill: effectiveSkill,
|
|
30695
|
+
skillVersion: effectiveSkillVersion,
|
|
30184
30696
|
stage: stage.data
|
|
30185
30697
|
});
|
|
30186
30698
|
} catch (error) {
|
|
@@ -30207,13 +30719,15 @@ var ProjectCli = class {
|
|
|
30207
30719
|
const confirmationRelevant = effectiveStatus === "awaiting-user" || effectiveStatus === "completed" && requiresUserConfirmation && options.confirmed;
|
|
30208
30720
|
const previousBinding = existing?.checkpointVersion === "3" ? existing.confirmationBinding : null;
|
|
30209
30721
|
const confirmationSnapshotType = artifactValidation?.snapshotType ?? "stage-artifact";
|
|
30210
|
-
|
|
30722
|
+
const legacyPendingSnapshotMatches = options.confirmed && previousBinding?.snapshotType === "stage-artifact" && artifactStatusBeforeNormalization.status === "ready" && previousBinding.snapshotHash === artifactStatusBeforeNormalization.sha256;
|
|
30723
|
+
const previousSnapshotMatches = previousBinding?.snapshotHash === confirmationSnapshotHash || legacyPendingSnapshotMatches;
|
|
30724
|
+
if (effectiveStatus === "completed" && requiresUserConfirmation && options.confirmed && (existing?.status !== "awaiting-user" || existing.confirmation !== "pending" || previousBinding?.status !== "pending" || !previousSnapshotMatches || previousBinding.snapshotType !== confirmationSnapshotType)) {
|
|
30211
30725
|
throw new ProjectCliError(
|
|
30212
30726
|
"DXC_PROJECT_STAGE_INVALID",
|
|
30213
30727
|
"\u5F53\u524D\u5185\u5BB9\u6216\u6E32\u67D3\u5FEB\u7167\u4E0D\u662F\u521A\u624D\u7B49\u5F85\u786E\u8BA4\u7684\u7248\u672C\uFF1B\u8BF7\u5148\u91CD\u65B0\u5C55\u793A\u5E76\u5199\u5165 awaiting-user \u68C0\u67E5\u70B9\uFF0C\u518D\u6839\u636E\u7528\u6237\u660E\u786E\u56DE\u7B54\u786E\u8BA4\u3002"
|
|
30214
30728
|
);
|
|
30215
30729
|
}
|
|
30216
|
-
const requestedAt = previousBinding !== null &&
|
|
30730
|
+
const requestedAt = previousBinding !== null && previousSnapshotMatches && previousBinding.snapshotType === confirmationSnapshotType ? previousBinding.requestedAt : timestamp;
|
|
30217
30731
|
const confirmedBy = options.confirmedBy?.trim() || "local-interactive-user";
|
|
30218
30732
|
const checkpointResult = stepCheckpointSchema.safeParse({
|
|
30219
30733
|
...needsArtifact && artifactStatus.status === "ready" ? {
|
|
@@ -30248,8 +30762,8 @@ var ProjectCli = class {
|
|
|
30248
30762
|
projectId: manifest.projectId,
|
|
30249
30763
|
revision: (existing?.revision ?? 0) + 1,
|
|
30250
30764
|
skill: {
|
|
30251
|
-
name:
|
|
30252
|
-
version:
|
|
30765
|
+
name: effectiveSkill,
|
|
30766
|
+
version: effectiveSkillVersion
|
|
30253
30767
|
},
|
|
30254
30768
|
stage: stage.data,
|
|
30255
30769
|
startedAt: status.data === "running" && existing !== void 0 && TERMINAL_CHECKPOINT_STATUSES.has(existing.status) ? timestamp : existing?.startedAt ?? timestamp,
|
|
@@ -30263,6 +30777,12 @@ var ProjectCli = class {
|
|
|
30263
30777
|
}
|
|
30264
30778
|
const checkpoint = checkpointResult.data;
|
|
30265
30779
|
const relativePath = checkpointRelativePath(manifest, stage.data);
|
|
30780
|
+
if (adoptsExistingArticle) {
|
|
30781
|
+
await this.#skipArticleAdoptionPrerequisites(directory, manifest, timestamp, {
|
|
30782
|
+
dataTransit: dataTransit.data,
|
|
30783
|
+
location: executionLocation.data
|
|
30784
|
+
});
|
|
30785
|
+
}
|
|
30266
30786
|
await this.#rememberProject(directory, manifest, timestamp);
|
|
30267
30787
|
await writeJsonAtomically(insideProject2(directory, relativePath), checkpoint);
|
|
30268
30788
|
return contentProjectCheckpointResultSchema.parse({
|
|
@@ -30282,7 +30802,7 @@ var ProjectCli = class {
|
|
|
30282
30802
|
};
|
|
30283
30803
|
|
|
30284
30804
|
// apps/cli/src/skills.ts
|
|
30285
|
-
import { cp, lstat as
|
|
30805
|
+
import { cp, lstat as lstat3, mkdir as mkdir2, mkdtemp, readdir, rename as rename4, rm } from "node:fs/promises";
|
|
30286
30806
|
import os from "node:os";
|
|
30287
30807
|
import path5 from "node:path";
|
|
30288
30808
|
import { fileURLToPath } from "node:url";
|
|
@@ -30311,7 +30831,7 @@ var SkillInstallerError = class extends Error {
|
|
|
30311
30831
|
};
|
|
30312
30832
|
async function isDirectory(directory) {
|
|
30313
30833
|
try {
|
|
30314
|
-
return (await
|
|
30834
|
+
return (await lstat3(directory)).isDirectory();
|
|
30315
30835
|
} catch {
|
|
30316
30836
|
return false;
|
|
30317
30837
|
}
|
|
@@ -30335,7 +30855,7 @@ async function findBundledSkills() {
|
|
|
30335
30855
|
async function assertRegularSkillTree(directory) {
|
|
30336
30856
|
for (const entry of await readdir(directory, { withFileTypes: true })) {
|
|
30337
30857
|
const entryPath = path5.join(directory, entry.name);
|
|
30338
|
-
const entryStat = await
|
|
30858
|
+
const entryStat = await lstat3(entryPath);
|
|
30339
30859
|
if (entryStat.isSymbolicLink()) {
|
|
30340
30860
|
throw new SkillInstallerError(
|
|
30341
30861
|
"DXC_SKILL_SOURCE_UNSAFE",
|
|
@@ -30358,23 +30878,31 @@ function defaultTargetDirectory(homeDirectory, target) {
|
|
|
30358
30878
|
return path5.join(homeDirectory, target === "codex" ? ".codex" : ".workbuddy", "skills");
|
|
30359
30879
|
}
|
|
30360
30880
|
var SkillInstaller = class {
|
|
30361
|
-
constructor(homeDirectory = os.homedir()) {
|
|
30881
|
+
constructor(homeDirectory = os.homedir(), currentDirectory = process.cwd(), remove = rm) {
|
|
30362
30882
|
this.homeDirectory = homeDirectory;
|
|
30883
|
+
this.currentDirectory = currentDirectory;
|
|
30884
|
+
this.remove = remove;
|
|
30363
30885
|
}
|
|
30364
30886
|
homeDirectory;
|
|
30887
|
+
currentDirectory;
|
|
30888
|
+
remove;
|
|
30365
30889
|
async install(options) {
|
|
30366
30890
|
const sourceRoot = await findBundledSkills();
|
|
30367
|
-
const targetRoot =
|
|
30368
|
-
|
|
30369
|
-
|
|
30891
|
+
const targetRoot = resolveUserPath({
|
|
30892
|
+
currentDirectory: this.currentDirectory,
|
|
30893
|
+
homeDirectory: this.homeDirectory,
|
|
30894
|
+
input: options.directory ?? defaultTargetDirectory(this.homeDirectory, options.target)
|
|
30895
|
+
});
|
|
30370
30896
|
await mkdir2(targetRoot, { mode: 448, recursive: true });
|
|
30371
30897
|
const installed = [];
|
|
30372
30898
|
const skipped = [];
|
|
30899
|
+
const cleanupWarnings = [];
|
|
30373
30900
|
for (const skill of OFFICIAL_SKILLS) {
|
|
30374
30901
|
const source = path5.join(sourceRoot, skill);
|
|
30375
30902
|
const destination = path5.join(targetRoot, skill);
|
|
30376
30903
|
await assertRegularSkillTree(source);
|
|
30377
|
-
|
|
30904
|
+
const destinationExists = await isDirectory(destination);
|
|
30905
|
+
if (destinationExists) {
|
|
30378
30906
|
if (!options.force) {
|
|
30379
30907
|
skipped.push(skill);
|
|
30380
30908
|
continue;
|
|
@@ -30388,22 +30916,33 @@ var SkillInstaller = class {
|
|
|
30388
30916
|
errorOnExist: true,
|
|
30389
30917
|
recursive: true
|
|
30390
30918
|
});
|
|
30391
|
-
if (
|
|
30392
|
-
await
|
|
30919
|
+
if (destinationExists) {
|
|
30920
|
+
await rename4(destination, backup);
|
|
30393
30921
|
}
|
|
30394
|
-
await
|
|
30395
|
-
await rm(backup, { force: true, recursive: true });
|
|
30922
|
+
await rename4(stagedSkill, destination);
|
|
30396
30923
|
installed.push(skill);
|
|
30924
|
+
if (destinationExists) {
|
|
30925
|
+
try {
|
|
30926
|
+
await this.remove(backup, { force: true, recursive: true });
|
|
30927
|
+
} catch {
|
|
30928
|
+
cleanupWarnings.push(`${skill}:backup`);
|
|
30929
|
+
}
|
|
30930
|
+
}
|
|
30397
30931
|
} catch (error) {
|
|
30398
30932
|
if (!await isDirectory(destination) && await isDirectory(backup)) {
|
|
30399
|
-
await
|
|
30933
|
+
await rename4(backup, destination);
|
|
30400
30934
|
}
|
|
30401
30935
|
throw error;
|
|
30402
30936
|
} finally {
|
|
30403
|
-
|
|
30937
|
+
try {
|
|
30938
|
+
await this.remove(stagingRoot, { force: true, recursive: true });
|
|
30939
|
+
} catch {
|
|
30940
|
+
cleanupWarnings.push(`${skill}:staging`);
|
|
30941
|
+
}
|
|
30404
30942
|
}
|
|
30405
30943
|
}
|
|
30406
30944
|
return {
|
|
30945
|
+
cleanupWarnings,
|
|
30407
30946
|
directory: targetRoot,
|
|
30408
30947
|
installed,
|
|
30409
30948
|
skipped,
|
|
@@ -30419,10 +30958,10 @@ import {
|
|
|
30419
30958
|
createPrivateKey as createPrivateKey2,
|
|
30420
30959
|
createPublicKey as createPublicKey2,
|
|
30421
30960
|
randomBytes,
|
|
30422
|
-
randomUUID as
|
|
30961
|
+
randomUUID as randomUUID4
|
|
30423
30962
|
} from "node:crypto";
|
|
30424
30963
|
import { constants as fileConstants3 } from "node:fs";
|
|
30425
|
-
import { chmod, mkdir as mkdir3, open as open3, rename as
|
|
30964
|
+
import { chmod, mkdir as mkdir3, open as open3, rename as rename5, rm as rm2, writeFile as writeFile3 } from "node:fs/promises";
|
|
30426
30965
|
import os2 from "node:os";
|
|
30427
30966
|
import path7 from "node:path";
|
|
30428
30967
|
|
|
@@ -30572,7 +31111,7 @@ var LOG_REDACTION_PATHS = Object.freeze([
|
|
|
30572
31111
|
// apps/cli/src/publishing-assets.ts
|
|
30573
31112
|
import { createHash as createHash6 } from "node:crypto";
|
|
30574
31113
|
import { constants as fileConstants2 } from "node:fs";
|
|
30575
|
-
import { lstat as
|
|
31114
|
+
import { lstat as lstat4, open as open2, readdir as readdir2, realpath } from "node:fs/promises";
|
|
30576
31115
|
import path6 from "node:path";
|
|
30577
31116
|
var import_yaml3 = __toESM(require_dist(), 1);
|
|
30578
31117
|
|
|
@@ -30595,7 +31134,9 @@ var MAXIMUM_INLINE_IMAGE_BYTES2 = 1024 * 1024 - 1;
|
|
|
30595
31134
|
var MAXIMUM_INLINE_IMAGES = 20;
|
|
30596
31135
|
var SUPPORTED_IMAGE_EXTENSIONS = /* @__PURE__ */ new Set([".jpeg", ".jpg", ".png"]);
|
|
30597
31136
|
var VISUAL_PLAN_MAXIMUM_BYTES = 128 * 1024;
|
|
31137
|
+
var ARTICLE_FRONTMATTER = /^---\r?\n([\s\S]*?)\r?\n---(?:\r?\n|$)([\s\S]*)$/u;
|
|
30598
31138
|
var VISUAL_PLAN_FRONTMATTER = /^---\r?\n([\s\S]*?)\r?\n---(?:\r?\n|$)/u;
|
|
31139
|
+
var LOCAL_WORKFLOW_FRONTMATTER_KEYS = ["dxc", "goldenLinesPath", "goldenLinesSha256"];
|
|
30599
31140
|
async function readPublishingInput(inputPath, maximumBytes) {
|
|
30600
31141
|
const target = path6.resolve(inputPath);
|
|
30601
31142
|
let handle;
|
|
@@ -30685,7 +31226,7 @@ async function collectedImages(directoryInput, articleDirectory) {
|
|
|
30685
31226
|
const directory = path6.resolve(directoryInput);
|
|
30686
31227
|
let entries;
|
|
30687
31228
|
try {
|
|
30688
|
-
const metadata = await
|
|
31229
|
+
const metadata = await lstat4(directory);
|
|
30689
31230
|
if (!metadata.isDirectory() || metadata.isSymbolicLink()) {
|
|
30690
31231
|
throw new WechatCliError(
|
|
30691
31232
|
"DXC_PUBLISHING_ASSETS_DIRECTORY_INVALID",
|
|
@@ -30769,7 +31310,9 @@ function injectCollectedImages(source, images) {
|
|
|
30769
31310
|
async function plannedInlineImages(visualPlanFile, availableByFileName) {
|
|
30770
31311
|
let source;
|
|
30771
31312
|
try {
|
|
30772
|
-
source = (await readPublishingInput(visualPlanFile, VISUAL_PLAN_MAXIMUM_BYTES)).bytes.toString(
|
|
31313
|
+
source = (await readPublishingInput(visualPlanFile, VISUAL_PLAN_MAXIMUM_BYTES)).bytes.toString(
|
|
31314
|
+
"utf8"
|
|
31315
|
+
);
|
|
30773
31316
|
} catch {
|
|
30774
31317
|
throw new WechatCliError("DXC_PUBLISHING_VISUAL_PLAN_INVALID");
|
|
30775
31318
|
}
|
|
@@ -30787,34 +31330,55 @@ async function plannedInlineImages(visualPlanFile, availableByFileName) {
|
|
|
30787
31330
|
if (!parsed.success) {
|
|
30788
31331
|
throw new WechatCliError("DXC_PUBLISHING_VISUAL_PLAN_INVALID");
|
|
30789
31332
|
}
|
|
30790
|
-
return Promise.all(
|
|
30791
|
-
|
|
30792
|
-
|
|
30793
|
-
|
|
30794
|
-
|
|
30795
|
-
|
|
30796
|
-
|
|
30797
|
-
|
|
30798
|
-
|
|
30799
|
-
|
|
30800
|
-
|
|
30801
|
-
|
|
30802
|
-
|
|
30803
|
-
|
|
30804
|
-
|
|
30805
|
-
|
|
30806
|
-
|
|
30807
|
-
|
|
30808
|
-
|
|
30809
|
-
|
|
30810
|
-
|
|
30811
|
-
|
|
30812
|
-
|
|
30813
|
-
|
|
31333
|
+
return Promise.all(
|
|
31334
|
+
parsed.data.inlineAssets.map(async (asset) => {
|
|
31335
|
+
const absolutePath = availableByFileName.get(path6.posix.basename(asset.path));
|
|
31336
|
+
if (absolutePath === void 0) {
|
|
31337
|
+
throw new WechatCliError(
|
|
31338
|
+
"DXC_PUBLISHING_VISUAL_PLAN_INVALID",
|
|
31339
|
+
`\u89C6\u89C9\u8BA1\u5212\u58F0\u660E\u7684\u7D20\u6750 ${path6.posix.basename(asset.path)} \u4E0D\u5728\u6307\u5B9A\u7D20\u6750\u76EE\u5F55\u4E2D\u3002`
|
|
31340
|
+
);
|
|
31341
|
+
}
|
|
31342
|
+
const input = await readPublishingInput(absolutePath, MAXIMUM_INLINE_IMAGE_BYTES2);
|
|
31343
|
+
if (createHash6("sha256").update(input.bytes).digest("hex") !== asset.sha256) {
|
|
31344
|
+
throw new WechatCliError(
|
|
31345
|
+
"DXC_PUBLISHING_VISUAL_PLAN_INVALID",
|
|
31346
|
+
`\u89C6\u89C9\u8BA1\u5212\u58F0\u660E\u7684\u7D20\u6750 ${path6.posix.basename(asset.path)} \u4E0E\u8BB0\u5F55\u7684\u54C8\u5E0C\u4E0D\u4E00\u81F4\u3002`
|
|
31347
|
+
);
|
|
31348
|
+
}
|
|
31349
|
+
const digest = createHash6("sha256").update(absolutePath).digest("hex").slice(0, 12);
|
|
31350
|
+
const fileName = safeFileName(path6.basename(absolutePath)) || `visual-${digest}.png`;
|
|
31351
|
+
return {
|
|
31352
|
+
absolutePath,
|
|
31353
|
+
alt: asset.purpose,
|
|
31354
|
+
logicalPath: `assets/dxc-visuals/${digest}-${fileName}`,
|
|
31355
|
+
placementAnchor: asset.placementAnchor
|
|
31356
|
+
};
|
|
31357
|
+
})
|
|
31358
|
+
);
|
|
30814
31359
|
}
|
|
30815
31360
|
function logicalInlinePaths(bundle) {
|
|
30816
31361
|
return bundle.assets.filter((asset) => asset.role === "inline").map((asset) => asset.logicalPath);
|
|
30817
31362
|
}
|
|
31363
|
+
function publishingArticleSource(source) {
|
|
31364
|
+
const match = ARTICLE_FRONTMATTER.exec(source);
|
|
31365
|
+
const yamlSource = match?.[1];
|
|
31366
|
+
const body = match?.[2];
|
|
31367
|
+
if (yamlSource === void 0 || body === void 0) {
|
|
31368
|
+
throw new WechatCliError("DXC_PUBLISHING_ARTICLE_INVALID");
|
|
31369
|
+
}
|
|
31370
|
+
const document = (0, import_yaml3.parseDocument)(yamlSource, { uniqueKeys: true });
|
|
31371
|
+
if (document.errors.length > 0) {
|
|
31372
|
+
throw new WechatCliError("DXC_PUBLISHING_ARTICLE_INVALID");
|
|
31373
|
+
}
|
|
31374
|
+
for (const key of LOCAL_WORKFLOW_FRONTMATTER_KEYS) {
|
|
31375
|
+
document.delete(key);
|
|
31376
|
+
}
|
|
31377
|
+
return `---
|
|
31378
|
+
${document.toString().trimEnd()}
|
|
31379
|
+
---
|
|
31380
|
+
${body}`;
|
|
31381
|
+
}
|
|
30818
31382
|
async function preparePublishingDraft(input) {
|
|
30819
31383
|
const articleInput = await readPublishingInput(input.articleFile, MAXIMUM_ARTICLE_BYTES2);
|
|
30820
31384
|
const originalSource = articleInput.bytes.toString("utf8");
|
|
@@ -30862,11 +31426,17 @@ async function preparePublishingDraft(input) {
|
|
|
30862
31426
|
};
|
|
30863
31427
|
}).filter((asset) => !referenced.has(asset.logicalPath))
|
|
30864
31428
|
];
|
|
30865
|
-
const
|
|
31429
|
+
const materializedSource = injectCollectedImages(originalSource, injected);
|
|
31430
|
+
let finalSource;
|
|
30866
31431
|
let bundle;
|
|
30867
31432
|
try {
|
|
31433
|
+
parseArticleDocument(materializedSource);
|
|
31434
|
+
finalSource = publishingArticleSource(materializedSource);
|
|
30868
31435
|
bundle = parseArticleDocument(finalSource);
|
|
30869
|
-
} catch {
|
|
31436
|
+
} catch (error) {
|
|
31437
|
+
if (error instanceof WechatCliError) {
|
|
31438
|
+
throw error;
|
|
31439
|
+
}
|
|
30870
31440
|
throw new WechatCliError("DXC_PUBLISHING_ARTICLE_INVALID");
|
|
30871
31441
|
}
|
|
30872
31442
|
bundle = input.title === void 0 ? bundle : { ...bundle, title: input.title.trim() };
|
|
@@ -30939,6 +31509,28 @@ function writeAgentBrowserEvent(output, event) {
|
|
|
30939
31509
|
`
|
|
30940
31510
|
);
|
|
30941
31511
|
}
|
|
31512
|
+
async function presentDraftPreview(output, openExternal, preview, browserMode) {
|
|
31513
|
+
if (browserMode === "agent") {
|
|
31514
|
+
writeAgentBrowserEvent(output, {
|
|
31515
|
+
expiresAt: preview.expiresAt,
|
|
31516
|
+
kind: "wechat-draft-preview",
|
|
31517
|
+
url: preview.url
|
|
31518
|
+
});
|
|
31519
|
+
output.writeStderr(
|
|
31520
|
+
"\u8BF7\u7531\u5F53\u524D Agent \u5728\u53F3\u4FA7\u5185\u7F6E\u6D4F\u89C8\u5668\u6253\u5F00\u9884\u89C8\uFF1B\u82E5\u5BBF\u4E3B\u4E0D\u652F\u6301\u53F3\u4FA7\u6D4F\u89C8\u5668\uFF0C\u4F7F\u7528\u540C\u4E00\u5FEB\u7167\u7684 --browser system \u56DE\u9000\u5230\u7CFB\u7EDF\u9ED8\u8BA4\u6D4F\u89C8\u5668\u3002\n"
|
|
31521
|
+
);
|
|
31522
|
+
return;
|
|
31523
|
+
}
|
|
31524
|
+
if (!await openExternal(preview.url)) {
|
|
31525
|
+
output.writeStderr(
|
|
31526
|
+
`\u6CA1\u6709\u81EA\u52A8\u6253\u5F00\u9884\u89C8\u9875\u9762\u3002\u8BF7\u70B9\u51FB\u4E0B\u9762\u7684\u4E34\u65F6\u94FE\u63A5\u67E5\u770B\u9884\u89C8\uFF1B\u67E5\u770B\u540E\u56DE\u5230\u8FD9\u91CC\u786E\u8BA4\u3002
|
|
31527
|
+
${preview.url}
|
|
31528
|
+
`
|
|
31529
|
+
);
|
|
31530
|
+
return;
|
|
31531
|
+
}
|
|
31532
|
+
output.writeStderr("\u5DF2\u5728\u7CFB\u7EDF\u9ED8\u8BA4\u6D4F\u89C8\u5668\u6253\u5F00\u4E0D\u53EF\u53D8\u9884\u89C8\u3002\n");
|
|
31533
|
+
}
|
|
30942
31534
|
function isLoopbackHostname(hostname) {
|
|
30943
31535
|
if (hostname === "localhost" || hostname === "[::1]" || hostname === "::1") {
|
|
30944
31536
|
return true;
|
|
@@ -30959,8 +31551,11 @@ function apiBaseUrl(input) {
|
|
|
30959
31551
|
}
|
|
30960
31552
|
return url.toString().replace(/\/+$/u, "");
|
|
30961
31553
|
}
|
|
31554
|
+
function externalOpenCommand(url, platform = process.platform) {
|
|
31555
|
+
return platform === "darwin" ? { arguments_: [url], executable: "open" } : platform === "win32" ? { arguments_: [url], executable: "explorer.exe" } : { arguments_: [url], executable: "xdg-open" };
|
|
31556
|
+
}
|
|
30962
31557
|
async function defaultOpenExternal(url) {
|
|
30963
|
-
const command =
|
|
31558
|
+
const command = externalOpenCommand(url);
|
|
30964
31559
|
return new Promise((resolve) => {
|
|
30965
31560
|
const child = spawn(command.executable, command.arguments_, {
|
|
30966
31561
|
detached: true,
|
|
@@ -30978,6 +31573,22 @@ function defaultSleep(milliseconds) {
|
|
|
30978
31573
|
setTimeout(resolve, milliseconds);
|
|
30979
31574
|
});
|
|
30980
31575
|
}
|
|
31576
|
+
async function retryExpiredBrowserFlow(action, output) {
|
|
31577
|
+
try {
|
|
31578
|
+
return await action();
|
|
31579
|
+
} catch (error) {
|
|
31580
|
+
if (!(error instanceof WechatCliError) || ![
|
|
31581
|
+
"WECHAT_AUTHORIZATION_EXPIRED",
|
|
31582
|
+
"WECHAT_AUTHORIZATION_TIMEOUT",
|
|
31583
|
+
"WECHAT_LOGIN_EXPIRED",
|
|
31584
|
+
"WECHAT_LOGIN_TIMEOUT"
|
|
31585
|
+
].includes(error.code)) {
|
|
31586
|
+
throw error;
|
|
31587
|
+
}
|
|
31588
|
+
output.writeStderr("\u626B\u7801\u9875\u9762\u5DF2\u66F4\u65B0\uFF0C\u8BF7\u4F7F\u7528\u521A\u521A\u6253\u5F00\u7684\u65B0\u9875\u9762\u7EE7\u7EED\u3002\n");
|
|
31589
|
+
return action();
|
|
31590
|
+
}
|
|
31591
|
+
}
|
|
30981
31592
|
function sessionPath(stateDirectory) {
|
|
30982
31593
|
return path7.join(stateDirectory, "wechat-session.json");
|
|
30983
31594
|
}
|
|
@@ -31023,13 +31634,13 @@ async function saveSession(stateDirectory, session) {
|
|
|
31023
31634
|
await chmod(stateDirectory, 448);
|
|
31024
31635
|
const target = sessionPath(stateDirectory);
|
|
31025
31636
|
const temporary = `${target}.${process.pid}.tmp`;
|
|
31026
|
-
await
|
|
31637
|
+
await writeFile3(temporary, `${JSON.stringify(session)}
|
|
31027
31638
|
`, {
|
|
31028
31639
|
encoding: "utf8",
|
|
31029
31640
|
mode: 384
|
|
31030
31641
|
});
|
|
31031
31642
|
await chmod(temporary, 384);
|
|
31032
|
-
await
|
|
31643
|
+
await rename5(temporary, target);
|
|
31033
31644
|
await chmod(target, 384);
|
|
31034
31645
|
}
|
|
31035
31646
|
async function readSessionValue(stateDirectory) {
|
|
@@ -31147,7 +31758,7 @@ async function loadOrCreateDeviceIdentity(stateDirectory) {
|
|
|
31147
31758
|
const keyPair = generateDeviceKeyPair();
|
|
31148
31759
|
const identity = {
|
|
31149
31760
|
deviceName: os2.hostname().trim().slice(0, 80) || "DxC \u8BBE\u5907",
|
|
31150
|
-
installationId:
|
|
31761
|
+
installationId: randomUUID4(),
|
|
31151
31762
|
privateKeyPem: keyPair.privateKeyPem,
|
|
31152
31763
|
publicKeyFingerprint: keyPair.publicKeyFingerprint,
|
|
31153
31764
|
publicKeyPem: keyPair.publicKeyPem
|
|
@@ -31156,13 +31767,13 @@ async function loadOrCreateDeviceIdentity(stateDirectory) {
|
|
|
31156
31767
|
await chmod(stateDirectory, 448);
|
|
31157
31768
|
const target = deviceIdentityPath(stateDirectory);
|
|
31158
31769
|
const temporary = `${target}.${process.pid}.tmp`;
|
|
31159
|
-
await
|
|
31770
|
+
await writeFile3(temporary, `${JSON.stringify(identity)}
|
|
31160
31771
|
`, {
|
|
31161
31772
|
encoding: "utf8",
|
|
31162
31773
|
mode: 384
|
|
31163
31774
|
});
|
|
31164
31775
|
await chmod(temporary, 384);
|
|
31165
|
-
await
|
|
31776
|
+
await rename5(temporary, target);
|
|
31166
31777
|
await chmod(target, 384);
|
|
31167
31778
|
return { created: true, identity };
|
|
31168
31779
|
}
|
|
@@ -31194,6 +31805,22 @@ function secretHash(value) {
|
|
|
31194
31805
|
function bytesHash(value) {
|
|
31195
31806
|
return createHash7("sha256").update(value).digest("hex");
|
|
31196
31807
|
}
|
|
31808
|
+
function assertCompleteInlineAssets(expected, actual) {
|
|
31809
|
+
const expectedRecords = expected.map((asset) => ({
|
|
31810
|
+
logicalPath: asset.logicalPath,
|
|
31811
|
+
mediaType: asset.mediaType,
|
|
31812
|
+
sha256: bytesHash(asset.bytes)
|
|
31813
|
+
})).sort((left, right) => left.logicalPath.localeCompare(right.logicalPath, "en"));
|
|
31814
|
+
const actualRecords = [...actual].sort(
|
|
31815
|
+
(left, right) => left.logicalPath.localeCompare(right.logicalPath, "en")
|
|
31816
|
+
);
|
|
31817
|
+
if (JSON.stringify(expectedRecords) !== JSON.stringify(actualRecords)) {
|
|
31818
|
+
throw new WechatCliError(
|
|
31819
|
+
"DXC_PUBLISHING_INLINE_ASSETS_MISMATCH",
|
|
31820
|
+
"\u6B63\u6587\u56FE\u7247\u672A\u5B8C\u6574\u8FDB\u5165\u4E0D\u53EF\u53D8\u5FEB\u7167\uFF1B\u5DF2\u505C\u6B62\u521B\u5EFA\u8349\u7A3F\uFF0C\u8BF7\u4FEE\u590D\u56FE\u7247\u8DEF\u5F84\u6216\u4E0A\u4F20\u7ED3\u679C\u540E\u91CD\u65B0\u9884\u89C8\u3002"
|
|
31821
|
+
);
|
|
31822
|
+
}
|
|
31823
|
+
}
|
|
31197
31824
|
var WechatCli = class {
|
|
31198
31825
|
#fetch;
|
|
31199
31826
|
#openExternal;
|
|
@@ -31288,7 +31915,7 @@ var WechatCli = class {
|
|
|
31288
31915
|
const pending = session.pendingRefresh ?? {
|
|
31289
31916
|
nextDeviceRefreshToken: randomBytes(32).toString("base64url"),
|
|
31290
31917
|
nextDeviceToken: randomBytes(32).toString("base64url"),
|
|
31291
|
-
rotationId:
|
|
31918
|
+
rotationId: randomUUID4()
|
|
31292
31919
|
};
|
|
31293
31920
|
const pendingSession = {
|
|
31294
31921
|
apiBaseUrl: session.apiBaseUrl,
|
|
@@ -31346,18 +31973,23 @@ var WechatCli = class {
|
|
|
31346
31973
|
}
|
|
31347
31974
|
return session.deviceId;
|
|
31348
31975
|
}
|
|
31349
|
-
async accounts(output) {
|
|
31976
|
+
async accounts(output, json = false) {
|
|
31350
31977
|
const session = await loadSession(this.#stateDirectory);
|
|
31351
31978
|
const { response } = await this.#authenticatedFetch(
|
|
31352
31979
|
session,
|
|
31353
31980
|
`${session.apiBaseUrl}/api/v1/wechat/accounts`
|
|
31354
31981
|
);
|
|
31355
31982
|
const result = wechatAccountsResponseSchema.parse(await checkedJson(response));
|
|
31356
|
-
|
|
31357
|
-
output.writeStdout(
|
|
31358
|
-
|
|
31983
|
+
if (json) {
|
|
31984
|
+
output.writeStdout(`${JSON.stringify(result)}
|
|
31985
|
+
`);
|
|
31986
|
+
} else {
|
|
31987
|
+
for (const account of result.accounts) {
|
|
31988
|
+
output.writeStdout(
|
|
31989
|
+
`${account.id} ${account.displayName} ${account.draftCapability} ${account.permissions.join(",")}
|
|
31359
31990
|
`
|
|
31360
|
-
|
|
31991
|
+
);
|
|
31992
|
+
}
|
|
31361
31993
|
}
|
|
31362
31994
|
return result.accounts;
|
|
31363
31995
|
}
|
|
@@ -31472,6 +32104,7 @@ var WechatCli = class {
|
|
|
31472
32104
|
);
|
|
31473
32105
|
session = articleResponse.session;
|
|
31474
32106
|
const article = publishingArticleSchema.parse(await checkedJson(articleResponse.response));
|
|
32107
|
+
assertCompleteInlineAssets(prepared.inlineAssets, article.inlineAssets);
|
|
31475
32108
|
const snapshotResponse = await this.#authenticatedFetch(
|
|
31476
32109
|
session,
|
|
31477
32110
|
`${session.apiBaseUrl}/api/v1/articles/${encodeURIComponent(article.id)}/render-snapshots`,
|
|
@@ -31485,6 +32118,7 @@ var WechatCli = class {
|
|
|
31485
32118
|
const snapshot = publishingRenderSnapshotSchema.parse(
|
|
31486
32119
|
await checkedJson(snapshotResponse.response)
|
|
31487
32120
|
);
|
|
32121
|
+
assertCompleteInlineAssets(prepared.inlineAssets, snapshot.inlineAssets);
|
|
31488
32122
|
if (!snapshot.preflight.ok) {
|
|
31489
32123
|
output.writeStdout(`${JSON.stringify({ account, snapshot })}
|
|
31490
32124
|
`);
|
|
@@ -31500,11 +32134,12 @@ var WechatCli = class {
|
|
|
31500
32134
|
}
|
|
31501
32135
|
);
|
|
31502
32136
|
const preview = publishingPreviewLinkSchema.parse(await checkedJson(previewResponse.response));
|
|
32137
|
+
const browserMode = options.browserMode ?? "agent";
|
|
31503
32138
|
const result = {
|
|
31504
32139
|
account,
|
|
31505
32140
|
presentation: {
|
|
31506
|
-
instruction: "\u8BF7\u5728\u53F3\u4FA7\u5185\u7F6E\u6D4F\u89C8\u5668\u67E5\u770B\u9884\u89C8\
|
|
31507
|
-
surface: "agent-side-panel"
|
|
32141
|
+
instruction: browserMode === "agent" ? "\u8BF7\u5728\u53F3\u4FA7\u5185\u7F6E\u6D4F\u89C8\u5668\u67E5\u770B\u9884\u89C8\uFF1B\u5BBF\u4E3B\u4E0D\u652F\u6301\u65F6\u56DE\u9000\u7CFB\u7EDF\u9ED8\u8BA4\u6D4F\u89C8\u5668\u3002" : "\u8BF7\u5728\u7CFB\u7EDF\u9ED8\u8BA4\u6D4F\u89C8\u5668\u67E5\u770B\u9884\u89C8\u3002",
|
|
32142
|
+
surface: browserMode === "agent" ? "agent-side-panel" : "system-browser"
|
|
31508
32143
|
},
|
|
31509
32144
|
preview,
|
|
31510
32145
|
snapshot
|
|
@@ -31525,9 +32160,8 @@ var WechatCli = class {
|
|
|
31525
32160
|
`\u5C01\u9762\uFF1A${coverDescription}\uFF1B\u6B63\u6587\u56FE\u7247\uFF1A${prepared.inlineAssets.length} \u5F20\uFF08\u5176\u4E2D\u4ECE\u6307\u5B9A\u7D20\u6750\u76EE\u5F55\u91C7\u96C6 ${prepared.collectedInlineCount} \u5F20\uFF09\u3002
|
|
31526
32161
|
`
|
|
31527
32162
|
);
|
|
31528
|
-
output.writeStderr(
|
|
31529
|
-
|
|
31530
|
-
);
|
|
32163
|
+
output.writeStderr("\u9884\u89C8\u5DF2\u51C6\u5907\u597D\uFF1B\u4E0D\u8981\u5728\u5BF9\u8BDD\u4E2D\u53D1\u9001\u77ED\u65F6\u94FE\u63A5\u3002\n");
|
|
32164
|
+
await presentDraftPreview(output, this.#openExternal, preview, browserMode);
|
|
31531
32165
|
return result;
|
|
31532
32166
|
}
|
|
31533
32167
|
async refreshDraftPreview(options, output) {
|
|
@@ -31547,9 +32181,7 @@ var WechatCli = class {
|
|
|
31547
32181
|
const secondsRemaining = preview.expiresInSeconds ?? Math.max(0, Math.floor((Date.parse(preview.expiresAt) - Date.now()) / 1e3));
|
|
31548
32182
|
output.writeStderr(`\u5DF2\u4E3A\u540C\u4E00\u4E2A\u4E0D\u53EF\u53D8\u5FEB\u7167\u91CD\u5EFA\u9884\u89C8\u94FE\u63A5\uFF0C\u5C06\u5728 ${secondsRemaining} \u79D2\u540E\u5931\u6548\u3002
|
|
31549
32183
|
`);
|
|
31550
|
-
output.
|
|
31551
|
-
"\u9884\u89C8\u5DF2\u51C6\u5907\u597D\uFF1B\u5F53\u524D Agent \u5E94\u7ACB\u5373\u5728\u53F3\u4FA7\u5185\u7F6E\u6D4F\u89C8\u5668\u5C55\u793A\uFF0C\u4E0D\u8981\u5728\u5BF9\u8BDD\u4E2D\u53D1\u9001\u94FE\u63A5\u3002\n"
|
|
31552
|
-
);
|
|
32184
|
+
await presentDraftPreview(output, this.#openExternal, preview, options.browserMode ?? "agent");
|
|
31553
32185
|
return preview;
|
|
31554
32186
|
}
|
|
31555
32187
|
async createDraft(options, output) {
|
|
@@ -31576,6 +32208,9 @@ var WechatCli = class {
|
|
|
31576
32208
|
);
|
|
31577
32209
|
session = approvalResponse.session;
|
|
31578
32210
|
const approval = publishingApprovalSchema.parse(await checkedJson(approvalResponse.response));
|
|
32211
|
+
if (options.deliveryFile !== void 0) {
|
|
32212
|
+
await bindDeliveryApprovalArtifact({ approval, target: options.deliveryFile });
|
|
32213
|
+
}
|
|
31579
32214
|
const intentResponse = await this.#authenticatedFetch(
|
|
31580
32215
|
session,
|
|
31581
32216
|
`${session.apiBaseUrl}/api/v1/draft-intents`,
|
|
@@ -31591,6 +32226,13 @@ var WechatCli = class {
|
|
|
31591
32226
|
const result = publishingDraftIntentResponseSchema.parse(
|
|
31592
32227
|
await checkedJson(intentResponse.response)
|
|
31593
32228
|
);
|
|
32229
|
+
if (options.deliveryFile !== void 0) {
|
|
32230
|
+
await bindDeliveryApprovalArtifact({
|
|
32231
|
+
approval,
|
|
32232
|
+
intent: result.intent,
|
|
32233
|
+
target: options.deliveryFile
|
|
32234
|
+
});
|
|
32235
|
+
}
|
|
31594
32236
|
output.writeStdout(
|
|
31595
32237
|
`${JSON.stringify({ approval, intent: userFacingDraftIntent(result.intent) })}
|
|
31596
32238
|
`
|
|
@@ -31826,19 +32468,17 @@ var WechatCli = class {
|
|
|
31826
32468
|
output.writeStderr(
|
|
31827
32469
|
"\u7B2C\u4E00\u6B65\uFF1A\u4E2A\u4EBA\u5FAE\u4FE1\u626B\u7801\u3002\u5DF2\u6CE8\u518C\u8EAB\u4EFD\u4F1A\u767B\u5F55\uFF1B\u672A\u6CE8\u518C\u8EAB\u4EFD\u4F1A\u660E\u786E\u521B\u5EFA\u65B0\u7684 DxC \u5185\u5BB9\u7A7A\u95F4\u3002\n"
|
|
31828
32470
|
);
|
|
31829
|
-
await this.start(options, output);
|
|
32471
|
+
await retryExpiredBrowserFlow(() => this.start(options, output), output);
|
|
31830
32472
|
}
|
|
31831
32473
|
const accounts = await this.accounts(output);
|
|
31832
32474
|
if (accounts.length === 0) {
|
|
31833
32475
|
output.writeStderr("\u7B2C\u4E8C\u6B65\uFF1A\u4F7F\u7528\u516C\u4F17\u53F7\u7BA1\u7406\u5458\u5FAE\u4FE1\u626B\u7801\uFF0C\u6388\u6743 DxC \u7BA1\u7406\u8349\u7A3F\u80FD\u529B\u3002\n");
|
|
31834
|
-
await this.connect(options, output);
|
|
32476
|
+
await retryExpiredBrowserFlow(() => this.connect(options, output), output);
|
|
31835
32477
|
} else {
|
|
31836
32478
|
output.writeStdout(`DxC \u5DF2\u5C31\u7EEA\uFF1A\u5F53\u524D\u5171\u6709 ${accounts.length} \u4E2A\u5DF2\u7ED1\u5B9A\u516C\u4F17\u53F7\u3002
|
|
31837
32479
|
`);
|
|
31838
32480
|
}
|
|
31839
|
-
output.writeStderr(
|
|
31840
|
-
"\u4E0B\u4E00\u6B65\uFF1A\u8FD0\u884C dxc profile status --json\uFF0C\u7531 DxC \u5DE5\u4F5C\u6D41\u5F15\u5BFC\u786E\u8BA4\u535A\u4E3B\u8D44\u6599\u4E0E\u5386\u53F2\u6587\u7AE0\u76EE\u5F55\u3002\n"
|
|
31841
|
-
);
|
|
32481
|
+
output.writeStderr("\u63A5\u4E0B\u6765\uFF0CDxC \u4F1A\u7EE7\u7EED\u786E\u8BA4\u4F60\u7684\u521B\u4F5C\u504F\u597D\u548C\u53EF\u9009\u5386\u53F2\u6587\u7AE0\u3002\n");
|
|
31842
32482
|
}
|
|
31843
32483
|
async logout(output) {
|
|
31844
32484
|
const session = await loadSession(this.#stateDirectory);
|
|
@@ -31900,7 +32540,8 @@ var WechatCli = class {
|
|
|
31900
32540
|
`);
|
|
31901
32541
|
} else {
|
|
31902
32542
|
output.writeStderr(
|
|
31903
|
-
`\
|
|
32543
|
+
`\u6CA1\u6709\u81EA\u52A8\u6253\u5F00\u626B\u7801\u9875\u9762\u3002\u8BF7\u70B9\u51FB\u4E0B\u9762\u7684\u4E34\u65F6\u94FE\u63A5\u7EE7\u7EED\uFF1B\u5B8C\u6210\u540E\u56DE\u5230\u8FD9\u91CC\u5373\u53EF\u3002
|
|
32544
|
+
${session.authorizationUrl}
|
|
31904
32545
|
`
|
|
31905
32546
|
);
|
|
31906
32547
|
}
|
|
@@ -32004,7 +32645,8 @@ var WechatCli = class {
|
|
|
32004
32645
|
output.writeStderr("\u5DF2\u5728\u7CFB\u7EDF\u6D4F\u89C8\u5668\u6253\u5F00\u5FAE\u4FE1\u5B98\u65B9\u6388\u6743\u9875\u9762\uFF0C\u8BF7\u4F7F\u7528\u516C\u4F17\u53F7\u7BA1\u7406\u5458\u5FAE\u4FE1\u626B\u7801\u786E\u8BA4\u3002\n");
|
|
32005
32646
|
} else {
|
|
32006
32647
|
output.writeStderr(
|
|
32007
|
-
`\
|
|
32648
|
+
`\u6CA1\u6709\u81EA\u52A8\u6253\u5F00\u516C\u4F17\u53F7\u6388\u6743\u9875\u9762\u3002\u8BF7\u70B9\u51FB\u4E0B\u9762\u7684\u4E34\u65F6\u94FE\u63A5\u7EE7\u7EED\uFF1B\u5B8C\u6210\u540E\u56DE\u5230\u8FD9\u91CC\u5373\u53EF\u3002
|
|
32649
|
+
${session.authorizationUrl}
|
|
32008
32650
|
`
|
|
32009
32651
|
);
|
|
32010
32652
|
}
|
|
@@ -32084,6 +32726,12 @@ function validatedOption(value, pattern, name) {
|
|
|
32084
32726
|
}
|
|
32085
32727
|
return value;
|
|
32086
32728
|
}
|
|
32729
|
+
function previewBrowserMode(value) {
|
|
32730
|
+
if (value !== "agent" && value !== "system") {
|
|
32731
|
+
throw new CommanderError(1, "DXC_OPTION_INVALID", "browser must be agent or system");
|
|
32732
|
+
}
|
|
32733
|
+
return value;
|
|
32734
|
+
}
|
|
32087
32735
|
function collectValues(value, previous) {
|
|
32088
32736
|
return [...previous, value];
|
|
32089
32737
|
}
|
|
@@ -32098,12 +32746,16 @@ async function runWechatAction(context, action) {
|
|
|
32098
32746
|
context.setExitCode(1);
|
|
32099
32747
|
}
|
|
32100
32748
|
}
|
|
32101
|
-
function writeActionError(context, json, result, code) {
|
|
32749
|
+
function writeActionError(context, json, result, code, message, hint) {
|
|
32102
32750
|
if (json) {
|
|
32103
32751
|
writeJson(context, result);
|
|
32104
32752
|
} else {
|
|
32105
|
-
context.writeStderr(`${code}
|
|
32753
|
+
context.writeStderr(`${code}${message === void 0 ? "" : `: ${message}`}
|
|
32106
32754
|
`);
|
|
32755
|
+
if (hint !== void 0) {
|
|
32756
|
+
context.writeStderr(`\u4E0B\u4E00\u6B65\uFF1A${hint}
|
|
32757
|
+
`);
|
|
32758
|
+
}
|
|
32107
32759
|
}
|
|
32108
32760
|
context.setExitCode(1);
|
|
32109
32761
|
}
|
|
@@ -32116,7 +32768,7 @@ async function loadKnowledgeModule() {
|
|
|
32116
32768
|
Reflect.apply(emitWarning, process, [warning2, ...arguments_]);
|
|
32117
32769
|
});
|
|
32118
32770
|
try {
|
|
32119
|
-
return await import("./chunks/knowledge-
|
|
32771
|
+
return await import("./chunks/knowledge-PWFALFEC.js");
|
|
32120
32772
|
} finally {
|
|
32121
32773
|
process.emitWarning = emitWarning;
|
|
32122
32774
|
}
|
|
@@ -32130,7 +32782,7 @@ async function loadMonitorModule() {
|
|
|
32130
32782
|
Reflect.apply(emitWarning, process, [warning2, ...arguments_]);
|
|
32131
32783
|
});
|
|
32132
32784
|
try {
|
|
32133
|
-
return await import("./chunks/monitor-
|
|
32785
|
+
return await import("./chunks/monitor-LL2HEDN2.js");
|
|
32134
32786
|
} finally {
|
|
32135
32787
|
process.emitWarning = emitWarning;
|
|
32136
32788
|
}
|
|
@@ -32152,15 +32804,24 @@ async function runProfileAction(context, command, json, action) {
|
|
|
32152
32804
|
} catch (error) {
|
|
32153
32805
|
const code = error instanceof ProfileCliError ? error.code : "DXC_PROFILE_IO_FAILED";
|
|
32154
32806
|
const message = error instanceof ProfileCliError ? error.message : "Profile command could not complete";
|
|
32807
|
+
const hint = error instanceof ProfileCliError ? error.hint : void 0;
|
|
32808
|
+
const fields = error instanceof ProfileCliError ? error.fields : void 0;
|
|
32155
32809
|
writeActionError(
|
|
32156
32810
|
context,
|
|
32157
32811
|
json,
|
|
32158
32812
|
contentProfileErrorResultSchema.parse({
|
|
32159
32813
|
command,
|
|
32160
|
-
error: {
|
|
32814
|
+
error: {
|
|
32815
|
+
code,
|
|
32816
|
+
...fields === void 0 ? {} : { fields },
|
|
32817
|
+
...hint === void 0 ? {} : { hint },
|
|
32818
|
+
message
|
|
32819
|
+
},
|
|
32161
32820
|
ok: false
|
|
32162
32821
|
}),
|
|
32163
|
-
code
|
|
32822
|
+
code,
|
|
32823
|
+
message,
|
|
32824
|
+
hint
|
|
32164
32825
|
);
|
|
32165
32826
|
}
|
|
32166
32827
|
}
|
|
@@ -32393,7 +33054,10 @@ function createProgram(context) {
|
|
|
32393
33054
|
);
|
|
32394
33055
|
}
|
|
32395
33056
|
try {
|
|
32396
|
-
const result = await new SkillInstaller(
|
|
33057
|
+
const result = await new SkillInstaller(
|
|
33058
|
+
context.homeDirectory,
|
|
33059
|
+
context.currentDirectory
|
|
33060
|
+
).install({
|
|
32397
33061
|
...options.directory === void 0 ? {} : { directory: options.directory },
|
|
32398
33062
|
force: options.force === true,
|
|
32399
33063
|
target: options.target
|
|
@@ -32405,11 +33069,25 @@ function createProgram(context) {
|
|
|
32405
33069
|
`\u5DF2\u5B89\u88C5 ${result.installed.length} \u4E2A DxC Skill\uFF1B\u8DF3\u8FC7 ${result.skipped.length} \u4E2A\u5DF2\u6709 Skill\u3002
|
|
32406
33070
|
`
|
|
32407
33071
|
);
|
|
33072
|
+
if (result.cleanupWarnings.length > 0) {
|
|
33073
|
+
context.writeStderr("\u5B89\u88C5\u5DF2\u7ECF\u5B8C\u6210\uFF1B\u5C11\u91CF\u4E34\u65F6\u6587\u4EF6\u4F1A\u5728\u4E0B\u6B21\u8FD0\u884C\u65F6\u7EE7\u7EED\u6E05\u7406\u3002\n");
|
|
33074
|
+
}
|
|
32408
33075
|
}
|
|
32409
33076
|
} catch (error) {
|
|
32410
33077
|
const code = error instanceof SkillInstallerError ? error.code : "DXC_SKILL_INSTALL_FAILED";
|
|
32411
|
-
|
|
33078
|
+
const message = error instanceof SkillInstallerError ? error.message : "DxC \u7684\u5185\u5BB9\u80FD\u529B\u6682\u65F6\u6CA1\u6709\u5B89\u88C5\u5B8C\u6574\u3002";
|
|
33079
|
+
const hint = "WorkBuddy \u53EF\u4EE5\u81EA\u52A8\u91CD\u8BD5\uFF1B\u7528\u6237\u65E0\u9700\u4FEE\u6539\u73AF\u5883\u6216\u5220\u9664\u6587\u4EF6\u3002";
|
|
33080
|
+
if (options.json === true) {
|
|
33081
|
+
writeJson(context, {
|
|
33082
|
+
command: "skills.install",
|
|
33083
|
+
error: { code, hint, message },
|
|
33084
|
+
ok: false
|
|
33085
|
+
});
|
|
33086
|
+
} else {
|
|
33087
|
+
context.writeStderr(`${message}
|
|
33088
|
+
${hint}
|
|
32412
33089
|
`);
|
|
33090
|
+
}
|
|
32413
33091
|
context.setExitCode(1);
|
|
32414
33092
|
}
|
|
32415
33093
|
}
|
|
@@ -32583,7 +33261,10 @@ function createProgram(context) {
|
|
|
32583
33261
|
async (projectCli) => projectCli.status(options.directory)
|
|
32584
33262
|
)
|
|
32585
33263
|
);
|
|
32586
|
-
project.command("checkpoint").description("\u5199\u5165\u7EDF\u4E00\u7684\u9636\u6BB5 contract").argument("<stage>", "\u6B65\u9AA4\u540D\u79F0").requiredOption("--status <status>", "running / awaiting-user / completed / failed / skipped").
|
|
33264
|
+
project.command("checkpoint").description("\u5199\u5165\u7EDF\u4E00\u7684\u9636\u6BB5 contract").argument("<stage>", "\u6B65\u9AA4\u540D\u79F0").requiredOption("--status <status>", "running / awaiting-user / completed / failed / skipped").option("--skill <name>", "\u7279\u6B8A\u63A5\u7BA1\u6D41\u7A0B\u4F7F\u7528\u7684 dxc-* Skill\uFF1B\u5E38\u89C4\u9636\u6BB5\u7531 catalog \u81EA\u52A8\u786E\u5B9A").option(
|
|
33265
|
+
"--skill-version <version>",
|
|
33266
|
+
"\u7279\u6B8A\u63A5\u7BA1\u6D41\u7A0B\u4F7F\u7528\u7684 Skill \u7248\u672C\uFF1B\u5E38\u89C4\u9636\u6BB5\u7531 catalog \u81EA\u52A8\u786E\u5B9A"
|
|
33267
|
+
).requiredOption("--summary <text>", "\u672C\u6B21\u9636\u6BB5\u72B6\u6001\u7684\u7B80\u77ED\u8BF4\u660E").option("--directory <path>", "\u9879\u76EE\u76EE\u5F55", ".").option("--inputs <stages>", "\u672C\u6B21\u989D\u5916\u8BFB\u53D6\u7684\u53EF\u9009\u8F93\u5165\uFF1B\u5FC5\u9700\u8F93\u5165\u7531 catalog \u81EA\u52A8\u8865\u9F50").option("--execution-location <location>", "local-device / agent-hosted / unknown", "unknown").option(
|
|
32587
33268
|
"--data-transit <transit>",
|
|
32588
33269
|
"local-only / agent-provider / dxc-cloud / unknown",
|
|
32589
33270
|
"unknown"
|
|
@@ -32609,8 +33290,8 @@ function createProgram(context) {
|
|
|
32609
33290
|
...options.inputs === void 0 ? {} : {
|
|
32610
33291
|
inputStages: options.inputs.split(",").map((inputStage) => inputStage.trim())
|
|
32611
33292
|
},
|
|
32612
|
-
skill: options.skill,
|
|
32613
|
-
skillVersion: options.skillVersion,
|
|
33293
|
+
...options.skill === void 0 ? {} : { skill: options.skill },
|
|
33294
|
+
...options.skillVersion === void 0 ? {} : { skillVersion: options.skillVersion },
|
|
32614
33295
|
stage,
|
|
32615
33296
|
status: options.status,
|
|
32616
33297
|
summary: options.summary,
|
|
@@ -32774,7 +33455,7 @@ function createProgram(context) {
|
|
|
32774
33455
|
);
|
|
32775
33456
|
})
|
|
32776
33457
|
);
|
|
32777
|
-
auth.command("status").description("\u663E\u793A\u5F53\u524D\u8BBE\u5907\u3001\u7528\u6237\u548C\u5185\u5BB9\u7A7A\u95F4").action(
|
|
33458
|
+
auth.command("status").description("\u663E\u793A\u5F53\u524D\u8BBE\u5907\u3001\u7528\u6237\u548C\u5185\u5BB9\u7A7A\u95F4").option("--json", "\u8F93\u51FA JSON").action(
|
|
32778
33459
|
async () => runWechatAction(context, async (wechatCli) => {
|
|
32779
33460
|
await wechatCli.status(context);
|
|
32780
33461
|
})
|
|
@@ -32797,13 +33478,13 @@ function createProgram(context) {
|
|
|
32797
33478
|
);
|
|
32798
33479
|
})
|
|
32799
33480
|
);
|
|
32800
|
-
wechat.command("accounts").description("\u5217\u51FA\u5DF2\u7ED1\u5B9A\u516C\u4F17\u53F7\u548C\u8349\u7A3F\u6743\u9650").action(
|
|
32801
|
-
async () => runWechatAction(context, async (wechatCli) => {
|
|
32802
|
-
await wechatCli.accounts(context);
|
|
33481
|
+
wechat.command("accounts").description("\u5217\u51FA\u5DF2\u7ED1\u5B9A\u516C\u4F17\u53F7\u548C\u8349\u7A3F\u6743\u9650").option("--json", "\u8F93\u51FA JSON").action(
|
|
33482
|
+
async (options) => runWechatAction(context, async (wechatCli) => {
|
|
33483
|
+
await wechatCli.accounts(context, options.json === true);
|
|
32803
33484
|
})
|
|
32804
33485
|
);
|
|
32805
33486
|
const draft = wechat.command("draft").description("\u9884\u89C8\u5E76\u521B\u5EFA\u5FAE\u4FE1\u516C\u4F17\u53F7\u8349\u7A3F");
|
|
32806
|
-
draft.command("preview").description("\u91C7\u96C6\u5DF2\u751F\u6210\u6216\u9009\u62E9\u7684\u56FE\u7247\uFF0C\u5E76\u751F\u6210\u4E0D\u53EF\u53D8\u4E91\u7AEF\u9884\u89C8").requiredOption("--article <path>", "Markdown \u6587\u7AE0\u6587\u4EF6").option("--cover <path-or-auto>", "PNG/JPEG \u5185\u5BB9\u5C01\u9762\uFF1Bauto \u4ECE\u6587\u7AE0\u6216\u7D20\u6750\u76EE\u5F55\u89E3\u6790", "auto").option("--assets-directory <path>", "\u91C7\u96C6\u5E76\u5185\u8054\u8BE5\u76EE\u5F55\u4E2D\u5DF2\u51C6\u5907\u597D\u7684 PNG/JPEG").option("--visual-plan <path>", "\u6309\u89C6\u89C9\u8BA1\u5212\u7684\u7CBE\u786E\u7AE0\u8282\u951A\u70B9\u63D2\u5165\u5DF2\u58F0\u660E\u7684\u6B63\u6587\u56FE\u7247").requiredOption("--account <uuid>", "\u76EE\u6807\u516C\u4F17\u53F7\u8D26\u53F7 ID").option("--title <title>", "\u4F7F\u7528\u5DF2\u786E\u8BA4\u6807\u9898\u8986\u76D6\u6587\u7AE0 frontmatter \u6807\u9898").action(
|
|
33487
|
+
draft.command("preview").description("\u91C7\u96C6\u5DF2\u751F\u6210\u6216\u9009\u62E9\u7684\u56FE\u7247\uFF0C\u5E76\u751F\u6210\u4E0D\u53EF\u53D8\u4E91\u7AEF\u9884\u89C8").requiredOption("--article <path>", "Markdown \u6587\u7AE0\u6587\u4EF6").option("--cover <path-or-auto>", "PNG/JPEG \u5185\u5BB9\u5C01\u9762\uFF1Bauto \u4ECE\u6587\u7AE0\u6216\u7D20\u6750\u76EE\u5F55\u89E3\u6790", "auto").option("--assets-directory <path>", "\u91C7\u96C6\u5E76\u5185\u8054\u8BE5\u76EE\u5F55\u4E2D\u5DF2\u51C6\u5907\u597D\u7684 PNG/JPEG").option("--visual-plan <path>", "\u6309\u89C6\u89C9\u8BA1\u5212\u7684\u7CBE\u786E\u7AE0\u8282\u951A\u70B9\u63D2\u5165\u5DF2\u58F0\u660E\u7684\u6B63\u6587\u56FE\u7247").requiredOption("--account <uuid>", "\u76EE\u6807\u516C\u4F17\u53F7\u8D26\u53F7 ID").option("--title <title>", "\u4F7F\u7528\u5DF2\u786E\u8BA4\u6807\u9898\u8986\u76D6\u6587\u7AE0 frontmatter \u6807\u9898").option("--browser <agent|system>", "\u4F18\u5148\u5728 Agent \u53F3\u4FA7\u9884\u89C8\uFF1B\u4E0D\u652F\u6301\u65F6\u53EF\u6539\u7528\u7CFB\u7EDF\u6D4F\u89C8\u5668", "agent").action(
|
|
32807
33488
|
async (options) => runWechatAction(context, async (wechatCli) => {
|
|
32808
33489
|
await wechatCli.previewDraft(
|
|
32809
33490
|
{
|
|
@@ -32812,24 +33493,40 @@ function createProgram(context) {
|
|
|
32812
33493
|
/^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/iu,
|
|
32813
33494
|
"account"
|
|
32814
33495
|
),
|
|
32815
|
-
|
|
33496
|
+
browserMode: previewBrowserMode(options.browser),
|
|
33497
|
+
articleFile: resolveUserPath({
|
|
33498
|
+
currentDirectory: context.currentDirectory,
|
|
33499
|
+
homeDirectory: context.homeDirectory,
|
|
33500
|
+
input: options.article
|
|
33501
|
+
}),
|
|
32816
33502
|
...options.assetsDirectory === void 0 ? {} : {
|
|
32817
|
-
assetsDirectory:
|
|
32818
|
-
context.currentDirectory,
|
|
32819
|
-
|
|
32820
|
-
|
|
33503
|
+
assetsDirectory: resolveUserPath({
|
|
33504
|
+
currentDirectory: context.currentDirectory,
|
|
33505
|
+
homeDirectory: context.homeDirectory,
|
|
33506
|
+
input: options.assetsDirectory
|
|
33507
|
+
})
|
|
32821
33508
|
},
|
|
32822
33509
|
...options.cover === void 0 ? {} : {
|
|
32823
|
-
coverFile: options.cover === "auto" ? "auto" :
|
|
33510
|
+
coverFile: options.cover === "auto" ? "auto" : resolveUserPath({
|
|
33511
|
+
currentDirectory: context.currentDirectory,
|
|
33512
|
+
homeDirectory: context.homeDirectory,
|
|
33513
|
+
input: options.cover
|
|
33514
|
+
})
|
|
32824
33515
|
},
|
|
32825
33516
|
...options.title === void 0 ? {} : { title: options.title },
|
|
32826
|
-
...options.visualPlan === void 0 ? {} : {
|
|
33517
|
+
...options.visualPlan === void 0 ? {} : {
|
|
33518
|
+
visualPlanFile: resolveUserPath({
|
|
33519
|
+
currentDirectory: context.currentDirectory,
|
|
33520
|
+
homeDirectory: context.homeDirectory,
|
|
33521
|
+
input: options.visualPlan
|
|
33522
|
+
})
|
|
33523
|
+
}
|
|
32827
33524
|
},
|
|
32828
33525
|
context
|
|
32829
33526
|
);
|
|
32830
33527
|
})
|
|
32831
33528
|
);
|
|
32832
|
-
draft.command("preview-refresh").description("\u4E3A\u540C\u4E00\u4E2A\u4E0D\u53EF\u53D8\u5FEB\u7167\u91CD\u5EFA\u77ED\u65F6\u9884\u89C8\u94FE\u63A5").option("--snapshot <uuid>", "\u4E0D\u53EF\u53D8\u5FEB\u7167 ID").option("--snapshot-hash <sha256>", "\u4E0D\u53EF\u53D8\u5FEB\u7167 SHA-256").action(
|
|
33529
|
+
draft.command("preview-refresh").description("\u4E3A\u540C\u4E00\u4E2A\u4E0D\u53EF\u53D8\u5FEB\u7167\u91CD\u5EFA\u77ED\u65F6\u9884\u89C8\u94FE\u63A5").option("--snapshot <uuid>", "\u4E0D\u53EF\u53D8\u5FEB\u7167 ID").option("--snapshot-hash <sha256>", "\u4E0D\u53EF\u53D8\u5FEB\u7167 SHA-256").option("--browser <agent|system>", "\u4F18\u5148\u5728 Agent \u53F3\u4FA7\u9884\u89C8\uFF1B\u4E0D\u652F\u6301\u65F6\u53EF\u6539\u7528\u7CFB\u7EDF\u6D4F\u89C8\u5668", "agent").action(
|
|
32833
33530
|
async (options) => runWechatAction(context, async (wechatCli) => {
|
|
32834
33531
|
const missing = [
|
|
32835
33532
|
...options.snapshot === void 0 ? ["--snapshot"] : [],
|
|
@@ -32846,7 +33543,12 @@ function createProgram(context) {
|
|
|
32846
33543
|
}
|
|
32847
33544
|
await wechatCli.refreshDraftPreview(
|
|
32848
33545
|
{
|
|
32849
|
-
|
|
33546
|
+
browserMode: previewBrowserMode(options.browser),
|
|
33547
|
+
snapshotHash: validatedOption(
|
|
33548
|
+
options.snapshotHash,
|
|
33549
|
+
/^[a-f0-9]{64}$/u,
|
|
33550
|
+
"snapshot-hash"
|
|
33551
|
+
),
|
|
32850
33552
|
snapshotId: validatedOption(
|
|
32851
33553
|
options.snapshot,
|
|
32852
33554
|
/^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/iu,
|
|
@@ -32857,7 +33559,7 @@ function createProgram(context) {
|
|
|
32857
33559
|
);
|
|
32858
33560
|
})
|
|
32859
33561
|
);
|
|
32860
|
-
draft.command("create").description("\u786E\u8BA4\u4E0D\u53EF\u53D8\u5FEB\u7167\u548C\u76EE\u6807\u516C\u4F17\u53F7\u540E\u521B\u5EFA\u8349\u7A3F\u610F\u56FE").option("--account <uuid>", "\u76EE\u6807\u516C\u4F17\u53F7\u8D26\u53F7 ID").option("--snapshot <uuid>", "\u4E0D\u53EF\u53D8\u5FEB\u7167 ID").option("--snapshot-hash <sha256>", "\u4E0D\u53EF\u53D8\u5FEB\u7167 SHA-256").option("--idempotency-key <key>", "\u672C\u6B21\u8349\u7A3F\u610F\u56FE\u7684\u5E42\u7B49\u952E").option("--confirm", "\u786E\u8BA4\u9884\u89C8\u5FEB\u7167\u548C\u76EE\u6807\u516C\u4F17\u53F7").action(
|
|
33562
|
+
draft.command("create").description("\u786E\u8BA4\u4E0D\u53EF\u53D8\u5FEB\u7167\u548C\u76EE\u6807\u516C\u4F17\u53F7\u540E\u521B\u5EFA\u8349\u7A3F\u610F\u56FE").option("--account <uuid>", "\u76EE\u6807\u516C\u4F17\u53F7\u8D26\u53F7 ID").option("--snapshot <uuid>", "\u4E0D\u53EF\u53D8\u5FEB\u7167 ID").option("--snapshot-hash <sha256>", "\u4E0D\u53EF\u53D8\u5FEB\u7167 SHA-256").option("--idempotency-key <key>", "\u672C\u6B21\u8349\u7A3F\u610F\u56FE\u7684\u5E42\u7B49\u952E").option("--delivery <path>", "\u5199\u56DE\u6700\u7EC8\u9009\u4E2D\u5FEB\u7167\u7684 delivery \u9636\u6BB5\u4EA7\u7269").option("--confirm", "\u786E\u8BA4\u9884\u89C8\u5FEB\u7167\u548C\u76EE\u6807\u516C\u4F17\u53F7").action(
|
|
32861
33563
|
async (options) => runWechatAction(context, async (wechatCli) => {
|
|
32862
33564
|
const missing = [
|
|
32863
33565
|
...options.account === void 0 ? ["--account"] : [],
|
|
@@ -32886,6 +33588,13 @@ function createProgram(context) {
|
|
|
32886
33588
|
"account"
|
|
32887
33589
|
),
|
|
32888
33590
|
confirmed: options.confirm === true,
|
|
33591
|
+
...options.delivery === void 0 ? {} : {
|
|
33592
|
+
deliveryFile: resolveUserPath({
|
|
33593
|
+
currentDirectory: context.currentDirectory,
|
|
33594
|
+
homeDirectory: context.homeDirectory,
|
|
33595
|
+
input: options.delivery
|
|
33596
|
+
})
|
|
33597
|
+
},
|
|
32889
33598
|
idempotencyKey: validatedOption(
|
|
32890
33599
|
idempotencyKey,
|
|
32891
33600
|
/^[A-Za-z0-9._:-]{16,128}$/u,
|