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
An error occurs when executing the migrate command for a file whose path contains parentheses.
This is because jscodeshift does not perform filename escaping and the filename is given as an argument.
Describe the bug
An error occurs when executing the migrate command for a file whose path contains parentheses.
This is because jscodeshift does not perform filename escaping and the filename is given as an argument.
To Reproduce
Repository to reproduce: https://github.com/YukiKitagata/sb-migrate-escape-repro
It occurs just by targeting the folder containing the parentheses to the migrate command.
System
Additional context
No response
The text was updated successfully, but these errors were encountered: