-
Notifications
You must be signed in to change notification settings - Fork 99
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
Should router.ts
also be supported?
#165
Comments
We'd need to update the route blueprint to check for One option for the short term would be to just avoid throwing an error if we don't find |
sounds like a good thing to do for now |
@championswimmer if we don't get somewhere in the next bit, yep; but I know @jamescdavis actually has a spike where he's gotten a good part of the way through it, so I'm waiting to hear on that (and a lot of us were at EmberConf and had travel to/from/after this week). |
Any updates on this? |
Thanks for checking! No progress at the moment (or for the last very many moments!) but hopefully relatively soon. Supporting this dovetails with a couple other things I’m hoping to tackle in the next few months! |
Just ran into this too |
Making a router.ts possible would be great. Any news? |
blueprints don't support router.ts typed-ember/ember-cli-typescript#165
This got implemented natively via ember-cli/ember-cli#9972! Huzzah! |
I've changed my
router.js
intorouter.ts
. However with v2.0.0 of ember-cli-typescript, generating a new route expectsrouter.js
to exist. Shouldrouter.ts
also be supported?The text was updated successfully, but these errors were encountered: