Home
last modified time | relevance | path

Searched refs:typingsInstaller (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DcompileOnSave.ts98 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 …]
DtypingsInstaller.ts81 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 …]
Dhelpers.ts2 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
527typingsInstaller: server.ITypingsInstaller, opts: Partial<TestProjectServiceOptions> = {}) {
535 typingsInstaller,
555 …host, logger, cancellationToken, useSingleInferredProject, options?.typingsInstaller || server.nul…
Dsession.ts48 typingsInstaller: undefined!, // TODO: GH#18217 constant
470 typingsInstaller: undefined!, // TODO: GH#18217
517 typingsInstaller: undefined!, // TODO: GH#18217
585 typingsInstaller: undefined!, // TODO: GH#18217
DtypeAquisition.ts45 …const projectService = createProjectService(host, { typingsInstaller: new TestTypingsInstaller(typ…
Dcompletions.ts383typingsInstaller: new TestTypingsInstaller(globalCacheLocation, /*throttleLimit*/ 5, host),
DresolutionCache.ts14 typingsInstaller: new TestTypingsInstaller("/a/cache", /*throttleLimit*/5, host),
Dprojects.ts373 const typingsInstaller: server.ITypingsInstaller = { constant
386 const projectService = createProjectService(host, { typingsInstaller });
/third_party/typescript/src/tsserver/
DnodeServer.ts685 const typingsInstaller = disableAutomaticTypingAcquisition constant
693 typingsInstaller: typingsInstaller || nullTypingsInstaller,
/third_party/typescript/src/webServer/
DwebServer.ts237 typingsInstaller: nullTypingsInstaller,
/third_party/typescript/scripts/
DproduceLKG.mjs71 await copyWithCopyright("typingsInstaller.js");
/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts1 namespace ts.server.typingsInstaller {
/third_party/typescript/src/server/
DeditorServices.ts410 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);
Dsession.ts739 typingsInstaller: ITypingsInstaller; property
774 protected readonly typingsInstaller: ITypingsInstaller;
787 this.typingsInstaller = opts.typingsInstaller;
815 typingsInstaller: this.typingsInstaller, constant
Dproject.ts685 …return this.getTypeAcquisition().enable ? this.projectService.typingsInstaller.globalTypingsCacheL…
/third_party/typescript/
DBUILD.gn113 "lib/typingsInstaller.js",
DGulpfile.mjs382 const buildTypingsInstaller = () => buildProject("src/typingsInstaller");
383 const cleanTypingsInstaller = () => cleanProject("src/typingsInstaller");
520 "built/local/typingsInstaller.js",
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts1 namespace ts.server.typingsInstaller {
/third_party/typescript/src/harness/
DharnessLanguageService.ts1006typingsInstaller: { ...ts.server.nullTypingsInstaller, globalTypingsCacheLocation: "/Library/Cache… constant
/third_party/typescript/lib/
Dtsserverlibrary.d.ts10885 typingsInstaller: ITypingsInstaller; property
10956 readonly typingsInstaller: ITypingsInstaller; property in ts.ProjectService
11162 typingsInstaller: ITypingsInstaller; property
11192 protected readonly typingsInstaller: ITypingsInstaller; property in ts.Session
DtypingsInstaller.js131657 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/
Dtsserverlibrary.d.ts10885 typingsInstaller: ITypingsInstaller; property
10956 readonly typingsInstaller: ITypingsInstaller; property in ts.ProjectService
11162 typingsInstaller: ITypingsInstaller; property
11192 protected readonly typingsInstaller: ITypingsInstaller; property in ts.Session