Skip to content
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

Migrate to TypeScript #211

Open
promaty opened this issue Sep 4, 2020 · 0 comments
Open

Migrate to TypeScript #211

promaty opened this issue Sep 4, 2020 · 0 comments

Comments

@promaty
Copy link
Contributor

promaty commented Sep 4, 2020

After building ipfs-pinner, I realized we can save a lot of time on developing and debugging just by using Typescript.
We don't need to convert everything at once, we can start doing one file at a time and transpile it using Babel.

I would start with the shared libraries, they currently don't use babel at all and we are using CommonJs while everything else is ECMA for some reason

@promaty promaty assigned promaty and unassigned promaty Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant