-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Fix namespaced resolves for all types #92
Fix namespaced resolves for all types #92
Conversation
@rwjblue I forget, are we allowing compiled |
@bcardarella should I remove the |
@rmachielse I don't recall. @rwjblue never responded |
Nah, its ok. I just hate bower 😿 |
we will look at this soon, when we piece together the larger engine/namespace story. Im nervous about a piecemill approach without the broader picture. |
Awesome, I am looking forward to it. However please note that this is actually a bugfix. |
cc @rwjblue @rmachielse can we get a rebase? |
Sorry, was on holiday and forgot to get back to it. Thanks for merging! |
This pull request fixes namespaced lookups for all syntaxes, and not only for views:
I've added some test cases to support this.
This pull request replaces #80