node-aix-ppc64 23.2.0 → 23.4.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 +255 -3
- package/LICENSE +29 -1
- package/README.md +2 -2
- package/bin/node +0 -0
- package/include/node/config.gypi +5 -3
- package/include/node/node.exp +13454 -13407
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +3 -11
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -163,11 +163,6 @@ Enable Source Map V3 support for stack traces.
|
|
|
163
163
|
.It Fl -entry-url
|
|
164
164
|
Interpret the entry point as a URL.
|
|
165
165
|
.
|
|
166
|
-
.It Fl -experimental-default-type Ns = Ns Ar type
|
|
167
|
-
Interpret as either ES modules or CommonJS modules input via --eval or STDIN, when --input-type is unspecified;
|
|
168
|
-
.js or extensionless files with no sibling or parent package.json;
|
|
169
|
-
.js or extensionless files whose nearest parent package.json lacks a "type" field, unless under node_modules.
|
|
170
|
-
.
|
|
171
166
|
.It Fl -experimental-import-meta-resolve
|
|
172
167
|
Enable experimental ES modules support for import.meta.resolve().
|
|
173
168
|
.
|
|
@@ -182,9 +177,6 @@ Enable the experimental permission model.
|
|
|
182
177
|
.It Fl -experimental-shadow-realm
|
|
183
178
|
Use this flag to enable ShadowRealm support.
|
|
184
179
|
.
|
|
185
|
-
.It Fl -experimental-sqlite
|
|
186
|
-
Enable the experimental node:sqlite module.
|
|
187
|
-
.
|
|
188
180
|
.It Fl -experimental-test-coverage
|
|
189
181
|
Enable code coverage in the test runner.
|
|
190
182
|
.
|
|
@@ -194,9 +186,6 @@ Configures the type of test isolation used in the test runner.
|
|
|
194
186
|
.It Fl -experimental-test-module-mocks
|
|
195
187
|
Enable module mocking in the test runner.
|
|
196
188
|
.
|
|
197
|
-
.It Fl -experimental-test-snapshots
|
|
198
|
-
Enable snapshot testing in the test runner.
|
|
199
|
-
.
|
|
200
189
|
.It Fl -experimental-strip-types
|
|
201
190
|
Enable experimental type-stripping for TypeScript files.
|
|
202
191
|
.
|
|
@@ -215,6 +204,9 @@ Enable experimental support for the Web Storage API.
|
|
|
215
204
|
.It Fl -no-experimental-repl-await
|
|
216
205
|
Disable top-level await keyword support in REPL.
|
|
217
206
|
.
|
|
207
|
+
.It Fl -no-experimental-sqlite
|
|
208
|
+
Disable the experimental node:sqlite module.
|
|
209
|
+
.
|
|
218
210
|
.It Fl -experimental-vm-modules
|
|
219
211
|
Enable experimental ES module support in VM module.
|
|
220
212
|
.
|