Skip to main content

FileMatch

@forge/monorepo


@forge/monorepo / backend/src / FileMatch

Type Alias: FileMatch

FileMatch = object

Defined in: backend/src/toolkit/files.ts:94

Properties

line

readonly line: number

Defined in: backend/src/toolkit/files.ts:96


path

readonly path: string

Defined in: backend/src/toolkit/files.ts:95


text

readonly text: string

Defined in: backend/src/toolkit/files.ts:98

The matching line, trimmed and capped. Untrusted content, like everything else read from disk.