/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | compileOnSave.ts | 98 const typingsInstaller = createTestTypingsInstaller(host); constant 99 const session = createSession(host, { typingsInstaller }); 123 const typingsInstaller = createTestTypingsInstaller(host); constant 124 const session = createSession(host, { typingsInstaller }); 170 const typingsInstaller = createTestTypingsInstaller(host); constant 171 const session = createSession(host, { typingsInstaller }); 186 const typingsInstaller = createTestTypingsInstaller(host); constant 187 const session = createSession(host, { typingsInstaller }); 200 const typingsInstaller = createTestTypingsInstaller(host); constant 201 const session = createSession(host, { typingsInstaller }); [all …]
|
D | typingsInstaller.ts | 81 const service = createProjectService(host, { typingsInstaller: installer }); 134 typingsInstaller: installer, 176 …vice = createProjectService(host, { useSingleInferredProject: true, typingsInstaller: installer }); 213 const projectService = createProjectService(host, { typingsInstaller: installer }); 249 const projectService = createProjectService(host, { typingsInstaller: installer }); 281 const projectService = createProjectService(host, { typingsInstaller: installer }); 308 const projectService = createProjectService(host, { typingsInstaller: installer }); 348 const projectService = createProjectService(host, { typingsInstaller: installer }); 402 const projectService = createProjectService(host, { typingsInstaller: installer }); 446 const projectService = createProjectService(host, { typingsInstaller: installer }); [all …]
|
D | helpers.ts | 2 export import TI = server.typingsInstaller; 462 if (opts.typingsInstaller === undefined) { 463 opts.typingsInstaller = new TestTypingsInstaller("/a/data/", /*throttleLimit*/ 5, host); 475 typingsInstaller: undefined!, // TODO: GH#18217 constant 527 … typingsInstaller: server.ITypingsInstaller, opts: Partial<TestProjectServiceOptions> = {}) { 535 typingsInstaller, 555 …host, logger, cancellationToken, useSingleInferredProject, options?.typingsInstaller || server.nul…
|
D | session.ts | 48 typingsInstaller: undefined!, // TODO: GH#18217 constant 470 typingsInstaller: undefined!, // TODO: GH#18217 517 typingsInstaller: undefined!, // TODO: GH#18217 585 typingsInstaller: undefined!, // TODO: GH#18217
|
D | typeAquisition.ts | 45 …const projectService = createProjectService(host, { typingsInstaller: new TestTypingsInstaller(typ…
|
D | completions.ts | 383 … typingsInstaller: new TestTypingsInstaller(globalCacheLocation, /*throttleLimit*/ 5, host),
|
D | resolutionCache.ts | 14 typingsInstaller: new TestTypingsInstaller("/a/cache", /*throttleLimit*/5, host),
|
D | projects.ts | 373 const typingsInstaller: server.ITypingsInstaller = { constant 386 const projectService = createProjectService(host, { typingsInstaller });
|
/third_party/typescript/src/tsserver/ |
D | nodeServer.ts | 685 const typingsInstaller = disableAutomaticTypingAcquisition constant 693 typingsInstaller: typingsInstaller || nullTypingsInstaller,
|
/third_party/typescript/src/webServer/ |
D | webServer.ts | 237 typingsInstaller: nullTypingsInstaller,
|
/third_party/typescript/scripts/ |
D | produceLKG.mjs | 71 await copyWithCopyright("typingsInstaller.js");
|
/third_party/typescript/src/typingsInstaller/ |
D | nodeTypingsInstaller.ts | 1 namespace ts.server.typingsInstaller {
|
/third_party/typescript/src/server/ |
D | editorServices.ts | 410 typingsInstaller: ITypingsInstaller; property 775 public readonly typingsInstaller: ITypingsInstaller; property in ProjectService 824 this.typingsInstaller = opts.typingsInstaller || nullTypingsInstaller; 852 this.globalCacheLocationDirectoryPath = this.typingsInstaller.globalTypingsCacheLocation 853 … ? ensureTrailingDirectorySeparator(this.toPath(this.typingsInstaller.globalTypingsCacheLocation)) 864 this.typingsInstaller.attach(this); 866 this.typingsCache = new TypingsCache(this.typingsInstaller);
|
D | session.ts | 739 typingsInstaller: ITypingsInstaller; property 774 protected readonly typingsInstaller: ITypingsInstaller; 787 this.typingsInstaller = opts.typingsInstaller; 815 typingsInstaller: this.typingsInstaller, constant
|
D | project.ts | 685 …return this.getTypeAcquisition().enable ? this.projectService.typingsInstaller.globalTypingsCacheL…
|
/third_party/typescript/ |
D | BUILD.gn | 113 "lib/typingsInstaller.js",
|
D | Gulpfile.mjs | 382 const buildTypingsInstaller = () => buildProject("src/typingsInstaller"); 383 const cleanTypingsInstaller = () => cleanProject("src/typingsInstaller"); 520 "built/local/typingsInstaller.js",
|
/third_party/typescript/src/typingsInstallerCore/ |
D | typingsInstaller.ts | 1 namespace ts.server.typingsInstaller {
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 1006 …typingsInstaller: { ...ts.server.nullTypingsInstaller, globalTypingsCacheLocation: "/Library/Cache… constant
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 10885 typingsInstaller: ITypingsInstaller; property 10956 readonly typingsInstaller: ITypingsInstaller; property in ts.ProjectService 11162 typingsInstaller: ITypingsInstaller; property 11192 protected readonly typingsInstaller: ITypingsInstaller; property in ts.Session
|
D | typingsInstaller.js | 131657 var typingsInstaller; 131658 (function (typingsInstaller) { argument 131685 typingsInstaller.installNpmPackages = installNpmPackages; 131699 typingsInstaller.getNpmCommandForInstallation = getNpmCommandForInstallation; 132125 typingsInstaller.TypingsInstaller = TypingsInstaller; 132130 typingsInstaller.typingsName = typingsName; 132131 })(typingsInstaller = server.typingsInstaller || (server.typingsInstaller = {})); 132138 var typingsInstaller; 132139 (function (typingsInstaller) { argument 132292 …var hasError = typingsInstaller.installNpmPackages(this.npmPath, ts.version, packageNames, functio… [all …]
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 10885 typingsInstaller: ITypingsInstaller; property 10956 readonly typingsInstaller: ITypingsInstaller; property in ts.ProjectService 11162 typingsInstaller: ITypingsInstaller; property 11192 protected readonly typingsInstaller: ITypingsInstaller; property in ts.Session
|