You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: