MCPcopy Create free account
hub / github.com/objectivehtml/FlipClock / Location

Interface Location

docs/types/Location.interface.ts:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface Location {
2 /** Line in the parsed source (1-based). */
3 readonly line: number;
4 /** Column in the parsed source (1-based). */
5 readonly column: number;
6 /** Offset in the parsed source (0-based). */
7 readonly offset: number;
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected