glimmerjs / glimmer-resolver

MIT License
7 stars 4 forks source link

local lookup changes #16

Closed iezer closed 7 years ago

iezer commented 7 years ago

Related PRs:

iezer commented 7 years ago

I got rid of the allowedReferrerFallback but I think we still need the privateCollection. the definitiveCollection for a template must be routes so that template:application gets looked up in src/ui/routes/application/template. Furthermore the logic here indicates that we cannot set a namespace on the specifier and pass in an absolute referrer.

mixonic commented 7 years ago

I believe this is superseded by https://github.com/glimmerjs/glimmer-resolver/pull/17

mixonic commented 7 years ago

We took an alternative approach to this in https://github.com/glimmerjs/glimmer-resolver/pull/17. Thank you @iezer!