Skip to content

Commit c40b615

Browse files
richardlauaduh95
authored andcommitted
doc: add missing option to man page
Add missing `--experimental-import-text` option to `doc/node.1`. Signed-off-by: Richard Lau <[email protected]> PR-URL: #64156 Refs: #62300 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent bac5f17 commit c40b615

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/node.1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ Enable support for automatically loading node.config.json.
178178
.It Fl -experimental-import-meta-resolve
179179
Enable experimental ES modules support for import.meta.resolve().
180180
.
181+
.It Fl -experimental-import-text
182+
Enable experimental support for importing modules with \fBwith { type: 'text' }\fR.
183+
.
181184
.It Fl -experimental-loader Ns = Ns Ar module
182185
Specify the
183186
.Ar module

0 commit comments

Comments
 (0)