WICG / import-maps

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

Fix forgotten return value for "resolve an imports match" #155

Closed domenic closed 5 years ago

domenic commented 5 years ago

This is what I was referring to at https://github.com/WICG/import-maps/pull/152#issuecomment-510619969. It turns out I was mostly misunderstanding---errors are different from null. But we did have a small spec bug where we never actually returned null.

I'll merge this once CI passes, no need to explicitly review.


Preview | Diff