@hizliemre/horse-code 0.1.2 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{app-LAJN3TWC.js → app-5FXHE7GX.js} +354 -350
- package/dist/{chunk-2SVAHH5N.js → chunk-63E73TGI.js} +2 -4
- package/dist/{chunk-DTWKSZXY.js → chunk-6OSEQOYY.js} +2 -2
- package/dist/{chunk-SSDLHWSF.js → chunk-6W4UH2BQ.js} +33 -1
- package/dist/{chunk-VPAWRRHL.js → chunk-AE36LLL2.js} +31 -21
- package/dist/{chunk-4EWK7HWQ.js → chunk-EAF22QIG.js} +32 -0
- package/dist/chunk-G45RWL7S.js +289 -0
- package/dist/{chunk-FFYBY2NA.js → chunk-KAGKX2YT.js} +2 -4
- package/dist/{chunk-DRZSUQ7Q.js → chunk-LLL7QWXB.js} +18 -7
- package/dist/{chunk-WYQBRCKY.js → chunk-LNW557IO.js} +2 -2
- package/dist/{chunk-IW2KBAVZ.js → chunk-LPQU436C.js} +12 -1
- package/dist/chunk-M2RKCIGV.js +11 -0
- package/dist/{chunk-NNTIACT4.js → chunk-MRZVA5JB.js} +4 -4
- package/dist/{chunk-RPVAIS3P.js → chunk-UEWVVN5L.js} +1511 -305
- package/dist/{chunk-EQX7BQYN.js → chunk-UGESK765.js} +1 -1
- package/dist/{chunk-PGOYDOI4.js → chunk-XEGQT5EN.js} +3 -5
- package/dist/{chunk-K2VERI5Q.js → chunk-XYZVZPAY.js} +365 -666
- package/dist/{chunk-KOWMHL23.js → chunk-YPZP7LYL.js} +2 -2
- package/dist/{chunk-FGVJFMK5.js → chunk-ZSQ24YDJ.js} +1 -1
- package/dist/cli.js +675 -95
- package/dist/{discover-5URG7C4J.js → discover-G2Z6XC3O.js} +9 -3
- package/dist/fix-ONLA45HD.js +34 -0
- package/dist/git-QZTDZSJY.js +8 -0
- package/dist/{ongoing-XP6WXNI7.js → ongoing-WHYXPW24.js} +4 -4
- package/dist/{project-graph-IOPCSZUA.js → project-graph-5HNPRFQG.js} +2 -3
- package/dist/{run-LQOZ5I7Z.js → run-P6ZYL5JL.js} +2 -3
- package/dist/{save-skills-NSLBU33X.js → save-skills-ZW5GY6KV.js} +2 -1
- package/dist/{trace-ZMB7LT7W.js → trace-X6TU3AG6.js} +2 -3
- package/dist/{trace-adopt-C6TUWFJL.js → trace-adopt-URECQWJV.js} +2 -3
- package/dist/{trace-run-F23MFTY4.js → trace-run-7U4WJZ3V.js} +6 -7
- package/dist/{triage-ES5OHZOS.js → triage-FCYHD2AQ.js} +8 -9
- package/dist/{verify-3R7DGUSI.js → verify-LC57A6H2.js} +19 -19
- package/package.json +1 -1
- package/dist/chunk-3UYA3KUG.js +0 -212
- package/dist/chunk-B67BK5GQ.js +0 -34
- package/dist/chunk-O74BDQKS.js +0 -28
- package/dist/fix-CMARU6JR.js +0 -34
- package/dist/git-VTSZALSR.js +0 -6
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
stateRoot,
|
|
3
|
-
writableStateRoot
|
|
4
|
-
} from "./chunk-SSDLHWSF.js";
|
|
5
|
-
import {
|
|
3
|
+
writableStateRoot,
|
|
6
4
|
writeAtomic
|
|
7
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-6W4UH2BQ.js";
|
|
8
6
|
|
|
9
7
|
// src/engine/project-graph.ts
|
|
10
8
|
import { readFile, stat } from "fs/promises";
|
|
@@ -302,7 +300,7 @@ function pruneTooling(doc, alsoDrop = /* @__PURE__ */ new Set()) {
|
|
|
302
300
|
async function writtenTracePaths(cwd) {
|
|
303
301
|
const out = /* @__PURE__ */ new Set();
|
|
304
302
|
try {
|
|
305
|
-
const { loadTraceIndex, traceRootRel } = await import("./trace-
|
|
303
|
+
const { loadTraceIndex, traceRootRel } = await import("./trace-X6TU3AG6.js");
|
|
306
304
|
const index = await loadTraceIndex(cwd);
|
|
307
305
|
const root = traceRootRel().replace(/\\/g, "/");
|
|
308
306
|
for (const [file, rec] of Object.entries(index.traces)) {
|