Home
last modified time | relevance | path

Searched refs:createDocumentRegistry (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/src/testRunner/unittests/services/
DdocumentRegistry.ts3 const documentRegistry = ts.createDocumentRegistry();
13 const documentRegistry = ts.createDocumentRegistry();
43 const documentRegistry = ts.createDocumentRegistry();
56 const documentRegistry = ts.createDocumentRegistry();
/third_party/typescript/tests/baselines/reference/
DAPISample_watcher.js53 const services = ts.createLanguageService(servicesHost, ts.createDocumentRegistry())
149 var services = ts.createLanguageService(servicesHost, ts.createDocumentRegistry());
/third_party/typescript/tests/cases/compiler/
DAPISample_watcher.ts57 const services = ts.createLanguageService(servicesHost, ts.createDocumentRegistry())
/third_party/typescript/src/services/
DdocumentRegistry.ts113 …export function createDocumentRegistry(useCaseSensitiveFileNames?: boolean, currentDirectory?: str… function
Dshims.ts1294 …this.documentRegistry = createDocumentRegistry(host.useCaseSensitiveFileNames && host.useCaseSensi…
Dservices.ts1240 …documentRegistry: DocumentRegistry = createDocumentRegistry(host.useCaseSensitiveFileNames && host…
/third_party/typescript/lib/
Dtypescript.d.ts6451 …function createDocumentRegistry(useCaseSensitiveFileNames?: boolean, currentDirectory?: string): D… function
DtypescriptServices.d.ts6451 …function createDocumentRegistry(useCaseSensitiveFileNames?: boolean, currentDirectory?: string): D… function
Dtsserverlibrary.d.ts6451 …function createDocumentRegistry(useCaseSensitiveFileNames?: boolean, currentDirectory?: string): D… function
DtypescriptServices.js123404 function createDocumentRegistry(useCaseSensitiveFileNames, currentDirectory) { function
123407 ts.createDocumentRegistry = createDocumentRegistry;
150025 …if (documentRegistry === void 0) { documentRegistry = ts.createDocumentRegistry(host.useCaseSensit…
152686 …this.documentRegistry = ts.createDocumentRegistry(host.useCaseSensitiveFileNames && host.useCaseSe…
Dtsserverlibrary.js123404 function createDocumentRegistry(useCaseSensitiveFileNames, currentDirectory) { function
123407 ts.createDocumentRegistry = createDocumentRegistry;
150025 …if (documentRegistry === void 0) { documentRegistry = ts.createDocumentRegistry(host.useCaseSensit…
152686 …this.documentRegistry = ts.createDocumentRegistry(host.useCaseSensitiveFileNames && host.useCaseSe…
Dtsserver.js122835 function createDocumentRegistry(useCaseSensitiveFileNames, currentDirectory) { function
122838 ts.createDocumentRegistry = createDocumentRegistry;
149456 …if (documentRegistry === void 0) { documentRegistry = ts.createDocumentRegistry(host.useCaseSensit…
152117 …this.documentRegistry = ts.createDocumentRegistry(host.useCaseSensitiveFileNames && host.useCaseSe…
Dtypescript.js123404 function createDocumentRegistry(useCaseSensitiveFileNames, currentDirectory) { function
123407 ts.createDocumentRegistry = createDocumentRegistry;
150025 …if (documentRegistry === void 0) { documentRegistry = ts.createDocumentRegistry(host.useCaseSensit…
152686 …this.documentRegistry = ts.createDocumentRegistry(host.useCaseSensitiveFileNames && host.useCaseSe…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6698 …function createDocumentRegistry(useCaseSensitiveFileNames?: boolean, currentDirectory?: string): D… function
Dtsserverlibrary.d.ts6698 …function createDocumentRegistry(useCaseSensitiveFileNames?: boolean, currentDirectory?: string): D… function