node-aix-ppc64 19.3.0 → 19.5.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 +264 -1
- package/LICENSE +262 -0
- package/README.md +9 -4
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +3 -2
- package/include/node/js_native_api.h +1 -1
- package/include/node/node.exp +850 -430
- package/include/node/node_version.h +1 -1
- package/include/node/v8-internal.h +2 -1
- package/include/node/v8-version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +0 -3
package/README.md
CHANGED
|
@@ -7,6 +7,12 @@ For information on using Node.js, see the [Node.js website][].
|
|
|
7
7
|
The Node.js project uses an [open governance model](./GOVERNANCE.md). The
|
|
8
8
|
[OpenJS Foundation][] provides support for the project.
|
|
9
9
|
|
|
10
|
+
Contributors are expected to act in a collaborative manner to move
|
|
11
|
+
the project forward. We encourage the constructive exchange of contrary
|
|
12
|
+
opinions and compromise. The [TSC](./GOVERNANCE.md#technical-steering-committee)
|
|
13
|
+
reserves the right to limit or block contributors who repeatedly act in ways
|
|
14
|
+
that discourage, exhaust, or otherwise negatively affect other participants.
|
|
15
|
+
|
|
10
16
|
**This project has a [Code of Conduct][].**
|
|
11
17
|
|
|
12
18
|
## Table of contents
|
|
@@ -399,7 +405,7 @@ For information about the governance of the Node.js project, see
|
|
|
399
405
|
* [oyyd](https://github.com/oyyd) -
|
|
400
406
|
**Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
|
|
401
407
|
* [panva](https://github.com/panva) -
|
|
402
|
-
**Filip Skokan** <<panva.ip@gmail.com>>
|
|
408
|
+
**Filip Skokan** <<panva.ip@gmail.com>> (he/him)
|
|
403
409
|
* [puzpuzpuz](https://github.com/puzpuzpuz) -
|
|
404
410
|
**Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
|
|
405
411
|
* [Qard](https://github.com/Qard) -
|
|
@@ -708,8 +714,6 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
708
714
|
`141F07595B7B3FFE74309A937405533BE57C7D57`
|
|
709
715
|
* **Danielle Adams** <<adamzdanielle@gmail.com>>
|
|
710
716
|
`74F12602B6F1C4E913FAA37AD3A89613643B6201`
|
|
711
|
-
* **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
|
|
712
|
-
`61FC681DFB92A079F1685E77973F295594EC4689`
|
|
713
717
|
* **Michaël Zasso** <<targos@protonmail.com>>
|
|
714
718
|
`8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
|
|
715
719
|
* **Myles Borins** <<myles.borins@gmail.com>>
|
|
@@ -728,7 +732,6 @@ to sign releases):
|
|
|
728
732
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
|
|
729
733
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
|
|
730
734
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
|
|
731
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys 61FC681DFB92A079F1685E77973F295594EC4689
|
|
732
735
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
|
|
733
736
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
|
|
734
737
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
|
|
@@ -761,6 +764,8 @@ verify a downloaded file.
|
|
|
761
764
|
`71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
|
|
762
765
|
* **Jeremiah Senkpiel** <<fishrock@keybase.io>>
|
|
763
766
|
`FD3A5288F042B6850C66B31F09FE44734EB7990E`
|
|
767
|
+
* **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
|
|
768
|
+
`61FC681DFB92A079F1685E77973F295594EC4689`
|
|
764
769
|
* **Julien Gilli** <<jgilli@fastmail.fm>>
|
|
765
770
|
`114F43EE0176B71C7BC219DD50A3051F888C628D`
|
|
766
771
|
* **Rod Vagg** <<rod@vagg.org>>
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -70,7 +70,6 @@
|
|
|
70
70
|
'lib/internal/assert.js',
|
|
71
71
|
'lib/internal/assert/assertion_error.js',
|
|
72
72
|
'lib/internal/assert/calltracker.js',
|
|
73
|
-
'lib/internal/assert/snapshot.js',
|
|
74
73
|
'lib/internal/async_hooks.js',
|
|
75
74
|
'lib/internal/blob.js',
|
|
76
75
|
'lib/internal/blocklist.js',
|
|
@@ -165,7 +164,6 @@
|
|
|
165
164
|
'lib/internal/main/watch_mode.js',
|
|
166
165
|
'lib/internal/main/worker_thread.js',
|
|
167
166
|
'lib/internal/mime.js',
|
|
168
|
-
'lib/internal/modules/cjs/helpers.js',
|
|
169
167
|
'lib/internal/modules/cjs/loader.js',
|
|
170
168
|
'lib/internal/modules/esm/assert.js',
|
|
171
169
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
@@ -181,6 +179,8 @@
|
|
|
181
179
|
'lib/internal/modules/esm/package_config.js',
|
|
182
180
|
'lib/internal/modules/esm/resolve.js',
|
|
183
181
|
'lib/internal/modules/esm/translators.js',
|
|
182
|
+
'lib/internal/modules/esm/utils.js',
|
|
183
|
+
'lib/internal/modules/helpers.js',
|
|
184
184
|
'lib/internal/modules/package_json_reader.js',
|
|
185
185
|
'lib/internal/modules/run_main.js',
|
|
186
186
|
'lib/internal/net.js',
|
|
@@ -259,6 +259,7 @@
|
|
|
259
259
|
'lib/internal/test_runner/tap_stream.js',
|
|
260
260
|
'lib/internal/test_runner/test.js',
|
|
261
261
|
'lib/internal/test_runner/utils.js',
|
|
262
|
+
'lib/internal/test_runner/yaml_parser.js',
|
|
262
263
|
'lib/internal/timers.js',
|
|
263
264
|
'lib/internal/tls/secure-context.js',
|
|
264
265
|
'lib/internal/tls/secure-pair.js',
|
|
@@ -492,7 +492,7 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_get_date_value(napi_env env,
|
|
|
492
492
|
// Add finalizer for pointer
|
|
493
493
|
NAPI_EXTERN napi_status NAPI_CDECL napi_add_finalizer(napi_env env,
|
|
494
494
|
napi_value js_object,
|
|
495
|
-
void*
|
|
495
|
+
void* finalize_data,
|
|
496
496
|
napi_finalize finalize_cb,
|
|
497
497
|
void* finalize_hint,
|
|
498
498
|
napi_ref* result);
|