-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transformation error with optional chaining, stems from old jscodeshift version #226
Comments
@Yelinz could you resolve this? |
Any updates on this? saw the issue happening again |
This fork should resolve it: https://github.com/linearza/ember-modules-codemod |
I am having the same issue. @linearza is it possible to npm install your fork instead of the official version? I am not hoping on the dev team to merge the pull request anytime soon. |
You should be able to run it standalone in a similar way as described here: https://github.com/linearza/ember-modules-codemod#standalone |
The used jscodeshift version is so old that it doesnt know optional chaning.
The text was updated successfully, but these errors were encountered: