node-aix-ppc64 22.6.0 → 22.7.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 +207 -0
- package/README.md +17 -23
- package/bin/node +0 -0
- package/include/node/common.gypi +7 -4
- package/include/node/config.gypi +5 -2
- package/include/node/node.exp +580 -361
- 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
|
@@ -194,6 +194,9 @@ Enable snapshot testing in the test runner.
|
|
|
194
194
|
.It Fl -experimental-strip-types
|
|
195
195
|
Enable experimental type-stripping for TypeScript files.
|
|
196
196
|
.
|
|
197
|
+
.It Fl -experimental-transform-types
|
|
198
|
+
Enable transformation of TypeScript-only syntax into JavaScript code.
|
|
199
|
+
.
|
|
197
200
|
.It Fl -experimental-eventsource
|
|
198
201
|
Enable experimental support for the EventSource Web API.
|
|
199
202
|
.
|