Skip to content

Commit 189e830

Browse files
committed
doc: add missing option to man page
Add missing `--experimental-import-text` option to `doc/node.1`. Signed-off-by: Richard Lau <richard.lau@ibm.com> PR-URL: #64156 Refs: #62300 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent b373202 commit 189e830

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

doc/node.1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,9 @@ Enable experimental \fBimport.meta.resolve()\fR parent URL support, which allows
741741
passing a second \fBparentURL\fR argument for contextual resolution.
742742
Previously gated the entire \fBimport.meta.resolve\fR feature.
743743
.
744+
.It Fl -experimental-import-text
745+
Enable experimental support for importing modules with \fBwith { type: 'text' }\fR.
746+
.
744747
.It Fl -experimental-inspector-network-resource
745748
Enable experimental support for inspector network resources.
746749
.
@@ -1952,6 +1955,8 @@ one is included in the list below.
19521955
.It
19531956
\fB--experimental-import-meta-resolve\fR
19541957
.It
1958+
\fB--experimental-import-text\fR
1959+
.It
19551960
\fB--experimental-json-modules\fR
19561961
.It
19571962
\fB--experimental-loader\fR

0 commit comments

Comments
 (0)