-
Notifications
You must be signed in to change notification settings - Fork 43
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
Clean up of #12 #15
base: master
Are you sure you want to change the base?
Clean up of #12 #15
Conversation
Conflicts: package.json prettier.config.js src/convert.ts src/index.ts src/rules/$ReadOnly.ts src/rules/Exact.ts src/rules/Indexer.ts yarn.lock
My guess is |
I had to work around the types quite a lot to make it work correctly; hence the ts-ignores/etc everywhere. I think some of it was down to mismatched versions, was planning to upgrade all the dependencies and try again but still have yet to find time. |
Cleaned up some of the comments from @bcherny on @benjie's #12
@types/babel__traverse
package.TypeError: Property body of DeclareClass expected node to be of a type ["ObjectTypeAnnotation"] but instead got "TSTypeLiteral"
Any ideas?