Home
last modified time | relevance | path

Searched refs:rangesInFile (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DdocumentHighlightInTypeExport.ts8 const [AType, AExport, asB] = test.rangesInFile("/1.ts");
20 const [AType, ALet, ADecl, AExport, asB] = test.rangesInFile("/2.ts");
34 const [AType, ALet, ADecl, AExport, asB] = test.rangesInFile("/3.ts");
Dfourslash.ts217 rangesInFile(fileName?: string): Range[];
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts26 public rangesInFile(fileName?: string): FourSlash.Range[] { method in FourSlashInterface.Test