Interface: FormatRequest
Defined in: src/batteries/dev_tools/types.ts:138
Request passed to a formatter.
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
access? | DevFileAccess | Scoped disk façade supplied only to in-place capabilities. | src/batteries/dev_tools/types.ts:148 |
files | ReadonlyMap<string, WorkspaceFile> | Current mutable workspace file map. | src/batteries/dev_tools/types.ts:140 |
paths | readonly string[] | Resolved existing workspace paths this invocation must handle; selection is frozen for the step. | src/batteries/dev_tools/types.ts:142 |
root | string | Absolute host workspace root used as the subprocess working directory. | src/batteries/dev_tools/types.ts:146 |
selector | readonly string[] | null | Normalized authored path patterns, or null when the step supplied no selector. | src/batteries/dev_tools/types.ts:144 |
signal? | AbortSignal | Optional cancellation signal. | src/batteries/dev_tools/types.ts:150 |