API Reference
GlobQuery
Defined in: tools/builtin/builtin.types.ts:225
A request to list files matching a glob pattern.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
path? | string | Directory to search under; the backend decides the default root. | tools/builtin/builtin.types.ts:229 |
pattern | string | Glob pattern matched against file paths, e.g. **/*.ts. | tools/builtin/builtin.types.ts:227 |