node-aix-ppc64 16.10.0 → 16.13.1
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 +1685 -1299
- package/README.md +25 -20
- package/bin/node +0 -0
- package/include/node/common.gypi +5 -0
- package/include/node/config.gypi +1 -1
- package/include/node/node.exp +1154 -869
- package/include/node/node_version.h +4 -4
- package/include/node/v8-internal.h +12 -0
- package/include/node/v8-version.h +3 -3
- package/include/node/v8.h +15 -11
- package/include/node/v8config.h +47 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,6 +34,7 @@ The Node.js project uses an [open governance model](./GOVERNANCE.md). The
|
|
|
34
34
|
* [Current project team members](#current-project-team-members)
|
|
35
35
|
* [TSC (Technical Steering Committee)](#tsc-technical-steering-committee)
|
|
36
36
|
* [Collaborators](#collaborators)
|
|
37
|
+
* [Triagers](#triagers)
|
|
37
38
|
* [Release keys](#release-keys)
|
|
38
39
|
* [License](#license)
|
|
39
40
|
|
|
@@ -196,12 +197,14 @@ For information about the governance of the Node.js project, see
|
|
|
196
197
|
**Mary Marchini** \<oss@mmarchini.me> (she/her)
|
|
197
198
|
* [MylesBorins](https://github.com/MylesBorins) -
|
|
198
199
|
**Myles Borins** \<myles.borins@gmail.com> (he/him)
|
|
200
|
+
* [richardlau](https://github.com/richardlau) -
|
|
201
|
+
**Richard Lau** \<rlau@redhat.com>
|
|
199
202
|
* [ronag](https://github.com/ronag) -
|
|
200
203
|
**Robert Nagy** \<ronagy@icloud.com>
|
|
201
204
|
* [targos](https://github.com/targos) -
|
|
202
205
|
**Michaël Zasso** \<targos@protonmail.com> (he/him)
|
|
203
206
|
* [tniessen](https://github.com/tniessen) -
|
|
204
|
-
**Tobias Nießen** \<tniessen@tnie.de>
|
|
207
|
+
**Tobias Nießen** \<tniessen@tnie.de> (he/him)
|
|
205
208
|
* [Trott](https://github.com/Trott) -
|
|
206
209
|
**Rich Trott** \<rtrott@gmail.com> (he/him)
|
|
207
210
|
|
|
@@ -286,8 +289,6 @@ For information about the governance of the Node.js project, see
|
|
|
286
289
|
**Beth Griggs** \<bgriggs@redhat.com> (she/her)
|
|
287
290
|
* [bmeck](https://github.com/bmeck) -
|
|
288
291
|
**Bradley Farias** \<bradley.meck@gmail.com>
|
|
289
|
-
* [bmeurer](https://github.com/bmeurer) -
|
|
290
|
-
**Benedikt Meurer** \<benedikt.meurer@gmail.com>
|
|
291
292
|
* [boneskull](https://github.com/boneskull) -
|
|
292
293
|
**Christopher Hiller** \<boneskull@boneskull.com> (he/him)
|
|
293
294
|
* [BridgeAR](https://github.com/BridgeAR) -
|
|
@@ -326,14 +327,10 @@ For information about the governance of the Node.js project, see
|
|
|
326
327
|
**Evan Lucas** \<evanlucas@me.com> (he/him)
|
|
327
328
|
* [fhinkel](https://github.com/fhinkel) -
|
|
328
329
|
**Franziska Hinkelmann** \<franziska.hinkelmann@gmail.com> (she/her)
|
|
329
|
-
* [Fishrock123](https://github.com/Fishrock123) -
|
|
330
|
-
**Jeremiah Senkpiel** \<fishrock123@rocketmail.com> (he/they)
|
|
331
330
|
* [Flarna](https://github.com/Flarna) -
|
|
332
331
|
**Gerhard Stöbich** \<deb2001-github@yahoo.de> (he/they)
|
|
333
332
|
* [gabrielschulhof](https://github.com/gabrielschulhof) -
|
|
334
333
|
**Gabriel Schulhof** \<gabrielschulhof@gmail.com>
|
|
335
|
-
* [geek](https://github.com/geek) -
|
|
336
|
-
**Wyatt Preul** \<wpreul@gmail.com>
|
|
337
334
|
* [gengjiawen](https://github.com/gengjiawen) -
|
|
338
335
|
**Jiawen Geng** \<technicalcute@gmail.com>
|
|
339
336
|
* [GeoffreyBooth](https://github.com/geoffreybooth) -
|
|
@@ -390,8 +387,6 @@ For information about the governance of the Node.js project, see
|
|
|
390
387
|
**Milad Fa** \<mfarazma@redhat.com> (he/him)
|
|
391
388
|
* [mildsunrise](https://github.com/mildsunrise) -
|
|
392
389
|
**Alba Mendez** \<me@alba.sh> (she/her)
|
|
393
|
-
* [misterdjules](https://github.com/misterdjules) -
|
|
394
|
-
**Julien Gilli** \<jgilli@netflix.com>
|
|
395
390
|
* [mmarchini](https://github.com/mmarchini) -
|
|
396
391
|
**Mary Marchini** \<oss@mmarchini.me> (she/her)
|
|
397
392
|
* [mscdex](https://github.com/mscdex) -
|
|
@@ -410,8 +405,6 @@ For information about the governance of the Node.js project, see
|
|
|
410
405
|
**Stephen Belanger** \<admin@stephenbelanger.com> (he/him)
|
|
411
406
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
412
407
|
**Darshan Sen** \<raisinten@gmail.com> (he/him)
|
|
413
|
-
* [refack](https://github.com/refack) -
|
|
414
|
-
**Refael Ackermann (רפאל פלחי)** \<refack@gmail.com> (he/him/הוא/אתה)
|
|
415
408
|
* [rexagod](https://github.com/rexagod) -
|
|
416
409
|
**Pranshu Srivastava** \<rexagod@gmail.com> (he/him)
|
|
417
410
|
* [richardlau](https://github.com/richardlau) -
|
|
@@ -426,8 +419,6 @@ For information about the governance of the Node.js project, see
|
|
|
426
419
|
**Rod Vagg** \<rod@vagg.org>
|
|
427
420
|
* [ryzokuken](https://github.com/ryzokuken) -
|
|
428
421
|
**Ujjwal Sharma** \<ryzokuken@disroot.org> (he/him)
|
|
429
|
-
* [saghul](https://github.com/saghul) -
|
|
430
|
-
**Saúl Ibarra Corretgé** \<s@saghul.net>
|
|
431
422
|
* [santigimeno](https://github.com/santigimeno) -
|
|
432
423
|
**Santiago Gimeno** \<santiago.gimeno@gmail.com>
|
|
433
424
|
* [seishun](https://github.com/seishun) -
|
|
@@ -447,13 +438,15 @@ For information about the governance of the Node.js project, see
|
|
|
447
438
|
* [TimothyGu](https://github.com/TimothyGu) -
|
|
448
439
|
**Tiancheng "Timothy" Gu** \<timothygu99@gmail.com> (he/him)
|
|
449
440
|
* [tniessen](https://github.com/tniessen) -
|
|
450
|
-
**Tobias Nießen** \<tniessen@tnie.de>
|
|
441
|
+
**Tobias Nießen** \<tniessen@tnie.de> (he/him)
|
|
451
442
|
* [trivikr](https://github.com/trivikr) -
|
|
452
443
|
**Trivikram Kamat** \<trivikr.dev@gmail.com>
|
|
453
444
|
* [Trott](https://github.com/Trott) -
|
|
454
445
|
**Rich Trott** \<rtrott@gmail.com> (he/him)
|
|
455
446
|
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
456
447
|
**Vladimir de Turckheim** \<vlad2t@hotmail.com> (he/him)
|
|
448
|
+
* [VoltrexMaster](https://github.com/VoltrexMaster) -
|
|
449
|
+
**Voltrex** \<mohammadkeyvanzade94@gmail.com> (he/him)
|
|
457
450
|
* [watilde](https://github.com/watilde) -
|
|
458
451
|
**Daijiro Wachi** \<daijiro.wachi@gmail.com> (he/him)
|
|
459
452
|
* [watson](https://github.com/watson) -
|
|
@@ -462,10 +455,6 @@ For information about the governance of the Node.js project, see
|
|
|
462
455
|
**Khaidi Chu** \<i@2333.moe> (he/him)
|
|
463
456
|
* [yashLadha](https://github.com/yashLadha) -
|
|
464
457
|
**Yash Ladha** \<yash@yashladha.in> (he/him)
|
|
465
|
-
* [yhwang](https://github.com/yhwang) -
|
|
466
|
-
**Yihong Wang** \<yh.wang@ibm.com>
|
|
467
|
-
* [yorkie](https://github.com/yorkie) -
|
|
468
|
-
**Yorkie Liu** \<yorkiefixer@gmail.com>
|
|
469
458
|
* [yosuke-furukawa](https://github.com/yosuke-furukawa) -
|
|
470
459
|
**Yosuke Furukawa** \<yosuke.furukawa@gmail.com>
|
|
471
460
|
* [ZYSzys](https://github.com/ZYSzys) -
|
|
@@ -488,6 +477,8 @@ For information about the governance of the Node.js project, see
|
|
|
488
477
|
**Andreas Madsen** \<amwebdk@gmail.com> (he/him)
|
|
489
478
|
* [aqrln](https://github.com/aqrln) -
|
|
490
479
|
**Alexey Orlenko** \<eaglexrlnk@gmail.com> (he/him)
|
|
480
|
+
* [bmeurer](https://github.com/bmeurer) -
|
|
481
|
+
**Benedikt Meurer** \<benedikt.meurer@gmail.com>
|
|
491
482
|
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
492
483
|
**Ben Noordhuis** \<info@bnoordhuis.nl>
|
|
493
484
|
* [brendanashworth](https://github.com/brendanashworth) -
|
|
@@ -508,8 +499,12 @@ For information about the governance of the Node.js project, see
|
|
|
508
499
|
**Alexander Makarenko** \<estliberitas@gmail.com>
|
|
509
500
|
* [firedfox](https://github.com/firedfox) -
|
|
510
501
|
**Daniel Wang** \<wangyang0123@gmail.com>
|
|
502
|
+
* [Fishrock123](https://github.com/Fishrock123) -
|
|
503
|
+
**Jeremiah Senkpiel** \<fishrock123@rocketmail.com> (he/they)
|
|
511
504
|
* [gdams](https://github.com/gdams) -
|
|
512
|
-
**George Adams** \<
|
|
505
|
+
**George Adams** \<gadams@microsoft.com> (he/him)
|
|
506
|
+
* [geek](https://github.com/geek) -
|
|
507
|
+
**Wyatt Preul** \<wpreul@gmail.com>
|
|
513
508
|
* [gibfahn](https://github.com/gibfahn) -
|
|
514
509
|
**Gibson Fahnestock** \<gibfahn@gmail.com> (he/him)
|
|
515
510
|
* [glentiki](https://github.com/glentiki) -
|
|
@@ -554,6 +549,8 @@ For information about the governance of the Node.js project, see
|
|
|
554
549
|
**Nicu Micleușanu** \<micnic90@gmail.com> (he/him)
|
|
555
550
|
* [mikeal](https://github.com/mikeal) -
|
|
556
551
|
**Mikeal Rogers** \<mikeal.rogers@gmail.com>
|
|
552
|
+
* [misterdjules](https://github.com/misterdjules) -
|
|
553
|
+
**Julien Gilli** \<jgilli@netflix.com>
|
|
557
554
|
* [monsanto](https://github.com/monsanto) -
|
|
558
555
|
**Christopher Monsanto** \<chris@monsan.to>
|
|
559
556
|
* [MoonBall](https://github.com/MoonBall) -
|
|
@@ -567,7 +564,7 @@ For information about the governance of the Node.js project, see
|
|
|
567
564
|
* [orangemocha](https://github.com/orangemocha) -
|
|
568
565
|
**Alexis Campailla** \<orangemocha@nodejs.org>
|
|
569
566
|
* [othiym23](https://github.com/othiym23) -
|
|
570
|
-
**Forrest L Norvell** \<ogd@aoaioxxysz.net> (
|
|
567
|
+
**Forrest L Norvell** \<ogd@aoaioxxysz.net> (they/them/themself)
|
|
571
568
|
* [petkaantonov](https://github.com/petkaantonov) -
|
|
572
569
|
**Petka Antonov** \<petka_antonov@hotmail.com>
|
|
573
570
|
* [phillipj](https://github.com/phillipj) -
|
|
@@ -580,6 +577,8 @@ For information about the governance of the Node.js project, see
|
|
|
580
577
|
**Prince John Wesley** \<princejohnwesley@gmail.com>
|
|
581
578
|
* [psmarshall](https://github.com/psmarshall) -
|
|
582
579
|
**Peter Marshall** \<petermarshall@chromium.org> (he/him)
|
|
580
|
+
* [refack](https://github.com/refack) -
|
|
581
|
+
**Refael Ackermann (רפאל פלחי)** \<refack@gmail.com> (he/him/הוא/אתה)
|
|
583
582
|
* [rlidwka](https://github.com/rlidwka) -
|
|
584
583
|
**Alex Kocharin** \<alex@kocharin.ru>
|
|
585
584
|
* [rmg](https://github.com/rmg) -
|
|
@@ -594,6 +593,8 @@ For information about the governance of the Node.js project, see
|
|
|
594
593
|
**Ingvar Stepanyan** \<me@rreverser.com>
|
|
595
594
|
* [rubys](https://github.com/rubys) -
|
|
596
595
|
**Sam Ruby** \<rubys@intertwingly.net>
|
|
596
|
+
* [saghul](https://github.com/saghul) -
|
|
597
|
+
**Saúl Ibarra Corretgé** \<s@saghul.net>
|
|
597
598
|
* [sam-github](https://github.com/sam-github) -
|
|
598
599
|
**Sam Roberts** \<vieuxtech@gmail.com>
|
|
599
600
|
* [sebdeckers](https://github.com/sebdeckers) -
|
|
@@ -618,6 +619,10 @@ For information about the governance of the Node.js project, see
|
|
|
618
619
|
**Vse Mozhet Byt** \<vsemozhetbyt@gmail.com> (he/him)
|
|
619
620
|
* [whitlockjc](https://github.com/whitlockjc) -
|
|
620
621
|
**Jeremy Whitlock** \<jwhitlock@apache.org>
|
|
622
|
+
* [yhwang](https://github.com/yhwang) -
|
|
623
|
+
**Yihong Wang** \<yh.wang@ibm.com>
|
|
624
|
+
* [yorkie](https://github.com/yorkie) -
|
|
625
|
+
**Yorkie Liu** \<yorkiefixer@gmail.com>
|
|
621
626
|
|
|
622
627
|
</details>
|
|
623
628
|
<!--lint enable prohibited-strings-->
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -108,6 +108,11 @@
|
|
|
108
108
|
'obj_dir%': '<(PRODUCT_DIR)/obj.target',
|
|
109
109
|
'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
|
|
110
110
|
}],
|
|
111
|
+
# V8 pointer compression only supports 64bit architectures.
|
|
112
|
+
['target_arch in "arm ia32 mips mipsel ppc x32"', {
|
|
113
|
+
'v8_enable_pointer_compression': 0,
|
|
114
|
+
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
115
|
+
}],
|
|
111
116
|
['target_arch in "ppc64 s390x"', {
|
|
112
117
|
'v8_enable_backtrace': 1,
|
|
113
118
|
}],
|
package/include/node/config.gypi
CHANGED
|
@@ -205,11 +205,11 @@
|
|
|
205
205
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
206
206
|
'lib/internal/modules/esm/get_format.js',
|
|
207
207
|
'lib/internal/modules/esm/get_source.js',
|
|
208
|
+
'lib/internal/modules/esm/load.js',
|
|
208
209
|
'lib/internal/modules/esm/loader.js',
|
|
209
210
|
'lib/internal/modules/esm/module_job.js',
|
|
210
211
|
'lib/internal/modules/esm/module_map.js',
|
|
211
212
|
'lib/internal/modules/esm/resolve.js',
|
|
212
|
-
'lib/internal/modules/esm/transform_source.js',
|
|
213
213
|
'lib/internal/modules/esm/translators.js',
|
|
214
214
|
'lib/internal/per_context/domexception.js',
|
|
215
215
|
'lib/internal/per_context/messageport.js',
|