-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support TypeScript #10
Comments
There has been some discussion about problems transpiling decorators:
We might want to only let Babel transpile code, including decorators, and let |
all problems that I'm aware are resolved atm. the last thing is getting strict about extensions in the rollup plugin configs |
For the record, we don't actually need to wait for official So I would suggest we add this asap here once all remaining questions on embroider-build/embroider#1099 are resolved and the PR is merged. This can then serve as the "blueprint" (pun intended) for the implementation here... |
When RFC800 has landed, especially the
--typescript
flag forember addon
(see https://emberjs.github.io/rfcs/0800-ts-adoption-plan.html#cli-integration), we should support that here as well. Especially as we need to compile TypeScript in rollup, so support in addons is not as trivial as for v1 addons (ember install ember-cli-typescript
).Some prior art:
The text was updated successfully, but these errors were encountered: