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