-
Notifications
You must be signed in to change notification settings - Fork 363
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
adding ts support #16
Conversation
Funky - looking into this today. |
Will this also put a |
@LinusU - think it would make sense to disable the |
Yeah, I think so, TS can compile with ES5 as output, and will then handle ES6/7/etc. syntax |
Another thought: what about enabling this all the time? |
You could probably drop |
I like it! 🚀 |
@gpoitch I think that would increase output size quite a bit though |
@developit is ther any updates on this ? |
Might be worth trying out Babel's typescript support if we switch to Babel. |
Babelsberg TypeScript support is limited in the sense that things like |
It now runs the build and outputs the compiled ts files to dist 🎉 |
all good now I think @developit |
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.
AMAZING
🎉 |
refs #5
had a quick stab at it yesterday, although getting an error when running the cli:
Any thoughts? @developit