Home
last modified time | relevance | path

Searched defs:documentRegistry (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/testRunner/unittests/services/
DdocumentRegistry.ts3 const documentRegistry = ts.createDocumentRegistry(); constant
13 const documentRegistry = ts.createDocumentRegistry(); constant
43 const documentRegistry = ts.createDocumentRegistry(); constant
56 const documentRegistry = ts.createDocumentRegistry(); constant
/third_party/typescript/src/services/
Dshims.ts1282 private documentRegistry: DocumentRegistry | undefined; property in TypeScriptServicesFactory
/third_party/typescript/src/server/
DeditorServices.ts658 readonly documentRegistry: DocumentRegistry; property in ProjectService
/third_party/typescript/lib/
Dtsserverlibrary.d.ts9387 private documentRegistry; property in ts.Project
Dtsserverlibrary.js150023 function createLanguageService(host, documentRegistry, syntaxOnlyOrLanguageServiceMode) { argument
154014 …/*@internal*/ projectName, projectKind, projectService, documentRegistry, hasExplicitListOfFiles, … argument
155402 …function InferredProject(projectService, documentRegistry, compilerOptions, watchOptions, projectR… argument
155485 …function AutoImportProviderProject(hostProject, initialRootNames, documentRegistry, compilerOption… argument
155534 …ject.create = function (dependencySelection, hostProject, moduleResolutionHost, documentRegistry) { argument
155613 …function ConfiguredProject(configFileName, projectService, documentRegistry, cachedDirectoryStruct… argument
155855 …function ExternalProject(externalProjectName, projectService, documentRegistry, compilerOptions, l… argument
Dtsserver.js149454 function createLanguageService(host, documentRegistry, syntaxOnlyOrLanguageServiceMode) { argument
153820 …/*@internal*/ projectName, projectKind, projectService, documentRegistry, hasExplicitListOfFiles, … argument
155208 …function InferredProject(projectService, documentRegistry, compilerOptions, watchOptions, projectR… argument
155291 …function AutoImportProviderProject(hostProject, initialRootNames, documentRegistry, compilerOption… argument
155340 …ject.create = function (dependencySelection, hostProject, moduleResolutionHost, documentRegistry) { argument
155419 …function ConfiguredProject(configFileName, projectService, documentRegistry, cachedDirectoryStruct… argument
155661 …function ExternalProject(externalProjectName, projectService, documentRegistry, compilerOptions, l… argument
Dtypescript.js150023 function createLanguageService(host, documentRegistry, syntaxOnlyOrLanguageServiceMode) { argument
DtypescriptServices.js150023 function createLanguageService(host, documentRegistry, syntaxOnlyOrLanguageServiceMode) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts9666 private documentRegistry; property in ts.Project