ToolLocation
Interface: ToolLocation
Defined in: packages/codeboltjs/src/tools/types.ts:142
File system location reference
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
line? | number | Which line (if known) | packages/codeboltjs/src/tools/types.ts:146 |
path | string | Absolute path to the file | packages/codeboltjs/src/tools/types.ts:144 |