node-aix-ppc64 18.16.0 → 18.17.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 +601 -0
- package/LICENSE +538 -525
- package/README.md +44 -33
- package/bin/node +0 -0
- package/include/node/config.gypi +7 -7
- package/include/node/js_native_api.h +6 -6
- package/include/node/js_native_api_types.h +2 -1
- package/include/node/node.exp +12706 -12368
- package/include/node/node.h +27 -5
- package/include/node/node_api.h +28 -60
- package/include/node/node_version.h +6 -2
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +11 -11
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +9 -9
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +24 -24
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +24 -24
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +24 -24
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +9 -10
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +9 -9
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +9 -9
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +29 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/cmp.h +597 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +114 -0
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +9 -8
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +9 -8
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cmp.h +4 -3
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/cmperr.h +3 -1
- package/include/node/openssl/dsaerr.h +2 -1
- package/include/node/openssl/ecerr.h +2 -1
- package/include/node/zconf.h +5 -1
- package/include/node/zlib.h +4 -4
- package/package.json +1 -1
- package/share/man/man1/node.1 +2 -1
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ Looking for help? Check out the
|
|
|
43
43
|
|
|
44
44
|
* **Current**: Under active development. Code for the Current release is in the
|
|
45
45
|
branch for its major version number (for example,
|
|
46
|
-
[
|
|
46
|
+
[v19.x](https://github.com/nodejs/node/tree/v19.x)). Node.js releases a new
|
|
47
47
|
major version every 6 months, allowing for breaking changes. This happens in
|
|
48
48
|
April and October every year. Releases appearing each October have a support
|
|
49
49
|
life of 8 months. Releases appearing each April convert to LTS (see below)
|
|
@@ -74,8 +74,8 @@ Binaries, installers, and source tarballs are available at
|
|
|
74
74
|
The [latest](https://nodejs.org/download/release/latest/) directory is an
|
|
75
75
|
alias for the latest Current release. The latest-_codename_ directory is an
|
|
76
76
|
alias for the latest release from an LTS line. For example, the
|
|
77
|
-
[latest-
|
|
78
|
-
contains the latest
|
|
77
|
+
[latest-hydrogen](https://nodejs.org/download/release/latest-hydrogen/)
|
|
78
|
+
directory contains the latest Hydrogen (Node.js 18) release.
|
|
79
79
|
|
|
80
80
|
#### Nightly releases
|
|
81
81
|
|
|
@@ -158,24 +158,20 @@ For information about the governance of the Node.js project, see
|
|
|
158
158
|
|
|
159
159
|
### TSC (Technical Steering Committee)
|
|
160
160
|
|
|
161
|
+
#### TSC voting members
|
|
162
|
+
|
|
161
163
|
<!--lint disable prohibited-strings-->
|
|
162
164
|
|
|
163
165
|
* [aduh95](https://github.com/aduh95) -
|
|
164
166
|
**Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
|
|
165
167
|
* [apapirovski](https://github.com/apapirovski) -
|
|
166
168
|
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
167
|
-
* [BethGriggs](https://github.com/BethGriggs) -
|
|
168
|
-
**Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
|
|
169
169
|
* [BridgeAR](https://github.com/BridgeAR) -
|
|
170
170
|
**Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
|
|
171
|
-
* [ChALkeR](https://github.com/ChALkeR) -
|
|
172
|
-
**Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
|
|
173
171
|
* [cjihrig](https://github.com/cjihrig) -
|
|
174
172
|
**Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
|
|
175
173
|
* [danielleadams](https://github.com/danielleadams) -
|
|
176
174
|
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
|
|
177
|
-
* [fhinkel](https://github.com/fhinkel) -
|
|
178
|
-
**Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
|
|
179
175
|
* [GeoffreyBooth](https://github.com/geoffreybooth) -
|
|
180
176
|
**Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)
|
|
181
177
|
* [gireeshpunathil](https://github.com/gireeshpunathil) -
|
|
@@ -190,6 +186,8 @@ For information about the governance of the Node.js project, see
|
|
|
190
186
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
191
187
|
* [mhdawson](https://github.com/mhdawson) -
|
|
192
188
|
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
189
|
+
* [MoLow](https://github.com/MoLow) -
|
|
190
|
+
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
193
191
|
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
194
192
|
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
195
193
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
@@ -198,6 +196,8 @@ For information about the governance of the Node.js project, see
|
|
|
198
196
|
**Richard Lau** <<rlau@redhat.com>>
|
|
199
197
|
* [ronag](https://github.com/ronag) -
|
|
200
198
|
**Robert Nagy** <<ronagy@icloud.com>>
|
|
199
|
+
* [ruyadorno](https://github.com/ruyadorno) -
|
|
200
|
+
**Ruy Adorno** <<ruyadorno@google.com>> (he/him)
|
|
201
201
|
* [targos](https://github.com/targos) -
|
|
202
202
|
**Michaël Zasso** <<targos@protonmail.com>> (he/him)
|
|
203
203
|
* [tniessen](https://github.com/tniessen) -
|
|
@@ -205,28 +205,45 @@ For information about the governance of the Node.js project, see
|
|
|
205
205
|
* [Trott](https://github.com/Trott) -
|
|
206
206
|
**Rich Trott** <<rtrott@gmail.com>> (he/him)
|
|
207
207
|
|
|
208
|
+
#### TSC regular members
|
|
209
|
+
|
|
210
|
+
* [BethGriggs](https://github.com/BethGriggs) -
|
|
211
|
+
**Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
|
|
212
|
+
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
213
|
+
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
214
|
+
* [ChALkeR](https://github.com/ChALkeR) -
|
|
215
|
+
**Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
|
|
216
|
+
* [codebytere](https://github.com/codebytere) -
|
|
217
|
+
**Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
|
|
218
|
+
* [danbev](https://github.com/danbev) -
|
|
219
|
+
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
220
|
+
* [fhinkel](https://github.com/fhinkel) -
|
|
221
|
+
**Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
|
|
222
|
+
* [gabrielschulhof](https://github.com/gabrielschulhof) -
|
|
223
|
+
**Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
|
|
224
|
+
* [mscdex](https://github.com/mscdex) -
|
|
225
|
+
**Brian White** <<mscdex@mscdex.net>>
|
|
226
|
+
* [MylesBorins](https://github.com/MylesBorins) -
|
|
227
|
+
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
228
|
+
* [rvagg](https://github.com/rvagg) -
|
|
229
|
+
**Rod Vagg** <<r@va.gg>>
|
|
230
|
+
* [TimothyGu](https://github.com/TimothyGu) -
|
|
231
|
+
**Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
|
|
232
|
+
|
|
208
233
|
<details>
|
|
209
234
|
|
|
210
|
-
<summary>
|
|
235
|
+
<summary>TSC emeriti members</summary>
|
|
211
236
|
|
|
212
|
-
|
|
237
|
+
#### TSC emeriti members
|
|
213
238
|
|
|
214
239
|
* [addaleax](https://github.com/addaleax) -
|
|
215
240
|
**Anna Henningsen** <<anna@addaleax.net>> (she/her)
|
|
216
|
-
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
217
|
-
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
218
241
|
* [chrisdickinson](https://github.com/chrisdickinson) -
|
|
219
242
|
**Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
|
|
220
|
-
* [codebytere](https://github.com/codebytere) -
|
|
221
|
-
**Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
|
|
222
|
-
* [danbev](https://github.com/danbev) -
|
|
223
|
-
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
224
243
|
* [evanlucas](https://github.com/evanlucas) -
|
|
225
244
|
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
226
245
|
* [Fishrock123](https://github.com/Fishrock123) -
|
|
227
246
|
**Jeremiah Senkpiel** <<fishrock123@rocketmail.com>> (he/they)
|
|
228
|
-
* [gabrielschulhof](https://github.com/gabrielschulhof) -
|
|
229
|
-
**Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
|
|
230
247
|
* [gibfahn](https://github.com/gibfahn) -
|
|
231
248
|
**Gibson Fahnestock** <<gibfahn@gmail.com>> (he/him)
|
|
232
249
|
* [indutny](https://github.com/indutny) -
|
|
@@ -237,10 +254,6 @@ For information about the governance of the Node.js project, see
|
|
|
237
254
|
**Josh Gavant** <<josh.gavant@outlook.com>>
|
|
238
255
|
* [mmarchini](https://github.com/mmarchini) -
|
|
239
256
|
**Mary Marchini** <<oss@mmarchini.me>> (she/her)
|
|
240
|
-
* [mscdex](https://github.com/mscdex) -
|
|
241
|
-
**Brian White** <<mscdex@mscdex.net>>
|
|
242
|
-
* [MylesBorins](https://github.com/MylesBorins) -
|
|
243
|
-
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
244
257
|
* [nebrius](https://github.com/nebrius) -
|
|
245
258
|
**Bryan Hughes** <<bryan@nebri.us>>
|
|
246
259
|
* [ofrobots](https://github.com/ofrobots) -
|
|
@@ -249,16 +262,12 @@ For information about the governance of the Node.js project, see
|
|
|
249
262
|
**Alexis Campailla** <<orangemocha@nodejs.org>>
|
|
250
263
|
* [piscisaureus](https://github.com/piscisaureus) -
|
|
251
264
|
**Bert Belder** <<bertbelder@gmail.com>>
|
|
252
|
-
* [rvagg](https://github.com/rvagg) -
|
|
253
|
-
**Rod Vagg** <<r@va.gg>>
|
|
254
265
|
* [sam-github](https://github.com/sam-github) -
|
|
255
266
|
**Sam Roberts** <<vieuxtech@gmail.com>>
|
|
256
267
|
* [shigeki](https://github.com/shigeki) -
|
|
257
268
|
**Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
|
|
258
269
|
* [thefourtheye](https://github.com/thefourtheye) -
|
|
259
270
|
**Sakthipriyan Vairamani** <<thechargingvolcano@gmail.com>> (he/him)
|
|
260
|
-
* [TimothyGu](https://github.com/TimothyGu) -
|
|
261
|
-
**Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
|
|
262
271
|
* [trevnorris](https://github.com/trevnorris) -
|
|
263
272
|
**Trevor Norris** <<trev.norris@gmail.com>>
|
|
264
273
|
|
|
@@ -364,6 +373,8 @@ For information about the governance of the Node.js project, see
|
|
|
364
373
|
**Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
|
|
365
374
|
* [JungMinu](https://github.com/JungMinu) -
|
|
366
375
|
**Minwoo Jung** <<nodecorelab@gmail.com>> (he/him)
|
|
376
|
+
* [KhafraDev](https://github.com/KhafraDev) -
|
|
377
|
+
**Matthew Aitken** <<maitken033380023@gmail.com>> (he/him)
|
|
367
378
|
* [kuriyosh](https://github.com/kuriyosh) -
|
|
368
379
|
**Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
|
|
369
380
|
* [legendecas](https://github.com/legendecas) -
|
|
@@ -402,12 +413,12 @@ For information about the governance of the Node.js project, see
|
|
|
402
413
|
**Brian White** <<mscdex@mscdex.net>>
|
|
403
414
|
* [MylesBorins](https://github.com/MylesBorins) -
|
|
404
415
|
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
416
|
+
* [ovflowd](https://github.com/ovflowd) -
|
|
417
|
+
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
405
418
|
* [oyyd](https://github.com/oyyd) -
|
|
406
419
|
**Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
|
|
407
420
|
* [panva](https://github.com/panva) -
|
|
408
421
|
**Filip Skokan** <<panva.ip@gmail.com>> (he/him)
|
|
409
|
-
* [puzpuzpuz](https://github.com/puzpuzpuz) -
|
|
410
|
-
**Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
|
|
411
422
|
* [Qard](https://github.com/Qard) -
|
|
412
423
|
**Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
|
|
413
424
|
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
@@ -610,6 +621,8 @@ For information about the governance of the Node.js project, see
|
|
|
610
621
|
**Prince John Wesley** <<princejohnwesley@gmail.com>>
|
|
611
622
|
* [psmarshall](https://github.com/psmarshall) -
|
|
612
623
|
**Peter Marshall** <<petermarshall@chromium.org>> (he/him)
|
|
624
|
+
* [puzpuzpuz](https://github.com/puzpuzpuz) -
|
|
625
|
+
**Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
|
|
613
626
|
* [refack](https://github.com/refack) -
|
|
614
627
|
**Refael Ackermann (רפאל פלחי)** <<refack@gmail.com>> (he/him/הוא/אתה)
|
|
615
628
|
* [rexagod](https://github.com/rexagod) -
|
|
@@ -678,6 +691,8 @@ maintaining the Node.js project.
|
|
|
678
691
|
|
|
679
692
|
### Triagers
|
|
680
693
|
|
|
694
|
+
* [atlowChemi](https://github.com/atlowChemi) -
|
|
695
|
+
**Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
|
|
681
696
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
682
697
|
**Qingyu Deng** <<i@ayase-lab.com>>
|
|
683
698
|
* [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
|
|
@@ -698,8 +713,6 @@ maintaining the Node.js project.
|
|
|
698
713
|
**Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
|
|
699
714
|
* [Mesteery](https://github.com/Mesteery) -
|
|
700
715
|
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
701
|
-
* [MoLow](https://github.com/MoLow) -
|
|
702
|
-
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
703
716
|
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
704
717
|
**Pooja Durgad** <<Pooja.D.P@ibm.com>>
|
|
705
718
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
@@ -801,8 +814,6 @@ releases on a rotation basis as outlined in the
|
|
|
801
814
|
* Datadog
|
|
802
815
|
* [bengl](https://github.com/bengl) -
|
|
803
816
|
**Bryan English** <<bryan@bryanenglish.com>> (he/him)
|
|
804
|
-
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
805
|
-
**Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
|
|
806
817
|
* NearForm
|
|
807
818
|
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
808
819
|
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/config.gypi
CHANGED
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
'force_dynamic_crt': 0,
|
|
13
13
|
'gas_version': '0.0',
|
|
14
14
|
'host_arch': 'ppc64',
|
|
15
|
-
'icu_data_in': '../../deps/icu-tmp/
|
|
15
|
+
'icu_data_in': '../../deps/icu-tmp/icudt73l.dat',
|
|
16
16
|
'icu_endianness': 'b',
|
|
17
17
|
'icu_gyp_path': 'tools/icu/icu-generic.gyp',
|
|
18
18
|
'icu_path': 'deps/icu-small',
|
|
19
19
|
'icu_small': 'false',
|
|
20
|
-
'icu_ver_major': '
|
|
20
|
+
'icu_ver_major': '73',
|
|
21
21
|
'is_debug': 0,
|
|
22
22
|
'libdir': 'lib',
|
|
23
23
|
'llvm_version': '0.0',
|
|
24
|
-
'napi_build_version': '
|
|
24
|
+
'napi_build_version': '9',
|
|
25
25
|
'node_builtin_shareable_builtins': ['deps/cjs-module-lexer/lexer.js', 'deps/cjs-module-lexer/dist/lexer.js', 'deps/undici/undici.js'],
|
|
26
26
|
'node_byteorder': 'big',
|
|
27
27
|
'node_debug_lib': 'false',
|
|
@@ -111,6 +111,7 @@
|
|
|
111
111
|
'lib/internal/crypto/sig.js',
|
|
112
112
|
'lib/internal/crypto/util.js',
|
|
113
113
|
'lib/internal/crypto/webcrypto.js',
|
|
114
|
+
'lib/internal/crypto/webidl.js',
|
|
114
115
|
'lib/internal/crypto/x509.js',
|
|
115
116
|
'lib/internal/debugger/inspect.js',
|
|
116
117
|
'lib/internal/debugger/inspect_client.js',
|
|
@@ -257,14 +258,11 @@
|
|
|
257
258
|
'lib/internal/test_runner/reporter/dot.js',
|
|
258
259
|
'lib/internal/test_runner/reporter/spec.js',
|
|
259
260
|
'lib/internal/test_runner/reporter/tap.js',
|
|
261
|
+
'lib/internal/test_runner/reporter/v8-serializer.js',
|
|
260
262
|
'lib/internal/test_runner/runner.js',
|
|
261
|
-
'lib/internal/test_runner/tap_checker.js',
|
|
262
|
-
'lib/internal/test_runner/tap_lexer.js',
|
|
263
|
-
'lib/internal/test_runner/tap_parser.js',
|
|
264
263
|
'lib/internal/test_runner/test.js',
|
|
265
264
|
'lib/internal/test_runner/tests_stream.js',
|
|
266
265
|
'lib/internal/test_runner/utils.js',
|
|
267
|
-
'lib/internal/test_runner/yaml_to_js.js',
|
|
268
266
|
'lib/internal/timers.js',
|
|
269
267
|
'lib/internal/tls/secure-context.js',
|
|
270
268
|
'lib/internal/tls/secure-pair.js',
|
|
@@ -290,6 +288,7 @@
|
|
|
290
288
|
'lib/internal/wasm_web_api.js',
|
|
291
289
|
'lib/internal/watch_mode/files_watcher.js',
|
|
292
290
|
'lib/internal/watchdog.js',
|
|
291
|
+
'lib/internal/webidl.js',
|
|
293
292
|
'lib/internal/webstreams/adapters.js',
|
|
294
293
|
'lib/internal/webstreams/compression.js',
|
|
295
294
|
'lib/internal/webstreams/encoding.js',
|
|
@@ -322,6 +321,7 @@
|
|
|
322
321
|
'lib/string_decoder.js',
|
|
323
322
|
'lib/sys.js',
|
|
324
323
|
'lib/test.js',
|
|
324
|
+
'lib/test/reporters.js',
|
|
325
325
|
'lib/timers.js',
|
|
326
326
|
'lib/timers/promises.js',
|
|
327
327
|
'lib/tls.js',
|
|
@@ -95,13 +95,13 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_string_utf16(napi_env env,
|
|
|
95
95
|
NAPI_EXTERN napi_status NAPI_CDECL napi_create_symbol(napi_env env,
|
|
96
96
|
napi_value description,
|
|
97
97
|
napi_value* result);
|
|
98
|
-
#
|
|
98
|
+
#if NAPI_VERSION >= 9
|
|
99
99
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
100
100
|
node_api_symbol_for(napi_env env,
|
|
101
101
|
const char* utf8description,
|
|
102
102
|
size_t length,
|
|
103
103
|
napi_value* result);
|
|
104
|
-
#endif //
|
|
104
|
+
#endif // NAPI_VERSION >= 9
|
|
105
105
|
NAPI_EXTERN napi_status NAPI_CDECL napi_create_function(napi_env env,
|
|
106
106
|
const char* utf8name,
|
|
107
107
|
size_t length,
|
|
@@ -120,10 +120,10 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_range_error(napi_env env,
|
|
|
120
120
|
napi_value code,
|
|
121
121
|
napi_value msg,
|
|
122
122
|
napi_value* result);
|
|
123
|
-
#
|
|
123
|
+
#if NAPI_VERSION >= 9
|
|
124
124
|
NAPI_EXTERN napi_status NAPI_CDECL node_api_create_syntax_error(
|
|
125
125
|
napi_env env, napi_value code, napi_value msg, napi_value* result);
|
|
126
|
-
#endif //
|
|
126
|
+
#endif // NAPI_VERSION >= 9
|
|
127
127
|
|
|
128
128
|
// Methods to get the native napi_value from Primitive type
|
|
129
129
|
NAPI_EXTERN napi_status NAPI_CDECL napi_typeof(napi_env env,
|
|
@@ -378,11 +378,11 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_throw_type_error(napi_env env,
|
|
|
378
378
|
NAPI_EXTERN napi_status NAPI_CDECL napi_throw_range_error(napi_env env,
|
|
379
379
|
const char* code,
|
|
380
380
|
const char* msg);
|
|
381
|
-
#
|
|
381
|
+
#if NAPI_VERSION >= 9
|
|
382
382
|
NAPI_EXTERN napi_status NAPI_CDECL node_api_throw_syntax_error(napi_env env,
|
|
383
383
|
const char* code,
|
|
384
384
|
const char* msg);
|
|
385
|
-
#endif //
|
|
385
|
+
#endif // NAPI_VERSION >= 9
|
|
386
386
|
NAPI_EXTERN napi_status NAPI_CDECL napi_is_error(napi_env env,
|
|
387
387
|
napi_value value,
|
|
388
388
|
bool* result);
|
|
@@ -99,7 +99,8 @@ typedef enum {
|
|
|
99
99
|
napi_arraybuffer_expected,
|
|
100
100
|
napi_detachable_arraybuffer_expected,
|
|
101
101
|
napi_would_deadlock, // unused
|
|
102
|
-
napi_no_external_buffers_allowed
|
|
102
|
+
napi_no_external_buffers_allowed,
|
|
103
|
+
napi_cannot_run_js,
|
|
103
104
|
} napi_status;
|
|
104
105
|
// Note: when adding a new enum value to `napi_status`, please also update
|
|
105
106
|
// * `const int last_status` in the definition of `napi_get_last_error_info()'
|