node-linux-arm64 18.12.1 → 18.14.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 +760 -3
- package/LICENSE +277 -8
- package/README.md +34 -12
- package/bin/node +0 -0
- package/include/node/common.gypi +2 -6
- package/include/node/config.gypi +15 -4
- package/include/node/js_native_api.h +3 -1
- package/include/node/js_native_api_types.h +2 -1
- package/include/node/node.h +2 -0
- package/include/node/node_api.h +6 -4
- package/include/node/node_api_types.h +5 -0
- package/include/node/node_version.h +2 -2
- package/include/node/uv/version.h +2 -2
- package/include/node/uv/win.h +14 -15
- package/include/node/uv.h +3 -2
- package/include/node/v8-array-buffer.h +8 -0
- package/include/node/v8-version.h +1 -1
- package/include/node/zconf.h +16 -3
- package/include/node/zlib.h +137 -108
- package/package.json +1 -1
- package/share/man/man1/node.1 +4 -3
- package/include/node/uv/android-ifaddrs.h +0 -54
package/LICENSE
CHANGED
|
@@ -107,6 +107,18 @@ The externally maintained libraries used by Node.js are:
|
|
|
107
107
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
108
108
|
"""
|
|
109
109
|
|
|
110
|
+
- ittapi, located at deps/v8/third_party/ittapi, is licensed as follows:
|
|
111
|
+
"""
|
|
112
|
+
Copyright (c) 2019 Intel Corporation. All rights reserved.
|
|
113
|
+
|
|
114
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
115
|
+
|
|
116
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
117
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
118
|
+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
119
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
120
|
+
"""
|
|
121
|
+
|
|
110
122
|
- ICU, located at deps/icu-small, is licensed as follows:
|
|
111
123
|
"""
|
|
112
124
|
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
|
@@ -693,10 +705,6 @@ The externally maintained libraries used by Node.js are:
|
|
|
693
705
|
|
|
694
706
|
- pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
|
|
695
707
|
Three clause BSD license.
|
|
696
|
-
|
|
697
|
-
- android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design
|
|
698
|
-
Inc, Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement
|
|
699
|
-
n° 289016). Three clause BSD license.
|
|
700
708
|
"""
|
|
701
709
|
|
|
702
710
|
- llhttp, located at deps/llhttp, is licensed as follows:
|
|
@@ -761,6 +769,246 @@ The externally maintained libraries used by Node.js are:
|
|
|
761
769
|
SOFTWARE.
|
|
762
770
|
"""
|
|
763
771
|
|
|
772
|
+
- postject, located at test/fixtures/postject-copy, is licensed as follows:
|
|
773
|
+
"""
|
|
774
|
+
Postject is licensed for use as follows:
|
|
775
|
+
|
|
776
|
+
"""
|
|
777
|
+
MIT License
|
|
778
|
+
|
|
779
|
+
Copyright (c) 2022 Postman, Inc
|
|
780
|
+
|
|
781
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
782
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
783
|
+
in the Software without restriction, including without limitation the rights
|
|
784
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
785
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
786
|
+
furnished to do so, subject to the following conditions:
|
|
787
|
+
|
|
788
|
+
The above copyright notice and this permission notice shall be included in all
|
|
789
|
+
copies or substantial portions of the Software.
|
|
790
|
+
|
|
791
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
792
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
793
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
794
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
795
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
796
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
797
|
+
SOFTWARE.
|
|
798
|
+
"""
|
|
799
|
+
|
|
800
|
+
The Postject license applies to all parts of Postject that are not externally
|
|
801
|
+
maintained libraries.
|
|
802
|
+
|
|
803
|
+
The externally maintained libraries used by Postject are:
|
|
804
|
+
|
|
805
|
+
- LIEF, located at vendor/LIEF, is licensed as follows:
|
|
806
|
+
"""
|
|
807
|
+
Apache License
|
|
808
|
+
Version 2.0, January 2004
|
|
809
|
+
http://www.apache.org/licenses/
|
|
810
|
+
|
|
811
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
812
|
+
|
|
813
|
+
1. Definitions.
|
|
814
|
+
|
|
815
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
816
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
817
|
+
|
|
818
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
819
|
+
the copyright owner that is granting the License.
|
|
820
|
+
|
|
821
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
822
|
+
other entities that control, are controlled by, or are under common
|
|
823
|
+
control with that entity. For the purposes of this definition,
|
|
824
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
825
|
+
direction or management of such entity, whether by contract or
|
|
826
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
827
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
828
|
+
|
|
829
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
830
|
+
exercising permissions granted by this License.
|
|
831
|
+
|
|
832
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
833
|
+
including but not limited to software source code, documentation
|
|
834
|
+
source, and configuration files.
|
|
835
|
+
|
|
836
|
+
"Object" form shall mean any form resulting from mechanical
|
|
837
|
+
transformation or translation of a Source form, including but
|
|
838
|
+
not limited to compiled object code, generated documentation,
|
|
839
|
+
and conversions to other media types.
|
|
840
|
+
|
|
841
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
842
|
+
Object form, made available under the License, as indicated by a
|
|
843
|
+
copyright notice that is included in or attached to the work
|
|
844
|
+
(an example is provided in the Appendix below).
|
|
845
|
+
|
|
846
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
847
|
+
form, that is based on (or derived from) the Work and for which the
|
|
848
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
849
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
850
|
+
of this License, Derivative Works shall not include works that remain
|
|
851
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
852
|
+
the Work and Derivative Works thereof.
|
|
853
|
+
|
|
854
|
+
"Contribution" shall mean any work of authorship, including
|
|
855
|
+
the original version of the Work and any modifications or additions
|
|
856
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
857
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
858
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
859
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
860
|
+
means any form of electronic, verbal, or written communication sent
|
|
861
|
+
to the Licensor or its representatives, including but not limited to
|
|
862
|
+
communication on electronic mailing lists, source code control systems,
|
|
863
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
864
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
865
|
+
excluding communication that is conspicuously marked or otherwise
|
|
866
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
867
|
+
|
|
868
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
869
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
870
|
+
subsequently incorporated within the Work.
|
|
871
|
+
|
|
872
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
873
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
874
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
875
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
876
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
877
|
+
Work and such Derivative Works in Source or Object form.
|
|
878
|
+
|
|
879
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
880
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
881
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
882
|
+
(except as stated in this section) patent license to make, have made,
|
|
883
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
884
|
+
where such license applies only to those patent claims licensable
|
|
885
|
+
by such Contributor that are necessarily infringed by their
|
|
886
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
887
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
888
|
+
institute patent litigation against any entity (including a
|
|
889
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
890
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
891
|
+
or contributory patent infringement, then any patent licenses
|
|
892
|
+
granted to You under this License for that Work shall terminate
|
|
893
|
+
as of the date such litigation is filed.
|
|
894
|
+
|
|
895
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
896
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
897
|
+
modifications, and in Source or Object form, provided that You
|
|
898
|
+
meet the following conditions:
|
|
899
|
+
|
|
900
|
+
(a) You must give any other recipients of the Work or
|
|
901
|
+
Derivative Works a copy of this License; and
|
|
902
|
+
|
|
903
|
+
(b) You must cause any modified files to carry prominent notices
|
|
904
|
+
stating that You changed the files; and
|
|
905
|
+
|
|
906
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
907
|
+
that You distribute, all copyright, patent, trademark, and
|
|
908
|
+
attribution notices from the Source form of the Work,
|
|
909
|
+
excluding those notices that do not pertain to any part of
|
|
910
|
+
the Derivative Works; and
|
|
911
|
+
|
|
912
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
913
|
+
distribution, then any Derivative Works that You distribute must
|
|
914
|
+
include a readable copy of the attribution notices contained
|
|
915
|
+
within such NOTICE file, excluding those notices that do not
|
|
916
|
+
pertain to any part of the Derivative Works, in at least one
|
|
917
|
+
of the following places: within a NOTICE text file distributed
|
|
918
|
+
as part of the Derivative Works; within the Source form or
|
|
919
|
+
documentation, if provided along with the Derivative Works; or,
|
|
920
|
+
within a display generated by the Derivative Works, if and
|
|
921
|
+
wherever such third-party notices normally appear. The contents
|
|
922
|
+
of the NOTICE file are for informational purposes only and
|
|
923
|
+
do not modify the License. You may add Your own attribution
|
|
924
|
+
notices within Derivative Works that You distribute, alongside
|
|
925
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
926
|
+
that such additional attribution notices cannot be construed
|
|
927
|
+
as modifying the License.
|
|
928
|
+
|
|
929
|
+
You may add Your own copyright statement to Your modifications and
|
|
930
|
+
may provide additional or different license terms and conditions
|
|
931
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
932
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
933
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
934
|
+
the conditions stated in this License.
|
|
935
|
+
|
|
936
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
937
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
938
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
939
|
+
this License, without any additional terms or conditions.
|
|
940
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
941
|
+
the terms of any separate license agreement you may have executed
|
|
942
|
+
with Licensor regarding such Contributions.
|
|
943
|
+
|
|
944
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
945
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
946
|
+
except as required for reasonable and customary use in describing the
|
|
947
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
948
|
+
|
|
949
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
950
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
951
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
952
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
953
|
+
implied, including, without limitation, any warranties or conditions
|
|
954
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
955
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
956
|
+
appropriateness of using or redistributing the Work and assume any
|
|
957
|
+
risks associated with Your exercise of permissions under this License.
|
|
958
|
+
|
|
959
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
960
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
961
|
+
unless required by applicable law (such as deliberate and grossly
|
|
962
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
963
|
+
liable to You for damages, including any direct, indirect, special,
|
|
964
|
+
incidental, or consequential damages of any character arising as a
|
|
965
|
+
result of this License or out of the use or inability to use the
|
|
966
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
967
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
968
|
+
other commercial damages or losses), even if such Contributor
|
|
969
|
+
has been advised of the possibility of such damages.
|
|
970
|
+
|
|
971
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
972
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
973
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
974
|
+
or other liability obligations and/or rights consistent with this
|
|
975
|
+
License. However, in accepting such obligations, You may act only
|
|
976
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
977
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
978
|
+
defend, and hold each Contributor harmless for any liability
|
|
979
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
980
|
+
of your accepting any such warranty or additional liability.
|
|
981
|
+
|
|
982
|
+
END OF TERMS AND CONDITIONS
|
|
983
|
+
|
|
984
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
985
|
+
|
|
986
|
+
To apply the Apache License to your work, attach the following
|
|
987
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
988
|
+
replaced with your own identifying information. (Don't include
|
|
989
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
990
|
+
comment syntax for the file format. We also recommend that a
|
|
991
|
+
file or class name and description of purpose be included on the
|
|
992
|
+
same "printed page" as the copyright notice for easier
|
|
993
|
+
identification within third-party archives.
|
|
994
|
+
|
|
995
|
+
Copyright 2017 - 2022 R. Thomas
|
|
996
|
+
Copyright 2017 - 2022 Quarkslab
|
|
997
|
+
|
|
998
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
999
|
+
you may not use this file except in compliance with the License.
|
|
1000
|
+
You may obtain a copy of the License at
|
|
1001
|
+
|
|
1002
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
1003
|
+
|
|
1004
|
+
Unless required by applicable law or agreed to in writing, software
|
|
1005
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
1006
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1007
|
+
See the License for the specific language governing permissions and
|
|
1008
|
+
limitations under the License.
|
|
1009
|
+
"""
|
|
1010
|
+
"""
|
|
1011
|
+
|
|
764
1012
|
- OpenSSL, located at deps/openssl, is licensed as follows:
|
|
765
1013
|
"""
|
|
766
1014
|
Apache License
|
|
@@ -984,8 +1232,7 @@ The externally maintained libraries used by Node.js are:
|
|
|
984
1232
|
- Strongtalk assembler, the basis of the files assembler-arm-inl.h,
|
|
985
1233
|
assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
|
|
986
1234
|
assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
|
|
987
|
-
assembler-x64.cc, assembler-x64.h, assembler
|
|
988
|
-
assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
|
|
1235
|
+
assembler-x64.cc, assembler-x64.h, assembler.cc and assembler.h.
|
|
989
1236
|
This code is copyrighted by Sun Microsystems Inc. and released
|
|
990
1237
|
under a 3-clause BSD license.
|
|
991
1238
|
|
|
@@ -1045,9 +1292,9 @@ The externally maintained libraries used by Node.js are:
|
|
|
1045
1292
|
- zlib, located at deps/zlib, is licensed as follows:
|
|
1046
1293
|
"""
|
|
1047
1294
|
zlib.h -- interface of the 'zlib' general purpose compression library
|
|
1048
|
-
version 1.2.
|
|
1295
|
+
version 1.2.13, October 13th, 2022
|
|
1049
1296
|
|
|
1050
|
-
Copyright (C) 1995-
|
|
1297
|
+
Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
|
|
1051
1298
|
|
|
1052
1299
|
This software is provided 'as-is', without any express or implied
|
|
1053
1300
|
warranty. In no event will the authors be held liable for any damages
|
|
@@ -1069,6 +1316,28 @@ The externally maintained libraries used by Node.js are:
|
|
|
1069
1316
|
jloup@gzip.org madler@alumni.caltech.edu
|
|
1070
1317
|
"""
|
|
1071
1318
|
|
|
1319
|
+
- simdutf, located at deps/simdutf, is licensed as follows:
|
|
1320
|
+
"""
|
|
1321
|
+
Copyright 2021 The simdutf authors
|
|
1322
|
+
|
|
1323
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1324
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1325
|
+
the Software without restriction, including without limitation the rights to
|
|
1326
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1327
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1328
|
+
subject to the following conditions:
|
|
1329
|
+
|
|
1330
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1331
|
+
copies or substantial portions of the Software.
|
|
1332
|
+
|
|
1333
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1334
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1335
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1336
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1337
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1338
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1339
|
+
"""
|
|
1340
|
+
|
|
1072
1341
|
- npm, located at deps/npm, is licensed as follows:
|
|
1073
1342
|
"""
|
|
1074
1343
|
The npm application
|
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
|
|
@@ -184,6 +190,8 @@ For information about the governance of the Node.js project, see
|
|
|
184
190
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
185
191
|
* [mhdawson](https://github.com/mhdawson) -
|
|
186
192
|
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
193
|
+
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
194
|
+
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
187
195
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
188
196
|
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
189
197
|
* [richardlau](https://github.com/richardlau) -
|
|
@@ -266,12 +274,14 @@ For information about the governance of the Node.js project, see
|
|
|
266
274
|
**Anna Henningsen** <<anna@addaleax.net>> (she/her)
|
|
267
275
|
* [aduh95](https://github.com/aduh95) -
|
|
268
276
|
**Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
|
|
277
|
+
* [anonrig](https://github.com/anonrig) -
|
|
278
|
+
**Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
|
|
269
279
|
* [antsmartian](https://github.com/antsmartian) -
|
|
270
280
|
**Anto Aravinth** <<anto.aravinth.cse@gmail.com>> (he/him)
|
|
271
281
|
* [apapirovski](https://github.com/apapirovski) -
|
|
272
282
|
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
273
283
|
* [AshCripps](https://github.com/AshCripps) -
|
|
274
|
-
**Ash Cripps** <<
|
|
284
|
+
**Ash Cripps** <<email@ashleycripps.co.uk>>
|
|
275
285
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
276
286
|
**Qingyu Deng** <<i@ayase-lab.com>>
|
|
277
287
|
* [bcoe](https://github.com/bcoe) -
|
|
@@ -310,8 +320,6 @@ For information about the governance of the Node.js project, see
|
|
|
310
320
|
**David Carlier** <<devnexen@gmail.com>>
|
|
311
321
|
* [devsnek](https://github.com/devsnek) -
|
|
312
322
|
**Gus Caplan** <<me@gus.host>> (they/them)
|
|
313
|
-
* [dmabupt](https://github.com/dmabupt) -
|
|
314
|
-
**Xu Meng** <<dmabupt@gmail.com>> (he/him)
|
|
315
323
|
* [edsadr](https://github.com/edsadr) -
|
|
316
324
|
**Adrian Estrada** <<edsadr@gmail.com>> (he/him)
|
|
317
325
|
* [erickwendel](https://github.com/erickwendel) -
|
|
@@ -370,6 +378,8 @@ For information about the governance of the Node.js project, see
|
|
|
370
378
|
**LiviaMedeiros** <<livia@cirno.name>>
|
|
371
379
|
* [lpinca](https://github.com/lpinca) -
|
|
372
380
|
**Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
|
|
381
|
+
* [lukekarrys](https://github.com/lukekarrys) -
|
|
382
|
+
**Luke Karrys** <<luke@lukekarrys.com>> (he/him)
|
|
373
383
|
* [Lxxyx](https://github.com/Lxxyx) -
|
|
374
384
|
**Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
|
|
375
385
|
* [marsonya](https://github.com/marsonya) -
|
|
@@ -395,9 +405,7 @@ For information about the governance of the Node.js project, see
|
|
|
395
405
|
* [oyyd](https://github.com/oyyd) -
|
|
396
406
|
**Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
|
|
397
407
|
* [panva](https://github.com/panva) -
|
|
398
|
-
**Filip Skokan** <<panva.ip@gmail.com>>
|
|
399
|
-
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
400
|
-
**Pooja D P** <<Pooja.D.P@ibm.com>> (she/her)
|
|
408
|
+
**Filip Skokan** <<panva.ip@gmail.com>> (he/him)
|
|
401
409
|
* [puzpuzpuz](https://github.com/puzpuzpuz) -
|
|
402
410
|
**Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
|
|
403
411
|
* [Qard](https://github.com/Qard) -
|
|
@@ -425,7 +433,7 @@ For information about the governance of the Node.js project, see
|
|
|
425
433
|
* [ShogunPanda](https://github.com/ShogunPanda) -
|
|
426
434
|
**Paolo Insogna** <<paolo@cowtech.it>> (he/him)
|
|
427
435
|
* [srl295](https://github.com/srl295) -
|
|
428
|
-
**Steven R Loomis** <<
|
|
436
|
+
**Steven R Loomis** <<srl295@gmail.com>>
|
|
429
437
|
* [starkwang](https://github.com/starkwang) -
|
|
430
438
|
**Weijia Wang** <<starkwang@126.com>>
|
|
431
439
|
* [sxa](https://github.com/sxa) -
|
|
@@ -444,7 +452,7 @@ For information about the governance of the Node.js project, see
|
|
|
444
452
|
**Rich Trott** <<rtrott@gmail.com>> (he/him)
|
|
445
453
|
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
446
454
|
**Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
|
|
447
|
-
* [
|
|
455
|
+
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
448
456
|
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
449
457
|
* [watilde](https://github.com/watilde) -
|
|
450
458
|
**Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
|
|
@@ -494,6 +502,8 @@ For information about the governance of the Node.js project, see
|
|
|
494
502
|
**Jamie Davis** <<davisjam@vt.edu>> (he/him)
|
|
495
503
|
* [digitalinfinity](https://github.com/digitalinfinity) -
|
|
496
504
|
**Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
|
|
505
|
+
* [dmabupt](https://github.com/dmabupt) -
|
|
506
|
+
**Xu Meng** <<dmabupt@gmail.com>> (he/him)
|
|
497
507
|
* [dnlup](https://github.com/dnlup)
|
|
498
508
|
**dnlup** <<dnlup.dev@gmail.com>>
|
|
499
509
|
* [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
|
|
@@ -590,6 +600,8 @@ For information about the governance of the Node.js project, see
|
|
|
590
600
|
**Bert Belder** <<bertbelder@gmail.com>>
|
|
591
601
|
* [pmq20](https://github.com/pmq20) -
|
|
592
602
|
**Minqi Pan** <<pmq2001@gmail.com>>
|
|
603
|
+
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
604
|
+
**Pooja D P** <<Pooja.D.P@ibm.com>> (she/her)
|
|
593
605
|
* [princejwesley](https://github.com/princejwesley) -
|
|
594
606
|
**Prince John Wesley** <<princejohnwesley@gmail.com>>
|
|
595
607
|
* [psmarshall](https://github.com/psmarshall) -
|
|
@@ -662,6 +674,8 @@ maintaining the Node.js project.
|
|
|
662
674
|
|
|
663
675
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
664
676
|
**Qingyu Deng** <<i@ayase-lab.com>>
|
|
677
|
+
* [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
|
|
678
|
+
**Brian Muenzenmeyer** <<brian.muenzenmeyer@gmail.com>> (he/him)
|
|
665
679
|
* [daeyeon](https://github.com/daeyeon) -
|
|
666
680
|
**Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
|
|
667
681
|
* [F3n67u](https://github.com/F3n67u) -
|
|
@@ -684,9 +698,12 @@ maintaining the Node.js project.
|
|
|
684
698
|
**Pooja Durgad** <<Pooja.D.P@ibm.com>>
|
|
685
699
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
686
700
|
**Darshan Sen** <<raisinten@gmail.com>>
|
|
687
|
-
* [
|
|
701
|
+
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
688
702
|
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
689
703
|
|
|
704
|
+
Triagers follow the [Triage Guide](./doc/contributing/issues.md#triaging-a-bug-report) when
|
|
705
|
+
responding to new issues.
|
|
706
|
+
|
|
690
707
|
### Release keys
|
|
691
708
|
|
|
692
709
|
Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
@@ -697,8 +714,6 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
697
714
|
`141F07595B7B3FFE74309A937405533BE57C7D57`
|
|
698
715
|
* **Danielle Adams** <<adamzdanielle@gmail.com>>
|
|
699
716
|
`74F12602B6F1C4E913FAA37AD3A89613643B6201`
|
|
700
|
-
* **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
|
|
701
|
-
`61FC681DFB92A079F1685E77973F295594EC4689`
|
|
702
717
|
* **Michaël Zasso** <<targos@protonmail.com>>
|
|
703
718
|
`8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
|
|
704
719
|
* **Myles Borins** <<myles.borins@gmail.com>>
|
|
@@ -717,7 +732,6 @@ to sign releases):
|
|
|
717
732
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
|
|
718
733
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
|
|
719
734
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
|
|
720
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys 61FC681DFB92A079F1685E77973F295594EC4689
|
|
721
735
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
|
|
722
736
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
|
|
723
737
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
|
|
@@ -750,6 +764,8 @@ verify a downloaded file.
|
|
|
750
764
|
`71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
|
|
751
765
|
* **Jeremiah Senkpiel** <<fishrock@keybase.io>>
|
|
752
766
|
`FD3A5288F042B6850C66B31F09FE44734EB7990E`
|
|
767
|
+
* **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
|
|
768
|
+
`61FC681DFB92A079F1685E77973F295594EC4689`
|
|
753
769
|
* **Julien Gilli** <<jgilli@fastmail.fm>>
|
|
754
770
|
`114F43EE0176B71C7BC219DD50A3051F888C628D`
|
|
755
771
|
* **Rod Vagg** <<rod@vagg.org>>
|
|
@@ -779,6 +795,12 @@ releases on a rotation basis as outlined in the
|
|
|
779
795
|
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
780
796
|
**Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
|
|
781
797
|
* NearForm
|
|
798
|
+
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
799
|
+
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
800
|
+
* NodeSource
|
|
801
|
+
* [juanarbol](https://github.com/juanarbol) -
|
|
802
|
+
**Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
|
|
803
|
+
* Platformatic
|
|
782
804
|
* [mcollina](https://github.com/mcollina) -
|
|
783
805
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
784
806
|
* Red Hat and IBM
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
# Reset this number to 0 on major V8 upgrades.
|
|
38
38
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
39
|
-
'v8_embedder_string': '-node.
|
|
39
|
+
'v8_embedder_string': '-node.22',
|
|
40
40
|
|
|
41
41
|
##### V8 defaults for Node.js #####
|
|
42
42
|
|
|
@@ -283,11 +283,7 @@
|
|
|
283
283
|
'-std:c++17'
|
|
284
284
|
],
|
|
285
285
|
'BufferSecurityCheck': 'true',
|
|
286
|
-
'
|
|
287
|
-
['_toolset=="target"', {
|
|
288
|
-
'DebugInformationFormat': 1 # /Z7 embed info in .obj files
|
|
289
|
-
}],
|
|
290
|
-
],
|
|
286
|
+
'DebugInformationFormat': 1, # /Z7 embed info in .obj files
|
|
291
287
|
'ExceptionHandling': 0, # /EHsc
|
|
292
288
|
'MultiProcessorCompilation': 'true',
|
|
293
289
|
'StringPooling': 'true', # pool string literals
|
package/include/node/config.gypi
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# Do not edit. Generated by the configure script.
|
|
2
2
|
{ 'target_defaults': {'cflags': ['-msign-return-address=all'], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC'], 'include_dirs': [], 'libraries': []},
|
|
3
|
-
'variables': { '
|
|
3
|
+
'variables': { 'arm_fpu': 'neon',
|
|
4
|
+
'asan': 0,
|
|
4
5
|
'coverage': 'false',
|
|
5
6
|
'dcheck_always_on': 0,
|
|
6
7
|
'debug_nghttp2': 'false',
|
|
@@ -12,19 +13,21 @@
|
|
|
12
13
|
'force_dynamic_crt': 0,
|
|
13
14
|
'gas_version': '2.30',
|
|
14
15
|
'host_arch': 'arm64',
|
|
15
|
-
'icu_data_in': '../../deps/icu-tmp/
|
|
16
|
+
'icu_data_in': '../../deps/icu-tmp/icudt72l.dat',
|
|
16
17
|
'icu_endianness': 'l',
|
|
17
18
|
'icu_gyp_path': 'tools/icu/icu-generic.gyp',
|
|
18
19
|
'icu_path': 'deps/icu-small',
|
|
19
20
|
'icu_small': 'false',
|
|
20
|
-
'icu_ver_major': '
|
|
21
|
+
'icu_ver_major': '72',
|
|
21
22
|
'is_debug': 0,
|
|
22
23
|
'libdir': 'lib',
|
|
23
24
|
'llvm_version': '0.0',
|
|
24
25
|
'napi_build_version': '8',
|
|
26
|
+
'node_builtin_shareable_builtins': ['deps/cjs-module-lexer/lexer.js', 'deps/cjs-module-lexer/dist/lexer.js', 'deps/undici/undici.js'],
|
|
25
27
|
'node_byteorder': 'little',
|
|
26
28
|
'node_debug_lib': 'false',
|
|
27
29
|
'node_enable_d8': 'false',
|
|
30
|
+
'node_enable_v8_vtunejit': 'false',
|
|
28
31
|
'node_fipsinstall': 'false',
|
|
29
32
|
'node_install_corepack': 'true',
|
|
30
33
|
'node_install_npm': 'true',
|
|
@@ -67,7 +70,6 @@
|
|
|
67
70
|
'lib/internal/assert.js',
|
|
68
71
|
'lib/internal/assert/assertion_error.js',
|
|
69
72
|
'lib/internal/assert/calltracker.js',
|
|
70
|
-
'lib/internal/assert/snapshot.js',
|
|
71
73
|
'lib/internal/async_hooks.js',
|
|
72
74
|
'lib/internal/blob.js',
|
|
73
75
|
'lib/internal/blocklist.js',
|
|
@@ -123,6 +125,7 @@
|
|
|
123
125
|
'lib/internal/error_serdes.js',
|
|
124
126
|
'lib/internal/errors.js',
|
|
125
127
|
'lib/internal/event_target.js',
|
|
128
|
+
'lib/internal/file.js',
|
|
126
129
|
'lib/internal/fixed_queue.js',
|
|
127
130
|
'lib/internal/freelist.js',
|
|
128
131
|
'lib/internal/freeze_intrinsics.js',
|
|
@@ -131,6 +134,7 @@
|
|
|
131
134
|
'lib/internal/fs/dir.js',
|
|
132
135
|
'lib/internal/fs/promises.js',
|
|
133
136
|
'lib/internal/fs/read_file_context.js',
|
|
137
|
+
'lib/internal/fs/recursive_watch.js',
|
|
134
138
|
'lib/internal/fs/rimraf.js',
|
|
135
139
|
'lib/internal/fs/streams.js',
|
|
136
140
|
'lib/internal/fs/sync_write_stream.js',
|
|
@@ -160,6 +164,7 @@
|
|
|
160
164
|
'lib/internal/main/test_runner.js',
|
|
161
165
|
'lib/internal/main/watch_mode.js',
|
|
162
166
|
'lib/internal/main/worker_thread.js',
|
|
167
|
+
'lib/internal/mime.js',
|
|
163
168
|
'lib/internal/modules/cjs/helpers.js',
|
|
164
169
|
'lib/internal/modules/cjs/loader.js',
|
|
165
170
|
'lib/internal/modules/esm/assert.js',
|
|
@@ -246,10 +251,15 @@
|
|
|
246
251
|
'lib/internal/test/binding.js',
|
|
247
252
|
'lib/internal/test/transfer.js',
|
|
248
253
|
'lib/internal/test_runner/harness.js',
|
|
254
|
+
'lib/internal/test_runner/mock.js',
|
|
249
255
|
'lib/internal/test_runner/runner.js',
|
|
256
|
+
'lib/internal/test_runner/tap_checker.js',
|
|
257
|
+
'lib/internal/test_runner/tap_lexer.js',
|
|
258
|
+
'lib/internal/test_runner/tap_parser.js',
|
|
250
259
|
'lib/internal/test_runner/tap_stream.js',
|
|
251
260
|
'lib/internal/test_runner/test.js',
|
|
252
261
|
'lib/internal/test_runner/utils.js',
|
|
262
|
+
'lib/internal/test_runner/yaml_parser.js',
|
|
253
263
|
'lib/internal/timers.js',
|
|
254
264
|
'lib/internal/tls/secure-context.js',
|
|
255
265
|
'lib/internal/tls/secure-pair.js',
|
|
@@ -270,6 +280,7 @@
|
|
|
270
280
|
'lib/internal/v8_prof_polyfill.js',
|
|
271
281
|
'lib/internal/v8_prof_processor.js',
|
|
272
282
|
'lib/internal/validators.js',
|
|
283
|
+
'lib/internal/vm.js',
|
|
273
284
|
'lib/internal/vm/module.js',
|
|
274
285
|
'lib/internal/wasm_web_api.js',
|
|
275
286
|
'lib/internal/watch_mode/files_watcher.js',
|
|
@@ -401,6 +401,7 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_arraybuffer(napi_env env,
|
|
|
401
401
|
size_t byte_length,
|
|
402
402
|
void** data,
|
|
403
403
|
napi_value* result);
|
|
404
|
+
#ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
|
|
404
405
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
405
406
|
napi_create_external_arraybuffer(napi_env env,
|
|
406
407
|
void* external_data,
|
|
@@ -408,6 +409,7 @@ napi_create_external_arraybuffer(napi_env env,
|
|
|
408
409
|
napi_finalize finalize_cb,
|
|
409
410
|
void* finalize_hint,
|
|
410
411
|
napi_value* result);
|
|
412
|
+
#endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
|
|
411
413
|
NAPI_EXTERN napi_status NAPI_CDECL napi_get_arraybuffer_info(
|
|
412
414
|
napi_env env, napi_value arraybuffer, void** data, size_t* byte_length);
|
|
413
415
|
NAPI_EXTERN napi_status NAPI_CDECL napi_is_typedarray(napi_env env,
|
|
@@ -490,7 +492,7 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_get_date_value(napi_env env,
|
|
|
490
492
|
// Add finalizer for pointer
|
|
491
493
|
NAPI_EXTERN napi_status NAPI_CDECL napi_add_finalizer(napi_env env,
|
|
492
494
|
napi_value js_object,
|
|
493
|
-
void*
|
|
495
|
+
void* finalize_data,
|
|
494
496
|
napi_finalize finalize_cb,
|
|
495
497
|
void* finalize_hint,
|
|
496
498
|
napi_ref* result);
|
|
@@ -98,7 +98,8 @@ typedef enum {
|
|
|
98
98
|
napi_date_expected,
|
|
99
99
|
napi_arraybuffer_expected,
|
|
100
100
|
napi_detachable_arraybuffer_expected,
|
|
101
|
-
napi_would_deadlock // unused
|
|
101
|
+
napi_would_deadlock, // unused
|
|
102
|
+
napi_no_external_buffers_allowed
|
|
102
103
|
} napi_status;
|
|
103
104
|
// Note: when adding a new enum value to `napi_status`, please also update
|
|
104
105
|
// * `const int last_status` in the definition of `napi_get_last_error_info()'
|
package/include/node/node.h
CHANGED
|
@@ -228,6 +228,8 @@ class MultiIsolatePlatform;
|
|
|
228
228
|
class InitializationResultImpl;
|
|
229
229
|
|
|
230
230
|
namespace ProcessFlags {
|
|
231
|
+
// TODO(addaleax): Switch to uint32_t to match std::atomic<uint32_t>
|
|
232
|
+
// init_process_flags in node.cc
|
|
231
233
|
enum Flags : uint64_t {
|
|
232
234
|
kNoFlags = 0,
|
|
233
235
|
// Enable stdio inheritance, which is disabled by default.
|