Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts34 public rangesByText(): ts.ESMap<string, FourSlash.Range[]> { method in FourSlashInterface.Test
DfourslashImpl.ts46 rangesByText?: ts.MultiMap<string, Range>; property