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

Interface SourceLocation

src/scanner.ts:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface SourceLocation {
21 start: Position;
22 end: Position;
23 source?: string;
24}
25
26export interface Comment {
27 multiLine: boolean;

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…