Position
Import from @varavel/vdl-plugin-sdk.
It represents a position within a file and is used for error reporting, diagnostics, plugins, and tooling support.
Properties
| Property | Type | Description |
|---|---|---|
column |
number |
Column number (1-indexed) |
file |
string |
Absolute file path |
line |
number |
Line number (1-indexed) |