Home
last modified time | relevance | path

Searched defs:FileSpanWithContext (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/lib/
Dprotocol.d.ts714 interface FileSpanWithContext extends FileSpan, TextSpanWithContext { interface
/third_party/typescript/src/server/
Dprotocol.ts987 export interface FileSpanWithContext extends FileSpan, TextSpanWithContext { interface