MCPcopy
hub / github.com/jquery/esprima / Position

Interface Position

src/scanner.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15export interface Position {
16 line: number;
17 column: number;
18}
19
20export interface SourceLocation {
21 start: Position;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…