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
Issue is highlighted in this open ticket in jscodeshift. Although not an explicit issue with jscodeshift bur rather recast, the suggested solution was to downgrade recast via resolutions.
All our codemod unit tests fail expecting an extra parentheses in the return statement.
Fixes: #3084
Based on an [open issue in jscodeshift](facebook/jscodeshift#534), `recast` seems to be adding an extra parens in the return call in our unit tests. One of the suggested solutions was to downgrade `recast`. In v12, this has been fixed, but adding this resolution for v11.
[category:Dependencies]
Co-authored-by: manuel.carrera <manuel.carrera@workday.com>
🐛 Bug Report
Issue is highlighted in this open ticket in jscodeshift. Although not an explicit issue with jscodeshift bur rather
recast
, the suggested solution was to downgraderecast
viaresolutions
.All our codemod unit tests fail expecting an extra parentheses in the return statement.
expected output
actual output
Actual output should have no parentheses.
The text was updated successfully, but these errors were encountered: