Home
last modified time | relevance | path

Searched refs:execSyncAndLog (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts113 …this.execSyncAndLog(`${this.npmPath} install --ignore-scripts ${typesRegistryPackageName}@${this.l…
193 …tallNpmPackages(this.npmPath, version, packageNames, command => this.execSyncAndLog(command, { cwd…
201 private execSyncAndLog(command: string, options: Pick<ExecSyncOptions, "cwd">): boolean { method in ts.server.typingsInstaller.NodeTypingsInstaller
/third_party/typescript/lib/
DtypingsInstaller.js115819 …_this.execSyncAndLog(_this.npmPath + " install --ignore-scripts " + typesRegistryPackageName + "@"…
115896 …npmPath, ts.version, packageNames, function (command) { return _this.execSyncAndLog(command, { cwd…
115902 NodeTypingsInstaller.prototype.execSyncAndLog = function (command, options) { method in NodeTypingsInstaller