Skip to content
1 min read · 154 words

Interface: FormatRequest

Defined in: src/batteries/dev_tools/types.ts:138

Request passed to a formatter.

Extended by

Properties

PropertyTypeDescriptionDefined in
access?DevFileAccessScoped disk façade supplied only to in-place capabilities.src/batteries/dev_tools/types.ts:148
filesReadonlyMap<string, WorkspaceFile>Current mutable workspace file map.src/batteries/dev_tools/types.ts:140
pathsreadonly string[]Resolved existing workspace paths this invocation must handle; selection is frozen for the step.src/batteries/dev_tools/types.ts:142
rootstringAbsolute host workspace root used as the subprocess working directory.src/batteries/dev_tools/types.ts:146
selectorreadonly string[] | nullNormalized authored path patterns, or null when the step supplied no selector.src/batteries/dev_tools/types.ts:144
signal?AbortSignalOptional cancellation signal.src/batteries/dev_tools/types.ts:150