Deprecating old `ipc` option
ehmicky opened this issue · 1 comments
ehmicky commented
We've replaced the {stdio: [..., 'ipc']}
option with the simpler {ipc: true}
. The old syntax has been undocumented. However, it's still currently supported, for backward compatibility.
In the next major release, should we remove support the old syntax? Possible options:
- Keep as is: undocumented only
- Remove the types only
- Remove the types, and also throw an error message when using that old syntax at runtime
Which one do you prefer @sindresorhus?
Note: we probably should wait for many months before doing any new major release. We just did a big major release with many breaking changes. So this issue is for future planning, not immediate action.
sindresorhus commented
I would do 3
.