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

Blue print for ember-orbit is not converting files into type script after the addon was added #231

Open
sarangsbabu367 opened this issue Nov 5, 2019 · 4 comments

Comments

@sarangsbabu367
Copy link

ember orbit blue print is creating files in the format .js after type script addon was added. But generated controllers, routes, etc are created as .ts files.

@tchak
Copy link
Member

tchak commented Dec 21, 2019

It is true it would be nice to have TypeScript versions of blueprints. Another problem you will run into with TypeScript is that store methods can't be properly typed right now.

@sarangsbabu367
Copy link
Author

sarangsbabu367 commented Dec 21, 2019 via email

@dgeb
Copy link
Member

dgeb commented Jul 28, 2021

I believe that the general typing issues have been solved with the Store and Cache. However, we do still need to figure out how to selectively use TS blueprints. It's an annoying paper cut to have to convert these manually.

@dgeb
Copy link
Member

dgeb commented Jan 23, 2022

Relevant Ember RFC that addresses this very issue.

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

3 participants