DefinitelyTyped/types/node
Jinwoo Lee 85d3c44357 node: add argv0 as one of options for spawn and spawnSync
It is documented for `spawn` in
https://nodejs.org/dist/latest-v10.x/docs/api/child_process.html#child_process_child_process_spawn_command_args_options

It's not documented for `spawnSync`, but since `spawnSync` uses the same
function (normalizeSpawnArguments) for normalizing the options, it
should be there too:
https://github.com/nodejs/node/blob/master/lib/child_process.js#L545
2018-06-04 09:33:44 -07:00
..
scripts/generate-inspector
v0 [node] Add debugPort to the Process interface 2018-05-17 09:24:41 +03:00
v4 [node] Add debugPort to the Process interface 2018-05-17 09:24:41 +03:00
v6 [node] add some ReadLineOptions parameters 2018-05-28 21:41:40 +02:00
v7 [node] Add debugPort to the Process interface 2018-05-17 09:24:41 +03:00
v8 Merge pull request #26089 from Flarna/node_readlineopts 2018-05-31 10:02:02 -07:00
v9 Merge pull request #26089 from Flarna/node_readlineopts 2018-05-31 10:02:02 -07:00
index.d.ts node: add argv0 as one of options for spawn and spawnSync 2018-06-04 09:33:44 -07:00
inspector.d.ts
node-tests.ts node: add argv0 as one of options for spawn and spawnSync 2018-06-04 09:33:44 -07:00
tsconfig.json
tslint.json