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.
import.meta.resolve
1 parent f3b2f78 commit 1df7903Copy full SHA for 1df7903
graal-nodejs/doc/api/esm.md
@@ -375,6 +375,9 @@ behind the `--experimental-import-meta-resolve` flag:
375
376
* `parent` {string|URL} An optional absolute parent module URL to resolve from.
377
378
+> **Caveat** This feature is not available within custom loaders (it would
379
+> create a deadlock).
380
+
381
## Interoperability with CommonJS
382
383
### `import` statements
0 commit comments