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
execaCommand() and execaCommandSync() have been deprecated in favor of parseCommandString(). Their documentation has been removed. However, their implementation and types have been kept for backward compatibility.
In the next major release, those methods should be completely removed.
As an internal cleanup task, we will also want to remove the file and commandArguments returned by the internal function mapArguments(), since this is only used by execaCommand().
See #1016 and #1054
execaCommand()
andexecaCommandSync()
have been deprecated in favor ofparseCommandString()
. Their documentation has been removed. However, their implementation and types have been kept for backward compatibility.In the next major release, those methods should be completely removed.
As an internal cleanup task, we will also want to remove the
file
andcommandArguments
returned by the internal functionmapArguments()
, since this is only used byexecaCommand()
.execa/lib/methods/create.js
Lines 53 to 58 in 62d02af
The text was updated successfully, but these errors were encountered: