Home
last modified time | relevance | path

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

/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts80 private readonly nodeExecSync: ExecSync; property in ts.server.typingsInstaller.NodeTypingsInstaller
105 ({ execSync: this.nodeExecSync } = require("child_process"));
206 const stdout = this.nodeExecSync(command, { ...options, encoding: "utf-8" });
/third_party/typescript/lib/
DtypingsInstaller.js115813 (_this.nodeExecSync = require("child_process").execSync);
115907 … var stdout = this.nodeExecSync(command, __assign(__assign({}, options), { encoding: "utf-8" }));