Asa Kusuma
Asa Kusuma
did not realize we had already migrated on the v4 branch. probably should just wait for v4.
A sub item to this is to get rid of any directly exported functions. Entire API should be exposed only through instances that are manually created.
@snewcomer sorry I missed your comment before. Yes this is still an open feature that needs implementing
There's a different codepath for a url param vs a route name param, which is probably why one is fixed and the other is not: https://github.com/emberjs/ember.js/blob/master/packages/ember-routing/lib/system/router.js#L328