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 1c020cc commit 222a378Copy full SHA for 222a378
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