-
Notifications
You must be signed in to change notification settings - Fork 415
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
chore: migrate more files to TS #398
Conversation
I'll check tonight or in Tuesday |
c0e1d4f
to
4688df0
Compare
4688df0
to
e02a65e
Compare
FYI: #387 |
@satya164 @pbitkowski @thymikee
I probably won't have time to deal with that in the next days, so if someone wants to do it, feel free. |
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.
Awesome! Left some nits to address, and we're good to merge
Co-Authored-By: Michał Pierzchała <thymikee@gmail.com>
Let's merge it all and release first alpha! :) |
Co-Authored-By: Michał Pierzchała <thymikee@gmail.com> Co-Authored-By: Satyajit Sahoo <satyajit.happy@gmail.com>
Co-Authored-By: Michał Pierzchała <thymikee@gmail.com> Co-Authored-By: Satyajit Sahoo <satyajit.happy@gmail.com>
Co-Authored-By: Michał Pierzchała <thymikee@gmail.com> Co-Authored-By: Satyajit Sahoo <satyajit.happy@gmail.com>
Co-Authored-By: Michał Pierzchała <thymikee@gmail.com> Co-Authored-By: Satyajit Sahoo <satyajit.happy@gmail.com>
Co-Authored-By: Michał Pierzchała <thymikee@gmail.com> Co-Authored-By: Satyajit Sahoo <satyajit.happy@gmail.com>
Co-Authored-By: Michał Pierzchała <thymikee@gmail.com> Co-Authored-By: Satyajit Sahoo <satyajit.happy@gmail.com>
src/index.js
was not migrated as it's breaking the tests, probably something with resolving linaria import is working as expectedsrc/react/*.js
- same story, even changing the extension causes tests to fail@satya164 do you have any idea why that is happening? Or how we can solve that?