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 c00c31c commit be28376Copy full SHA for be28376
doc/api/esm.md
@@ -274,6 +274,9 @@ const buffer = readFileSync(new URL('./data.proto', import.meta.url));
274
275
> Stability: 1 - Experimental
276
277
+This feature is only available with the `--experimental-import-meta-resolve`
278
+command flag enabled.
279
+
280
* `specifier` {string} The module specifier to resolve relative to `parent`.
281
* `parent` {string|URL} The absolute parent module URL to resolve from. If none
282
is specified, the value of `import.meta.url` is used as the default.
0 commit comments