Searched refs:nodeExecSync (Results 1 – 2 of 2) sorted by relevance
80 private readonly nodeExecSync: ExecSync; property in ts.server.typingsInstaller.NodeTypingsInstaller105 ({ execSync: this.nodeExecSync } = require("child_process"));206 const stdout = this.nodeExecSync(command, { ...options, encoding: "utf-8" });
115813 (_this.nodeExecSync = require("child_process").execSync);115907 … var stdout = this.nodeExecSync(command, __assign(__assign({}, options), { encoding: "utf-8" }));