Skip to content

Commit eee2c33

Browse files
iguessitsokayjasnell
authored andcommitted
doc: add command flag to import.meta.resolve
import.meta.resolve is only available under --experimental-import-meta-resolve cli flag. Source: https://github.com/nodejs/node/blob/e46c680bf2b211bbd52cf959ca17ee98c7f657f5/lib/internal/modules/esm/translators.js#L132 PR-URL: #38171 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 2468e4e commit eee2c33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/esm.md

+3
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@ const buffer = readFileSync(new URL('./data.proto', import.meta.url));
283283
284284
> Stability: 1 - Experimental
285285
286+
This feature is only available with the `--experimental-import-meta-resolve`
287+
command flag enabled.
288+
286289
* `specifier` {string} The module specifier to resolve relative to `parent`.
287290
* `parent` {string|URL} The absolute parent module URL to resolve from. If none
288291
is specified, the value of `import.meta.url` is used as the default.

0 commit comments

Comments
 (0)