@aria-cli/tools 1.0.1 → 1.0.3
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/.aria-build-stamp.json +1 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/definitions/code-intelligence.d.ts +9 -0
- package/dist/definitions/code-intelligence.d.ts.map +1 -0
- package/dist/definitions/code-intelligence.js +471 -0
- package/dist/definitions/code-intelligence.js.map +1 -0
- package/dist/definitions/core.d.ts +3 -0
- package/dist/definitions/core.d.ts.map +1 -1
- package/dist/definitions/core.js +13 -1
- package/dist/definitions/core.js.map +1 -1
- package/dist/definitions/filesystem.d.ts +3 -2
- package/dist/definitions/filesystem.d.ts.map +1 -1
- package/dist/definitions/filesystem.js +4 -38
- package/dist/definitions/filesystem.js.map +1 -1
- package/dist/definitions/frg.d.ts +4 -0
- package/dist/definitions/frg.d.ts.map +1 -0
- package/dist/definitions/frg.js +64 -0
- package/dist/definitions/frg.js.map +1 -0
- package/dist/definitions/index.d.ts +3 -0
- package/dist/definitions/index.d.ts.map +1 -1
- package/dist/definitions/index.js +3 -0
- package/dist/definitions/index.js.map +1 -1
- package/dist/definitions/search.d.ts +10 -0
- package/dist/definitions/search.d.ts.map +1 -0
- package/dist/definitions/search.js +61 -0
- package/dist/definitions/search.js.map +1 -0
- package/dist/executors/apply-patch.d.ts.map +1 -1
- package/dist/executors/apply-patch.js +18 -0
- package/dist/executors/apply-patch.js.map +1 -1
- package/dist/executors/code-intelligence.d.ts +139 -0
- package/dist/executors/code-intelligence.d.ts.map +1 -0
- package/dist/executors/code-intelligence.js +883 -0
- package/dist/executors/code-intelligence.js.map +1 -0
- package/dist/executors/filesystem.d.ts.map +1 -1
- package/dist/executors/filesystem.js +14 -8
- package/dist/executors/filesystem.js.map +1 -1
- package/dist/executors/frg-freshness.d.ts +94 -0
- package/dist/executors/frg-freshness.d.ts.map +1 -0
- package/dist/executors/frg-freshness.js +577 -0
- package/dist/executors/frg-freshness.js.map +1 -0
- package/dist/executors/frg.d.ts +28 -0
- package/dist/executors/frg.d.ts.map +1 -0
- package/dist/executors/frg.js +299 -0
- package/dist/executors/frg.js.map +1 -0
- package/dist/executors/index.d.ts +6 -0
- package/dist/executors/index.d.ts.map +1 -1
- package/dist/executors/index.js +5 -0
- package/dist/executors/index.js.map +1 -1
- package/dist/executors/lsp-client.d.ts +39 -0
- package/dist/executors/lsp-client.d.ts.map +1 -0
- package/dist/executors/lsp-client.js +297 -0
- package/dist/executors/lsp-client.js.map +1 -0
- package/dist/executors/restart.d.ts +4 -9
- package/dist/executors/restart.d.ts.map +1 -1
- package/dist/executors/restart.js +20 -51
- package/dist/executors/restart.js.map +1 -1
- package/dist/executors/search-freshness.d.ts +51 -0
- package/dist/executors/search-freshness.d.ts.map +1 -0
- package/dist/executors/search-freshness.js +196 -0
- package/dist/executors/search-freshness.js.map +1 -0
- package/dist/executors/search.d.ts +12 -0
- package/dist/executors/search.d.ts.map +1 -0
- package/dist/executors/search.js +67 -0
- package/dist/executors/search.js.map +1 -0
- package/dist/headless-control-contract.d.ts +4 -0
- package/dist/headless-control-contract.d.ts.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/network-runtime/local-control-contract.d.ts +2 -0
- package/dist/network-runtime/local-control-contract.d.ts.map +1 -1
- package/dist/network-runtime/local-control-contract.js +2 -0
- package/dist/network-runtime/local-control-contract.js.map +1 -1
- package/dist-cjs/.tsbuildinfo +1 -1
- package/dist-cjs/definitions/code-intelligence.d.ts +8 -0
- package/dist-cjs/definitions/code-intelligence.js +474 -0
- package/dist-cjs/definitions/code-intelligence.js.map +1 -0
- package/dist-cjs/definitions/core.d.ts +3 -0
- package/dist-cjs/definitions/core.js +17 -2
- package/dist-cjs/definitions/core.js.map +1 -1
- package/dist-cjs/definitions/filesystem.d.ts +3 -2
- package/dist-cjs/definitions/filesystem.js +3 -37
- package/dist-cjs/definitions/filesystem.js.map +1 -1
- package/dist-cjs/definitions/frg.d.ts +3 -0
- package/dist-cjs/definitions/frg.js +67 -0
- package/dist-cjs/definitions/frg.js.map +1 -0
- package/dist-cjs/definitions/index.d.ts +3 -0
- package/dist-cjs/definitions/index.js +7 -1
- package/dist-cjs/definitions/index.js.map +1 -1
- package/dist-cjs/definitions/search.d.ts +9 -0
- package/dist-cjs/definitions/search.js +64 -0
- package/dist-cjs/definitions/search.js.map +1 -0
- package/dist-cjs/executors/apply-patch.js +18 -0
- package/dist-cjs/executors/apply-patch.js.map +1 -1
- package/dist-cjs/executors/code-intelligence.d.ts +138 -0
- package/dist-cjs/executors/code-intelligence.js +926 -0
- package/dist-cjs/executors/code-intelligence.js.map +1 -0
- package/dist-cjs/executors/filesystem.js +17 -8
- package/dist-cjs/executors/filesystem.js.map +1 -1
- package/dist-cjs/executors/frg-freshness.d.ts +93 -0
- package/dist-cjs/executors/frg-freshness.js +628 -0
- package/dist-cjs/executors/frg-freshness.js.map +1 -0
- package/dist-cjs/executors/frg.d.ts +27 -0
- package/dist-cjs/executors/frg.js +335 -0
- package/dist-cjs/executors/frg.js.map +1 -0
- package/dist-cjs/executors/index.d.ts +6 -0
- package/dist-cjs/executors/index.js +34 -2
- package/dist-cjs/executors/index.js.map +1 -1
- package/dist-cjs/executors/lsp-client.d.ts +38 -0
- package/dist-cjs/executors/lsp-client.js +311 -0
- package/dist-cjs/executors/lsp-client.js.map +1 -0
- package/dist-cjs/executors/restart.d.ts +4 -9
- package/dist-cjs/executors/restart.js +19 -50
- package/dist-cjs/executors/restart.js.map +1 -1
- package/dist-cjs/executors/search-freshness.d.ts +50 -0
- package/dist-cjs/executors/search-freshness.js +235 -0
- package/dist-cjs/executors/search-freshness.js.map +1 -0
- package/dist-cjs/executors/search.d.ts +11 -0
- package/dist-cjs/executors/search.js +103 -0
- package/dist-cjs/executors/search.js.map +1 -0
- package/dist-cjs/headless-control-contract.d.ts +15 -11
- package/dist-cjs/index.d.ts +2 -2
- package/dist-cjs/index.js +22 -2
- package/dist-cjs/index.js.map +1 -1
- package/dist-cjs/network-runtime/local-control-contract.d.ts +2 -0
- package/dist-cjs/network-runtime/local-control-contract.js +2 -0
- package/dist-cjs/network-runtime/local-control-contract.js.map +1 -1
- package/package.json +22 -18
- package/src/definitions/code-intelligence.ts +526 -0
- package/src/definitions/core.ts +13 -1
- package/src/definitions/filesystem.ts +3 -39
- package/src/definitions/frg.ts +67 -0
- package/src/definitions/index.ts +3 -0
- package/src/definitions/search.ts +67 -0
- package/src/executors/apply-patch.ts +20 -0
- package/src/executors/code-intelligence.ts +1179 -0
- package/src/executors/filesystem.ts +15 -8
- package/src/executors/frg-freshness.ts +743 -0
- package/src/executors/frg.ts +394 -0
- package/src/executors/index.ts +58 -0
- package/src/executors/lsp-client.ts +355 -0
- package/src/executors/restart.ts +21 -56
- package/src/executors/search-freshness.ts +249 -0
- package/src/executors/search.ts +89 -0
- package/src/index.ts +25 -0
- package/src/network-runtime/local-control-contract.ts +2 -0
- package/tests/definitions/tool-inventory.test.ts +17 -6
- package/tests/executors/frg-freshness.test.ts +136 -0
- package/tests/executors/frg-merge.test.ts +70 -0
- package/tests/executors/frg-session-content.test.ts +40 -0
- package/tests/executors/frg.test.ts +56 -0
- package/tests/integration/headless-control-contract.integration.test.ts +2 -0
- package/tests/loading-tier.test.ts +6 -6
- package/tests/test-lane-manifest.ts +4 -0
- package/tsconfig.cjs.json +9 -1
- package/tsconfig.json +1 -1
|
@@ -0,0 +1,743 @@
|
|
|
1
|
+
import * as fsSync from "node:fs";
|
|
2
|
+
import * as fs from "node:fs/promises";
|
|
3
|
+
import * as nodePath from "node:path";
|
|
4
|
+
import { execFileSync } from "node:child_process";
|
|
5
|
+
import { frg, type FrgSearchMatch } from "@aria-cli/fastripgrep";
|
|
6
|
+
|
|
7
|
+
export type FrgMutationOperation = "write" | "delete";
|
|
8
|
+
|
|
9
|
+
export interface FrgMutationRecord {
|
|
10
|
+
repoRoot: string;
|
|
11
|
+
path: string;
|
|
12
|
+
operation: FrgMutationOperation;
|
|
13
|
+
sequence: number;
|
|
14
|
+
recordedAt: number;
|
|
15
|
+
content?: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface FrgSessionDeltaSearchOptions {
|
|
19
|
+
pattern: string;
|
|
20
|
+
context?: number;
|
|
21
|
+
caseInsensitive?: boolean;
|
|
22
|
+
smartCase?: boolean;
|
|
23
|
+
literal?: boolean;
|
|
24
|
+
glob?: string;
|
|
25
|
+
fileType?: string;
|
|
26
|
+
filesOnly?: boolean;
|
|
27
|
+
count?: boolean;
|
|
28
|
+
quiet?: boolean;
|
|
29
|
+
maxCount?: number;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export interface FrgSessionDeltaSearchResult {
|
|
33
|
+
mode: "matches" | "files" | "counts" | "quiet";
|
|
34
|
+
matches?: FrgSearchMatch[];
|
|
35
|
+
files?: string[];
|
|
36
|
+
counts?: Array<{ file: string; count: number }>;
|
|
37
|
+
matched?: boolean;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export interface FrgGitDirtyStatus {
|
|
41
|
+
headCommit?: string;
|
|
42
|
+
headTree?: string;
|
|
43
|
+
tracked: Array<{ path: string; operation: FrgMutationOperation }>;
|
|
44
|
+
untracked: string[];
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface FrgFlushStatus {
|
|
48
|
+
inFlight: boolean;
|
|
49
|
+
scheduled: boolean;
|
|
50
|
+
lastScheduledAt?: number;
|
|
51
|
+
lastFlushAt?: number;
|
|
52
|
+
lastError?: string;
|
|
53
|
+
retryCount: number;
|
|
54
|
+
retryDelayMs?: number;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export interface FrgFreshnessSnapshot {
|
|
58
|
+
headCommit?: string;
|
|
59
|
+
headTree?: string;
|
|
60
|
+
dirtyTrackedCount: number;
|
|
61
|
+
dirtyUntrackedCount: number;
|
|
62
|
+
sessionPendingCount: number;
|
|
63
|
+
sessionPendingBytes: number;
|
|
64
|
+
flush: FrgFlushStatus;
|
|
65
|
+
freshnessState:
|
|
66
|
+
| "missing"
|
|
67
|
+
| "fresh"
|
|
68
|
+
| "session-dirty"
|
|
69
|
+
| "overlay-dirty"
|
|
70
|
+
| "head-mismatch"
|
|
71
|
+
| "syncing"
|
|
72
|
+
| "sync-scheduled"
|
|
73
|
+
| "stale";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
interface RepoState {
|
|
77
|
+
loaded: boolean;
|
|
78
|
+
sequence: number;
|
|
79
|
+
pending: Map<string, FrgMutationRecord>;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
interface FlushState {
|
|
83
|
+
timer: NodeJS.Timeout | null;
|
|
84
|
+
inFlight: boolean;
|
|
85
|
+
lastScheduledAt?: number;
|
|
86
|
+
lastFlushAt?: number;
|
|
87
|
+
lastError?: string;
|
|
88
|
+
retryDelayMs?: number;
|
|
89
|
+
retryCount: number;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
const repoStates = new Map<string, RepoState>();
|
|
93
|
+
const flushStates = new Map<string, FlushState>();
|
|
94
|
+
|
|
95
|
+
export const DEFAULT_BACKGROUND_FRG_FLUSH_DELAY_MS = 750;
|
|
96
|
+
export const BACKGROUND_FRG_MAX_FLUSH_DELAY_MS = 30_000;
|
|
97
|
+
export const MAX_PENDING_MUTATIONS_BEFORE_SYNC_FLUSH = 32;
|
|
98
|
+
export const MAX_PENDING_MUTATION_BYTES_BEFORE_SYNC_FLUSH = 512 * 1024;
|
|
99
|
+
export const MAX_CACHED_MUTATION_CONTENT_BYTES = 256 * 1024;
|
|
100
|
+
|
|
101
|
+
function normalizePath(p: string): string {
|
|
102
|
+
return nodePath.resolve(p);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
function walDir(repoRoot: string): string {
|
|
106
|
+
return nodePath.join(normalizePath(repoRoot), ".frg", "session");
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
function walPath(repoRoot: string): string {
|
|
110
|
+
return nodePath.join(walDir(repoRoot), "aria-pending.jsonl");
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
function ensureSessionStorageDir(repoRoot: string): void {
|
|
114
|
+
fsSync.mkdirSync(walDir(repoRoot), { recursive: true });
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
function normalizeStoredContent(content?: string): string | undefined {
|
|
118
|
+
if (typeof content !== "string") {
|
|
119
|
+
return undefined;
|
|
120
|
+
}
|
|
121
|
+
return Buffer.byteLength(content, "utf8") <= MAX_CACHED_MUTATION_CONTENT_BYTES
|
|
122
|
+
? content
|
|
123
|
+
: undefined;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
function getRepoState(repoRoot: string): RepoState {
|
|
127
|
+
const normalizedRepoRoot = normalizePath(repoRoot);
|
|
128
|
+
const existing = repoStates.get(normalizedRepoRoot);
|
|
129
|
+
if (existing) {
|
|
130
|
+
ensureRepoStateLoaded(normalizedRepoRoot, existing);
|
|
131
|
+
return existing;
|
|
132
|
+
}
|
|
133
|
+
const created: RepoState = { loaded: false, sequence: 0, pending: new Map() };
|
|
134
|
+
repoStates.set(normalizedRepoRoot, created);
|
|
135
|
+
ensureRepoStateLoaded(normalizedRepoRoot, created);
|
|
136
|
+
return created;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
function getFlushState(repoRoot: string): FlushState {
|
|
140
|
+
const normalizedRepoRoot = normalizePath(repoRoot);
|
|
141
|
+
const existing = flushStates.get(normalizedRepoRoot);
|
|
142
|
+
if (existing) return existing;
|
|
143
|
+
const created: FlushState = { timer: null, inFlight: false, retryCount: 0 };
|
|
144
|
+
flushStates.set(normalizedRepoRoot, created);
|
|
145
|
+
return created;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
function ensureRepoStateLoaded(repoRoot: string, state?: RepoState): void {
|
|
149
|
+
const normalizedRepoRoot = normalizePath(repoRoot);
|
|
150
|
+
const currentState = state ?? repoStates.get(normalizedRepoRoot);
|
|
151
|
+
if (!currentState || currentState.loaded) {
|
|
152
|
+
return;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
const pendingWalPath = walPath(normalizedRepoRoot);
|
|
156
|
+
if (fsSync.existsSync(pendingWalPath)) {
|
|
157
|
+
try {
|
|
158
|
+
const lines = fsSync.readFileSync(pendingWalPath, "utf8").split(/\r?\n/).filter(Boolean);
|
|
159
|
+
for (const line of lines) {
|
|
160
|
+
const parsed = JSON.parse(line) as FrgMutationRecord;
|
|
161
|
+
const normalizedPath = normalizePath(parsed.path);
|
|
162
|
+
currentState.pending.set(normalizedPath, {
|
|
163
|
+
...parsed,
|
|
164
|
+
repoRoot: normalizedRepoRoot,
|
|
165
|
+
path: normalizedPath,
|
|
166
|
+
content: normalizeStoredContent(parsed.content),
|
|
167
|
+
});
|
|
168
|
+
currentState.sequence = Math.max(currentState.sequence, parsed.sequence ?? 0);
|
|
169
|
+
}
|
|
170
|
+
} catch {
|
|
171
|
+
// Ignore malformed WAL and proceed with empty/in-memory state.
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
currentState.loaded = true;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
function rewriteWal(repoRoot: string): void {
|
|
179
|
+
const normalizedRepoRoot = normalizePath(repoRoot);
|
|
180
|
+
const state = repoStates.get(normalizedRepoRoot);
|
|
181
|
+
if (!state || state.pending.size === 0) {
|
|
182
|
+
try {
|
|
183
|
+
fsSync.rmSync(walPath(normalizedRepoRoot), { force: true });
|
|
184
|
+
} catch {
|
|
185
|
+
// ignore
|
|
186
|
+
}
|
|
187
|
+
return;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
ensureSessionStorageDir(normalizedRepoRoot);
|
|
191
|
+
const records = [...state.pending.values()].sort((a, b) => a.sequence - b.sequence);
|
|
192
|
+
const content = records.map((record) => JSON.stringify(record)).join("\n") + "\n";
|
|
193
|
+
fsSync.writeFileSync(walPath(normalizedRepoRoot), content, "utf8");
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
function appendWalRecord(repoRoot: string, record: FrgMutationRecord): void {
|
|
197
|
+
ensureSessionStorageDir(repoRoot);
|
|
198
|
+
fsSync.appendFileSync(walPath(repoRoot), `${JSON.stringify(record)}\n`, "utf8");
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
function findGitRepoRoot(startPath: string): string | null {
|
|
202
|
+
let current = normalizePath(startPath);
|
|
203
|
+
try {
|
|
204
|
+
const stat = fsSync.statSync(current);
|
|
205
|
+
if (!stat.isDirectory()) {
|
|
206
|
+
current = nodePath.dirname(current);
|
|
207
|
+
}
|
|
208
|
+
} catch {
|
|
209
|
+
current = nodePath.dirname(current);
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
while (true) {
|
|
213
|
+
if (fsSync.existsSync(nodePath.join(current, ".git"))) {
|
|
214
|
+
return current;
|
|
215
|
+
}
|
|
216
|
+
const parent = nodePath.dirname(current);
|
|
217
|
+
if (parent === current) {
|
|
218
|
+
return null;
|
|
219
|
+
}
|
|
220
|
+
current = parent;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
function escapeRegex(text: string): string {
|
|
225
|
+
return text.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
function compilePattern(options: FrgSessionDeltaSearchOptions): RegExp {
|
|
229
|
+
let pattern = options.literal ? escapeRegex(options.pattern) : options.pattern;
|
|
230
|
+
const smartCaseInsensitive = options.smartCase && !/[A-Z]/.test(options.pattern);
|
|
231
|
+
const flags = `${options.caseInsensitive || smartCaseInsensitive ? "i" : ""}g`;
|
|
232
|
+
return new RegExp(pattern, flags);
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
function globToRegExp(glob: string): RegExp {
|
|
236
|
+
const escaped = glob
|
|
237
|
+
.replace(/[.+^${}()|[\]\\]/g, "\\$&")
|
|
238
|
+
.replace(/\*\*/g, "::DOUBLE_STAR::")
|
|
239
|
+
.replace(/\*/g, "[^/]*")
|
|
240
|
+
.replace(/::DOUBLE_STAR::/g, ".*")
|
|
241
|
+
.replace(/\?/g, ".");
|
|
242
|
+
return new RegExp(`^${escaped}$`);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
function pathMatchesFilters(relativePath: string, options: FrgSessionDeltaSearchOptions): boolean {
|
|
246
|
+
if (options.fileType) {
|
|
247
|
+
const ext = options.fileType.startsWith(".") ? options.fileType : `.${options.fileType}`;
|
|
248
|
+
if (!relativePath.endsWith(ext)) {
|
|
249
|
+
return false;
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
if (options.glob) {
|
|
253
|
+
const re = globToRegExp(options.glob);
|
|
254
|
+
if (!re.test(relativePath)) {
|
|
255
|
+
return false;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
return true;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
function buildContextLines(
|
|
262
|
+
lines: string[],
|
|
263
|
+
lineIndex: number,
|
|
264
|
+
radius: number,
|
|
265
|
+
): {
|
|
266
|
+
before: Array<{ line: number; content: string }>;
|
|
267
|
+
after: Array<{ line: number; content: string }>;
|
|
268
|
+
} {
|
|
269
|
+
const before: Array<{ line: number; content: string }> = [];
|
|
270
|
+
const after: Array<{ line: number; content: string }> = [];
|
|
271
|
+
for (let i = Math.max(0, lineIndex - radius); i < lineIndex; i++) {
|
|
272
|
+
before.push({ line: i + 1, content: lines[i] ?? "" });
|
|
273
|
+
}
|
|
274
|
+
for (let i = lineIndex + 1; i <= Math.min(lines.length - 1, lineIndex + radius); i++) {
|
|
275
|
+
after.push({ line: i + 1, content: lines[i] ?? "" });
|
|
276
|
+
}
|
|
277
|
+
return { before, after };
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
function relativeToRepo(repoRoot: string, filePath: string): string {
|
|
281
|
+
return nodePath.relative(repoRoot, filePath).split(nodePath.sep).join("/");
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
function isBinaryBuffer(content: Buffer): boolean {
|
|
285
|
+
const checkLength = Math.min(content.length, 8192);
|
|
286
|
+
for (let i = 0; i < checkLength; i++) {
|
|
287
|
+
if (content[i] === 0) {
|
|
288
|
+
return true;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
return false;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
function setMutationRecordForRepo(
|
|
295
|
+
repoRoot: string,
|
|
296
|
+
filePath: string,
|
|
297
|
+
operation: FrgMutationOperation,
|
|
298
|
+
content?: string,
|
|
299
|
+
options?: { persistWal?: boolean; scheduleFlush?: boolean },
|
|
300
|
+
): void {
|
|
301
|
+
const normalizedRepoRoot = normalizePath(repoRoot);
|
|
302
|
+
const state = getRepoState(normalizedRepoRoot);
|
|
303
|
+
state.sequence += 1;
|
|
304
|
+
const normalizedPath = normalizePath(filePath);
|
|
305
|
+
const record: FrgMutationRecord = {
|
|
306
|
+
repoRoot: normalizedRepoRoot,
|
|
307
|
+
path: normalizedPath,
|
|
308
|
+
operation,
|
|
309
|
+
sequence: state.sequence,
|
|
310
|
+
recordedAt: Date.now(),
|
|
311
|
+
content: normalizeStoredContent(content),
|
|
312
|
+
};
|
|
313
|
+
state.pending.set(normalizedPath, record);
|
|
314
|
+
|
|
315
|
+
if (options?.persistWal !== false) {
|
|
316
|
+
appendWalRecord(normalizedRepoRoot, record);
|
|
317
|
+
}
|
|
318
|
+
if (options?.scheduleFlush !== false) {
|
|
319
|
+
scheduleBackgroundFrgFlush(normalizedRepoRoot);
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
function runGit(repoRoot: string, args: string[]): string | null {
|
|
324
|
+
try {
|
|
325
|
+
return execFileSync("git", args, {
|
|
326
|
+
cwd: normalizePath(repoRoot),
|
|
327
|
+
encoding: "utf8",
|
|
328
|
+
stdio: ["ignore", "pipe", "ignore"],
|
|
329
|
+
}).trim();
|
|
330
|
+
} catch {
|
|
331
|
+
return null;
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
export function getTrackedRepoRootForPath(filePath: string): string | null {
|
|
336
|
+
return findGitRepoRoot(filePath);
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
export function ensureFrgRepoStateLoaded(repoRoot: string): void {
|
|
340
|
+
void getRepoState(repoRoot);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
export function recordFrgMutation(
|
|
344
|
+
filePath: string,
|
|
345
|
+
operation: FrgMutationOperation,
|
|
346
|
+
content?: string,
|
|
347
|
+
): void {
|
|
348
|
+
const repoRoot = getTrackedRepoRootForPath(filePath);
|
|
349
|
+
if (!repoRoot) return;
|
|
350
|
+
setMutationRecordForRepo(repoRoot, filePath, operation, content);
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
export function getPendingFrgMutations(repoRoot: string): FrgMutationRecord[] {
|
|
354
|
+
const state = getRepoState(repoRoot);
|
|
355
|
+
return [...state.pending.values()].sort((a, b) => a.sequence - b.sequence);
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
export function getPendingFrgMutationBytes(repoRoot: string): number {
|
|
359
|
+
return getPendingFrgMutations(repoRoot).reduce((total, record) => {
|
|
360
|
+
if (typeof record.content === "string") {
|
|
361
|
+
return total + Buffer.byteLength(record.content, "utf8");
|
|
362
|
+
}
|
|
363
|
+
try {
|
|
364
|
+
return total + fsSync.statSync(record.path).size;
|
|
365
|
+
} catch {
|
|
366
|
+
return total;
|
|
367
|
+
}
|
|
368
|
+
}, 0);
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
export function clearPendingFrgMutations(repoRoot: string): void {
|
|
372
|
+
const normalizedRepoRoot = normalizePath(repoRoot);
|
|
373
|
+
repoStates.delete(normalizedRepoRoot);
|
|
374
|
+
try {
|
|
375
|
+
fsSync.rmSync(walPath(normalizedRepoRoot), { force: true });
|
|
376
|
+
} catch {
|
|
377
|
+
// ignore
|
|
378
|
+
}
|
|
379
|
+
const flushState = flushStates.get(normalizedRepoRoot);
|
|
380
|
+
if (flushState?.timer) {
|
|
381
|
+
clearTimeout(flushState.timer);
|
|
382
|
+
}
|
|
383
|
+
flushStates.delete(normalizedRepoRoot);
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export function flushPendingFrgMutations(
|
|
387
|
+
repoRoot: string,
|
|
388
|
+
):
|
|
389
|
+
| { flushed: false; reason: string; pendingCount: number }
|
|
390
|
+
| { flushed: true; pendingCount: number; result: unknown } {
|
|
391
|
+
const normalizedRepoRoot = normalizePath(repoRoot);
|
|
392
|
+
const state = getRepoState(normalizedRepoRoot);
|
|
393
|
+
const flushState = getFlushState(normalizedRepoRoot);
|
|
394
|
+
const pendingCount = state.pending.size;
|
|
395
|
+
if (pendingCount === 0) {
|
|
396
|
+
return { flushed: false, reason: "no-pending-mutations", pendingCount };
|
|
397
|
+
}
|
|
398
|
+
if (flushState.timer) {
|
|
399
|
+
clearTimeout(flushState.timer);
|
|
400
|
+
flushState.timer = null;
|
|
401
|
+
}
|
|
402
|
+
if (flushState.inFlight) {
|
|
403
|
+
return { flushed: false, reason: "flush-in-flight", pendingCount };
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
flushState.inFlight = true;
|
|
407
|
+
try {
|
|
408
|
+
maybeBuildFrgIndexForRepo(normalizedRepoRoot);
|
|
409
|
+
// Targeted update: pass only changed/deleted files instead of full directory walk.
|
|
410
|
+
// O(changed_files) instead of O(all_files).
|
|
411
|
+
const pending = [...state.pending.values()];
|
|
412
|
+
const targetChanged = pending.filter((r) => r.operation === "write").map((r) => r.path);
|
|
413
|
+
const targetDeleted = pending.filter((r) => r.operation === "delete").map((r) => r.path);
|
|
414
|
+
const result =
|
|
415
|
+
targetChanged.length > 0 || targetDeleted.length > 0
|
|
416
|
+
? frg({ command: "update", path: normalizedRepoRoot, targetChanged, targetDeleted })
|
|
417
|
+
: frg({ command: "update", path: normalizedRepoRoot });
|
|
418
|
+
state.pending.clear();
|
|
419
|
+
rewriteWal(normalizedRepoRoot);
|
|
420
|
+
flushState.lastFlushAt = Date.now();
|
|
421
|
+
flushState.lastError = undefined;
|
|
422
|
+
flushState.retryCount = 0;
|
|
423
|
+
flushState.retryDelayMs = undefined;
|
|
424
|
+
return { flushed: true, pendingCount, result };
|
|
425
|
+
} catch (error) {
|
|
426
|
+
flushState.lastError = error instanceof Error ? error.message : String(error);
|
|
427
|
+
flushState.retryCount += 1;
|
|
428
|
+
flushState.retryDelayMs = Math.min(
|
|
429
|
+
(flushState.retryDelayMs ?? DEFAULT_BACKGROUND_FRG_FLUSH_DELAY_MS) * 2,
|
|
430
|
+
BACKGROUND_FRG_MAX_FLUSH_DELAY_MS,
|
|
431
|
+
);
|
|
432
|
+
return { flushed: false, reason: "flush-failed", pendingCount };
|
|
433
|
+
} finally {
|
|
434
|
+
flushState.inFlight = false;
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
export function maybeBuildFrgIndexForRepo(repoRoot: string): void {
|
|
439
|
+
const normalizedRepoRoot = normalizePath(repoRoot);
|
|
440
|
+
const frgDir = nodePath.join(normalizedRepoRoot, ".frg");
|
|
441
|
+
if (fsSync.existsSync(frgDir)) return;
|
|
442
|
+
try {
|
|
443
|
+
frg({ command: "init", path: normalizedRepoRoot });
|
|
444
|
+
} catch {
|
|
445
|
+
// best effort; search may still fall back to noIndex if init fails
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
export function scheduleBackgroundFrgFlush(
|
|
450
|
+
repoRoot: string,
|
|
451
|
+
delayMs: number = DEFAULT_BACKGROUND_FRG_FLUSH_DELAY_MS,
|
|
452
|
+
): void {
|
|
453
|
+
const normalizedRepoRoot = normalizePath(repoRoot);
|
|
454
|
+
const state = getRepoState(normalizedRepoRoot);
|
|
455
|
+
if (state.pending.size === 0) {
|
|
456
|
+
return;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
const flushState = getFlushState(normalizedRepoRoot);
|
|
460
|
+
flushState.lastScheduledAt = Date.now();
|
|
461
|
+
|
|
462
|
+
if (flushState.inFlight) {
|
|
463
|
+
return;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
if (flushState.timer) {
|
|
467
|
+
clearTimeout(flushState.timer);
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
const effectiveDelay = flushState.retryDelayMs ?? delayMs;
|
|
471
|
+
flushState.timer = setTimeout(() => {
|
|
472
|
+
flushState.timer = null;
|
|
473
|
+
const result = flushPendingFrgMutations(normalizedRepoRoot);
|
|
474
|
+
if (!result.flushed && result.reason === "flush-failed" && result.pendingCount > 0) {
|
|
475
|
+
scheduleBackgroundFrgFlush(normalizedRepoRoot, flushState.retryDelayMs ?? delayMs);
|
|
476
|
+
}
|
|
477
|
+
}, effectiveDelay);
|
|
478
|
+
|
|
479
|
+
if (typeof flushState.timer.unref === "function") {
|
|
480
|
+
flushState.timer.unref();
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
export function shouldForceSynchronousFrgFlush(repoRoot: string): boolean {
|
|
485
|
+
const pendingCount = getPendingFrgMutations(repoRoot).length;
|
|
486
|
+
const pendingBytes = getPendingFrgMutationBytes(repoRoot);
|
|
487
|
+
return (
|
|
488
|
+
pendingCount >= MAX_PENDING_MUTATIONS_BEFORE_SYNC_FLUSH ||
|
|
489
|
+
pendingBytes >= MAX_PENDING_MUTATION_BYTES_BEFORE_SYNC_FLUSH
|
|
490
|
+
);
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
export function getFrgFlushStatus(repoRoot: string): FrgFlushStatus {
|
|
494
|
+
const flushState = getFlushState(repoRoot);
|
|
495
|
+
return {
|
|
496
|
+
inFlight: flushState.inFlight,
|
|
497
|
+
scheduled: Boolean(flushState.timer),
|
|
498
|
+
lastScheduledAt: flushState.lastScheduledAt,
|
|
499
|
+
lastFlushAt: flushState.lastFlushAt,
|
|
500
|
+
lastError: flushState.lastError,
|
|
501
|
+
retryCount: flushState.retryCount,
|
|
502
|
+
retryDelayMs: flushState.retryDelayMs,
|
|
503
|
+
};
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
export function getGitDirtyStatus(repoRoot: string): FrgGitDirtyStatus {
|
|
507
|
+
const normalizedRepoRoot = normalizePath(repoRoot);
|
|
508
|
+
const headCommit = runGit(normalizedRepoRoot, ["rev-parse", "HEAD"]) ?? undefined;
|
|
509
|
+
const headTree = runGit(normalizedRepoRoot, ["rev-parse", "HEAD^{tree}"]) ?? undefined;
|
|
510
|
+
|
|
511
|
+
const tracked: Array<{ path: string; operation: FrgMutationOperation }> = [];
|
|
512
|
+
const trackedOutput = runGit(normalizedRepoRoot, ["diff", "--name-status", "-z", "HEAD", "--"]);
|
|
513
|
+
if (trackedOutput) {
|
|
514
|
+
const tokens = trackedOutput.split("\0").filter(Boolean);
|
|
515
|
+
for (let i = 0; i < tokens.length; i++) {
|
|
516
|
+
const status = tokens[i] ?? "";
|
|
517
|
+
if (status.startsWith("R")) {
|
|
518
|
+
const oldPath = tokens[++i];
|
|
519
|
+
const newPath = tokens[++i];
|
|
520
|
+
if (oldPath)
|
|
521
|
+
tracked.push({
|
|
522
|
+
path: normalizePath(nodePath.join(normalizedRepoRoot, oldPath)),
|
|
523
|
+
operation: "delete",
|
|
524
|
+
});
|
|
525
|
+
if (newPath)
|
|
526
|
+
tracked.push({
|
|
527
|
+
path: normalizePath(nodePath.join(normalizedRepoRoot, newPath)),
|
|
528
|
+
operation: "write",
|
|
529
|
+
});
|
|
530
|
+
continue;
|
|
531
|
+
}
|
|
532
|
+
const filePath = tokens[++i];
|
|
533
|
+
if (!filePath) continue;
|
|
534
|
+
tracked.push({
|
|
535
|
+
path: normalizePath(nodePath.join(normalizedRepoRoot, filePath)),
|
|
536
|
+
operation: status.startsWith("D") ? "delete" : "write",
|
|
537
|
+
});
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
const untracked: string[] = [];
|
|
542
|
+
const untrackedOutput = runGit(normalizedRepoRoot, [
|
|
543
|
+
"ls-files",
|
|
544
|
+
"-o",
|
|
545
|
+
"--exclude-standard",
|
|
546
|
+
"-z",
|
|
547
|
+
]);
|
|
548
|
+
if (untrackedOutput) {
|
|
549
|
+
for (const token of untrackedOutput.split("\0").filter(Boolean)) {
|
|
550
|
+
untracked.push(normalizePath(nodePath.join(normalizedRepoRoot, token)));
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
return { headCommit, headTree, tracked, untracked };
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
export function reconcileGitDirtyMutations(repoRoot: string): FrgGitDirtyStatus {
|
|
558
|
+
const normalizedRepoRoot = normalizePath(repoRoot);
|
|
559
|
+
const status = getGitDirtyStatus(normalizedRepoRoot);
|
|
560
|
+
const state = getRepoState(normalizedRepoRoot);
|
|
561
|
+
let changed = false;
|
|
562
|
+
|
|
563
|
+
for (const entry of status.tracked) {
|
|
564
|
+
const existing = state.pending.get(entry.path);
|
|
565
|
+
if (!existing || existing.operation !== entry.operation) {
|
|
566
|
+
setMutationRecordForRepo(normalizedRepoRoot, entry.path, entry.operation, undefined, {
|
|
567
|
+
persistWal: false,
|
|
568
|
+
scheduleFlush: false,
|
|
569
|
+
});
|
|
570
|
+
changed = true;
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
for (const filePath of status.untracked) {
|
|
575
|
+
const existing = state.pending.get(filePath);
|
|
576
|
+
if (!existing || existing.operation !== "write") {
|
|
577
|
+
setMutationRecordForRepo(normalizedRepoRoot, filePath, "write", undefined, {
|
|
578
|
+
persistWal: false,
|
|
579
|
+
scheduleFlush: false,
|
|
580
|
+
});
|
|
581
|
+
changed = true;
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
if (changed) {
|
|
586
|
+
rewriteWal(normalizedRepoRoot);
|
|
587
|
+
scheduleBackgroundFrgFlush(normalizedRepoRoot);
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
return status;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
export function getFrgFreshnessSnapshot(
|
|
594
|
+
repoRoot: string,
|
|
595
|
+
indexed?: { commit_hash?: string | null; tree_hash?: string | null; age_seconds?: number },
|
|
596
|
+
): FrgFreshnessSnapshot {
|
|
597
|
+
const normalizedRepoRoot = normalizePath(repoRoot);
|
|
598
|
+
const gitStatus = getGitDirtyStatus(normalizedRepoRoot);
|
|
599
|
+
const flush = getFrgFlushStatus(normalizedRepoRoot);
|
|
600
|
+
const sessionPendingCount = getPendingFrgMutations(normalizedRepoRoot).length;
|
|
601
|
+
const sessionPendingBytes = getPendingFrgMutationBytes(normalizedRepoRoot);
|
|
602
|
+
|
|
603
|
+
let freshnessState: FrgFreshnessSnapshot["freshnessState"] = "fresh";
|
|
604
|
+
if (!indexed) {
|
|
605
|
+
freshnessState = "missing";
|
|
606
|
+
} else if (flush.inFlight) {
|
|
607
|
+
freshnessState = "syncing";
|
|
608
|
+
} else if (flush.scheduled) {
|
|
609
|
+
freshnessState = "sync-scheduled";
|
|
610
|
+
} else if (
|
|
611
|
+
(indexed.tree_hash ?? null) &&
|
|
612
|
+
gitStatus.headTree &&
|
|
613
|
+
indexed.tree_hash !== gitStatus.headTree
|
|
614
|
+
) {
|
|
615
|
+
freshnessState = "head-mismatch";
|
|
616
|
+
} else if (sessionPendingCount > 0) {
|
|
617
|
+
freshnessState = "session-dirty";
|
|
618
|
+
} else if (gitStatus.tracked.length > 0 || gitStatus.untracked.length > 0) {
|
|
619
|
+
freshnessState = "overlay-dirty";
|
|
620
|
+
} else if ((indexed.age_seconds ?? 0) > 86400) {
|
|
621
|
+
freshnessState = "stale";
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
return {
|
|
625
|
+
headCommit: gitStatus.headCommit,
|
|
626
|
+
headTree: gitStatus.headTree,
|
|
627
|
+
dirtyTrackedCount: gitStatus.tracked.length,
|
|
628
|
+
dirtyUntrackedCount: gitStatus.untracked.length,
|
|
629
|
+
sessionPendingCount,
|
|
630
|
+
sessionPendingBytes,
|
|
631
|
+
flush,
|
|
632
|
+
freshnessState,
|
|
633
|
+
};
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
export async function searchPendingFrgMutations(
|
|
637
|
+
repoRoot: string,
|
|
638
|
+
options: FrgSessionDeltaSearchOptions,
|
|
639
|
+
): Promise<FrgSessionDeltaSearchResult | null> {
|
|
640
|
+
const pending = getPendingFrgMutations(repoRoot);
|
|
641
|
+
if (pending.length === 0) {
|
|
642
|
+
return null;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
const regex = compilePattern(options);
|
|
646
|
+
const fileSet = new Set<string>();
|
|
647
|
+
const counts = new Map<string, number>();
|
|
648
|
+
const matches: FrgSearchMatch[] = [];
|
|
649
|
+
let matched = false;
|
|
650
|
+
|
|
651
|
+
for (const record of pending) {
|
|
652
|
+
if (record.operation === "delete") {
|
|
653
|
+
continue;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
const relativePath = relativeToRepo(repoRoot, record.path);
|
|
657
|
+
if (!pathMatchesFilters(relativePath, options)) {
|
|
658
|
+
continue;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
let content: string;
|
|
662
|
+
if (typeof record.content === "string") {
|
|
663
|
+
content = record.content;
|
|
664
|
+
} else {
|
|
665
|
+
let raw: Buffer;
|
|
666
|
+
try {
|
|
667
|
+
raw = await fs.readFile(record.path);
|
|
668
|
+
} catch {
|
|
669
|
+
continue;
|
|
670
|
+
}
|
|
671
|
+
if (isBinaryBuffer(raw)) {
|
|
672
|
+
continue;
|
|
673
|
+
}
|
|
674
|
+
content = raw.toString("utf8");
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
const lines = content.split(/\r?\n/);
|
|
678
|
+
let fileMatchCount = 0;
|
|
679
|
+
|
|
680
|
+
for (let lineIndex = 0; lineIndex < lines.length; lineIndex++) {
|
|
681
|
+
const line = lines[lineIndex] ?? "";
|
|
682
|
+
regex.lastIndex = 0;
|
|
683
|
+
let lineMatched = false;
|
|
684
|
+
let execMatch: RegExpExecArray | null;
|
|
685
|
+
while ((execMatch = regex.exec(line)) !== null) {
|
|
686
|
+
matched = true;
|
|
687
|
+
lineMatched = true;
|
|
688
|
+
fileMatchCount += 1;
|
|
689
|
+
if (!options.filesOnly && !options.count && !options.quiet) {
|
|
690
|
+
const context = buildContextLines(lines, lineIndex, options.context ?? 0);
|
|
691
|
+
matches.push({
|
|
692
|
+
file: relativePath,
|
|
693
|
+
line: lineIndex + 1,
|
|
694
|
+
content: line,
|
|
695
|
+
match_start: execMatch.index,
|
|
696
|
+
match_end: execMatch.index + execMatch[0].length,
|
|
697
|
+
context_before: context.before,
|
|
698
|
+
context_after: context.after,
|
|
699
|
+
});
|
|
700
|
+
}
|
|
701
|
+
if ((options.maxCount ?? Number.POSITIVE_INFINITY) <= fileMatchCount) {
|
|
702
|
+
break;
|
|
703
|
+
}
|
|
704
|
+
if (execMatch[0].length === 0) {
|
|
705
|
+
regex.lastIndex += 1;
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
if (options.filesOnly && lineMatched) {
|
|
709
|
+
fileSet.add(relativePath);
|
|
710
|
+
break;
|
|
711
|
+
}
|
|
712
|
+
if ((options.maxCount ?? Number.POSITIVE_INFINITY) <= fileMatchCount) {
|
|
713
|
+
break;
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
if (options.count && fileMatchCount > 0) {
|
|
718
|
+
counts.set(relativePath, fileMatchCount);
|
|
719
|
+
}
|
|
720
|
+
if (options.filesOnly && fileMatchCount > 0) {
|
|
721
|
+
fileSet.add(relativePath);
|
|
722
|
+
}
|
|
723
|
+
if (options.quiet && fileMatchCount > 0) {
|
|
724
|
+
return { mode: "quiet", matched: true };
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
if (options.quiet) {
|
|
729
|
+
return { mode: "quiet", matched };
|
|
730
|
+
}
|
|
731
|
+
if (options.filesOnly) {
|
|
732
|
+
return { mode: "files", files: [...fileSet].sort() };
|
|
733
|
+
}
|
|
734
|
+
if (options.count) {
|
|
735
|
+
return {
|
|
736
|
+
mode: "counts",
|
|
737
|
+
counts: [...counts.entries()]
|
|
738
|
+
.sort((a, b) => a[0].localeCompare(b[0]))
|
|
739
|
+
.map(([file, count]) => ({ file, count })),
|
|
740
|
+
};
|
|
741
|
+
}
|
|
742
|
+
return { mode: "matches", matches };
|
|
743
|
+
}
|