-
Notifications
You must be signed in to change notification settings - Fork 16
Convert to TypeScript. #93
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
@izaakschroeder What's the motivation for switching to typescript? |
@10xjs seems to be the general current consensus in the community. I've tried it out on a few things now and there are definitely things I like – generally better editor support, much less resource intensive, updates don't seem to blow up the types constantly, more packages seem to be built with it now ( I also like the fact it's possible to generate typings including ones for flow, whereas with flow you had to strictly use the source code. |
99226ac
to
18ed70d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌮
7775194
to
821c038
Compare
463de22
to
3db7e0c
Compare
3db7e0c
to
6d298ca
Compare
Work in progress. It compiles, it lints, it generates the correct bundle.
TODO:
jest
happy.There's actually one typebug TS picked up but flow didn't. 🤷♂️
Kind of waiting on the queue of renovate PRs right now.