/third_party/typescript/src/testRunner/unittests/services/ |
D | documentRegistry.ts | 3 const documentRegistry = ts.createDocumentRegistry(); constant 6 …const f1 = documentRegistry.acquireDocument("file1.ts", defaultCompilerOptions, ts.ScriptSnapshot.… 7 …const f2 = documentRegistry.acquireDocument("file1.ts", defaultCompilerOptions, ts.ScriptSnapshot.… 13 const documentRegistry = ts.createDocumentRegistry(); constant 18 …const f1 = documentRegistry.acquireDocument("file1.ts", compilerOptions, ts.ScriptSnapshot.fromStr… 20 …const f2 = documentRegistry.acquireDocument("file1.ts", compilerOptions, ts.ScriptSnapshot.fromStr… 27 …const f3 = documentRegistry.acquireDocument("file1.ts", compilerOptions, ts.ScriptSnapshot.fromStr… 32 …const f4 = documentRegistry.acquireDocument("file1.ts", compilerOptions, ts.ScriptSnapshot.fromStr… 37 …const f5 = documentRegistry.acquireDocument("file1.ts", compilerOptions, ts.ScriptSnapshot.fromStr… 43 const documentRegistry = ts.createDocumentRegistry(); constant [all …]
|
/third_party/typescript/src/server/ |
D | project.ts | 317 private documentRegistry: DocumentRegistry, 385 …this.languageService = createLanguageService(this, this.documentRegistry, this.projectService.serv… 1912 …ndencySelection, this, this.getModuleResolutionHostForAutoImportProvider(), this.documentRegistry); 1944 …sResolutionProject = new AuxiliaryProject(this.projectService, this.documentRegistry, this.getComp… 2054 documentRegistry: DocumentRegistry, 2064 documentRegistry, 2128 …constructor(projectService: ProjectService, documentRegistry: DocumentRegistry, compilerOptions: C… 2132 documentRegistry, 2288 …, hostProject: Project, moduleResolutionHost: ModuleResolutionHost, documentRegistry: DocumentRegi… 2303 … return new AutoImportProviderProject(hostProject, rootNames, documentRegistry, compilerOptions); [all …]
|
D | editorServices.ts | 683 readonly documentRegistry: DocumentRegistry; property in ProjectService 875 …this.documentRegistry = createDocumentRegistryInternal(this.host.useCaseSensitiveFileNames, this.c… 2010 this.documentRegistry, 2106 this.documentRegistry, 2560 …const project = new InferredProject(this, this.documentRegistry, compilerOptions, watchOptionsAndE…
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | documentRegistry.ts | 29 …const key = service.documentRegistry.getKeyForCompilationSettings(project.getCompilationSettings()… 30 …assert.deepEqual(service.documentRegistry.getLanguageServiceRefCounts(moduleInfo.path, moduleInfo.…
|
/third_party/typescript/src/services/ |
D | shims.ts | 1293 private documentRegistry: DocumentRegistry | undefined; property in TypeScriptServicesFactory 1304 if (this.documentRegistry === undefined) { 1305 …this.documentRegistry = createDocumentRegistry(host.useCaseSensitiveFileNames && host.useCaseSensi… 1308 …const languageService = createLanguageService(hostAdapter, this.documentRegistry, /*syntaxOnly*/ f… 1341 this.documentRegistry = undefined;
|
D | services.ts | 1227 …documentRegistry: DocumentRegistry = createDocumentRegistry(host.useCaseSensitiveFileNames && host… 1388 … const documentRegistryBucketKey = documentRegistry.getKeyForCompilationSettings(newSettings); 1475 const oldSettingsKey = documentRegistry.getKeyForCompilationSettings(oldOptions); 1476 …documentRegistry.releaseDocumentWithKey(oldSourceFile.resolvedPath, oldSettingsKey, oldSourceFile.… 1529 …return documentRegistry.updateDocumentWithKey(fileName, path, host, documentRegistryBucketKey, scr… 1533 …documentRegistry.releaseDocumentWithKey(oldSourceFile.resolvedPath, documentRegistry.getKeyForComp… 1541 …return documentRegistry.acquireDocumentWithKey(fileName, path, host, documentRegistryBucketKey, sc… 1635 … const key = documentRegistry.getKeyForCompilationSettings(program.getCompilerOptions()); 1637 … documentRegistry.releaseDocumentWithKey(f.resolvedPath, key, f.scriptKind, f.impliedNodeFormat));
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 7405 …function createLanguageService(host: LanguageServiceHost, documentRegistry?: DocumentRegistry, syn… 10514 private documentRegistry; property in ts.Project
|
D | typescript.d.ts | 7405 …function createLanguageService(host: LanguageServiceHost, documentRegistry?: DocumentRegistry, syn…
|
D | typescriptServices.d.ts | 7405 …function createLanguageService(host: LanguageServiceHost, documentRegistry?: DocumentRegistry, syn…
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 7405 …function createLanguageService(host: LanguageServiceHost, documentRegistry?: DocumentRegistry, syn… 10514 private documentRegistry; property in ts.Project
|
D | typescript.d.ts | 7405 …function createLanguageService(host: LanguageServiceHost, documentRegistry?: DocumentRegistry, syn…
|