WICG / import-maps

How to control the behavior of JavaScript imports
https://html.spec.whatwg.org/multipage/webappapis.html#import-maps
Other
2.7k stars 71 forks source link

Scope fetch scheme warnings #98

Closed guybedford closed 5 years ago

guybedford commented 5 years ago

This builds on the PR at https://github.com/domenic/import-maps/pull/95 providing warnings for scope fetch schemes that are ignored.

Ideally the same should happen for the address targets, but that filtering seems to be at resolution time, where import: is permitted as well, so may need a bit more careful wiring.