node-aix-ppc64 18.0.0 → 18.1.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.
Files changed (263) hide show
  1. package/CHANGELOG.md +105 -0
  2. package/README.md +8 -6
  3. package/bin/node +0 -0
  4. package/include/node/config.gypi +3 -0
  5. package/include/node/node.exp +52 -19
  6. package/include/node/node_version.h +1 -1
  7. package/include/node/openssl/asn1_asm.h +0 -6
  8. package/include/node/openssl/asn1_no-asm.h +0 -6
  9. package/include/node/openssl/asn1t_asm.h +0 -6
  10. package/include/node/openssl/asn1t_no-asm.h +0 -6
  11. package/include/node/openssl/bio_asm.h +0 -6
  12. package/include/node/openssl/bio_no-asm.h +0 -6
  13. package/include/node/openssl/bn_conf_asm.h +0 -6
  14. package/include/node/openssl/bn_conf_no-asm.h +0 -6
  15. package/include/node/openssl/cmp_asm.h +0 -6
  16. package/include/node/openssl/cmp_no-asm.h +0 -6
  17. package/include/node/openssl/cms_asm.h +0 -6
  18. package/include/node/openssl/cms_no-asm.h +0 -6
  19. package/include/node/openssl/conf_asm.h +0 -6
  20. package/include/node/openssl/conf_no-asm.h +0 -6
  21. package/include/node/openssl/configuration_asm.h +0 -6
  22. package/include/node/openssl/configuration_no-asm.h +0 -6
  23. package/include/node/openssl/crmf_asm.h +0 -6
  24. package/include/node/openssl/crmf_no-asm.h +0 -6
  25. package/include/node/openssl/crypto_asm.h +0 -6
  26. package/include/node/openssl/crypto_no-asm.h +0 -6
  27. package/include/node/openssl/ct_asm.h +0 -6
  28. package/include/node/openssl/ct_no-asm.h +0 -6
  29. package/include/node/openssl/dso_conf_asm.h +0 -6
  30. package/include/node/openssl/dso_conf_no-asm.h +0 -6
  31. package/include/node/openssl/err_asm.h +0 -6
  32. package/include/node/openssl/err_no-asm.h +0 -6
  33. package/include/node/openssl/ess_asm.h +0 -6
  34. package/include/node/openssl/ess_no-asm.h +0 -6
  35. package/include/node/openssl/fipskey_asm.h +0 -6
  36. package/include/node/openssl/fipskey_no-asm.h +0 -6
  37. package/include/node/openssl/lhash_asm.h +0 -6
  38. package/include/node/openssl/lhash_no-asm.h +0 -6
  39. package/include/node/openssl/ocsp_asm.h +0 -6
  40. package/include/node/openssl/ocsp_no-asm.h +0 -6
  41. package/include/node/openssl/opensslv_asm.h +0 -6
  42. package/include/node/openssl/opensslv_no-asm.h +0 -6
  43. package/include/node/openssl/pkcs12_asm.h +0 -6
  44. package/include/node/openssl/pkcs12_no-asm.h +0 -6
  45. package/include/node/openssl/pkcs7_asm.h +0 -6
  46. package/include/node/openssl/pkcs7_no-asm.h +0 -6
  47. package/include/node/openssl/safestack_asm.h +0 -6
  48. package/include/node/openssl/safestack_no-asm.h +0 -6
  49. package/include/node/openssl/srp_asm.h +0 -6
  50. package/include/node/openssl/srp_no-asm.h +0 -6
  51. package/include/node/openssl/ssl_asm.h +0 -6
  52. package/include/node/openssl/ssl_no-asm.h +0 -6
  53. package/include/node/openssl/ui_asm.h +0 -6
  54. package/include/node/openssl/ui_no-asm.h +0 -6
  55. package/include/node/openssl/x509_asm.h +0 -6
  56. package/include/node/openssl/x509_no-asm.h +0 -6
  57. package/include/node/openssl/x509_vfy_asm.h +0 -6
  58. package/include/node/openssl/x509_vfy_no-asm.h +0 -6
  59. package/include/node/openssl/x509v3_asm.h +0 -6
  60. package/include/node/openssl/x509v3_no-asm.h +0 -6
  61. package/package.json +1 -1
  62. package/share/man/man1/node.1 +4 -1
  63. package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +0 -28
  64. package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +0 -17
  65. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +0 -197
  66. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  67. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  68. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +0 -197
  69. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +0 -28
  70. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +0 -17
  71. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +0 -200
  72. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
  73. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
  74. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +0 -197
  75. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  76. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  77. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -197
  78. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  79. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  80. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +0 -200
  81. package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +0 -28
  82. package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +0 -16
  83. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +0 -203
  84. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  85. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
  86. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +0 -203
  87. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +0 -28
  88. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +0 -16
  89. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +0 -206
  90. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +0 -28
  91. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +0 -16
  92. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +0 -203
  93. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +0 -28
  94. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +0 -16
  95. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +0 -203
  96. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  97. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
  98. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +0 -203
  99. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +0 -28
  100. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +0 -16
  101. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +0 -206
  102. package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  103. package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  104. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +0 -203
  105. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  106. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  107. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
  108. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  109. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  110. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +0 -206
  111. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +0 -38
  112. package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  113. package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  114. package/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +0 -203
  115. package/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +0 -507
  116. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +0 -39
  117. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  118. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  119. package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
  120. package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +0 -507
  121. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +0 -27
  122. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  123. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  124. package/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +0 -206
  125. package/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +0 -507
  126. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  127. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  128. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +0 -203
  129. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  130. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  131. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  132. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  133. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  134. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +0 -206
  135. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  136. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  137. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +0 -203
  138. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  139. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  140. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  141. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  142. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  143. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +0 -206
  144. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  145. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  146. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +0 -203
  147. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  148. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  149. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  150. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  151. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  152. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +0 -206
  153. package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +0 -28
  154. package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +0 -17
  155. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +0 -200
  156. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  157. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  158. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +0 -200
  159. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  160. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  161. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +0 -203
  162. package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +0 -28
  163. package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +0 -17
  164. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +0 -200
  165. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  166. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  167. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +0 -200
  168. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +0 -28
  169. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +0 -17
  170. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +0 -203
  171. package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +0 -28
  172. package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +0 -17
  173. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +0 -200
  174. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  175. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  176. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +0 -200
  177. package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +0 -28
  178. package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +0 -17
  179. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +0 -203
  180. package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +0 -28
  181. package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +0 -17
  182. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +0 -200
  183. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  184. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  185. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +0 -200
  186. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  187. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  188. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +0 -203
  189. package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +0 -28
  190. package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +0 -17
  191. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +0 -200
  192. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  193. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  194. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +0 -200
  195. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  196. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  197. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +0 -203
  198. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +0 -28
  199. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +0 -17
  200. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +0 -200
  201. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  202. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  203. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +0 -200
  204. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +0 -28
  205. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +0 -17
  206. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +0 -203
  207. package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
  208. package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
  209. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +0 -200
  210. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  211. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  212. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -200
  213. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  214. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  215. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +0 -203
  216. package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
  217. package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
  218. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +0 -200
  219. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  220. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  221. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
  222. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
  223. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
  224. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +0 -203
  225. package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +0 -28
  226. package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +0 -17
  227. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +0 -200
  228. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  229. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  230. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +0 -200
  231. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  232. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  233. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +0 -203
  234. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  235. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  236. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +0 -203
  237. package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
  238. package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
  239. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +0 -200
  240. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  241. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  242. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
  243. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
  244. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
  245. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +0 -203
  246. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  247. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  248. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +0 -200
  249. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  250. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  251. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
  252. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  253. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  254. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +0 -203
  255. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  256. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  257. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +0 -200
  258. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  259. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  260. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
  261. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  262. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  263. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h +0 -203
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#18.1.0">18.1.0</a><br/>
11
12
  <a href="#18.0.0">18.0.0</a><br/>
12
13
  </td>
13
14
  </tr>
@@ -33,6 +34,110 @@
33
34
  * [io.js](CHANGELOG_IOJS.md)
34
35
  * [Archive](CHANGELOG_ARCHIVE.md)
35
36
 
37
+ <a id="18.1.0"></a>
38
+
39
+ ## 2022-05-03, Version 18.1.0 (Current), @targos
40
+
41
+ ### Notable Changes
42
+
43
+ * \[[`c46e7bbf69`](https://github.com/nodejs/node/commit/c46e7bbf69)] - **doc**: add @kuriyosh to collaborators (Yoshiki Kurihara) [#42824](https://github.com/nodejs/node/pull/42824)
44
+ * \[[`b0f7c4c8f9`](https://github.com/nodejs/node/commit/b0f7c4c8f9)] - **(SEMVER-MINOR)** **lib,src**: implement WebAssembly Web API (Tobias Nießen) [#42701](https://github.com/nodejs/node/pull/42701)
45
+ * \[[`78a860ae58`](https://github.com/nodejs/node/commit/78a860ae58)] - **(SEMVER-MINOR)** **test\_runner**: add initial CLI runner (Colin Ihrig) [#42658](https://github.com/nodejs/node/pull/42658)
46
+ * \[[`bf9240ae8c`](https://github.com/nodejs/node/commit/bf9240ae8c)] - **(SEMVER-MINOR)** **worker**: add hasRef() to MessagePort (Darshan Sen) [#42849](https://github.com/nodejs/node/pull/42849)
47
+
48
+ ### Commits
49
+
50
+ * \[[`4694f5bb96`](https://github.com/nodejs/node/commit/4694f5bb96)] - **async\_hooks**: avoid decrementing iterator after erase (Gabriel Bota) [#42749](https://github.com/nodejs/node/pull/42749)
51
+ * \[[`459546b4f0`](https://github.com/nodejs/node/commit/459546b4f0)] - **benchmark**: fix misc/startup failure (Antoine du Hamel) [#42746](https://github.com/nodejs/node/pull/42746)
52
+ * \[[`6bd24204ea`](https://github.com/nodejs/node/commit/6bd24204ea)] - **bootstrap**: use the isolate snapshot in workers (Joyee Cheung) [#42702](https://github.com/nodejs/node/pull/42702)
53
+ * \[[`29c8411f99`](https://github.com/nodejs/node/commit/29c8411f99)] - **bootstrap**: move embedded snapshot to SnapshotBuilder (Joyee Cheung) [#42702](https://github.com/nodejs/node/pull/42702)
54
+ * \[[`4050b0d64f`](https://github.com/nodejs/node/commit/4050b0d64f)] - **build**: enable V8's shared read-only heap (Michaël Zasso) [#42809](https://github.com/nodejs/node/pull/42809)
55
+ * \[[`f9994e2029`](https://github.com/nodejs/node/commit/f9994e2029)] - **build**: improve reliability of find\_python.cmd script (Luigi Pinca) [#42810](https://github.com/nodejs/node/pull/42810)
56
+ * \[[`5d15eb1a14`](https://github.com/nodejs/node/commit/5d15eb1a14)] - **build**: fix format-cpp (Darshan Sen) [#42764](https://github.com/nodejs/node/pull/42764)
57
+ * \[[`7c973474bf`](https://github.com/nodejs/node/commit/7c973474bf)] - **build**: improve the format-cpp error message (Darshan Sen) [#42765](https://github.com/nodejs/node/pull/42765)
58
+ * \[[`7681e60829`](https://github.com/nodejs/node/commit/7681e60829)] - **crypto**: validate `this` in all webcrypto methods and getters (Filip Skokan) [#42815](https://github.com/nodejs/node/pull/42815)
59
+ * \[[`2a4c8263c3`](https://github.com/nodejs/node/commit/2a4c8263c3)] - **deps**: update undici to 5.1.1 (Michaël Zasso) [#42939](https://github.com/nodejs/node/pull/42939)
60
+ * \[[`1102922ef9`](https://github.com/nodejs/node/commit/1102922ef9)] - **deps**: upgrade npm to 8.8.0 (npm team) [#42886](https://github.com/nodejs/node/pull/42886)
61
+ * \[[`279892987b`](https://github.com/nodejs/node/commit/279892987b)] - **deps**: remove linux-ppc64 architecture (Daniel Bevenius) [#42616](https://github.com/nodejs/node/pull/42616)
62
+ * \[[`4abe9879ae`](https://github.com/nodejs/node/commit/4abe9879ae)] - **deps**: remove linux-ppc architecture (Daniel Bevenius) [#42616](https://github.com/nodejs/node/pull/42616)
63
+ * \[[`8dc71f2266`](https://github.com/nodejs/node/commit/8dc71f2266)] - **deps**: remove aix-gcc architecture (Daniel Bevenius) [#42616](https://github.com/nodejs/node/pull/42616)
64
+ * \[[`6dc1f82384`](https://github.com/nodejs/node/commit/6dc1f82384)] - **deps**: remove archs/aix64-gcc (Daniel Bevenius) [#42616](https://github.com/nodejs/node/pull/42616)
65
+ * \[[`e8734a4771`](https://github.com/nodejs/node/commit/e8734a4771)] - **deps**: add note about removing asm archs (Daniel Bevenius) [#42616](https://github.com/nodejs/node/pull/42616)
66
+ * \[[`7fae2c9d6e`](https://github.com/nodejs/node/commit/7fae2c9d6e)] - **deps**: add template for generated headers (Daniel Bevenius) [#42616](https://github.com/nodejs/node/pull/42616)
67
+ * \[[`294664e32c`](https://github.com/nodejs/node/commit/294664e32c)] - **deps**: upgrade npm to 8.7.0 (npm team) [#42744](https://github.com/nodejs/node/pull/42744)
68
+ * \[[`60e461c45d`](https://github.com/nodejs/node/commit/60e461c45d)] - **doc**: reword "test directory" (LiviaMedeiros) [#42817](https://github.com/nodejs/node/pull/42817)
69
+ * \[[`227a45ba60`](https://github.com/nodejs/node/commit/227a45ba60)] - **doc**: remove legacy `-J` test.py option from BUILDING.md (LiviaMedeiros) [#42817](https://github.com/nodejs/node/pull/42817)
70
+ * \[[`e313dc6ed9`](https://github.com/nodejs/node/commit/e313dc6ed9)] - **doc**: http2.createServer `options` as optional (Daeyeon Jeong) [#42832](https://github.com/nodejs/node/pull/42832)
71
+ * \[[`8f2b2280cd`](https://github.com/nodejs/node/commit/8f2b2280cd)] - **doc**: record March 2022 security release steward (Richard Lau) [#42876](https://github.com/nodejs/node/pull/42876)
72
+ * \[[`e15d22c024`](https://github.com/nodejs/node/commit/e15d22c024)] - **doc**: initial version of security-model-strategy.md (Michael Dawson) [#42709](https://github.com/nodejs/node/pull/42709)
73
+ * \[[`fe65996790`](https://github.com/nodejs/node/commit/fe65996790)] - **doc**: clarify guide on testing internal errors (Livia Medeiros) [#42813](https://github.com/nodejs/node/pull/42813)
74
+ * \[[`2f849a460f`](https://github.com/nodejs/node/commit/2f849a460f)] - **doc**: fix markdown formatting in primordials.md (Tobias Nießen) [#42877](https://github.com/nodejs/node/pull/42877)
75
+ * \[[`cd2f5a4fd4`](https://github.com/nodejs/node/commit/cd2f5a4fd4)] - **doc**: add primordials guidelines (Antoine du Hamel) [#38635](https://github.com/nodejs/node/pull/38635)
76
+ * \[[`2d76f72665`](https://github.com/nodejs/node/commit/2d76f72665)] - **doc**: elevate node-clinic diagnostic tier (RafaelGSS) [#42802](https://github.com/nodejs/node/pull/42802)
77
+ * \[[`9b61ac2617`](https://github.com/nodejs/node/commit/9b61ac2617)] - **doc**: update WebAssembly strategy with Wasm Web API (Tobias Nießen) [#42836](https://github.com/nodejs/node/pull/42836)
78
+ * \[[`c6c1dc5833`](https://github.com/nodejs/node/commit/c6c1dc5833)] - **doc**: order `vm.Module` linker arguments correctly (Simen Bekkhus) [#42797](https://github.com/nodejs/node/pull/42797)
79
+ * \[[`c46e7bbf69`](https://github.com/nodejs/node/commit/c46e7bbf69)] - **doc**: add @kuriyosh to collaborators (Yoshiki Kurihara) [#42824](https://github.com/nodejs/node/pull/42824)
80
+ * \[[`59da1339b4`](https://github.com/nodejs/node/commit/59da1339b4)] - **doc**: add maintaining-webassembly.md (Michael Dawson) [#42660](https://github.com/nodejs/node/pull/42660)
81
+ * \[[`d9f3f05cab`](https://github.com/nodejs/node/commit/d9f3f05cab)] - **doc**: fix outdated documentation for `family` property (Antoine du Hamel) [#42789](https://github.com/nodejs/node/pull/42789)
82
+ * \[[`6fa080cb48`](https://github.com/nodejs/node/commit/6fa080cb48)] - **doc**: delete heapdump from diagnostic tooling support tiers (Tony Gorez) [#42783](https://github.com/nodejs/node/pull/42783)
83
+ * \[[`c32f76d49e`](https://github.com/nodejs/node/commit/c32f76d49e)] - **doc**: fix example in assert.md (Livia Medeiros) [#42786](https://github.com/nodejs/node/pull/42786)
84
+ * \[[`6225370b2e`](https://github.com/nodejs/node/commit/6225370b2e)] - **doc**: fix version history for Loaders API (Antoine du Hamel) [#42778](https://github.com/nodejs/node/pull/42778)
85
+ * \[[`3d65a3b13e`](https://github.com/nodejs/node/commit/3d65a3b13e)] - **doc**: add `node:` prefix for all core modules (Antoine du Hamel) [#42752](https://github.com/nodejs/node/pull/42752)
86
+ * \[[`46c880b99b`](https://github.com/nodejs/node/commit/46c880b99b)] - **doc**: clarify core modules that can be loaded without a prefix (Antoine du Hamel) [#42753](https://github.com/nodejs/node/pull/42753)
87
+ * \[[`025b3e786a`](https://github.com/nodejs/node/commit/025b3e786a)] - **doc**: consolidate use of multiple-byte units (Antoine du Hamel) [#42587](https://github.com/nodejs/node/pull/42587)
88
+ * \[[`962d80b7a1`](https://github.com/nodejs/node/commit/962d80b7a1)] - **doc**: add documentation for inherited methods (Luigi Pinca) [#42691](https://github.com/nodejs/node/pull/42691)
89
+ * \[[`222b3e6674`](https://github.com/nodejs/node/commit/222b3e6674)] - **doc**: close tag in n-api.md (Livia Medeiros) [#42751](https://github.com/nodejs/node/pull/42751)
90
+ * \[[`4c30936065`](https://github.com/nodejs/node/commit/4c30936065)] - **doc**: copyedit http.OutgoingMessage documentation (Luigi Pinca) [#42733](https://github.com/nodejs/node/pull/42733)
91
+ * \[[`d77c59d0f2`](https://github.com/nodejs/node/commit/d77c59d0f2)] - **doc**: improve fragment (`:target`) anchors behavior on HTML version (Antoine du Hamel) [#42739](https://github.com/nodejs/node/pull/42739)
92
+ * \[[`c50309cb39`](https://github.com/nodejs/node/commit/c50309cb39)] - **doc**: fix `added:` info for `outgoingMessage.writable*` (Luigi Pinca) [#42737](https://github.com/nodejs/node/pull/42737)
93
+ * \[[`6b7c35e807`](https://github.com/nodejs/node/commit/6b7c35e807)] - **doc**: delete mdb\_v8 from diagnostic tooling support tiers (Tony Gorez) [#42626](https://github.com/nodejs/node/pull/42626)
94
+ * \[[`2a07a9fc3a`](https://github.com/nodejs/node/commit/2a07a9fc3a)] - **doc**: document the 'close' and 'finish' events (Luigi Pinca) [#42704](https://github.com/nodejs/node/pull/42704)
95
+ * \[[`ef5ab8179b`](https://github.com/nodejs/node/commit/ef5ab8179b)] - **doc**: fix `added:` info for `outgoingMessage.{,un}cork()` (Luigi Pinca) [#42711](https://github.com/nodejs/node/pull/42711)
96
+ * \[[`a6e1e7a5d7`](https://github.com/nodejs/node/commit/a6e1e7a5d7)] - **doc,test**: add tests and docs for duplex.fromWeb and duplex.toWeb (Erick Wendel) [#42738](https://github.com/nodejs/node/pull/42738)
97
+ * \[[`336242a7c6`](https://github.com/nodejs/node/commit/336242a7c6)] - **errors,console**: refactor to use ES2021 syntax (小菜) [#42872](https://github.com/nodejs/node/pull/42872)
98
+ * \[[`0e16120d0d`](https://github.com/nodejs/node/commit/0e16120d0d)] - **errors,vm**: update error and use cause (Gus Caplan) [#42820](https://github.com/nodejs/node/pull/42820)
99
+ * \[[`a0638a23b0`](https://github.com/nodejs/node/commit/a0638a23b0)] - **esm**: fix imports from non-file module (Antoine du Hamel) [#42881](https://github.com/nodejs/node/pull/42881)
100
+ * \[[`dab15f69e3`](https://github.com/nodejs/node/commit/dab15f69e3)] - **esm**: graduate top-level-await to stable (Antoine du Hamel) [#42875](https://github.com/nodejs/node/pull/42875)
101
+ * \[[`48bbb73f36`](https://github.com/nodejs/node/commit/48bbb73f36)] - **fs**: fix mkdirSync so ENOSPC is correctly reported (Santiago Gimeno) [#42811](https://github.com/nodejs/node/pull/42811)
102
+ * \[[`d33cbabd79`](https://github.com/nodejs/node/commit/d33cbabd79)] - **lib**: remove experimental warning from FormData (Xuguang Mei) [#42807](https://github.com/nodejs/node/pull/42807)
103
+ * \[[`ad8269450a`](https://github.com/nodejs/node/commit/ad8269450a)] - **lib,src**: use Response URL as WebAssembly location (Tobias Nießen) [#42842](https://github.com/nodejs/node/pull/42842)
104
+ * \[[`b0f7c4c8f9`](https://github.com/nodejs/node/commit/b0f7c4c8f9)] - **(SEMVER-MINOR)** **lib,src**: implement WebAssembly Web API (Tobias Nießen) [#42701](https://github.com/nodejs/node/pull/42701)
105
+ * \[[`fdc65032a7`](https://github.com/nodejs/node/commit/fdc65032a7)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#42848](https://github.com/nodejs/node/pull/42848)
106
+ * \[[`33ac027fdf`](https://github.com/nodejs/node/commit/33ac027fdf)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#42769](https://github.com/nodejs/node/pull/42769)
107
+ * \[[`14893c5984`](https://github.com/nodejs/node/commit/14893c5984)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#42760](https://github.com/nodejs/node/pull/42760)
108
+ * \[[`2f38b4812c`](https://github.com/nodejs/node/commit/2f38b4812c)] - **meta**: move mmarchini to emeritus (mary marchini) [#42750](https://github.com/nodejs/node/pull/42750)
109
+ * \[[`718d11fdb0`](https://github.com/nodejs/node/commit/718d11fdb0)] - **perf\_hooks**: return different functions in timerify (Himself65) [#42854](https://github.com/nodejs/node/pull/42854)
110
+ * \[[`e8083664e1`](https://github.com/nodejs/node/commit/e8083664e1)] - **src**: turn SSL\_CTX\_new CHECK/segfault into JS exception (Anna Henningsen) [#42799](https://github.com/nodejs/node/pull/42799)
111
+ * \[[`37ca1102c4`](https://github.com/nodejs/node/commit/37ca1102c4)] - **src**: make --no-node-snapshot a per-process option (Joyee Cheung) [#42864](https://github.com/nodejs/node/pull/42864)
112
+ * \[[`1976284a92`](https://github.com/nodejs/node/commit/1976284a92)] - **src**: define fs.constants.S\_IWUSR & S\_IRUSR for Win (Liviu Ionescu) [#42757](https://github.com/nodejs/node/pull/42757)
113
+ * \[[`b7e9dd0278`](https://github.com/nodejs/node/commit/b7e9dd0278)] - **src**: use `node:` prefix in example (Antoine du Hamel) [#42794](https://github.com/nodejs/node/pull/42794)
114
+ * \[[`1a7af6364d`](https://github.com/nodejs/node/commit/1a7af6364d)] - **src**: large page attributing an id on Linux (David CARLIER) [#42644](https://github.com/nodejs/node/pull/42644)
115
+ * \[[`494650c09f`](https://github.com/nodejs/node/commit/494650c09f)] - **src,crypto**: remove uses of AllocatedBuffer from crypto\_ec.cc (Darshan Sen) [#42766](https://github.com/nodejs/node/pull/42766)
116
+ * \[[`8e0e576669`](https://github.com/nodejs/node/commit/8e0e576669)] - **test**: add tests for extracting function name (Kohei Ueno) [#42399](https://github.com/nodejs/node/pull/42399)
117
+ * \[[`fbda87d966`](https://github.com/nodejs/node/commit/fbda87d966)] - **test**: simplify test-gc-{http-client,net}-\* (Luigi Pinca) [#42782](https://github.com/nodejs/node/pull/42782)
118
+ * \[[`3c796f8328`](https://github.com/nodejs/node/commit/3c796f8328)] - **test**: fix `parallel/test-dgram-udp6-link-local-address` (Antoine du Hamel) [#42795](https://github.com/nodejs/node/pull/42795)
119
+ * \[[`b85a11c28e`](https://github.com/nodejs/node/commit/b85a11c28e)] - **test**: improve lib/internal/test\_runner/test.js coverage (MURAKAMI Masahiko) [#42745](https://github.com/nodejs/node/pull/42745)
120
+ * \[[`59c07a99fb`](https://github.com/nodejs/node/commit/59c07a99fb)] - **test**: check ecdsa psychic signature (Filip Skokan) [#42863](https://github.com/nodejs/node/pull/42863)
121
+ * \[[`0725064695`](https://github.com/nodejs/node/commit/0725064695)] - **test**: fix port in net-perf\_hooks (Livia Medeiros) [#42761](https://github.com/nodejs/node/pull/42761)
122
+ * \[[`7b701442de`](https://github.com/nodejs/node/commit/7b701442de)] - **test**: skip test that cannot pass under --node-builtin-modules-path (Geoffrey Booth) [#42834](https://github.com/nodejs/node/pull/42834)
123
+ * \[[`37364abc58`](https://github.com/nodejs/node/commit/37364abc58)] - **test**: fix flaky HTTP server tests (Tobias Nießen) [#42846](https://github.com/nodejs/node/pull/42846)
124
+ * \[[`8476ffb85a`](https://github.com/nodejs/node/commit/8476ffb85a)] - **test**: use `assert.match()` instead of `assert(regex.test())` (Antoine du Hamel) [#42803](https://github.com/nodejs/node/pull/42803)
125
+ * \[[`d311916f37`](https://github.com/nodejs/node/commit/d311916f37)] - **test**: fix calculations in test-worker-resource-limits (Joyee Cheung) [#42702](https://github.com/nodejs/node/pull/42702)
126
+ * \[[`deb3cf49c7`](https://github.com/nodejs/node/commit/deb3cf49c7)] - **test**: remove the legacy url parser function (Kohei Ueno) [#42656](https://github.com/nodejs/node/pull/42656)
127
+ * \[[`be44b1ffcb`](https://github.com/nodejs/node/commit/be44b1ffcb)] - **test**: improve test coverage of internal/blob (Yoshiki Kurihara) [#41513](https://github.com/nodejs/node/pull/41513)
128
+ * \[[`78a860ae58`](https://github.com/nodejs/node/commit/78a860ae58)] - **(SEMVER-MINOR)** **test\_runner**: add initial CLI runner (Colin Ihrig) [#42658](https://github.com/nodejs/node/pull/42658)
129
+ * \[[`1e7479d34c`](https://github.com/nodejs/node/commit/1e7479d34c)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#42932](https://github.com/nodejs/node/pull/42932)
130
+ * \[[`c3c5fe78dc`](https://github.com/nodejs/node/commit/c3c5fe78dc)] - **tools**: bump jsdoccomment from 0.22.1 to 0.29.0 (Rich Trott) [#42857](https://github.com/nodejs/node/pull/42857)
131
+ * \[[`97fc00a06e`](https://github.com/nodejs/node/commit/97fc00a06e)] - **tools**: update eslint to 8.14.0 (Node.js GitHub Bot) [#42845](https://github.com/nodejs/node/pull/42845)
132
+ * \[[`93fd77a16f`](https://github.com/nodejs/node/commit/93fd77a16f)] - **tools**: update doc to highlight.js\@11.5.1 (Node.js GitHub Bot) [#42758](https://github.com/nodejs/node/pull/42758)
133
+ * \[[`47c04813f7`](https://github.com/nodejs/node/commit/47c04813f7)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#42759](https://github.com/nodejs/node/pull/42759)
134
+ * \[[`18ae2c39d5`](https://github.com/nodejs/node/commit/18ae2c39d5)] - **tools**: lint osx shell scripts (Livia Medeiros) [#42712](https://github.com/nodejs/node/pull/42712)
135
+ * \[[`4af0fbd41e`](https://github.com/nodejs/node/commit/4af0fbd41e)] - **v8**: export cpu\_profiler\_metadata\_size in getHeapCodeStatistics (theanarkh) [#42818](https://github.com/nodejs/node/pull/42818)
136
+ * \[[`a19fb609d8`](https://github.com/nodejs/node/commit/a19fb609d8)] - **v8**: export more fields in getHeapStatistics (theanarkh) [#42784](https://github.com/nodejs/node/pull/42784)
137
+ * \[[`1b5856a2a9`](https://github.com/nodejs/node/commit/1b5856a2a9)] - **wasi**: remove unecessary null check (Michael Dawson) [#42819](https://github.com/nodejs/node/pull/42819)
138
+ * \[[`bf9240ae8c`](https://github.com/nodejs/node/commit/bf9240ae8c)] - **(SEMVER-MINOR)** **worker**: add hasRef() to MessagePort (Darshan Sen) [#42849](https://github.com/nodejs/node/pull/42849)
139
+ * \[[`c3922afa1c`](https://github.com/nodejs/node/commit/c3922afa1c)] - **worker**: add hasRef() to the handle object (Darshan Sen) [#42756](https://github.com/nodejs/node/pull/42756)
140
+
36
141
  <a id="18.0.0"></a>
37
142
 
38
143
  ## 2022-04-19, Version 18.0.0 (Current), @BethGriggs
package/README.md CHANGED
@@ -180,8 +180,6 @@ For information about the governance of the Node.js project, see
180
180
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
181
181
  * [mhdawson](https://github.com/mhdawson) -
182
182
  **Michael Dawson** <<midawson@redhat.com>> (he/him)
183
- * [mmarchini](https://github.com/mmarchini) -
184
- **Mary Marchini** <<oss@mmarchini.me>> (she/her)
185
183
  * [MylesBorins](https://github.com/MylesBorins) -
186
184
  **Myles Borins** <<myles.borins@gmail.com>> (he/him)
187
185
  * [RaisinTen](https://github.com/RaisinTen) -
@@ -227,6 +225,8 @@ For information about the governance of the Node.js project, see
227
225
  **Isaac Z. Schlueter** <<i@izs.me>>
228
226
  * [joshgav](https://github.com/joshgav) -
229
227
  **Josh Gavant** <<josh.gavant@outlook.com>>
228
+ * [mmarchini](https://github.com/mmarchini) -
229
+ **Mary Marchini** <<oss@mmarchini.me>> (she/her)
230
230
  * [mscdex](https://github.com/mscdex) -
231
231
  **Brian White** <<mscdex@mscdex.net>>
232
232
  * [nebrius](https://github.com/nebrius) -
@@ -262,8 +262,6 @@ For information about the governance of the Node.js project, see
262
262
  **Anna Henningsen** <<anna@addaleax.net>> (she/her)
263
263
  * [aduh95](https://github.com/aduh95) -
264
264
  **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
265
- * [ak239](https://github.com/ak239) -
266
- **Aleksei Koziatinskii** <<ak239spb@gmail.com>>
267
265
  * [antsmartian](https://github.com/antsmartian) -
268
266
  **Anto Aravinth** <<anto.aravinth.cse@gmail.com>> (he/him)
269
267
  * [apapirovski](https://github.com/apapirovski) -
@@ -354,6 +352,8 @@ For information about the governance of the Node.js project, see
354
352
  **Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
355
353
  * [JungMinu](https://github.com/JungMinu) -
356
354
  **Minwoo Jung** <<nodecorelab@gmail.com>> (he/him)
355
+ * [kuriyosh](https://github.com/kuriyosh) -
356
+ **Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
357
357
  * [legendecas](https://github.com/legendecas) -
358
358
  **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
359
359
  * [Leko](https://github.com/Leko) -
@@ -380,8 +380,6 @@ For information about the governance of the Node.js project, see
380
380
  **Milad Fa** <<mfarazma@redhat.com>> (he/him)
381
381
  * [mildsunrise](https://github.com/mildsunrise) -
382
382
  **Alba Mendez** <<me@alba.sh>> (she/her)
383
- * [mmarchini](https://github.com/mmarchini) -
384
- **Mary Marchini** <<oss@mmarchini.me>> (she/her)
385
383
  * [mscdex](https://github.com/mscdex) -
386
384
  **Brian White** <<mscdex@mscdex.net>>
387
385
  * [MylesBorins](https://github.com/MylesBorins) -
@@ -460,6 +458,8 @@ For information about the governance of the Node.js project, see
460
458
 
461
459
  ### Collaborator emeriti
462
460
 
461
+ * [ak239](https://github.com/ak239) -
462
+ **Aleksei Koziatinskii** <<ak239spb@gmail.com>>
463
463
  * [andrasq](https://github.com/andrasq) -
464
464
  **Andras** <<andras@kinvey.com>>
465
465
  * [AnnaMag](https://github.com/AnnaMag) -
@@ -552,6 +552,8 @@ For information about the governance of the Node.js project, see
552
552
  **Mikeal Rogers** <<mikeal.rogers@gmail.com>>
553
553
  * [misterdjules](https://github.com/misterdjules) -
554
554
  **Julien Gilli** <<jgilli@netflix.com>>
555
+ * [mmarchini](https://github.com/mmarchini) -
556
+ **Mary Marchini** <<oss@mmarchini.me>> (she/her)
555
557
  * [monsanto](https://github.com/monsanto) -
556
558
  **Christopher Monsanto** <<chris@monsan.to>>
557
559
  * [MoonBall](https://github.com/MoonBall) -
package/bin/node CHANGED
Binary file
@@ -200,6 +200,7 @@
200
200
  'lib/internal/main/prof_process.js',
201
201
  'lib/internal/main/repl.js',
202
202
  'lib/internal/main/run_main_module.js',
203
+ 'lib/internal/main/test_runner.js',
203
204
  'lib/internal/main/worker_thread.js',
204
205
  'lib/internal/modules/package_json_reader.js',
205
206
  'lib/internal/modules/run_main.js',
@@ -277,6 +278,7 @@
277
278
  'lib/internal/test_runner/harness.js',
278
279
  'lib/internal/test_runner/tap_stream.js',
279
280
  'lib/internal/test_runner/test.js',
281
+ 'lib/internal/test_runner/utils.js',
280
282
  'lib/internal/tls/secure-context.js',
281
283
  'lib/internal/tls/secure-pair.js',
282
284
  'lib/internal/util/comparisons.js',
@@ -344,6 +346,7 @@
344
346
  'v8_enable_lite_mode': 0,
345
347
  'v8_enable_object_print': 1,
346
348
  'v8_enable_pointer_compression': 0,
349
+ 'v8_enable_shared_ro_heap': 1,
347
350
  'v8_enable_webassembly': 1,
348
351
  'v8_no_strict_aliasing': 1,
349
352
  'v8_optimized_debug': 1,
@@ -5936,18 +5936,18 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
5936
5936
  _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
5937
5937
  _GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
5938
5938
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
5939
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x80adb628e052e82a
5940
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0xb963821bcdf7345c
5941
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0xa4e9f846f39364c9
5942
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0xeeeb3aced7b3a2a1
5943
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x4a2403c3e9df5cea
5944
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0xe93c25e915f32033
5939
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xe779304c944e48d
5940
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x5f388668fc9cc575
5941
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x7131954fb8f935ab
5942
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x1563e2b7cc1aa5a5
5943
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x94adcd3976bf89d8
5944
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0xce8a08a6f7951b2c
5945
5945
  _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0xfdfe36e0916adaf8
5946
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0xb52578b341bccdf0
5947
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0xff3bd67bd7da7144
5946
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x98a4d1f6cf7ac3e3
5947
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0xe0c5f4da508cc013
5948
5948
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x9fd1cbfda856ebe8
5949
5949
  _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xb44b7865835f04d4
5950
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x73eba4dd7857c13f
5950
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x9e3934375fbe91d0
5951
5951
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5952
5952
  _GLOBAL__I_65535_0__Z16_register_configv
5953
5953
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -6850,6 +6850,7 @@ _GLOBAL__I_65535_0__ZN4node11per_process17cli_options_mutexE
6850
6850
  _GLOBAL__I_65535_0__ZN4node11per_process18enabled_debug_listE
6851
6851
  _GLOBAL__I_65535_0__ZN4node11per_process8metadataE
6852
6852
  _GLOBAL__I_65535_0__ZN4node11performance10timeOriginE
6853
+ _GLOBAL__I_65535_0__ZN4node12wasm_web_api19WasmStreamingObject10InitializeEPNS_11EnvironmentE
6853
6854
  _GLOBAL__I_65535_0__ZN4node13AsyncResourceC2EPN2v87IsolateENS1_5LocalINS1_6ObjectEEEPKcd
6854
6855
  _GLOBAL__I_65535_0__ZN4node13CallbackScopeC2EPN2v87IsolateENS1_5LocalINS1_6ObjectEEENS_13async_contextE
6855
6856
  _GLOBAL__I_65535_0__ZN4node13ParseEncodingEPKcNS_8encodingE
@@ -6863,7 +6864,7 @@ _GLOBAL__I_65535_0__ZN4node14ErrnoExceptionEPN2v87IsolateEiPKcS4_S4_
6863
6864
  _GLOBAL__I_65535_0__ZN4node14unbase64_tableE
6864
6865
  _GLOBAL__I_65535_0__ZN4node15DefineConstantsEPN2v87IsolateENS0_5LocalINS0_6ObjectEEE
6865
6866
  _GLOBAL__I_65535_0__ZN4node15NodeCategorySet3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
6866
- _GLOBAL__I_65535_0__ZN4node16NodeMainInstance9registry_E
6867
+ _GLOBAL__I_65535_0__ZN4node16NodeMainInstanceC2EPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISE_EESI_
6867
6868
  _GLOBAL__I_65535_0__ZN4node19CreateProcessObjectEPNS_11EnvironmentE
6868
6869
  _GLOBAL__I_65535_0__ZN4node19DefineZlibConstantsEN2v85LocalINS0_6ObjectEEE
6869
6870
  _GLOBAL__I_65535_0__ZN4node20IsExceptionDecoratedEPNS_11EnvironmentEN2v85LocalINS2_5ValueEEE
@@ -6975,9 +6976,9 @@ _GLOBAL__I_65535_0__ZNK2v88internal9BitVector5CountEv
6975
6976
  _GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
6976
6977
  _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
6977
6978
  _GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
6978
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0x8fee1c6b8c217046
6979
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x4fb8ee3106429934
6980
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0xbac03834a797a7a
6979
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0x93bf00046b8941ef
6980
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x959c2470b4f1b173
6981
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0x7174d33b1e6fd91b
6981
6982
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
6982
6983
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
6983
6984
  _HZData_71
@@ -7067,6 +7068,7 @@ _Z21mixedMeasuresToMicrosRKN6icu_7116MaybeStackVectorINS_7MeasureELi8EEEPNS_6num
7067
7068
  _Z21ulocimp_getCountry_71PKcPS0_R10UErrorCode
7068
7069
  _Z22_register_process_wrapv
7069
7070
  _Z22_register_trace_eventsv
7071
+ _Z22_register_wasm_web_apiv
7070
7072
  _Z22ulocimp_getLanguage_71PKcPS0_R10UErrorCode
7071
7073
  _Z23_register_fs_event_wrapv
7072
7074
  _Z23_register_native_modulev
@@ -7122,6 +7124,7 @@ _Z40_register_external_reference_performancePN4node25ExternalReferenceRegistryE
7122
7124
  _Z40_register_external_reference_signal_wrapPN4node25ExternalReferenceRegistryE
7123
7125
  _Z40_register_external_reference_stream_wrapPN4node25ExternalReferenceRegistryE
7124
7126
  _Z41_register_external_reference_trace_eventsPN4node25ExternalReferenceRegistryE
7127
+ _Z41_register_external_reference_wasm_web_apiPN4node25ExternalReferenceRegistryE
7125
7128
  _Z42_register_external_reference_fs_event_wrapPN4node25ExternalReferenceRegistryE
7126
7129
  _Z42_register_external_reference_native_modulePN4node25ExternalReferenceRegistryE
7127
7130
  _Z43_register_external_reference_process_objectPN4node25ExternalReferenceRegistryE
@@ -8907,6 +8910,7 @@ _ZN2v84base16LazyInstanceImplINS_8internal17SpecialAddSetDataENS0_32StaticallyAl
8907
8910
  _ZN2v84base16LazyInstanceImplINS_8internal4Intl16AvailableLocalesINS3_17SkipResourceCheckEEENS0_32StaticallyAllocatedInstanceTraitIS6_EENS0_21DefaultConstructTraitIS6_EENS0_23ThreadSafeInitOnceTraitENS0_18LeakyInstanceTraitIS6_EEE12InitInstanceEPv
8908
8911
  _ZN2v84base16LazyInstanceImplINS_8internal7ICStatsENS0_32StaticallyAllocatedInstanceTraitIS3_EENS0_21DefaultConstructTraitIS3_EENS0_23ThreadSafeInitOnceTraitENS0_18LeakyInstanceTraitIS3_EEE12InitInstanceEPv
8909
8912
  _ZN2v84base16LazyInstanceImplISt6vectorIPN5cppgc8internal8HeapBaseESaIS6_EENS0_32StaticallyAllocatedInstanceTraitIS8_EENS0_21DefaultConstructTraitIS8_EENS0_23ThreadSafeInitOnceTraitENS0_18LeakyInstanceTraitIS8_EEE12InitInstanceEPv
8913
+ _ZN2v84base16LazyInstanceImplISt8weak_ptrINS_8internal17ReadOnlyArtifactsEENS0_32StaticallyAllocatedInstanceTraitIS5_EENS0_21DefaultConstructTraitIS5_EENS0_23ThreadSafeInitOnceTraitENS0_18LeakyInstanceTraitIS5_EEE12InitInstanceEPv
8910
8914
  _ZN2v84base16LazyInstanceImplISt8weak_ptrINS_8internal9CodeRangeEENS0_32StaticallyAllocatedInstanceTraitIS5_EENS0_21DefaultConstructTraitIS5_EENS0_23ThreadSafeInitOnceTraitENS0_18LeakyInstanceTraitIS5_EEE12InitInstanceEPv
8911
8915
  _ZN2v84base16PowersOfTenCache19kMaxDecimalExponentE
8912
8916
  _ZN2v84base16PowersOfTenCache19kMinDecimalExponentE
@@ -10198,6 +10202,7 @@ _ZN2v88internal10JSFunction31ComputeInstanceSizeWithMinSlackEPNS0_7IsolateE
10198
10202
  _ZN2v88internal10JSFunction7GetNameEPNS0_7IsolateENS0_6HandleIS1_EE
10199
10203
  _ZN2v88internal10JSFunction7SetNameENS0_6HandleIS1_EENS2_INS0_4NameEEENS2_INS0_6StringEEE
10200
10204
  _ZN2v88internal10JSFunction8ToStringENS0_6HandleIS1_EE
10205
+ _ZN2v88internal10JSFunction8set_codeENS0_4CodeENS0_16WriteBarrierModeE
10201
10206
  _ZN2v88internal10JSFunction9PrintNameEP4FILE
10202
10207
  _ZN2v88internal10JSReceiver10GetElementEPNS0_7IsolateENS0_6HandleIS1_EEj
10203
10208
  _ZN2v88internal10JSReceiver10class_nameEv
@@ -10383,6 +10388,7 @@ _ZN2v88internal10PagedSpace15CountTotalPagesEv
10383
10388
  _ZN2v88internal10PagedSpace16ExpandBackgroundEm
10384
10389
  _ZN2v88internal10PagedSpace16RawRefillLabMainEiNS0_16AllocationOriginE
10385
10390
  _ZN2v88internal10PagedSpace17GetObjectIteratorEPNS0_4HeapE
10391
+ _ZN2v88internal10PagedSpace20AllocateRawUnalignedEiNS0_16AllocationOriginE
10386
10392
  _ZN2v88internal10PagedSpace20MergeCompactionSpaceEPNS0_15CompactionSpaceE
10387
10393
  _ZN2v88internal10PagedSpace20SetReadAndExecutableEv
10388
10394
  _ZN2v88internal10PagedSpace21PrepareForMarkCompactEv
@@ -13876,6 +13882,7 @@ _ZN2v88internal14LookupIterator21LookupInRegularHolderILb0EEENS1_5StateENS0_3Map
13876
13882
  _ZN2v88internal14LookupIterator21LookupInRegularHolderILb1EEENS1_5StateENS0_3MapENS0_10JSReceiverE
13877
13883
  _ZN2v88internal14LookupIterator21LookupInSpecialHolderILb0EEENS1_5StateENS0_3MapENS0_10JSReceiverE
13878
13884
  _ZN2v88internal14LookupIterator21LookupInSpecialHolderILb1EEENS1_5StateENS0_3MapENS0_10JSReceiverE
13885
+ _ZN2v88internal14LookupIterator22ExtendingNonExtensibleENS0_6HandleINS0_10JSReceiverEEE
13879
13886
  _ZN2v88internal14LookupIterator22PrepareForDataPropertyENS0_6HandleINS0_6ObjectEEE
13880
13887
  _ZN2v88internal14LookupIterator23GetRootForNonJSReceiverEPNS0_7IsolateENS0_6HandleINS0_6ObjectEEEm
13881
13888
  _ZN2v88internal14LookupIterator23InternalUpdateProtectorEPNS0_7IsolateENS0_6HandleINS0_6ObjectEEENS4_INS0_4NameEEE
@@ -46077,6 +46084,20 @@ _ZN4node12stringsearch12StringSearchIhE24BoyerMooreHorspoolSearchENS0_6VectorIKh
46077
46084
  _ZN4node12stringsearch12StringSearchItE16BoyerMooreSearchENS0_6VectorIKtEEm
46078
46085
  _ZN4node12stringsearch12StringSearchItE23PopulateBoyerMooreTableEv
46079
46086
  _ZN4node12stringsearch12StringSearchItE24BoyerMooreHorspoolSearchENS0_6VectorIKtEEm
46087
+ _ZN4node12wasm_web_api10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
46088
+ _ZN4node12wasm_web_api17SetImplementationERKN2v820FunctionCallbackInfoINS1_5ValueEEE
46089
+ _ZN4node12wasm_web_api19WasmStreamingObject10InitializeEPNS_11EnvironmentE
46090
+ _ZN4node12wasm_web_api19WasmStreamingObject26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
46091
+ _ZN4node12wasm_web_api19WasmStreamingObject3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46092
+ _ZN4node12wasm_web_api19WasmStreamingObject4PushERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46093
+ _ZN4node12wasm_web_api19WasmStreamingObject5AbortERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46094
+ _ZN4node12wasm_web_api19WasmStreamingObject6CreateEPNS_11EnvironmentESt10shared_ptrIN2v813WasmStreamingEE
46095
+ _ZN4node12wasm_web_api19WasmStreamingObject6FinishERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46096
+ _ZN4node12wasm_web_api19WasmStreamingObject6SetURLERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46097
+ _ZN4node12wasm_web_api19WasmStreamingObjectD0Ev
46098
+ _ZN4node12wasm_web_api19WasmStreamingObjectD1Ev
46099
+ _ZN4node12wasm_web_api25StartStreamingCompilationERKN2v820FunctionCallbackInfoINS1_5ValueEEE
46100
+ _ZN4node12wasm_web_api26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
46080
46101
  _ZN4node13AliasedStructINS_5http215SessionJSFieldsEEC1IJEEEPN2v87IsolateEDpOT_
46081
46102
  _ZN4node13AsyncResource12MakeCallbackEN2v85LocalINS1_6StringEEEiPNS2_INS1_5ValueEEE
46082
46103
  _ZN4node13AsyncResource12MakeCallbackEN2v85LocalINS1_8FunctionEEEiPNS2_INS1_5ValueEEE
@@ -46307,7 +46328,6 @@ _ZN4node14options_parser13OptionsParserINS_12DebugOptionsEE8AddAliasEPKcS5_
46307
46328
  _ZN4node14options_parser13OptionsParserINS_12DebugOptionsEE9AddOptionEPKcS5_MS2_bNS_20OptionEnvvarSettingsEb
46308
46329
  _ZN4node14options_parser13OptionsParserINS_12DebugOptionsEED0Ev
46309
46330
  _ZN4node14options_parser13OptionsParserINS_12DebugOptionsEED1Ev
46310
- _ZN4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE10ImpliesNotEPKcS5_
46311
46331
  _ZN4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE17SimpleOptionFieldINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED0Ev
46312
46332
  _ZN4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE17SimpleOptionFieldINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev
46313
46333
  _ZN4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE17SimpleOptionFieldIbED0Ev
@@ -46444,6 +46464,9 @@ _ZN4node15SimpleWriteWrapINS_7ReqWrapI10uv_write_sEEED1Ev
46444
46464
  _ZN4node15SimpleWriteWrapINS_9AsyncWrapEE12GetAsyncWrapEv
46445
46465
  _ZN4node15SimpleWriteWrapINS_9AsyncWrapEED0Ev
46446
46466
  _ZN4node15SimpleWriteWrapINS_9AsyncWrapEED1Ev
46467
+ _ZN4node15SnapshotBuilder20snapshot_data_mutex_E
46468
+ _ZN4node15SnapshotBuilder23InitializeIsolateParamsEPKNS_12SnapshotDataEPN2v87Isolate12CreateParamsE
46469
+ _ZN4node15SnapshotBuilder25CollectExternalReferencesEv
46447
46470
  _ZN4node15SnapshotBuilder8GenerateEPNS_12SnapshotDataESt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EESB_
46448
46471
  _ZN4node15SnapshotBuilder8GenerateESt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EES9_
46449
46472
  _ZN4node15TimerWrapHandle11CleanupHookEPv
@@ -46473,12 +46496,10 @@ _ZN4node16MakeSyncCallbackEPN2v87IsolateENS0_5LocalINS0_6ObjectEEENS3_INS0_8Func
46473
46496
  _ZN4node16MaybeStackBufferIN2v85LocalINS1_5ValueEEELm8EE25AllocateSufficientStorageEm
46474
46497
  _ZN4node16MaybeStackBufferIcLm64EE25AllocateSufficientStorageEm
46475
46498
  _ZN4node16NodeMainInstance21CreateMainEnvironmentEPi
46476
- _ZN4node16NodeMainInstance25CollectExternalReferencesEv
46477
46499
  _ZN4node16NodeMainInstance3RunEPiPNS_11EnvironmentE
46478
46500
  _ZN4node16NodeMainInstance3RunEv
46479
46501
  _ZN4node16NodeMainInstance6CreateEPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISE_EESI_
46480
46502
  _ZN4node16NodeMainInstance7DisposeEv
46481
- _ZN4node16NodeMainInstance9registry_E
46482
46503
  _ZN4node16NodeMainInstanceC1EPKNS_12SnapshotDataEP9uv_loop_sPNS_20MultiIsolatePlatformERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISE_EESI_
46483
46504
  _ZN4node16NodeMainInstanceC1EPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISE_EESI_
46484
46505
  _ZN4node16NodeMainInstanceC2EPKNS_12SnapshotDataEP9uv_loop_sPNS_20MultiIsolatePlatformERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISE_EESI_
@@ -47049,6 +47070,7 @@ _ZN4node2fs6AccessERKN2v820FunctionCallbackInfoINS1_5ValueEEE
47049
47070
  _ZN4node2fs8BasenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_
47050
47071
  _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcPFvS5_EEJPcEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
47051
47072
  _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKciPFvS5_EEJPciEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
47073
+ _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcjjPFvS5_EEJPcjjEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
47052
47074
  _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_siPFvS5_EEJiEEEiPNS_11EnvironmentEN2v85LocalINSC_5ValueEEEPNS0_13FSReqWrapSyncEPKcT_DpT0_
47053
47075
  _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_siPK8uv_buf_tjlPFvS5_EEJiPS6_ilEEEiPNS_11EnvironmentEN2v85LocalINSG_5ValueEEEPNS0_13FSReqWrapSyncEPKcT_DpT0_
47054
47076
  _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_siPK8uv_buf_tjlPFvS5_EEJiPS6_mlEEEiPNS_11EnvironmentEN2v85LocalINSG_5ValueEEEPNS0_13FSReqWrapSyncEPKcT_DpT0_
@@ -48445,6 +48467,7 @@ _ZN4node6worker6Worker3RefERKN2v820FunctionCallbackInfoINS2_5ValueEEE
48445
48467
  _ZN4node6worker6Worker3RunEv
48446
48468
  _ZN4node6worker6Worker4ExitEiPKcS3_
48447
48469
  _ZN4node6worker6Worker5UnrefERKN2v820FunctionCallbackInfoINS2_5ValueEEE
48470
+ _ZN4node6worker6Worker6HasRefERKN2v820FunctionCallbackInfoINS2_5ValueEEE
48448
48471
  _ZN4node6worker6WorkerC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10shared_ptrINS_17PerIsolateOptionsEEOSt6vectorISD_SaISD_EESG_INS_7KVStoreEE
48449
48472
  _ZN4node6worker6WorkerC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10shared_ptrINS_17PerIsolateOptionsEEOSt6vectorISD_SaISD_EESG_INS_7KVStoreEE
48450
48473
  _ZN4node6worker6WorkerD0Ev
@@ -57173,6 +57196,7 @@ _ZNK2v88internal14LookupIterator12GetDataValueENS_15SeqCstAccessTagE
57173
57196
  _ZNK2v88internal14LookupIterator13GetFieldIndexEv
57174
57197
  _ZNK2v88internal14LookupIterator14GetInterceptorEv
57175
57198
  _ZNK2v88internal14LookupIterator14GetReceiverMapEv
57199
+ _ZNK2v88internal14LookupIterator14GetStoreTargetINS0_8JSObjectEEENS0_6HandleIT_EEv
57176
57200
  _ZNK2v88internal14LookupIterator15GetPropertyCellEv
57177
57201
  _ZNK2v88internal14LookupIterator15wasm_value_typeEv
57178
57202
  _ZNK2v88internal14LookupIterator16GetAccessorIndexEv
@@ -57571,6 +57595,7 @@ _ZNK2v88internal4Code19HandlerTableAddressEv
57571
57595
  _ZNK2v88internal4Code19OffHeapMetadataSizeEv
57572
57596
  _ZNK2v88internal4Code19has_safepoint_tableEv
57573
57597
  _ZNK2v88internal4Code20OffHeapMetadataStartEv
57598
+ _ZNK2v88internal4Code20is_promise_rejectionEv
57574
57599
  _ZNK2v88internal4Code20safepoint_table_sizeEv
57575
57600
  _ZNK2v88internal4Code21OffHeapInstructionEndEPNS0_7IsolateEm
57576
57601
  _ZNK2v88internal4Code21OffHeapInstructionEndEv
@@ -59913,6 +59938,9 @@ _ZNK4node12RealEnvStore3GetEPN2v87IsolateENS1_5LocalINS1_6StringEEE
59913
59938
  _ZNK4node12RealEnvStore5QueryEPKc
59914
59939
  _ZNK4node12RealEnvStore5QueryEPN2v87IsolateENS1_5LocalINS1_6StringEEE
59915
59940
  _ZNK4node12RealEnvStore9EnumerateEPN2v87IsolateE
59941
+ _ZNK4node12wasm_web_api19WasmStreamingObject10MemoryInfoEPNS_13MemoryTrackerE
59942
+ _ZNK4node12wasm_web_api19WasmStreamingObject14MemoryInfoNameB5cxx11Ev
59943
+ _ZNK4node12wasm_web_api19WasmStreamingObject8SelfSizeEv
59916
59944
  _ZNK4node13AsyncResource12get_async_idEv
59917
59945
  _ZNK4node13AsyncResource20get_trigger_async_idEv
59918
59946
  _ZNK4node13HistogramBase10MemoryInfoEPNS_13MemoryTrackerE
@@ -63482,6 +63510,7 @@ _ZNSt10_HashtableIPN2v87IsolateESt4pairIKS2_S3_IPN4node23IsolatePlatformDelegate
63482
63510
  _ZNSt10_HashtableIPN2v88internal11MemoryChunkES3_SaIS3_ENSt8__detail9_IdentityESt8equal_toIS3_ESt4hashIS3_ENS5_18_Mod_range_hashingENS5_20_Default_ranged_hashENS5_20_Prime_rehash_policyENS5_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS5_10_Hash_nodeIS3_Lb0EEEm
63483
63511
  _ZNSt10_HashtableIPN2v88internal11MemoryChunkESt4pairIKS3_lESaIS6_ENSt8__detail10_Select1stESt8equal_toIS3_ESt4hashIS3_ENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNS8_10_Hash_nodeIS6_Lb0EEEm
63484
63512
  _ZNSt10_HashtableIPN2v88internal15FunctionLiteralESt4pairIKS3_S3_ESaIS6_ENSt8__detail10_Select1stESt8equal_toIS3_ESt4hashIS3_ENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNS8_10_Hash_nodeIS6_Lb0EEEm
63513
+ _ZNSt10_HashtableIPN2v88internal15FunctionLiteralESt4pairIKS3_S3_ESaIS6_ENSt8__detail10_Select1stESt8equal_toIS3_ESt4hashIS3_ENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb0ELb0ELb1EEEED1Ev
63485
63514
  _ZNSt10_HashtableIPN2v88internal17CodeEventListenerES3_SaIS3_ENSt8__detail9_IdentityESt8equal_toIS3_ESt4hashIS3_ENS5_18_Mod_range_hashingENS5_20_Default_ranged_hashENS5_20_Prime_rehash_policyENS5_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS5_10_Hash_nodeIS3_Lb0EEEm
63486
63515
  _ZNSt10_HashtableIPN2v88internal18AllocationObserverES3_SaIS3_ENSt8__detail9_IdentityESt8equal_toIS3_ESt4hashIS3_ENS5_18_Mod_range_hashingENS5_20_Default_ranged_hashENS5_20_Prime_rehash_policyENS5_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS5_10_Hash_nodeIS3_Lb0EEEm
63487
63516
  _ZNSt10_HashtableIPN2v88internal20SamplingHeapProfiler6SampleESt4pairIKS4_St10unique_ptrIS3_St14default_deleteIS3_EEESaISB_ENSt8__detail10_Select1stESt8equal_toIS4_ESt4hashIS4_ENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSD_10_Hash_nodeISB_Lb0EEEm
@@ -64055,6 +64084,11 @@ _ZNSt23_Sp_counted_ptr_inplaceIN2v88internal17OperationsBarrierESaIS2_ELN9__gnu_
64055
64084
  _ZNSt23_Sp_counted_ptr_inplaceIN2v88internal17OperationsBarrierESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
64056
64085
  _ZNSt23_Sp_counted_ptr_inplaceIN2v88internal17OperationsBarrierESaIS2_ELN9__gnu_cxx12_Lock_policyE2EED0Ev
64057
64086
  _ZNSt23_Sp_counted_ptr_inplaceIN2v88internal17OperationsBarrierESaIS2_ELN9__gnu_cxx12_Lock_policyE2EED1Ev
64087
+ _ZNSt23_Sp_counted_ptr_inplaceIN2v88internal27SingleCopyReadOnlyArtifactsESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
64088
+ _ZNSt23_Sp_counted_ptr_inplaceIN2v88internal27SingleCopyReadOnlyArtifactsESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
64089
+ _ZNSt23_Sp_counted_ptr_inplaceIN2v88internal27SingleCopyReadOnlyArtifactsESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
64090
+ _ZNSt23_Sp_counted_ptr_inplaceIN2v88internal27SingleCopyReadOnlyArtifactsESaIS2_ELN9__gnu_cxx12_Lock_policyE2EED0Ev
64091
+ _ZNSt23_Sp_counted_ptr_inplaceIN2v88internal27SingleCopyReadOnlyArtifactsESaIS2_ELN9__gnu_cxx12_Lock_policyE2EED1Ev
64058
64092
  _ZNSt23_Sp_counted_ptr_inplaceIN2v88internal4wasm17GlobalWasmCodeRefESaIS3_ELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
64059
64093
  _ZNSt23_Sp_counted_ptr_inplaceIN2v88internal4wasm17GlobalWasmCodeRefESaIS3_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
64060
64094
  _ZNSt23_Sp_counted_ptr_inplaceIN2v88internal4wasm17GlobalWasmCodeRefESaIS3_ELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
@@ -64410,7 +64444,6 @@ _ZNSt6vectorIN2v85debug13BreakLocationESaIS2_EE12emplace_backIJiiNS1_17BreakLoca
64410
64444
  _ZNSt6vectorIN2v85debug13BreakLocationESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
64411
64445
  _ZNSt6vectorIN2v86GlobalINS0_17SharedArrayBufferEEESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
64412
64446
  _ZNSt6vectorIN2v86GlobalINS0_7ContextEEESaIS3_EE17_M_default_appendEm
64413
- _ZNSt6vectorIN2v86GlobalINS0_7ContextEEESaIS3_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS3_S5_EE
64414
64447
  _ZNSt6vectorIN2v87metrics46GarbageCollectionFullMainThreadIncrementalMarkESaIS2_EE17_M_realloc_insertIJEEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
64415
64448
  _ZNSt6vectorIN2v87metrics47GarbageCollectionFullMainThreadIncrementalSweepESaIS2_EE17_M_realloc_insertIJEEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
64416
64449
  _ZNSt6vectorIN2v88internal10HeapObjectESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
@@ -68568,6 +68601,7 @@ _ZTVN4node12DebugOptionsE
68568
68601
  _ZTVN4node12NodePlatformE
68569
68602
  _ZTVN4node12RealEnvStoreE
68570
68603
  _ZTVN4node12ShutdownWrapE
68604
+ _ZTVN4node12wasm_web_api19WasmStreamingObjectE
68571
68605
  _ZTVN4node13AsyncResourceE
68572
68606
  _ZTVN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIPFvS2_EEE
68573
68607
  _ZTVN4node13CallbackQueueIvJPNS_11EnvironmentEEE12CallbackImplIZN32napi_async_cleanup_hook_handle__D4EvEUlS2_E_EE
@@ -69394,6 +69428,7 @@ _ZTVSt23_Sp_counted_ptr_inplaceIN2v84base9SemaphoreESaIS2_ELN9__gnu_cxx12_Lock_p
69394
69428
  _ZTVSt23_Sp_counted_ptr_inplaceIN2v88internal11StringTableESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE
69395
69429
  _ZTVSt23_Sp_counted_ptr_inplaceIN2v88internal15WebSnapshotDataESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE
69396
69430
  _ZTVSt23_Sp_counted_ptr_inplaceIN2v88internal17OperationsBarrierESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE
69431
+ _ZTVSt23_Sp_counted_ptr_inplaceIN2v88internal27SingleCopyReadOnlyArtifactsESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE
69397
69432
  _ZTVSt23_Sp_counted_ptr_inplaceIN2v88internal4wasm17GlobalWasmCodeRefESaIS3_ELN9__gnu_cxx12_Lock_policyE2EE
69398
69433
  _ZTVSt23_Sp_counted_ptr_inplaceIN2v88internal4wasm21AsyncStreamingDecoder13SectionBufferESaIS4_ELN9__gnu_cxx12_Lock_policyE2EE
69399
69434
  _ZTVSt23_Sp_counted_ptr_inplaceIN2v88internal4wasm30JSToWasmWrapperCompilationUnitESaIS3_ELN9__gnu_cxx12_Lock_policyE2EE
@@ -70768,8 +70803,6 @@ _ZZN4node14ThreadPoolWork12ScheduleWorkEvENUlP9uv_work_siE0_4_FUNES2_i
70768
70803
  _ZZN4node14ThreadPoolWorkC4EPNS_11EnvironmentEE4args
70769
70804
  _ZZN4node14options_parser13OptionsParserINS_12DebugOptionsEE7ImpliesEPKcS5_E4args
70770
70805
  _ZZN4node14options_parser13OptionsParserINS_12DebugOptionsEE7ImpliesEPKcS5_E4args_0
70771
- _ZZN4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE10ImpliesNotEPKcS5_E4args
70772
- _ZZN4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE10ImpliesNotEPKcS5_E4args_0
70773
70806
  _ZZN4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE7ConvertINS1_INS_18EnvironmentOptionsEE15BaseOptionFieldES5_EEDaSt10shared_ptrIT_EMS2_FPT0_vEEN12AdaptedFieldD0Ev
70774
70807
  _ZZN4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE7ConvertINS1_INS_18EnvironmentOptionsEE15BaseOptionFieldES5_EEDaSt10shared_ptrIT_EMS2_FPT0_vEEN12AdaptedFieldD1Ev
70775
70808
  _ZZN4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE7ConvertINS1_INS_18EnvironmentOptionsEE15BaseOptionFieldES5_EEDaSt10shared_ptrIT_EMS2_FPT0_vEENK12AdaptedField10LookupImplEPS2_
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
- #define NODE_MINOR_VERSION 0
26
+ #define NODE_MINOR_VERSION 1
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
@@ -33,14 +33,8 @@
33
33
  # include "./archs/solaris64-x86_64-gcc/asm/include/openssl/asn1.h"
34
34
  #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
35
35
  # include "./archs/linux-ppc64le/asm/include/openssl/asn1.h"
36
- #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
37
- # include "./archs/linux-ppc64/asm/include/openssl/asn1.h"
38
- #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
39
- # include "./archs/linux-ppc/asm/include/openssl/asn1.h"
40
36
  #elif defined(_AIX) && defined(_ARCH_PPC64)
41
37
  # include "./archs/aix64-gcc-as/asm/include/openssl/asn1.h"
42
- #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
43
- # include "./archs/aix-gcc/asm/include/openssl/asn1.h"
44
38
  #elif defined(OPENSSL_LINUX) && defined(__s390x__)
45
39
  # include "./archs/linux64-s390x/asm/include/openssl/asn1.h"
46
40
  #elif defined(OPENSSL_LINUX) && defined(__s390__)
@@ -35,14 +35,8 @@
35
35
  # include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/asn1.h"
36
36
  #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
37
37
  # include "./archs/linux-ppc64le/no-asm/include/openssl/asn1.h"
38
- #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
39
- # include "./archs/linux-ppc64/no-asm/include/openssl/asn1.h"
40
- #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
41
- # include "./archs/linux-ppc/no-asm/include/openssl/asn1.h"
42
38
  #elif defined(_AIX) && defined(_ARCH_PPC64)
43
39
  # include "./archs/aix64-gcc-as/no-asm/include/openssl/asn1.h"
44
- #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
45
- # include "./archs/aix-gcc/no-asm/include/openssl/asn1.h"
46
40
  #elif defined(OPENSSL_LINUX) && defined(__s390x__)
47
41
  # include "./archs/linux64-s390x/no-asm/include/openssl/asn1.h"
48
42
  #elif defined(OPENSSL_LINUX) && defined(__s390__)
@@ -33,14 +33,8 @@
33
33
  # include "./archs/solaris64-x86_64-gcc/asm/include/openssl/asn1t.h"
34
34
  #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
35
35
  # include "./archs/linux-ppc64le/asm/include/openssl/asn1t.h"
36
- #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
37
- # include "./archs/linux-ppc64/asm/include/openssl/asn1t.h"
38
- #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
39
- # include "./archs/linux-ppc/asm/include/openssl/asn1t.h"
40
36
  #elif defined(_AIX) && defined(_ARCH_PPC64)
41
37
  # include "./archs/aix64-gcc-as/asm/include/openssl/asn1t.h"
42
- #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
43
- # include "./archs/aix-gcc/asm/include/openssl/asn1t.h"
44
38
  #elif defined(OPENSSL_LINUX) && defined(__s390x__)
45
39
  # include "./archs/linux64-s390x/asm/include/openssl/asn1t.h"
46
40
  #elif defined(OPENSSL_LINUX) && defined(__s390__)
@@ -35,14 +35,8 @@
35
35
  # include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/asn1t.h"
36
36
  #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
37
37
  # include "./archs/linux-ppc64le/no-asm/include/openssl/asn1t.h"
38
- #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
39
- # include "./archs/linux-ppc64/no-asm/include/openssl/asn1t.h"
40
- #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
41
- # include "./archs/linux-ppc/no-asm/include/openssl/asn1t.h"
42
38
  #elif defined(_AIX) && defined(_ARCH_PPC64)
43
39
  # include "./archs/aix64-gcc-as/no-asm/include/openssl/asn1t.h"
44
- #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
45
- # include "./archs/aix-gcc/no-asm/include/openssl/asn1t.h"
46
40
  #elif defined(OPENSSL_LINUX) && defined(__s390x__)
47
41
  # include "./archs/linux64-s390x/no-asm/include/openssl/asn1t.h"
48
42
  #elif defined(OPENSSL_LINUX) && defined(__s390__)
@@ -33,14 +33,8 @@
33
33
  # include "./archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h"
34
34
  #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
35
35
  # include "./archs/linux-ppc64le/asm/include/openssl/bio.h"
36
- #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
37
- # include "./archs/linux-ppc64/asm/include/openssl/bio.h"
38
- #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
39
- # include "./archs/linux-ppc/asm/include/openssl/bio.h"
40
36
  #elif defined(_AIX) && defined(_ARCH_PPC64)
41
37
  # include "./archs/aix64-gcc-as/asm/include/openssl/bio.h"
42
- #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
43
- # include "./archs/aix-gcc/asm/include/openssl/bio.h"
44
38
  #elif defined(OPENSSL_LINUX) && defined(__s390x__)
45
39
  # include "./archs/linux64-s390x/asm/include/openssl/bio.h"
46
40
  #elif defined(OPENSSL_LINUX) && defined(__s390__)
@@ -35,14 +35,8 @@
35
35
  # include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h"
36
36
  #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
37
37
  # include "./archs/linux-ppc64le/no-asm/include/openssl/bio.h"
38
- #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
39
- # include "./archs/linux-ppc64/no-asm/include/openssl/bio.h"
40
- #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
41
- # include "./archs/linux-ppc/no-asm/include/openssl/bio.h"
42
38
  #elif defined(_AIX) && defined(_ARCH_PPC64)
43
39
  # include "./archs/aix64-gcc-as/no-asm/include/openssl/bio.h"
44
- #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
45
- # include "./archs/aix-gcc/no-asm/include/openssl/bio.h"
46
40
  #elif defined(OPENSSL_LINUX) && defined(__s390x__)
47
41
  # include "./archs/linux64-s390x/no-asm/include/openssl/bio.h"
48
42
  #elif defined(OPENSSL_LINUX) && defined(__s390__)
@@ -33,14 +33,8 @@
33
33
  # include "./archs/solaris64-x86_64-gcc/asm/include/crypto/bn_conf.h"
34
34
  #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
35
35
  # include "./archs/linux-ppc64le/asm/include/crypto/bn_conf.h"
36
- #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
37
- # include "./archs/linux-ppc64/asm/include/crypto/bn_conf.h"
38
- #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
39
- # include "./archs/linux-ppc/asm/include/crypto/bn_conf.h"
40
36
  #elif defined(_AIX) && defined(_ARCH_PPC64)
41
37
  # include "./archs/aix64-gcc-as/asm/include/crypto/bn_conf.h"
42
- #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
43
- # include "./archs/aix-gcc/asm/include/crypto/bn_conf.h"
44
38
  #elif defined(OPENSSL_LINUX) && defined(__s390x__)
45
39
  # include "./archs/linux64-s390x/asm/include/crypto/bn_conf.h"
46
40
  #elif defined(OPENSSL_LINUX) && defined(__s390__)