X Tutup
The Wayback Machine - https://web.archive.org/web/20200916170842/https://github.com/developit/microbundle/issues/5
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

Plans to add Typescript support? #5

Closed
tymondesigns opened this issue Dec 12, 2017 · 9 comments
Closed

Plans to add Typescript support? #5

tymondesigns opened this issue Dec 12, 2017 · 9 comments

Comments

@tymondesigns
Copy link
Contributor

@tymondesigns tymondesigns commented Dec 12, 2017

Love the simplicity!

Do you have any plans to add Typescript support at some point?

maybe something like

microbundle --ts
// or
microbundle --transpile=typescript
@developit
Copy link
Owner

@developit developit commented Dec 12, 2017

We could probably build that in by-default, based on file extension.
It looks like rollup-plugin-typescript2 would handle this perfectly out-of-the-box.

@jbaxleyiii
Copy link

@jbaxleyiii jbaxleyiii commented Dec 12, 2017

I'm happy to take this one. @developit any details you have in mind?

@tymondesigns
Copy link
Contributor Author

@tymondesigns tymondesigns commented Dec 12, 2017

Awesome 😁 happy to add myself, if nobody beats me to it

@jonstuebe
Copy link

@jonstuebe jonstuebe commented Dec 12, 2017

Would you be able to add flow support as well?

@jaredpalmer
Copy link
Contributor

@jaredpalmer jaredpalmer commented Dec 12, 2017

FWIW I end up using tsc-watch --onSuccess to a directory called compiled, and then I point rollup there.

@developit
Copy link
Owner

@developit developit commented Dec 12, 2017

@jonstuebe yup, I'd love a PR to add rollup-plugin-flow.

@jbaxleyiii
Copy link

@jbaxleyiii jbaxleyiii commented Dec 12, 2017

@tymondesigns if you are up for it, why don't you take it? I don't think I'll be able to work on it for a few days!

@tymondesigns
Copy link
Contributor Author

@tymondesigns tymondesigns commented Dec 12, 2017

Cool, yea I think I will.. only just home so not had chance until now

@tymondesigns
Copy link
Contributor Author

@tymondesigns tymondesigns commented Jan 22, 2018

Closing because merged :)

Backlog automation moved this from To do to Done Jan 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Backlog
  
Done
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
5 participants
You can’t perform that action at this time.
X Tutup