chore: bump jscodeshift in order to try fix optional chaining transform error#229
chore: bump jscodeshift in order to try fix optional chaining transform error#229linearza wants to merge 1 commit intoember-codemods:masterfrom
Conversation
|
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 |
Yeah I guess this is the best option. Thanks for the fast reply |
|
Would love to see this merged. |
|
Would still love to see this get merged. |
Primarily bumps the jscodeshift version to
^0.11.0in order to unblock and support optional chaining conversions.#226