node-aix-ppc64 23.7.0 → 23.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +275 -0
- package/LICENSE +45 -11
- package/README.md +3 -5
- package/bin/node +0 -0
- package/include/node/common.gypi +2 -1
- package/include/node/config.gypi +37 -2
- package/include/node/node.exp +623 -2334
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +3 -0
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -217,6 +217,9 @@ flag is no longer required as WASI is enabled by default.
|
|
|
217
217
|
.It Fl -experimental-wasm-modules
|
|
218
218
|
Enable experimental WebAssembly module support.
|
|
219
219
|
.
|
|
220
|
+
.It Fl -experimental-quic
|
|
221
|
+
Enable the experimental QUIC support.
|
|
222
|
+
.
|
|
220
223
|
.It Fl -force-context-aware
|
|
221
224
|
Disable loading native addons that are not context-aware.
|
|
222
225
|
.
|