We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f3a69 commit 6740f3cCopy full SHA for 6740f3c
test/es-module/test-esm-dynamic-import.js
@@ -66,4 +66,7 @@ function expectFsNamespace(result) {
66
'ERR_UNSUPPORTED_ESM_URL_SCHEME',
67
msg);
68
}
69
+ // If the specifier is an origin-relative URL, it should
70
+ // be treated as a file: URL.
71
+ expectOkNamespace(import(targetURL.pathname));
72
})();
0 commit comments