Home
last modified time | relevance | path

Searched refs:packagesToInstall (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/src/jsTyping/
Dtypes.ts69 readonly packagesToInstall: readonly string[]; property
/third_party/typescript/src/tsserver/
DnodeServer.ts687 packages: response.packagesToInstall,
698 installedPackages: response.packagesToInstall.join(","),
709 packages: response.packagesToInstall,
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts389 packagesToInstall: scopedTypings, constant
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts1679 assert.deepEqual(response.packagesToInstall, [typingsName("commander")]);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5371 readonly packagesToInstall: readonly string[]; property
Dtsserverlibrary.d.ts5371 readonly packagesToInstall: readonly string[]; property
/third_party/typescript/lib/
DtypescriptServices.d.ts5288 readonly packagesToInstall: readonly string[]; property
Dtypescript.d.ts5288 readonly packagesToInstall: readonly string[]; property
Dtsserverlibrary.d.ts5288 readonly packagesToInstall: readonly string[]; property
Dtsserver.js164013 packages: response.packagesToInstall,
164024 installedPackages: response.packagesToInstall.join(","),
164034 packages: response.packagesToInstall,
DtypingsInstaller.js115591 packagesToInstall: scopedTypings, property