feat(script): add resolve_url_like_module_specifier to ModuleTree#37340
feat(script): add resolve_url_like_module_specifier to ModuleTree#37340wusyong merged 1 commit intoservo:mainfrom
resolve_url_like_module_specifier to ModuleTree#37340Conversation
|
This is part of #37316 The PR add https://html.spec.whatwg.org/multipage/webappapis.html#resolving-a-url-like-module-specifier into This method is quite like how
|
|
I definitely think it makes sense to also use the new function in this change instead of adding dead code. |
fc0b2a4 to
58d2a08
Compare
|
🔨 Triggering try run (#15532559487) for Linux (WPT) |
|
Test results for linux-wpt from try job (#15532559487): Flaky unexpected result (15)
Stable unexpected results that are known to be intermittent (16)
|
|
✨ Try run (#15532559487) succeeded. |
Signed-off-by: Jason Tsai <[email protected]>
58d2a08 to
b351908
Compare
adding
resolve_url_like_module_specifiermethod toModuleTree.Testing: Existing WPT test for script element should pass.
Fixes: #37316, resolving a URL-like module specifier