node-aix-ppc64 18.14.2 → 18.15.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 +111 -0
- package/README.md +2 -2
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +6 -2
- package/include/node/node.exp +38 -12
- package/include/node/node_version.h +2 -2
- package/package.json +1 -1
- package/share/man/man1/node.1 +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td>
|
|
12
|
+
<a href="#18.15.0">18.15.0</a><br/>
|
|
12
13
|
<a href="#18.14.2">18.14.2</a><br/>
|
|
13
14
|
<a href="#18.14.1">18.14.1</a><br/>
|
|
14
15
|
<a href="#18.14.0">18.14.0</a><br/>
|
|
@@ -54,6 +55,116 @@
|
|
|
54
55
|
* [io.js](CHANGELOG_IOJS.md)
|
|
55
56
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
56
57
|
|
|
58
|
+
<a id="18.15.0"></a>
|
|
59
|
+
|
|
60
|
+
## 2023-03-07, Version 18.15.0 'Hydrogen' (LTS), @BethGriggs prepared by @juanarbol
|
|
61
|
+
|
|
62
|
+
### Notable Changes
|
|
63
|
+
|
|
64
|
+
* \[[`63563f8a7a`](https://github.com/nodejs/node/commit/63563f8a7a)] - **doc,lib,src,test**: rename --test-coverage (Colin Ihrig) [#46017](https://github.com/nodejs/node/pull/46017)
|
|
65
|
+
* \[[`28a775b32f`](https://github.com/nodejs/node/commit/28a775b32f)] - **test\_runner**: add initial code coverage support (Colin Ihrig) [#46017](https://github.com/nodejs/node/pull/46017)
|
|
66
|
+
* \[[`4d50db14b3`](https://github.com/nodejs/node/commit/4d50db14b3)] - **(SEMVER-MINOR)** **test\_runner**: add reporters (Moshe Atlow) [#45712](https://github.com/nodejs/node/pull/45712)
|
|
67
|
+
* \[[`643545ab79`](https://github.com/nodejs/node/commit/643545ab79)] - **(SEMVER-MINOR)** **fs**: add statfs() functions (Colin Ihrig) [#46358](https://github.com/nodejs/node/pull/46358)
|
|
68
|
+
* \[[`110ead9abb`](https://github.com/nodejs/node/commit/110ead9abb)] - **(SEMVER-MINOR)** **vm**: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) [#46320](https://github.com/nodejs/node/pull/46320)
|
|
69
|
+
* \[[`02632b42cf`](https://github.com/nodejs/node/commit/02632b42cf)] - **(SEMVER-MINOR)** **v8**: support gc profile (theanarkh) [#46255](https://github.com/nodejs/node/pull/46255)
|
|
70
|
+
* \[[`f09b838408`](https://github.com/nodejs/node/commit/f09b838408)] - **(SEMVER-MINOR)** **src,lib**: add constrainedMemory API for process (theanarkh) [#46218](https://github.com/nodejs/node/pull/46218)
|
|
71
|
+
* \[[`cb5bb12422`](https://github.com/nodejs/node/commit/cb5bb12422)] - **(SEMVER-MINOR)** **buffer**: add isAscii method (Yagiz Nizipli) [#46046](https://github.com/nodejs/node/pull/46046)
|
|
72
|
+
|
|
73
|
+
### Commits
|
|
74
|
+
|
|
75
|
+
* \[[`6f91c8e2ae`](https://github.com/nodejs/node/commit/6f91c8e2ae)] - **benchmark**: add trailing commas (Antoine du Hamel) [#46370](https://github.com/nodejs/node/pull/46370)
|
|
76
|
+
* \[[`d0b9be21eb`](https://github.com/nodejs/node/commit/d0b9be21eb)] - **benchmark**: remove buffer benchmarks redundancy (Brian White) [#45735](https://github.com/nodejs/node/pull/45735)
|
|
77
|
+
* \[[`6468f30d0d`](https://github.com/nodejs/node/commit/6468f30d0d)] - **benchmark**: introduce benchmark combination filtering (Brian White) [#45735](https://github.com/nodejs/node/pull/45735)
|
|
78
|
+
* \[[`cb5bb12422`](https://github.com/nodejs/node/commit/cb5bb12422)] - **(SEMVER-MINOR)** **buffer**: add isAscii method (Yagiz Nizipli) [#46046](https://github.com/nodejs/node/pull/46046)
|
|
79
|
+
* \[[`ec61bb04c0`](https://github.com/nodejs/node/commit/ec61bb04c0)] - **build**: export more OpenSSL symbols on Windows (Mohamed Akram) [#45486](https://github.com/nodejs/node/pull/45486)
|
|
80
|
+
* \[[`7bae4333ce`](https://github.com/nodejs/node/commit/7bae4333ce)] - **build**: fix MSVC 2022 Release compilation (Vladimir Morozov (REDMOND)) [#46228](https://github.com/nodejs/node/pull/46228)
|
|
81
|
+
* \[[`0f5f2d4470`](https://github.com/nodejs/node/commit/0f5f2d4470)] - **crypto**: include `hmac.h` in `crypto_util.h` (Adam Langley) [#46279](https://github.com/nodejs/node/pull/46279)
|
|
82
|
+
* \[[`91ece4161b`](https://github.com/nodejs/node/commit/91ece4161b)] - **crypto**: avoid hang when no algorithm available (Richard Lau) [#46237](https://github.com/nodejs/node/pull/46237)
|
|
83
|
+
* \[[`492fc95bdf`](https://github.com/nodejs/node/commit/492fc95bdf)] - **deps**: V8: cherry-pick 90be99fab31c (Michaël Zasso) [#46646](https://github.com/nodejs/node/pull/46646)
|
|
84
|
+
* \[[`732c77e3d9`](https://github.com/nodejs/node/commit/732c77e3d9)] - **deps**: update acorn to 8.8.2 (Node.js GitHub Bot) [#46363](https://github.com/nodejs/node/pull/46363)
|
|
85
|
+
* \[[`8582f99ffb`](https://github.com/nodejs/node/commit/8582f99ffb)] - **deps**: update to uvwasi 0.0.15 (Colin Ihrig) [#46253](https://github.com/nodejs/node/pull/46253)
|
|
86
|
+
* \[[`5453cd9940`](https://github.com/nodejs/node/commit/5453cd9940)] - **deps**: V8: cherry-pick bf0bd4868dde (Michaël Zasso) [#45908](https://github.com/nodejs/node/pull/45908)
|
|
87
|
+
* \[[`3ea53c5dc8`](https://github.com/nodejs/node/commit/3ea53c5dc8)] - **deps**: V8: cherry-pick c875e86df1d7 (sepehrst) [#46501](https://github.com/nodejs/node/pull/46501)
|
|
88
|
+
* \[[`c04808de4b`](https://github.com/nodejs/node/commit/c04808de4b)] - **doc**: correct the `sed` command for macOS in release process docs (Juan José) [#46397](https://github.com/nodejs/node/pull/46397)
|
|
89
|
+
* \[[`8113220690`](https://github.com/nodejs/node/commit/8113220690)] - **doc**: pass string to `textEncoder.encode` as input (Deokjin Kim) [#46421](https://github.com/nodejs/node/pull/46421)
|
|
90
|
+
* \[[`129dccf5d2`](https://github.com/nodejs/node/commit/129dccf5d2)] - **doc**: add tip for session.post function (theanarkh) [#46354](https://github.com/nodejs/node/pull/46354)
|
|
91
|
+
* \[[`919e581732`](https://github.com/nodejs/node/commit/919e581732)] - **doc**: add documentation for socket.destroySoon() (Luigi Pinca) [#46337](https://github.com/nodejs/node/pull/46337)
|
|
92
|
+
* \[[`fc15ac95a5`](https://github.com/nodejs/node/commit/fc15ac95a5)] - **doc**: fix commit message using test instead of deps (Tony Gorez) [#46313](https://github.com/nodejs/node/pull/46313)
|
|
93
|
+
* \[[`d153a93200`](https://github.com/nodejs/node/commit/d153a93200)] - **doc**: add v8 fast api contribution guidelines (Yagiz Nizipli) [#46199](https://github.com/nodejs/node/pull/46199)
|
|
94
|
+
* \[[`dbf082d082`](https://github.com/nodejs/node/commit/dbf082d082)] - **doc**: fix small typo error (0xflotus) [#46186](https://github.com/nodejs/node/pull/46186)
|
|
95
|
+
* \[[`94421b4cfe`](https://github.com/nodejs/node/commit/94421b4cfe)] - **doc**: mark some parameters as optional in webstreams (Deokjin Kim) [#46269](https://github.com/nodejs/node/pull/46269)
|
|
96
|
+
* \[[`5adb743511`](https://github.com/nodejs/node/commit/5adb743511)] - **doc**: update output of example in `events.getEventListeners` (Deokjin Kim) [#46268](https://github.com/nodejs/node/pull/46268)
|
|
97
|
+
* \[[`63563f8a7a`](https://github.com/nodejs/node/commit/63563f8a7a)] - **doc,lib,src,test**: rename --test-coverage (Colin Ihrig) [#46017](https://github.com/nodejs/node/pull/46017)
|
|
98
|
+
* \[[`4e88c7c813`](https://github.com/nodejs/node/commit/4e88c7c813)] - **esm**: delete preload mock test (Geoffrey Booth) [#46402](https://github.com/nodejs/node/pull/46402)
|
|
99
|
+
* \[[`643545ab79`](https://github.com/nodejs/node/commit/643545ab79)] - **(SEMVER-MINOR)** **fs**: add statfs() functions (Colin Ihrig) [#46358](https://github.com/nodejs/node/pull/46358)
|
|
100
|
+
* \[[`5019b5473f`](https://github.com/nodejs/node/commit/5019b5473f)] - **http**: res.setHeaders first implementation (Marco Ippolito) [#46109](https://github.com/nodejs/node/pull/46109)
|
|
101
|
+
* \[[`76622c4c60`](https://github.com/nodejs/node/commit/76622c4c60)] - **inspector**: allow opening inspector when `NODE_V8_COVERAGE` is set (Moshe Atlow) [#46113](https://github.com/nodejs/node/pull/46113)
|
|
102
|
+
* \[[`92f0747e03`](https://github.com/nodejs/node/commit/92f0747e03)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#46399](https://github.com/nodejs/node/pull/46399)
|
|
103
|
+
* \[[`795251bc6f`](https://github.com/nodejs/node/commit/795251bc6f)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#46303](https://github.com/nodejs/node/pull/46303)
|
|
104
|
+
* \[[`8865424c31`](https://github.com/nodejs/node/commit/8865424c31)] - **meta**: add .mailmap entry (Rich Trott) [#46303](https://github.com/nodejs/node/pull/46303)
|
|
105
|
+
* \[[`5ed679407b`](https://github.com/nodejs/node/commit/5ed679407b)] - **meta**: move evanlucas to emeritus (Evan Lucas) [#46274](https://github.com/nodejs/node/pull/46274)
|
|
106
|
+
* \[[`403df210ac`](https://github.com/nodejs/node/commit/403df210ac)] - **module**: move test reporter loading (Geoffrey Booth) [#45923](https://github.com/nodejs/node/pull/45923)
|
|
107
|
+
* \[[`2f7319e387`](https://github.com/nodejs/node/commit/2f7319e387)] - **readline**: fix detection of carriage return (Antoine du Hamel) [#46306](https://github.com/nodejs/node/pull/46306)
|
|
108
|
+
* \[[`73a8f46c4d`](https://github.com/nodejs/node/commit/73a8f46c4d)] - _**Revert**_ "**src**: let http2 streams end after session close" (Santiago Gimeno) [#46721](https://github.com/nodejs/node/pull/46721)
|
|
109
|
+
* \[[`30d783f91a`](https://github.com/nodejs/node/commit/30d783f91a)] - **src**: stop tracing agent before shutting down libuv (Santiago Gimeno) [#46380](https://github.com/nodejs/node/pull/46380)
|
|
110
|
+
* \[[`1508d90fda`](https://github.com/nodejs/node/commit/1508d90fda)] - **src**: get rid of fp arithmetic in ParseIPv4Host (Tobias Nießen) [#46326](https://github.com/nodejs/node/pull/46326)
|
|
111
|
+
* \[[`bdb793a082`](https://github.com/nodejs/node/commit/bdb793a082)] - **src**: use UNREACHABLE instead of CHECK(falsy) (Tobias Nießen) [#46317](https://github.com/nodejs/node/pull/46317)
|
|
112
|
+
* \[[`116a33649b`](https://github.com/nodejs/node/commit/116a33649b)] - **src**: add support for ETW stack walking (José Dapena Paz) [#46203](https://github.com/nodejs/node/pull/46203)
|
|
113
|
+
* \[[`b06298c98e`](https://github.com/nodejs/node/commit/b06298c98e)] - **src**: refactor EndsInANumber in node\_url.cc and adds IsIPv4NumberValid (Miguel Teixeira) [#46227](https://github.com/nodejs/node/pull/46227)
|
|
114
|
+
* \[[`26f41b041c`](https://github.com/nodejs/node/commit/26f41b041c)] - **src**: fix c++ exception on bad command line arg (Ben Noordhuis) [#46290](https://github.com/nodejs/node/pull/46290)
|
|
115
|
+
* \[[`14da89f41a`](https://github.com/nodejs/node/commit/14da89f41a)] - **src**: remove unreachable UNREACHABLE (Tobias Nießen) [#46281](https://github.com/nodejs/node/pull/46281)
|
|
116
|
+
* \[[`18c4dd004b`](https://github.com/nodejs/node/commit/18c4dd004b)] - **src**: replace custom ASCII validation with simdutf one (Anna Henningsen) [#46271](https://github.com/nodejs/node/pull/46271)
|
|
117
|
+
* \[[`cde375510f`](https://github.com/nodejs/node/commit/cde375510f)] - **src**: replace unreachable code with static\_assert (Tobias Nießen) [#46250](https://github.com/nodejs/node/pull/46250)
|
|
118
|
+
* \[[`f389b2f3fc`](https://github.com/nodejs/node/commit/f389b2f3fc)] - **src**: use explicit C++17 fallthrough (Tobias Nießen) [#46251](https://github.com/nodejs/node/pull/46251)
|
|
119
|
+
* \[[`8adaa1333c`](https://github.com/nodejs/node/commit/8adaa1333c)] - **src**: use CreateEnvironment instead of inlining its code where possible (Anna Henningsen) [#45886](https://github.com/nodejs/node/pull/45886)
|
|
120
|
+
* \[[`f09b838408`](https://github.com/nodejs/node/commit/f09b838408)] - **(SEMVER-MINOR)** **src,lib**: add constrainedMemory API for process (theanarkh) [#46218](https://github.com/nodejs/node/pull/46218)
|
|
121
|
+
* \[[`63e92eae63`](https://github.com/nodejs/node/commit/63e92eae63)] - **stream**: remove brandchecks from stream duplexify (Debadree Chatterjee) [#46315](https://github.com/nodejs/node/pull/46315)
|
|
122
|
+
* \[[`3acfe9bf92`](https://github.com/nodejs/node/commit/3acfe9bf92)] - **stream**: fix readable stream as async iterator function (Erick Wendel) [#46147](https://github.com/nodejs/node/pull/46147)
|
|
123
|
+
* \[[`de64315ccb`](https://github.com/nodejs/node/commit/de64315ccb)] - **test**: fix WPT title when no META title is present (Filip Skokan) [#46804](https://github.com/nodejs/node/pull/46804)
|
|
124
|
+
* \[[`162e3400ff`](https://github.com/nodejs/node/commit/162e3400ff)] - **test**: fix default WPT titles (Filip Skokan) [#46778](https://github.com/nodejs/node/pull/46778)
|
|
125
|
+
* \[[`5f422c4d70`](https://github.com/nodejs/node/commit/5f422c4d70)] - **test**: add WPTRunner support for variants and generating WPT reports (Filip Skokan) [#46498](https://github.com/nodejs/node/pull/46498)
|
|
126
|
+
* \[[`4f5aff2557`](https://github.com/nodejs/node/commit/4f5aff2557)] - **test**: fix tap parser fails if a test logs a number (Pulkit Gupta) [#46056](https://github.com/nodejs/node/pull/46056)
|
|
127
|
+
* \[[`32b020cf84`](https://github.com/nodejs/node/commit/32b020cf84)] - **test**: fix tap escaping with and without --test (Pulkit Gupta) [#46311](https://github.com/nodejs/node/pull/46311)
|
|
128
|
+
* \[[`f2bba1bcdb`](https://github.com/nodejs/node/commit/f2bba1bcdb)] - **test**: add trailing commas in `test/node-api` (Antoine du Hamel) [#46384](https://github.com/nodejs/node/pull/46384)
|
|
129
|
+
* \[[`f2ebe66fda`](https://github.com/nodejs/node/commit/f2ebe66fda)] - **test**: add trailing commas in `test/message` (Antoine du Hamel) [#46372](https://github.com/nodejs/node/pull/46372)
|
|
130
|
+
* \[[`ed564a9985`](https://github.com/nodejs/node/commit/ed564a9985)] - **test**: add trailing commas in `test/pseudo-tty` (Antoine du Hamel) [#46371](https://github.com/nodejs/node/pull/46371)
|
|
131
|
+
* \[[`e4437dd409`](https://github.com/nodejs/node/commit/e4437dd409)] - **test**: set common.bits to 64 for loong64 (Shi Pujin) [#45383](https://github.com/nodejs/node/pull/45383)
|
|
132
|
+
* \[[`9d40aef736`](https://github.com/nodejs/node/commit/9d40aef736)] - **test**: s390x zlib test case fixes (Adam Majer) [#46367](https://github.com/nodejs/node/pull/46367)
|
|
133
|
+
* \[[`ed3fb52716`](https://github.com/nodejs/node/commit/ed3fb52716)] - **test**: fix logInTimeout is not function (theanarkh) [#46348](https://github.com/nodejs/node/pull/46348)
|
|
134
|
+
* \[[`d05b0771be`](https://github.com/nodejs/node/commit/d05b0771be)] - **test**: avoid trying to call sysctl directly (Adam Majer) [#46366](https://github.com/nodejs/node/pull/46366)
|
|
135
|
+
* \[[`041aac3bbd`](https://github.com/nodejs/node/commit/041aac3bbd)] - **test**: avoid left behind child processes (Richard Lau) [#46276](https://github.com/nodejs/node/pull/46276)
|
|
136
|
+
* \[[`837ddcb322`](https://github.com/nodejs/node/commit/837ddcb322)] - **test**: add failing test for readline with carriage return (Alec Mev) [#46075](https://github.com/nodejs/node/pull/46075)
|
|
137
|
+
* \[[`75b8db41c6`](https://github.com/nodejs/node/commit/75b8db41c6)] - **test**: reduce `fs-write-optional-params` flakiness (LiviaMedeiros) [#46238](https://github.com/nodejs/node/pull/46238)
|
|
138
|
+
* \[[`c0d3fdaf63`](https://github.com/nodejs/node/commit/c0d3fdaf63)] - **test,crypto**: add CFRG curve vectors to wrap/unwrap tests (Filip Skokan) [#46406](https://github.com/nodejs/node/pull/46406)
|
|
139
|
+
* \[[`f328f7b15e`](https://github.com/nodejs/node/commit/f328f7b15e)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#46267](https://github.com/nodejs/node/pull/46267)
|
|
140
|
+
* \[[`1ef3c53e24`](https://github.com/nodejs/node/commit/1ef3c53e24)] - **test\_runner**: better handle async bootstrap errors (Colin Ihrig) [#46720](https://github.com/nodejs/node/pull/46720)
|
|
141
|
+
* \[[`0a690efb76`](https://github.com/nodejs/node/commit/0a690efb76)] - **test\_runner**: add `describe.only` and `it.only` shorthands (Richie McColl) [#46604](https://github.com/nodejs/node/pull/46604)
|
|
142
|
+
* \[[`28a1317efe`](https://github.com/nodejs/node/commit/28a1317efe)] - **test\_runner**: bootstrap reporters before running tests (Moshe Atlow) [#46737](https://github.com/nodejs/node/pull/46737)
|
|
143
|
+
* \[[`cd3aaa8fac`](https://github.com/nodejs/node/commit/cd3aaa8fac)] - **test\_runner**: emit test-only diagnostic warning (Richie McColl) [#46540](https://github.com/nodejs/node/pull/46540)
|
|
144
|
+
* \[[`c19fa45a65`](https://github.com/nodejs/node/commit/c19fa45a65)] - **test\_runner**: centralize CLI option handling (Colin Ihrig) [#46707](https://github.com/nodejs/node/pull/46707)
|
|
145
|
+
* \[[`0898145e37`](https://github.com/nodejs/node/commit/0898145e37)] - **test\_runner**: display skipped tests in spec reporter output (Richie McColl) [#46651](https://github.com/nodejs/node/pull/46651)
|
|
146
|
+
* \[[`894d7117fa`](https://github.com/nodejs/node/commit/894d7117fa)] - **test\_runner**: parse non-ascii character correctly (Mert Can Altın) [#45736](https://github.com/nodejs/node/pull/45736)
|
|
147
|
+
* \[[`5b3c606626`](https://github.com/nodejs/node/commit/5b3c606626)] - **test\_runner**: flatten TAP output when running using `--test` (Moshe Atlow) [#46440](https://github.com/nodejs/node/pull/46440)
|
|
148
|
+
* \[[`391ff0dba4`](https://github.com/nodejs/node/commit/391ff0dba4)] - **test\_runner**: allow nesting test within describe (Moshe Atlow) [#46544](https://github.com/nodejs/node/pull/46544)
|
|
149
|
+
* \[[`ba784e87b4`](https://github.com/nodejs/node/commit/ba784e87b4)] - **test\_runner**: fix missing test diagnostics (Moshe Atlow) [#46450](https://github.com/nodejs/node/pull/46450)
|
|
150
|
+
* \[[`c5f16fb5fb`](https://github.com/nodejs/node/commit/c5f16fb5fb)] - **test\_runner**: top-level diagnostics not ommited when running with --test (Pulkit Gupta) [#46441](https://github.com/nodejs/node/pull/46441)
|
|
151
|
+
* \[[`28a775b32f`](https://github.com/nodejs/node/commit/28a775b32f)] - **test\_runner**: add initial code coverage support (Colin Ihrig) [#46017](https://github.com/nodejs/node/pull/46017)
|
|
152
|
+
* \[[`0d999e373a`](https://github.com/nodejs/node/commit/0d999e373a)] - **test\_runner**: make built in reporters internal (Colin Ihrig) [#46092](https://github.com/nodejs/node/pull/46092)
|
|
153
|
+
* \[[`79f4b426fe`](https://github.com/nodejs/node/commit/79f4b426fe)] - **test\_runner**: report `file` in test runner events (Moshe Atlow) [#46030](https://github.com/nodejs/node/pull/46030)
|
|
154
|
+
* \[[`4d50db14b3`](https://github.com/nodejs/node/commit/4d50db14b3)] - **(SEMVER-MINOR)** **test\_runner**: add reporters (Moshe Atlow) [#45712](https://github.com/nodejs/node/pull/45712)
|
|
155
|
+
* \[[`5fdf374c74`](https://github.com/nodejs/node/commit/5fdf374c74)] - **test\_runner**: avoid swallowing of asynchronously thrown errors (MURAKAMI Masahiko) [#45264](https://github.com/nodejs/node/pull/45264)
|
|
156
|
+
* \[[`23b875806c`](https://github.com/nodejs/node/commit/23b875806c)] - **test\_runner**: update comment to comply with eslint no-fallthrough rule (Antoine du Hamel) [#46258](https://github.com/nodejs/node/pull/46258)
|
|
157
|
+
* \[[`00c5495aa3`](https://github.com/nodejs/node/commit/00c5495aa3)] - **tools**: update eslint to 8.33.0 (Node.js GitHub Bot) [#46400](https://github.com/nodejs/node/pull/46400)
|
|
158
|
+
* \[[`37a6ce1120`](https://github.com/nodejs/node/commit/37a6ce1120)] - **tools**: update doc to unist-util-select\@4.0.3 unist-util-visit\@4.1.2 (Node.js GitHub Bot) [#46364](https://github.com/nodejs/node/pull/46364)
|
|
159
|
+
* \[[`1eaafc7db4`](https://github.com/nodejs/node/commit/1eaafc7db4)] - **tools**: update lint-md-dependencies to rollup\@3.12.0 (Node.js GitHub Bot) [#46398](https://github.com/nodejs/node/pull/46398)
|
|
160
|
+
* \[[`a97774603b`](https://github.com/nodejs/node/commit/a97774603b)] - **tools**: require more trailing commas (Antoine du Hamel) [#46346](https://github.com/nodejs/node/pull/46346)
|
|
161
|
+
* \[[`03e244a59b`](https://github.com/nodejs/node/commit/03e244a59b)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#46302](https://github.com/nodejs/node/pull/46302)
|
|
162
|
+
* \[[`60d714e0c3`](https://github.com/nodejs/node/commit/60d714e0c3)] - **tools**: allow icutrim.py to run on python2 (Michael Dawson) [#46263](https://github.com/nodejs/node/pull/46263)
|
|
163
|
+
* \[[`b7950f50de`](https://github.com/nodejs/node/commit/b7950f50de)] - **tools**: update eslint to 8.32.0 (Node.js GitHub Bot) [#46258](https://github.com/nodejs/node/pull/46258)
|
|
164
|
+
* \[[`08bafc84f6`](https://github.com/nodejs/node/commit/08bafc84f6)] - **url**: refactor to use more primordials (Antoine du Hamel) [#45966](https://github.com/nodejs/node/pull/45966)
|
|
165
|
+
* \[[`02632b42cf`](https://github.com/nodejs/node/commit/02632b42cf)] - **(SEMVER-MINOR)** **v8**: support gc profile (theanarkh) [#46255](https://github.com/nodejs/node/pull/46255)
|
|
166
|
+
* \[[`110ead9abb`](https://github.com/nodejs/node/commit/110ead9abb)] - **(SEMVER-MINOR)** **vm**: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) [#46320](https://github.com/nodejs/node/pull/46320)
|
|
167
|
+
|
|
57
168
|
<a id="18.14.2"></a>
|
|
58
169
|
|
|
59
170
|
## 2023-02-21, Version 18.14.2 'Hydrogen' (LTS), @MylesBorins
|
package/README.md
CHANGED
|
@@ -324,8 +324,6 @@ For information about the governance of the Node.js project, see
|
|
|
324
324
|
**Adrian Estrada** <<edsadr@gmail.com>> (he/him)
|
|
325
325
|
* [erickwendel](https://github.com/erickwendel) -
|
|
326
326
|
**Erick Wendel** <<erick.workspace@gmail.com>> (he/him)
|
|
327
|
-
* [evanlucas](https://github.com/evanlucas) -
|
|
328
|
-
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
329
327
|
* [fhinkel](https://github.com/fhinkel) -
|
|
330
328
|
**Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
|
|
331
329
|
* [F3n67u](https://github.com/F3n67u) -
|
|
@@ -512,6 +510,8 @@ For information about the governance of the Node.js project, see
|
|
|
512
510
|
**Alexander Makarenko** <<estliberitas@gmail.com>>
|
|
513
511
|
* [eugeneo](https://github.com/eugeneo) -
|
|
514
512
|
**Eugene Ostroukhov** <<eostroukhov@google.com>>
|
|
513
|
+
* [evanlucas](https://github.com/evanlucas) -
|
|
514
|
+
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
515
515
|
* [firedfox](https://github.com/firedfox) -
|
|
516
516
|
**Daniel Wang** <<wangyang0123@gmail.com>>
|
|
517
517
|
* [Fishrock123](https://github.com/Fishrock123) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -249,16 +249,20 @@
|
|
|
249
249
|
'lib/internal/structured_clone.js',
|
|
250
250
|
'lib/internal/test/binding.js',
|
|
251
251
|
'lib/internal/test/transfer.js',
|
|
252
|
+
'lib/internal/test_runner/coverage.js',
|
|
252
253
|
'lib/internal/test_runner/harness.js',
|
|
253
254
|
'lib/internal/test_runner/mock.js',
|
|
255
|
+
'lib/internal/test_runner/reporter/dot.js',
|
|
256
|
+
'lib/internal/test_runner/reporter/spec.js',
|
|
257
|
+
'lib/internal/test_runner/reporter/tap.js',
|
|
254
258
|
'lib/internal/test_runner/runner.js',
|
|
255
259
|
'lib/internal/test_runner/tap_checker.js',
|
|
256
260
|
'lib/internal/test_runner/tap_lexer.js',
|
|
257
261
|
'lib/internal/test_runner/tap_parser.js',
|
|
258
|
-
'lib/internal/test_runner/tap_stream.js',
|
|
259
262
|
'lib/internal/test_runner/test.js',
|
|
263
|
+
'lib/internal/test_runner/tests_stream.js',
|
|
260
264
|
'lib/internal/test_runner/utils.js',
|
|
261
|
-
'lib/internal/test_runner/
|
|
265
|
+
'lib/internal/test_runner/yaml_to_js.js',
|
|
262
266
|
'lib/internal/timers.js',
|
|
263
267
|
'lib/internal/tls/secure-context.js',
|
|
264
268
|
'lib/internal/tls/secure-pair.js',
|
package/include/node/node.exp
CHANGED
|
@@ -5939,18 +5939,18 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
|
|
|
5939
5939
|
_GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
|
|
5940
5940
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
5941
5941
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
5942
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
5943
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
5942
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xfe49b7cc0d703805
|
|
5943
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0xec121cfbb976ae2a
|
|
5944
5944
|
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x622a054ec8ba821b
|
|
5945
5945
|
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x1459338b2959760f
|
|
5946
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
5947
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
5946
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x88ba816085e26e99
|
|
5947
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x86673313908ce6ff
|
|
5948
5948
|
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0x93e0582000404c5
|
|
5949
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
5949
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x37dde46e09ef3c19
|
|
5950
5950
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x7c6b9199c17e3ef0
|
|
5951
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
5952
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.
|
|
5953
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5951
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x9632a0aa1669735f
|
|
5952
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xd5b153a3ac00833f
|
|
5953
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x2d916d1ed05aacf6
|
|
5954
5954
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
5955
5955
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
5956
5956
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
@@ -6984,9 +6984,9 @@ _GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
|
|
|
6984
6984
|
_GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
|
|
6985
6985
|
_GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
|
|
6986
6986
|
_GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
|
|
6987
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
6988
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
6989
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
6987
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0xea23a5a61ae41a52
|
|
6988
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x4556296283f89f77
|
|
6989
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0x4dee638c7dcb79cf
|
|
6990
6990
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
6991
6991
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
6992
6992
|
_HZData_72
|
|
@@ -8908,6 +8908,7 @@ _ZN2v84base11SmallVectorIcLm128ESaIcEE4GrowEm
|
|
|
8908
8908
|
_ZN2v84base11SmallVectorIiLm64ESaIiEE4GrowEm
|
|
8909
8909
|
_ZN2v84base11SmallVectorIiLm64ESaIiEE4GrowEv
|
|
8910
8910
|
_ZN2v84base11SmallVectorIjLm8ESaIjEE4GrowEm
|
|
8911
|
+
_ZN2v84base11SmallVectorImLm8ESaImEE4GrowEm
|
|
8911
8912
|
_ZN2v84base11ThreadTicks11IsSupportedEv
|
|
8912
8913
|
_ZN2v84base11ThreadTicks3NowEv
|
|
8913
8914
|
_ZN2v84base12AsAtomicImplIiE7SetBitsIjEEbPT_S4_S4_
|
|
@@ -20115,6 +20116,7 @@ _ZN2v88internal22BasicBlockProfilerDataC1Em
|
|
|
20115
20116
|
_ZN2v88internal22BasicBlockProfilerDataC2ENS0_28OnHeapBasicBlockProfilerDataE
|
|
20116
20117
|
_ZN2v88internal22BasicBlockProfilerDataC2ENS0_6HandleINS0_28OnHeapBasicBlockProfilerDataEEEPNS0_7IsolateE
|
|
20117
20118
|
_ZN2v88internal22BasicBlockProfilerDataC2Em
|
|
20119
|
+
_ZN2v88internal22BigIntLiteralToDecimalEPNS0_12LocalIsolateENS_4base6VectorIKhEE
|
|
20118
20120
|
_ZN2v88internal22BoyerMoorePositionInfo11SetIntervalERKNS0_8IntervalE
|
|
20119
20121
|
_ZN2v88internal22BoyerMoorePositionInfo3SetEi
|
|
20120
20122
|
_ZN2v88internal22BoyerMoorePositionInfo6SetAllEv
|
|
@@ -30940,6 +30942,7 @@ _ZN2v88internal6Parser16ParseREPLProgramEPNS0_9ParseInfoEPNS0_10ScopedListIPNS0_
|
|
|
30940
30942
|
_ZN2v88internal6Parser16UpdateStatisticsENS0_6HandleINS0_6ScriptEEEPNS_4base11SmallVectorINS_7Isolate17UseCounterFeatureELm8ESaIS8_EEEPi
|
|
30941
30943
|
_ZN2v88internal6Parser16UpdateStatisticsEPNS0_7IsolateENS0_6HandleINS0_6ScriptEEE
|
|
30942
30944
|
_ZN2v88internal6Parser17BuildInitialYieldEiNS0_12FunctionKindE
|
|
30945
|
+
_ZN2v88internal6Parser17GetBigIntAsSymbolEv
|
|
30943
30946
|
_ZN2v88internal6Parser17ParseExportClauseEPNS0_7Scanner8LocationES4_
|
|
30944
30947
|
_ZN2v88internal6Parser17ParseNamedImportsEi
|
|
30945
30948
|
_ZN2v88internal6Parser17ParseOnBackgroundEPNS0_12LocalIsolateEPNS0_9ParseInfoEiii
|
|
@@ -46011,6 +46014,7 @@ _ZN4node10contextify18MicrotaskQueueWrapC1EPNS_11EnvironmentEN2v85LocalINS4_6Obj
|
|
|
46011
46014
|
_ZN4node10contextify18MicrotaskQueueWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
46012
46015
|
_ZN4node10contextify18MicrotaskQueueWrapD0Ev
|
|
46013
46016
|
_ZN4node10contextify18MicrotaskQueueWrapD1Ev
|
|
46017
|
+
_ZN4node10contextify20StoreCodeCacheResultEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS3_14ScriptCompiler14CompileOptionsERKNS7_6SourceEbSt10unique_ptrINS7_10CachedDataESt14default_deleteISD_EE
|
|
46014
46018
|
_ZN4node10contextify26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
46015
46019
|
_ZN4node10mksnapshot10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
46016
46020
|
_ZN4node10mksnapshot20CompileSerializeMainERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
@@ -46743,7 +46747,9 @@ _ZN4node16NodeMainInstanceC2EPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatform
|
|
|
46743
46747
|
_ZN4node16NodeMainInstanceD1Ev
|
|
46744
46748
|
_ZN4node16NodeMainInstanceD2Ev
|
|
46745
46749
|
_ZN4node16RequestInterruptEPNS_11EnvironmentEPFvPvES2_
|
|
46750
|
+
_ZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC1EPNS1_7IsolateEmPKm
|
|
46746
46751
|
_ZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC1EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKm
|
|
46752
|
+
_ZN4node17AliasedBufferBaseIlN2v813BigInt64ArrayEvEC1EPNS1_7IsolateEmPKm
|
|
46747
46753
|
_ZN4node17CreateEnvironmentEPNS_11IsolateDataEN2v85LocalINS2_7ContextEEERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EESG_NS_16EnvironmentFlags5FlagsENS_8ThreadIdESt10unique_ptrINS_21InspectorParentHandleESt14default_deleteISL_EE
|
|
46748
46754
|
_ZN4node17CreateIsolateDataEPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformEPNS_20ArrayBufferAllocatorE
|
|
46749
46755
|
_ZN4node17ERR_DLOPEN_FAILEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
@@ -47066,6 +47072,7 @@ _ZN4node23GetMultiIsolatePlatformEPNS_11EnvironmentE
|
|
|
47066
47072
|
_ZN4node23GetMultiIsolatePlatformEPNS_11IsolateDataE
|
|
47067
47073
|
_ZN4node23IsConstructCallCallbackERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
47068
47074
|
_ZN4node23SetIsolateErrorHandlersEPN2v87IsolateERKNS_15IsolateSettingsE
|
|
47075
|
+
_ZN4node23THROW_ERR_INVALID_STATEIJEEEvPN2v87IsolateEPKcDpOT_
|
|
47069
47076
|
_ZN4node23WorkerThreadsTaskRunner13BlockingDrainEv
|
|
47070
47077
|
_ZN4node23WorkerThreadsTaskRunner15PostDelayedTaskESt10unique_ptrIN2v84TaskESt14default_deleteIS3_EEd
|
|
47071
47078
|
_ZN4node23WorkerThreadsTaskRunner20DelayedTaskScheduler10FlushTasksEP10uv_async_s
|
|
@@ -47265,6 +47272,7 @@ _ZN4node2fs10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7Con
|
|
|
47265
47272
|
_ZN4node2fs10MKDirpSyncEP9uv_loop_sP7uv_fs_sRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFvS4_E
|
|
47266
47273
|
_ZN4node2fs11AfterMkdirpEP7uv_fs_s
|
|
47267
47274
|
_ZN4node2fs11AfterNoArgsEP7uv_fs_s
|
|
47275
|
+
_ZN4node2fs11AfterStatFsEP7uv_fs_s
|
|
47268
47276
|
_ZN4node2fs11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
|
|
47269
47277
|
_ZN4node2fs11BindingData23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
|
|
47270
47278
|
_ZN4node2fs11BindingData9SerializeEi
|
|
@@ -47277,6 +47285,7 @@ _ZN4node2fs11MKDirpAsyncEP9uv_loop_sP7uv_fs_sPKciPFvS4_E
|
|
|
47277
47285
|
_ZN4node2fs12AfterIntegerEP7uv_fs_s
|
|
47278
47286
|
_ZN4node2fs12AfterScanDirEP7uv_fs_s
|
|
47279
47287
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE11ResolveStatEPK9uv_stat_t
|
|
47288
|
+
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE13ResolveStatFsEPK11uv_statfs_s
|
|
47280
47289
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE14SetReturnValueERKNS3_20FunctionCallbackInfoINS3_5ValueEEE
|
|
47281
47290
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE3NewEPNS0_11BindingDataEb
|
|
47282
47291
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE6RejectENS3_5LocalINS3_5ValueEEE
|
|
@@ -47284,6 +47293,7 @@ _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE7Resolv
|
|
|
47284
47293
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEED0Ev
|
|
47285
47294
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEED1Ev
|
|
47286
47295
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE11ResolveStatEPK9uv_stat_t
|
|
47296
|
+
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE13ResolveStatFsEPK11uv_statfs_s
|
|
47287
47297
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE14SetReturnValueERKNS3_20FunctionCallbackInfoINS3_5ValueEEE
|
|
47288
47298
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE3NewEPNS0_11BindingDataEb
|
|
47289
47299
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE6RejectENS3_5LocalINS3_5ValueEEE
|
|
@@ -47291,6 +47301,7 @@ _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE7Resol
|
|
|
47291
47301
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEED0Ev
|
|
47292
47302
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEED1Ev
|
|
47293
47303
|
_ZN4node2fs13FSReqCallback11ResolveStatEPK9uv_stat_t
|
|
47304
|
+
_ZN4node2fs13FSReqCallback13ResolveStatFsEPK11uv_statfs_s
|
|
47294
47305
|
_ZN4node2fs13FSReqCallback14SetReturnValueERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
47295
47306
|
_ZN4node2fs13FSReqCallback6RejectEN2v85LocalINS2_5ValueEEE
|
|
47296
47307
|
_ZN4node2fs13FSReqCallback7ResolveEN2v85LocalINS2_5ValueEEE
|
|
@@ -49262,6 +49273,15 @@ _ZN4node8profiler24V8HeapProfilerConnection5StartEv
|
|
|
49262
49273
|
_ZN4node8profiler24V8HeapProfilerConnectionD0Ev
|
|
49263
49274
|
_ZN4node8profiler24V8HeapProfilerConnectionD1Ev
|
|
49264
49275
|
_ZN4node8profiler26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
49276
|
+
_ZN4node8v8_utils10GCProfiler10out_streamB5cxx11Ev
|
|
49277
|
+
_ZN4node8v8_utils10GCProfiler3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
49278
|
+
_ZN4node8v8_utils10GCProfiler4StopERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
49279
|
+
_ZN4node8v8_utils10GCProfiler5StartERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
49280
|
+
_ZN4node8v8_utils10GCProfiler6writerEv
|
|
49281
|
+
_ZN4node8v8_utils10GCProfilerC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
49282
|
+
_ZN4node8v8_utils10GCProfilerC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
49283
|
+
_ZN4node8v8_utils10GCProfilerD0Ev
|
|
49284
|
+
_ZN4node8v8_utils10GCProfilerD1Ev
|
|
49265
49285
|
_ZN4node8v8_utils10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
49266
49286
|
_ZN4node8v8_utils11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
|
|
49267
49287
|
_ZN4node8v8_utils11BindingData23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
|
|
@@ -56753,7 +56773,6 @@ _ZN8v8_crdtp4json8platform6StrToDEPKcPd
|
|
|
56753
56773
|
_ZN8v8_crdtp4json9ParseJSONENS_4spanIhEEPNS_13ParserHandlerE
|
|
56754
56774
|
_ZN8v8_crdtp4json9ParseJSONENS_4spanItEEPNS_13ParserHandlerE
|
|
56755
56775
|
_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_mPKS8_PcEmSB_z
|
|
56756
|
-
_ZN9__gnu_cxx6__stoaIyycJiEEET0_PFT_PKT1_PPS3_DpT2_EPKcS5_PmS9_
|
|
56757
56776
|
_ZNK10napi_env__16can_call_into_jsEv
|
|
56758
56777
|
_ZNK10napi_env__34mark_arraybuffer_as_untransferableEN2v85LocalINS0_11ArrayBufferEEE
|
|
56759
56778
|
_ZNK12v8_inspector10StackFrame10lineNumberEv
|
|
@@ -61029,6 +61048,9 @@ _ZNK4node8profiler24V8HeapProfilerConnection11GetFilenameB5cxx11Ev
|
|
|
61029
61048
|
_ZNK4node8profiler24V8HeapProfilerConnection12GetDirectoryB5cxx11Ev
|
|
61030
61049
|
_ZNK4node8profiler24V8HeapProfilerConnection4typeEv
|
|
61031
61050
|
_ZNK4node8profiler24V8HeapProfilerConnection6endingEv
|
|
61051
|
+
_ZNK4node8v8_utils10GCProfiler10MemoryInfoEPNS_13MemoryTrackerE
|
|
61052
|
+
_ZNK4node8v8_utils10GCProfiler14MemoryInfoNameEv
|
|
61053
|
+
_ZNK4node8v8_utils10GCProfiler8SelfSizeEv
|
|
61032
61054
|
_ZNK4node8v8_utils11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
61033
61055
|
_ZNK4node8v8_utils11BindingData14MemoryInfoNameEv
|
|
61034
61056
|
_ZNK4node8v8_utils11BindingData8SelfSizeEv
|
|
@@ -65922,6 +65944,7 @@ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N
|
|
|
65922
65944
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE17_M_emplace_uniqueIJRA32_KcS9_EEES6_ISt17_Rb_tree_iteratorISA_EbEDpOT_
|
|
65923
65945
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE17_M_emplace_uniqueIJRA33_KcS9_EEES6_ISt17_Rb_tree_iteratorISA_EbEDpOT_
|
|
65924
65946
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE17_M_emplace_uniqueIJRA34_KcS9_EEES6_ISt17_Rb_tree_iteratorISA_EbEDpOT_
|
|
65947
|
+
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE17_M_emplace_uniqueIJRA35_KcS9_EEES6_ISt17_Rb_tree_iteratorISA_EbEDpOT_
|
|
65925
65948
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE17_M_emplace_uniqueIJRA36_KcS9_EEES6_ISt17_Rb_tree_iteratorISA_EbEDpOT_
|
|
65926
65949
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE17_M_emplace_uniqueIJRA37_KcS9_EEES6_ISt17_Rb_tree_iteratorISA_EbEDpOT_
|
|
65927
65950
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE17_M_emplace_uniqueIJRA3_KcS9_EEES6_ISt17_Rb_tree_iteratorISA_EbEDpOT_
|
|
@@ -69560,6 +69583,7 @@ _ZTVN4node8profiler20V8ProfilerConnection25V8ProfilerSessionDelegateE
|
|
|
69560
69583
|
_ZTVN4node8profiler20V8ProfilerConnectionE
|
|
69561
69584
|
_ZTVN4node8profiler23V8CpuProfilerConnectionE
|
|
69562
69585
|
_ZTVN4node8profiler24V8HeapProfilerConnectionE
|
|
69586
|
+
_ZTVN4node8v8_utils10GCProfilerE
|
|
69563
69587
|
_ZTVN4node8v8_utils11BindingDataE
|
|
69564
69588
|
_ZTVN4node9AsyncWrapE
|
|
69565
69589
|
_ZTVN4node9HistogramE
|
|
@@ -71621,9 +71645,11 @@ _ZZN4node16MaybeStackBufferItLm1024EE25AllocateSufficientStorageEmE4args
|
|
|
71621
71645
|
_ZZN4node16MaybeStackBufferItLm1024EE25SetLengthAndZeroTerminateEmE4args
|
|
71622
71646
|
_ZZN4node16MaybeStackBufferItLm1024EE9SetLengthEmE4args
|
|
71623
71647
|
_ZZN4node16MaybeStackBufferItLm1024EEixEmE4args
|
|
71648
|
+
_ZZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC4EPNS1_7IsolateEmPKmE4args
|
|
71624
71649
|
_ZZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC4EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKmE4args
|
|
71625
71650
|
_ZZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC4EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKmE4args_0
|
|
71626
71651
|
_ZZN4node17AliasedBufferBaseIjN2v811Uint32ArrayEvEC4EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKmE4args_0
|
|
71652
|
+
_ZZN4node17AliasedBufferBaseIlN2v813BigInt64ArrayEvEC4EPNS1_7IsolateEmPKmE4args
|
|
71627
71653
|
_ZZN4node17BaseObjectPtrImplINS_10BaseObjectELb0EEC4EPS1_E4args
|
|
71628
71654
|
_ZZN4node17BaseObjectPtrImplINS_10HandleWrapELb0EEC4EPS1_E4args
|
|
71629
71655
|
_ZZN4node17BaseObjectPtrImplINS_10StreamPipeELb0EEC4EPS1_E4args
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 18
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 15
|
|
27
|
+
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 1
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME "Hydrogen"
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -163,6 +163,9 @@ Use the specified file as a security policy.
|
|
|
163
163
|
.It Fl -experimental-shadow-realm
|
|
164
164
|
Use this flag to enable ShadowRealm support.
|
|
165
165
|
.
|
|
166
|
+
.It Fl -experimental-test-coverage
|
|
167
|
+
Enable code coverage in the test runner.
|
|
168
|
+
.
|
|
166
169
|
.It Fl -no-experimental-fetch
|
|
167
170
|
Disable experimental support for the Fetch API.
|
|
168
171
|
.
|