@@ -147,7 +147,7 @@ The valid arguments for the \fB--allow-fs-read\fR flag are:
147147\fB * \fR - To allow all \fB FileSystemRead \fR operations.
148148.It
149149Multiple paths can be allowed using multiple \fB --allow-fs-read \fR flags.
150- Example \fB --allow-fs-read=/folder1/ --allow-fs-read=/folder1 / \fR
150+ Example \fB --allow-fs-read=/folder1/ --allow-fs-read=/folder2 / \fR
151151.El
152152Examples can be found in the File System Permissions documentation.
153153The initializer module and custom \fB --require \fR modules has a implicit
@@ -175,7 +175,7 @@ The valid arguments for the \fB--allow-fs-write\fR flag are:
175175\fB * \fR - To allow all \fB FileSystemWrite \fR operations.
176176.It
177177Multiple paths can be allowed using multiple \fB --allow-fs-write \fR flags.
178- Example \fB --allow-fs-write=/folder1/ --allow-fs-write=/folder1 / \fR
178+ Example \fB --allow-fs-write=/folder1/ --allow-fs-write=/folder2 / \fR
179179.El
180180Paths delimited by comma (\fB , \fR ) are no longer allowed.
181181When passing a single flag with a comma a warning will be displayed.
@@ -742,7 +742,8 @@ passing a second \fBparentURL\fR argument for contextual resolution.
742742Previously gated the entire \fB import.meta.resolve \fR feature.
743743.
744744.It Fl -experimental-import-text
745- Enable experimental support for importing modules with \fB with { type: 'text' } \fR .
745+ Enable experimental support for importing modules with
746+ \fB with { type: 'text' } \fR .
746747.
747748.It Fl -experimental-inspector-network-resource
748749Enable experimental support for inspector network resources.
@@ -767,9 +768,8 @@ See Package maps for details on the configuration file format and
767768resolution algorithm.
768769.
769770.It Fl -experimental-print-required-tla
770- If the ES module being \fB require() \fR 'd contains top-level \fB await \fR , this flag
771- allows Node.js to evaluate the module, try to locate the
772- top-level awaits, and print their location to help users find them.
771+ If the ES module graph cannot be \fB require() \fR 'd because it contains any top-level \fB await \fR ,
772+ this flag allows Node.js to locate and print their locations.
773773.
774774.It Fl -experimental-quic
775775Enable experimental support for the QUIC protocol.
0 commit comments