MCPcopy Create free account
hub / github.com/babel/babel / node

Function node

Makefile.source.ts:78–80  ·  view source on GitHub ↗
(args: string[], cwd?: string, inheritStdio?: boolean)

Source from the content-addressed store, hash-verified

76}
77
78function node(args: string[], cwd?: string, inheritStdio?: boolean) {
79 return exec(NODE_PATH, args, cwd, inheritStdio);
80}
81
82function env(fun: () => void, env: NodeJS.ProcessEnv) {
83 const envBak = process.env;

Callers 1

Makefile.source.tsFile · 0.85

Calls 1

execFunction · 0.85

Tested by

no test coverage detected