Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
const
RE_SECTION_START = /^(\w+)\s*\{/
25
26
export
interface
Position {
27
line: number
28
character: number
29
}
30
31
export
interface
Range {
32
start: Position
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected