You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
On Sat 21 Dec, 2019, 6:09 PM Paul Chavard ***@***.*** wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#231?email_source=notifications&email_token=ALUGHG32Q6T7KUPR6HZZXUDQZYFAXA5CNFSM4JJBOXK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHO3MZQ#issuecomment-568178278>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALUGHG2UAXKJOTL7REBWJ2LQZYFAXANCNFSM4JJBOXKQ>
.
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.
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.
The text was updated successfully, but these errors were encountered: