-
Notifications
You must be signed in to change notification settings - Fork 5
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
No changes to files after running against files containing .extend
#11
Comments
Seems that the root cause is that I'm using Typescript:
If I just remove L9 from |
Why is the flow plugin included? Can it be not included by default unless, say, the user passes a |
I can second that the codemod doesn't work with TypeScript, but removing |
I'm trying to run this against a plain JS codebase with |
Maybe I'm missing something very obvious, but when I use this codemod as described in the README against files using the
.extend
API, those files remain unchanged.NPM version: 6.10.2
Node version: v8.12.0
OS: macOS 10.13.6
Would you need any other information?
Thanks for making this!
The text was updated successfully, but these errors were encountered: