We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2468e4e commit eee2c33Copy full SHA for eee2c33
doc/api/esm.md
@@ -283,6 +283,9 @@ const buffer = readFileSync(new URL('./data.proto', import.meta.url));
283
284
> Stability: 1 - Experimental
285
286
+This feature is only available with the `--experimental-import-meta-resolve`
287
+command flag enabled.
288
+
289
* `specifier` {string} The module specifier to resolve relative to `parent`.
290
* `parent` {string|URL} The absolute parent module URL to resolve from. If none
291
is specified, the value of `import.meta.url` is used as the default.
0 commit comments