Skip to content

Commit 2d3f40a

Browse files
authored
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 54296cb commit 2d3f40a

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
@@ -745,6 +745,9 @@ Enable experimental \fBimport.meta.resolve()\fR parent URL support, which allows
745745
passing a second \fBparentURL\fR argument for contextual resolution.
746746
Previously gated the entire \fBimport.meta.resolve\fR feature.
747747
.
748+
.It Fl -experimental-import-text
749+
Enable experimental support for importing modules with \fBwith { type: 'text' }\fR.
750+
.
748751
.It Fl -experimental-inspector-network-resource
749752
Enable experimental support for inspector network resources.
750753
.
@@ -1958,6 +1961,8 @@ one is included in the list below.
19581961
.It
19591962
\fB--experimental-import-meta-resolve\fR
19601963
.It
1964+
\fB--experimental-import-text\fR
1965+
.It
19611966
\fB--experimental-json-modules\fR
19621967
.It
19631968
\fB--experimental-loader\fR

0 commit comments

Comments
 (0)