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
In case anyone runs into this, it's actually because TypeParameter wasn't being traversed. It does have an Identifier child. It's fixed by benjamn/ast-types#253, so #239 (a version bump) should fix this in jscodeshift.
I expected this to rename the type annotation in the type parameter, but it didn't.
Repro: http://astexplorer.net/#/gist/02d7f52e10dd9c7d803f433635931369/abc53a869b55bc61aa1ded6062d166d655b7c2cc
The text was updated successfully, but these errors were encountered: