ember-modules-codemod
ember-modules-codemod copied to clipboard
chore: bump jscodeshift in order to try fix optional chaining transform error
Primarily bumps the jscodeshift version to ^0.11.0
in order to unblock and support optional chaining conversions.
https://github.com/ember-codemods/ember-modules-codemod/issues/226
Any news on when this will be merged?
@Pasgru just to say, as a temporary fix, what I did to unblock myself, was to just comment out the files throwing this error, run the codemod, and then uncomment after. Bit brutish and we dont use optional chaining extensively yet, so might not be appropriate for your use case, but got us going again
@Pasgru just to say, as a temporary fix, what I did to unblock myself, was to just comment out the files throwing this error, run the codemod, and then uncomment after. Bit brutish and we dont use optional chaining extensively yet, so might not be appropriate for your use case, but got us going again
Yeah I guess this is the best option. Thanks for the fast reply
Would love to see this merged.