-
Notifications
You must be signed in to change notification settings - Fork 7
feat: convert to TypeScript #12
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
Conversation
``` pnpm i -g jsdoc2flow @khanacademy/flow-to-ts jsdoc2flow -i .\lib --overwrite flow-to-ts .\lib\*.js --prettier --write --delete-source mv ./lib ./src ```
Nice work! There are enough changes to require major version update in |
Thank you
The code is backwards compatible. I didn't change the logic or API, so I don't think it is needed to bump the major version. But it is up to you if you like. |
There are issues when i just published this might need to revert.
|
I added |
No description provided.