-
Notifications
You must be signed in to change notification settings - Fork 72
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
Scope finding algorithm: Top-level scope's prefix? #41
Comments
I'll proceed with the implementation by requiring the |
We are working on an answer for how the page URL, package map URL, and module URL all related in #37. Let's be sure to include all these test cases :). |
@guybedford, @justinfagnani, is this kind of case covered by the tests yet? What kind of answers do we give? |
For a package map hosted at All the cases described then resolve Note also that if the |
This issue probably still has some relation to the current proposal, but it's hard to extract. Maybe it is covered by #63. Let me close it and we can file a new one that relates to the import maps proposal. |
When finding the
applicable scope
, what string should we use to do longest prefix matching for the top-level scope?For example, consider a case given a HTML hosted at
http://example.com/baz/app.html
:The text was updated successfully, but these errors were encountered: