We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9111fab commit 5609b17Copy full SHA for 5609b17
doc/api/cli.md
@@ -241,6 +241,13 @@ Enable experimental WebAssembly System Interface (WASI) support.
241
added: v12.3.0
242
-->
243
244
+### `--force-context-aware`
245
+<!-- YAML
246
+added: v12.12.0
247
+-->
248
+
249
+Disable loading native addons that are not [context-aware][].
250
251
Enable experimental WebAssembly module support.
252
253
### `--force-fips`
@@ -495,13 +502,6 @@ added: v6.0.0
495
502
496
503
Silence all process warnings (including deprecations).
497
504
498
-### `--force-context-aware`
499
-<!-- YAML
500
-added: v12.12.0
501
--->
-
-Disable loading native addons that are not [context-aware][].
505
### `--openssl-config=file`
506
<!-- YAML
507
added: v6.9.0
0 commit comments