MCPcopy
hub / github.com/daeuniverse/daed / Position

Interface Position

packages/dae-lsp/src/core/parser.ts:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24const RE_SECTION_START = /^(\w+)\s*\{/
25
26export interface Position {
27 line: number
28 character: number
29}
30
31export interface Range {
32 start: Position

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected