Uh oh!
There was an error while loading. Please reload this page.
test: verify dynamic import call with absolute path strings - #49275
Conversation
This will never pass on Windows, this test can only pass if |
aduh95
left a comment
There was a problem hiding this comment.
I missed the fact that the test is in a conditional that exclude Windows. Still I'm -1 to the added test, paths are not and never will be supported a referrer, it has to be a URL.
This adds a test to verify a specifier can be a string with a leading slash. The referrer is still the URL of the current module.
The document mentioned that the volume root may be referenced as |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
nodejs-github-bot
commented
Aug 30, 2023
nodejs-github-bot
commented
Aug 30, 2023
nodejs-github-bot
commented
Aug 30, 2023
nodejs-github-bot
commented
Aug 31, 2023
nodejs-github-bot
commented
Aug 31, 2023
Landed in 04a3567 |
Add a test case that verifies that the dynamic import call can resolve absolute path strings without a scheme as the specifier.
Refs: #48655