node-linux-x64 18.3.0 → 18.4.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 +114 -0
- package/README.md +8 -6
- package/bin/node +0 -0
- package/include/node/config.gypi +83 -83
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#18.4.0">18.4.0</a><br/>
|
|
12
|
+
<a href="#18.3.0">18.3.0</a><br/>
|
|
11
13
|
<a href="#18.2.0">18.2.0</a><br/>
|
|
12
14
|
<a href="#18.1.0">18.1.0</a><br/>
|
|
13
15
|
<a href="#18.0.0">18.0.0</a><br/>
|
|
@@ -35,6 +37,118 @@
|
|
|
35
37
|
* [io.js](CHANGELOG_IOJS.md)
|
|
36
38
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
37
39
|
|
|
40
|
+
<a id="18.4.0"></a>
|
|
41
|
+
|
|
42
|
+
## 2022-06-16, Version 18.4.0 (Current), @danielleadams
|
|
43
|
+
|
|
44
|
+
### Notable Changes
|
|
45
|
+
|
|
46
|
+
* **crypto**:
|
|
47
|
+
* remove Node.js-specific webcrypto extensions (Filip Skokan) [#43310](https://github.com/nodejs/node/pull/43310)
|
|
48
|
+
* add CFRG curves to Web Crypto API (Filip Skokan) [#42507](https://github.com/nodejs/node/pull/42507)
|
|
49
|
+
* **dns**:
|
|
50
|
+
* accept `'IPv4'` and `'IPv6'` for `family` (Antoine du Hamel) [#43054](https://github.com/nodejs/node/pull/43054)
|
|
51
|
+
* **report**:
|
|
52
|
+
* add more heap infos in process report (theanarkh) [#43116](https://github.com/nodejs/node/pull/43116)
|
|
53
|
+
|
|
54
|
+
### Commits
|
|
55
|
+
|
|
56
|
+
* \[[`702bfa0b7c`](https://github.com/nodejs/node/commit/702bfa0b7c)] - **async\_hooks**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
57
|
+
* \[[`f7c4015fd8`](https://github.com/nodejs/node/commit/f7c4015fd8)] - **bootstrap**: consolidate global properties definition (Chengzhong Wu) [#43357](https://github.com/nodejs/node/pull/43357)
|
|
58
|
+
* \[[`8d892f5259`](https://github.com/nodejs/node/commit/8d892f5259)] - **build**: add nonpm and nocorepack to vcbuild.bat (Darshan Sen) [#43219](https://github.com/nodejs/node/pull/43219)
|
|
59
|
+
* \[[`4109ddc005`](https://github.com/nodejs/node/commit/4109ddc005)] - **child\_process**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
60
|
+
* \[[`7b5cb14f0c`](https://github.com/nodejs/node/commit/7b5cb14f0c)] - **cluster**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
61
|
+
* \[[`9f1de2c005`](https://github.com/nodejs/node/commit/9f1de2c005)] - **crypto**: fix webcrypto import of cfrg raw public keys (Filip Skokan) [#43404](https://github.com/nodejs/node/pull/43404)
|
|
62
|
+
* \[[`7f02e22998`](https://github.com/nodejs/node/commit/7f02e22998)] - **crypto**: test webcrypto ec raw public key import (Filip Skokan) [#43405](https://github.com/nodejs/node/pull/43405)
|
|
63
|
+
* \[[`0a075cb548`](https://github.com/nodejs/node/commit/0a075cb548)] - **crypto**: fix webcrypto JWK EC and OKP import crv check (Filip Skokan) [#43346](https://github.com/nodejs/node/pull/43346)
|
|
64
|
+
* \[[`df0903c8e8`](https://github.com/nodejs/node/commit/df0903c8e8)] - **crypto**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
65
|
+
* \[[`6d0053345e`](https://github.com/nodejs/node/commit/6d0053345e)] - **(SEMVER-MINOR)** **crypto**: remove Node.js-specific webcrypto extensions (Filip Skokan) [#43310](https://github.com/nodejs/node/pull/43310)
|
|
66
|
+
* \[[`28c034d6b5`](https://github.com/nodejs/node/commit/28c034d6b5)] - **(SEMVER-MINOR)** **crypto**: add CFRG curves to Web Crypto API (Filip Skokan) [#42507](https://github.com/nodejs/node/pull/42507)
|
|
67
|
+
* \[[`fe7fd85109`](https://github.com/nodejs/node/commit/fe7fd85109)] - **deps**: update Corepack to 0.11.2 (Maël Nison) [#43402](https://github.com/nodejs/node/pull/43402)
|
|
68
|
+
* \[[`517f17b214`](https://github.com/nodejs/node/commit/517f17b214)] - **deps**: update undici to 5.5.1 (Node.js GitHub Bot) [#43412](https://github.com/nodejs/node/pull/43412)
|
|
69
|
+
* \[[`f4c830fbe4`](https://github.com/nodejs/node/commit/f4c830fbe4)] - **deps**: upgrade npm to 8.12.1 (npm CLI robot) [#43301](https://github.com/nodejs/node/pull/43301)
|
|
70
|
+
* \[[`0bb84b09a5`](https://github.com/nodejs/node/commit/0bb84b09a5)] - **(SEMVER-MINOR)** **dns**: accept `'IPv4'` and `'IPv6'` for `family` (Antoine du Hamel) [#43054](https://github.com/nodejs/node/pull/43054)
|
|
71
|
+
* \[[`f91babe494`](https://github.com/nodejs/node/commit/f91babe494)] - **doc**: packages documentation updates for 12 EOL (Guy Bedford) [#43375](https://github.com/nodejs/node/pull/43375)
|
|
72
|
+
* \[[`066f963ec1`](https://github.com/nodejs/node/commit/066f963ec1)] - **doc**: add initial doc on how to update cjs-module-lexer (Michael Dawson) [#43255](https://github.com/nodejs/node/pull/43255)
|
|
73
|
+
* \[[`36e5684ae0`](https://github.com/nodejs/node/commit/36e5684ae0)] - **doc**: clarify use of deps/icu-small (Michael Dawson) [#43287](https://github.com/nodejs/node/pull/43287)
|
|
74
|
+
* \[[`b9634e7ef3`](https://github.com/nodejs/node/commit/b9634e7ef3)] - **doc**: remove llnode from diag tierlist (Tony Gorez) [#43289](https://github.com/nodejs/node/pull/43289)
|
|
75
|
+
* \[[`4caeb10e7b`](https://github.com/nodejs/node/commit/4caeb10e7b)] - **doc**: remove ETW from diag tierlist (Tony Gorez) [#43295](https://github.com/nodejs/node/pull/43295)
|
|
76
|
+
* \[[`41955e5ce5`](https://github.com/nodejs/node/commit/41955e5ce5)] - **doc**: use serial comma in report docs (Tobias Nießen) [#43394](https://github.com/nodejs/node/pull/43394)
|
|
77
|
+
* \[[`e30d4c1cb0`](https://github.com/nodejs/node/commit/e30d4c1cb0)] - **doc**: add fspromises mkdir example (Tierney Cyren) [#40843](https://github.com/nodejs/node/pull/40843)
|
|
78
|
+
* \[[`adec5fa929`](https://github.com/nodejs/node/commit/adec5fa929)] - **doc**: add F3n67u to triagers (Feng Yu) [#43350](https://github.com/nodejs/node/pull/43350)
|
|
79
|
+
* \[[`cc3505b192`](https://github.com/nodejs/node/commit/cc3505b192)] - **doc**: fix typo in globals.md (Daeyeon Jeong) [#43365](https://github.com/nodejs/node/pull/43365)
|
|
80
|
+
* \[[`052c8eaf6a`](https://github.com/nodejs/node/commit/052c8eaf6a)] - **doc**: use serial comma in webstreams docs (Tobias Nießen) [#43353](https://github.com/nodejs/node/pull/43353)
|
|
81
|
+
* \[[`b824a0b7d0`](https://github.com/nodejs/node/commit/b824a0b7d0)] - **doc**: fix specifier example in `esm.md` (hiroki osame) [#43351](https://github.com/nodejs/node/pull/43351)
|
|
82
|
+
* \[[`d558b3c028`](https://github.com/nodejs/node/commit/d558b3c028)] - **doc**: add undici to glossary (F3n67u) [#43327](https://github.com/nodejs/node/pull/43327)
|
|
83
|
+
* \[[`f9ad98f5cb`](https://github.com/nodejs/node/commit/f9ad98f5cb)] - **doc**: change glossary link in pull request guide to node's glossary doc (Feng Yu) [#43318](https://github.com/nodejs/node/pull/43318)
|
|
84
|
+
* \[[`02944a6783`](https://github.com/nodejs/node/commit/02944a6783)] - **doc**: fix typo in util.parseArgs usage example (Michael Ficarra) [#43332](https://github.com/nodejs/node/pull/43332)
|
|
85
|
+
* \[[`f2bc6a3f71`](https://github.com/nodejs/node/commit/f2bc6a3f71)] - **doc**: improve description of TZ (Tobias Nießen) [#43334](https://github.com/nodejs/node/pull/43334)
|
|
86
|
+
* \[[`9335ea6c35`](https://github.com/nodejs/node/commit/9335ea6c35)] - **doc**: use serial comma in net docs (Tobias Nießen) [#43335](https://github.com/nodejs/node/pull/43335)
|
|
87
|
+
* \[[`05f38c6c3e`](https://github.com/nodejs/node/commit/05f38c6c3e)] - **doc**: make clear the result of comparison between Symbol.for (Kohei Ueno) [#43309](https://github.com/nodejs/node/pull/43309)
|
|
88
|
+
* \[[`c9aed9de9f`](https://github.com/nodejs/node/commit/c9aed9de9f)] - **doc**: add missing require to stream api doc (Feng Yu) [#43237](https://github.com/nodejs/node/pull/43237)
|
|
89
|
+
* \[[`f3188c1c9c`](https://github.com/nodejs/node/commit/f3188c1c9c)] - **doc**: add CIGTM to `glossary.md` (Feng Yu) [#43316](https://github.com/nodejs/node/pull/43316)
|
|
90
|
+
* \[[`c572d2d115`](https://github.com/nodejs/node/commit/c572d2d115)] - **doc**: use serial comma in pull request doc (Feng Yu) [#43319](https://github.com/nodejs/node/pull/43319)
|
|
91
|
+
* \[[`8a4e1fa002`](https://github.com/nodejs/node/commit/8a4e1fa002)] - **doc**: use serial comma in ESM docs (Tobias Nießen) [#43322](https://github.com/nodejs/node/pull/43322)
|
|
92
|
+
* \[[`fff0560a66`](https://github.com/nodejs/node/commit/fff0560a66)] - **doc**: promote cdt to tier 3 (Tony Gorez) [#43290](https://github.com/nodejs/node/pull/43290)
|
|
93
|
+
* \[[`7d0f6da97f`](https://github.com/nodejs/node/commit/7d0f6da97f)] - **doc**: fix chromium document link in pull-requests.md (rikapo) [#43265](https://github.com/nodejs/node/pull/43265)
|
|
94
|
+
* \[[`4674b0d2a5`](https://github.com/nodejs/node/commit/4674b0d2a5)] - **doc**: fix 404 link of BUILDING.md (Feng Yu) [#43234](https://github.com/nodejs/node/pull/43234)
|
|
95
|
+
* \[[`ee392c5c0b`](https://github.com/nodejs/node/commit/ee392c5c0b)] - **doc**: update CHANGELOG\_V18.md (Filip Skokan) [#43298](https://github.com/nodejs/node/pull/43298)
|
|
96
|
+
* \[[`5a3a2a197f`](https://github.com/nodejs/node/commit/5a3a2a197f)] - **doc**: add src/crypto to CC list for nodejs/crypto (Tobias Nießen) [#43286](https://github.com/nodejs/node/pull/43286)
|
|
97
|
+
* \[[`69ce50396c`](https://github.com/nodejs/node/commit/69ce50396c)] - **doc**: use serial comma in console docs (Tobias Nießen) [#43257](https://github.com/nodejs/node/pull/43257)
|
|
98
|
+
* \[[`0c5092c51c`](https://github.com/nodejs/node/commit/0c5092c51c)] - **events**: fix adding abort listener in `events.once` (Daeyeon Jeong) [#43373](https://github.com/nodejs/node/pull/43373)
|
|
99
|
+
* \[[`fda2105481`](https://github.com/nodejs/node/commit/fda2105481)] - **events**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
100
|
+
* \[[`63bf49b143`](https://github.com/nodejs/node/commit/63bf49b143)] - **fs**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
101
|
+
* \[[`9b764531b9`](https://github.com/nodejs/node/commit/9b764531b9)] - **fs**: export constants from `fs/promises` (Feng Yu) [#43177](https://github.com/nodejs/node/pull/43177)
|
|
102
|
+
* \[[`a4409f85f8`](https://github.com/nodejs/node/commit/a4409f85f8)] - **http**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
103
|
+
* \[[`2ffd54105a`](https://github.com/nodejs/node/commit/2ffd54105a)] - **http2**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
104
|
+
* \[[`b468b8fe51`](https://github.com/nodejs/node/commit/b468b8fe51)] - **https**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
105
|
+
* \[[`d2a98dc6cf`](https://github.com/nodejs/node/commit/d2a98dc6cf)] - **inspector**: add missing initialization (Michael Dawson) [#43254](https://github.com/nodejs/node/pull/43254)
|
|
106
|
+
* \[[`3b2f7eed39`](https://github.com/nodejs/node/commit/3b2f7eed39)] - **lib**: use `kEmptyObject` in various places (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
107
|
+
* \[[`4a9511d971`](https://github.com/nodejs/node/commit/4a9511d971)] - **lib**: give names to promisified methods (LiviaMedeiros) [#43218](https://github.com/nodejs/node/pull/43218)
|
|
108
|
+
* \[[`b8644606eb`](https://github.com/nodejs/node/commit/b8644606eb)] - **lib**: use null-prototype objects for property descriptors (Antoine du Hamel) [#43270](https://github.com/nodejs/node/pull/43270)
|
|
109
|
+
* \[[`64edd6cbc3`](https://github.com/nodejs/node/commit/64edd6cbc3)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#43399](https://github.com/nodejs/node/pull/43399)
|
|
110
|
+
* \[[`b05cea57ba`](https://github.com/nodejs/node/commit/b05cea57ba)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#43387](https://github.com/nodejs/node/pull/43387)
|
|
111
|
+
* \[[`a8ecec57e3`](https://github.com/nodejs/node/commit/a8ecec57e3)] - **meta**: move one or more collaborators to emeritus (#43183) (Node.js GitHub Bot) [#43183](https://github.com/nodejs/node/pull/43183)
|
|
112
|
+
* \[[`60dc36244a`](https://github.com/nodejs/node/commit/60dc36244a)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#43312](https://github.com/nodejs/node/pull/43312)
|
|
113
|
+
* \[[`9803b82ac7`](https://github.com/nodejs/node/commit/9803b82ac7)] - **net,dns**: move hasObserver out of perf function (theanarkh) [#43217](https://github.com/nodejs/node/pull/43217)
|
|
114
|
+
* \[[`112518fb1d`](https://github.com/nodejs/node/commit/112518fb1d)] - **perf\_hooks**: fix function wrapped by `timerify` to work correctly (Kohei Ueno) [#43330](https://github.com/nodejs/node/pull/43330)
|
|
115
|
+
* \[[`a3310d13bf`](https://github.com/nodejs/node/commit/a3310d13bf)] - **perf\_hooks**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
116
|
+
* \[[`7e8a00a26d`](https://github.com/nodejs/node/commit/7e8a00a26d)] - **readline**: fix question stack overflow (Eugene Chapko) [#43320](https://github.com/nodejs/node/pull/43320)
|
|
117
|
+
* \[[`5e98cacf77`](https://github.com/nodejs/node/commit/5e98cacf77)] - **readline**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
118
|
+
* \[[`66d956ca49`](https://github.com/nodejs/node/commit/66d956ca49)] - **repl**: make autocomplete case-insensitive (Sergey Petushkov) [#41632](https://github.com/nodejs/node/pull/41632)
|
|
119
|
+
* \[[`201f3d7f56`](https://github.com/nodejs/node/commit/201f3d7f56)] - **(SEMVER-MINOR)** **report**: add more heap infos in process report (theanarkh) [#43116](https://github.com/nodejs/node/pull/43116)
|
|
120
|
+
* \[[`a0568409b6`](https://github.com/nodejs/node/commit/a0568409b6)] - **src**: fix json utils escapes for U+000B (Chengzhong Wu) [#43206](https://github.com/nodejs/node/pull/43206)
|
|
121
|
+
* \[[`931ecfa033`](https://github.com/nodejs/node/commit/931ecfa033)] - **src**: fix memory leaks and refactor `ByteSource` (Tobias Nießen) [#43202](https://github.com/nodejs/node/pull/43202)
|
|
122
|
+
* \[[`5e65c1f3da`](https://github.com/nodejs/node/commit/5e65c1f3da)] - **src**: convey potential exceptions during StreamPipe construction (Darshan Sen) [#43240](https://github.com/nodejs/node/pull/43240)
|
|
123
|
+
* \[[`b200a5ff67`](https://github.com/nodejs/node/commit/b200a5ff67)] - **stream**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
124
|
+
* \[[`1cc1a57cdb`](https://github.com/nodejs/node/commit/1cc1a57cdb)] - **test**: remove unused argument in test-util-inspect.js (Colin Ihrig) [#43395](https://github.com/nodejs/node/pull/43395)
|
|
125
|
+
* \[[`42c2115a82`](https://github.com/nodejs/node/commit/42c2115a82)] - **test**: mark test\_buffer/test\_finalizer flaky (Michael Dawson) [#43414](https://github.com/nodejs/node/pull/43414)
|
|
126
|
+
* \[[`71802c32d0`](https://github.com/nodejs/node/commit/71802c32d0)] - **test**: fix address in use error (Caleb Everett) [#43199](https://github.com/nodejs/node/pull/43199)
|
|
127
|
+
* \[[`e1b8c85a7a`](https://github.com/nodejs/node/commit/e1b8c85a7a)] - **test**: add test for short-option followed by its value (Kohei Ueno) [#43358](https://github.com/nodejs/node/pull/43358)
|
|
128
|
+
* \[[`f8d26c6011`](https://github.com/nodejs/node/commit/f8d26c6011)] - **test**: fix `common.mustNotCall` error message (Antoine du Hamel) [#42917](https://github.com/nodejs/node/pull/42917)
|
|
129
|
+
* \[[`18fffe6108`](https://github.com/nodejs/node/commit/18fffe6108)] - **test**: convert then to async/await (Meek Simbule) [#43292](https://github.com/nodejs/node/pull/43292)
|
|
130
|
+
* \[[`acd96d80eb`](https://github.com/nodejs/node/commit/acd96d80eb)] - **test**: add `BigInt`s to `common.getArrayBufferViews()` (LiviaMedeiros) [#43235](https://github.com/nodejs/node/pull/43235)
|
|
131
|
+
* \[[`e576a7fa50`](https://github.com/nodejs/node/commit/e576a7fa50)] - **test\_runner**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
132
|
+
* \[[`fecad7a3a5`](https://github.com/nodejs/node/commit/fecad7a3a5)] - **timers**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
133
|
+
* \[[`e31baca76a`](https://github.com/nodejs/node/commit/e31baca76a)] - **tls**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
134
|
+
* \[[`7f8f61a749`](https://github.com/nodejs/node/commit/7f8f61a749)] - **tls**: fix performance regression in `convertALPNProtocols()` (LiviaMedeiros) [#43250](https://github.com/nodejs/node/pull/43250)
|
|
135
|
+
* \[[`ac9599a718`](https://github.com/nodejs/node/commit/ac9599a718)] - **tools**: report unsafe string and regex primordials as lint errors (Antoine du Hamel) [#43393](https://github.com/nodejs/node/pull/43393)
|
|
136
|
+
* \[[`b69d874592`](https://github.com/nodejs/node/commit/b69d874592)] - **tools**: fix `create-or-update-pull-request-action` hash on GHA (Antoine du Hamel) [#43378](https://github.com/nodejs/node/pull/43378)
|
|
137
|
+
* \[[`cf8a115983`](https://github.com/nodejs/node/commit/cf8a115983)] - **tools**: add `avoid-prototype-pollution` lint rule (Antoine du Hamel) [#43308](https://github.com/nodejs/node/pull/43308)
|
|
138
|
+
* \[[`8c0fe1e184`](https://github.com/nodejs/node/commit/8c0fe1e184)] - **tools**: fix find-inactive actions (LiviaMedeiros) [#43377](https://github.com/nodejs/node/pull/43377)
|
|
139
|
+
* \[[`7f45d69f83`](https://github.com/nodejs/node/commit/7f45d69f83)] - **tools**: update lint-md-dependencies to rollup\@2.75.5 (Node.js GitHub Bot) [#43313](https://github.com/nodejs/node/pull/43313)
|
|
140
|
+
* \[[`d5d0f01c5a`](https://github.com/nodejs/node/commit/d5d0f01c5a)] - **tools**: update eslint to 8.17.0 (Node.js GitHub Bot) [#43314](https://github.com/nodejs/node/pull/43314)
|
|
141
|
+
* \[[`f598fe1585`](https://github.com/nodejs/node/commit/f598fe1585)] - **tools**: use hashes instead of tags for external actions (#43284) (Antoine du Hamel) [#43284](https://github.com/nodejs/node/pull/43284)
|
|
142
|
+
* \[[`10f79947d9`](https://github.com/nodejs/node/commit/10f79947d9)] - **tools**: update `codecov/codecov-action` version (Antoine du Hamel) [#43297](https://github.com/nodejs/node/pull/43297)
|
|
143
|
+
* \[[`f93848fa50`](https://github.com/nodejs/node/commit/f93848fa50)] - **tools**: update lint-md-dependencies to rollup\@2.75.3 (Node.js GitHub Bot) [#43261](https://github.com/nodejs/node/pull/43261)
|
|
144
|
+
* \[[`b3d7dc1de8`](https://github.com/nodejs/node/commit/b3d7dc1de8)] - **tools**: update clang-format 1.7.0 to 1.8.0 (Darshan Sen) [#43241](https://github.com/nodejs/node/pull/43241)
|
|
145
|
+
* \[[`812140c65a`](https://github.com/nodejs/node/commit/812140c65a)] - **tools,doc**: add guards against prototype pollution when creating proxies (Antoine du Hamel) [#43391](https://github.com/nodejs/node/pull/43391)
|
|
146
|
+
* \[[`56b8cc5cef`](https://github.com/nodejs/node/commit/56b8cc5cef)] - **util**: freeze `kEnumerableProperty` (LiviaMedeiros) [#43390](https://github.com/nodejs/node/pull/43390)
|
|
147
|
+
* \[[`b187d55b6d`](https://github.com/nodejs/node/commit/b187d55b6d)] - **util**: add `kEmptyObject` to internal/util (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
148
|
+
* \[[`024b396275`](https://github.com/nodejs/node/commit/024b396275)] - **vm**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
149
|
+
* \[[`7fc432fa35`](https://github.com/nodejs/node/commit/7fc432fa35)] - **wasi**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
150
|
+
* \[[`44b65d0ca7`](https://github.com/nodejs/node/commit/44b65d0ca7)] - **worker**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
|
|
151
|
+
|
|
38
152
|
<a id="18.3.0"></a>
|
|
39
153
|
|
|
40
154
|
## 2022-06-01, Version 18.3.0 (Current), @bengl
|
package/README.md
CHANGED
|
@@ -286,8 +286,6 @@ For information about the governance of the Node.js project, see
|
|
|
286
286
|
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
287
287
|
* [BridgeAR](https://github.com/BridgeAR) -
|
|
288
288
|
**Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
|
|
289
|
-
* [bzoz](https://github.com/bzoz) -
|
|
290
|
-
**Bartosz Sosnowski** <<bartosz@janeasystems.com>>
|
|
291
289
|
* [cclauss](https://github.com/cclauss) -
|
|
292
290
|
**Christian Clauss** <<cclauss@me.com>> (he/him)
|
|
293
291
|
* [ChALkeR](https://github.com/ChALkeR) -
|
|
@@ -330,8 +328,6 @@ For information about the governance of the Node.js project, see
|
|
|
330
328
|
**Harshitha K P** <<harshitha014@gmail.com>> (she/her)
|
|
331
329
|
* [himself65](https://github.com/himself65) -
|
|
332
330
|
**Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
|
|
333
|
-
* [hiroppy](https://github.com/hiroppy) -
|
|
334
|
-
**Yuta Hiroto** <<hello@hiroppy.me>> (he/him)
|
|
335
331
|
* [iansu](https://github.com/iansu) -
|
|
336
332
|
**Ian Sutherland** <<ian@iansutherland.ca>>
|
|
337
333
|
* [indutny](https://github.com/indutny) -
|
|
@@ -364,8 +360,6 @@ For information about the governance of the Node.js project, see
|
|
|
364
360
|
**LiviaMedeiros** <<livia@cirno.name>>
|
|
365
361
|
* [lpinca](https://github.com/lpinca) -
|
|
366
362
|
**Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
|
|
367
|
-
* [lundibundi](https://github.com/lundibundi) -
|
|
368
|
-
**Denys Otrishko** <<shishugi@gmail.com>> (he/him)
|
|
369
363
|
* [Lxxyx](https://github.com/Lxxyx) -
|
|
370
364
|
**Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
|
|
371
365
|
* [marsonya](https://github.com/marsonya) -
|
|
@@ -474,6 +468,8 @@ For information about the governance of the Node.js project, see
|
|
|
474
468
|
**Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
|
|
475
469
|
* [brendanashworth](https://github.com/brendanashworth) -
|
|
476
470
|
**Brendan Ashworth** <<brendan.ashworth@me.com>>
|
|
471
|
+
* [bzoz](https://github.com/bzoz) -
|
|
472
|
+
**Bartosz Sosnowski** <<bartosz@janeasystems.com>>
|
|
477
473
|
* [calvinmetcalf](https://github.com/calvinmetcalf) -
|
|
478
474
|
**Calvin Metcalf** <<calvin.metcalf@gmail.com>>
|
|
479
475
|
* [chrisdickinson](https://github.com/chrisdickinson) -
|
|
@@ -506,6 +502,8 @@ For information about the governance of the Node.js project, see
|
|
|
506
502
|
**Glen Keane** <<glenkeane.94@gmail.com>> (he/him)
|
|
507
503
|
* [hashseed](https://github.com/hashseed) -
|
|
508
504
|
**Yang Guo** <<yangguo@chromium.org>> (he/him)
|
|
505
|
+
* [hiroppy](https://github.com/hiroppy) -
|
|
506
|
+
**Yuta Hiroto** <<hello@hiroppy.me>> (he/him)
|
|
509
507
|
* [iarna](https://github.com/iarna) -
|
|
510
508
|
**Rebecca Turner** <<me@re-becca.org>>
|
|
511
509
|
* [imran-iq](https://github.com/imran-iq) -
|
|
@@ -538,6 +536,8 @@ For information about the governance of the Node.js project, see
|
|
|
538
536
|
**Lance Ball** <<lball@redhat.com>> (he/him)
|
|
539
537
|
* [lucamaraschi](https://github.com/lucamaraschi) -
|
|
540
538
|
**Luca Maraschi** <<luca.maraschi@gmail.com>> (he/him)
|
|
539
|
+
* [lundibundi](https://github.com/lundibundi) -
|
|
540
|
+
**Denys Otrishko** <<shishugi@gmail.com>> (he/him)
|
|
541
541
|
* [lxe](https://github.com/lxe) -
|
|
542
542
|
**Aleksey Smolenchuk** <<lxe@lxe.co>>
|
|
543
543
|
* [maclover7](https://github.com/maclover7) -
|
|
@@ -646,6 +646,8 @@ maintaining the Node.js project.
|
|
|
646
646
|
|
|
647
647
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
648
648
|
**Qingyu Deng** <<i@ayase-lab.com>>
|
|
649
|
+
* [F3n67u](https://github.com/F3n67u) -
|
|
650
|
+
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
649
651
|
* [himadriganguly](https://github.com/himadriganguly) -
|
|
650
652
|
**Himadri Ganguly** <<himadri.tech@gmail.com>> (he/him)
|
|
651
653
|
* [iam-frankqiu](https://github.com/iam-frankqiu) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/config.gypi
CHANGED
|
@@ -27,85 +27,76 @@
|
|
|
27
27
|
'node_fipsinstall': 'false',
|
|
28
28
|
'node_install_corepack': 'true',
|
|
29
29
|
'node_install_npm': 'true',
|
|
30
|
-
'node_library_files': [ 'lib/
|
|
31
|
-
'lib/_http_common.js',
|
|
30
|
+
'node_library_files': [ 'lib/_http_common.js',
|
|
32
31
|
'lib/_stream_duplex.js',
|
|
33
32
|
'lib/_stream_passthrough.js',
|
|
34
33
|
'lib/_stream_readable.js',
|
|
35
34
|
'lib/_stream_transform.js',
|
|
36
35
|
'lib/_stream_wrap.js',
|
|
37
36
|
'lib/_stream_writable.js',
|
|
38
|
-
'lib/_tls_common.js',
|
|
39
|
-
'lib/_tls_wrap.js',
|
|
40
37
|
'lib/assert.js',
|
|
41
|
-
'lib/async_hooks.js',
|
|
42
|
-
'lib/buffer.js',
|
|
43
|
-
'lib/child_process.js',
|
|
44
38
|
'lib/cluster.js',
|
|
45
39
|
'lib/console.js',
|
|
46
40
|
'lib/constants.js',
|
|
47
|
-
'lib/crypto.js',
|
|
48
|
-
'lib/dgram.js',
|
|
49
41
|
'lib/diagnostics_channel.js',
|
|
50
|
-
'lib/dns.js',
|
|
51
|
-
'lib/domain.js',
|
|
52
|
-
'lib/events.js',
|
|
53
|
-
'lib/http.js',
|
|
54
42
|
'lib/http2.js',
|
|
55
|
-
'lib/https.js',
|
|
56
43
|
'lib/module.js',
|
|
57
|
-
'lib/os.js',
|
|
58
44
|
'lib/path.js',
|
|
59
|
-
'lib/perf_hooks.js',
|
|
60
45
|
'lib/process.js',
|
|
61
46
|
'lib/punycode.js',
|
|
62
47
|
'lib/querystring.js',
|
|
63
|
-
'lib/readline.js',
|
|
64
|
-
'lib/repl.js',
|
|
65
|
-
'lib/stream.js',
|
|
66
|
-
'lib/string_decoder.js',
|
|
67
48
|
'lib/sys.js',
|
|
68
49
|
'lib/test.js',
|
|
69
|
-
'lib/timers.js',
|
|
70
50
|
'lib/trace_events.js',
|
|
71
51
|
'lib/tty.js',
|
|
72
52
|
'lib/url.js',
|
|
73
53
|
'lib/v8.js',
|
|
74
|
-
'lib/vm.js',
|
|
75
|
-
'lib/wasi.js',
|
|
76
54
|
'lib/worker_threads.js',
|
|
77
|
-
'lib/
|
|
78
|
-
'lib/
|
|
55
|
+
'lib/wasi.js',
|
|
56
|
+
'lib/_tls_common.js',
|
|
57
|
+
'lib/events.js',
|
|
58
|
+
'lib/os.js',
|
|
59
|
+
'lib/inspector.js',
|
|
60
|
+
'lib/_http_server.js',
|
|
79
61
|
'lib/_http_incoming.js',
|
|
80
62
|
'lib/_http_outgoing.js',
|
|
81
|
-
'lib/
|
|
82
|
-
'lib/
|
|
63
|
+
'lib/buffer.js',
|
|
64
|
+
'lib/crypto.js',
|
|
65
|
+
'lib/dgram.js',
|
|
66
|
+
'lib/domain.js',
|
|
67
|
+
'lib/http.js',
|
|
68
|
+
'lib/perf_hooks.js',
|
|
69
|
+
'lib/stream.js',
|
|
70
|
+
'lib/string_decoder.js',
|
|
71
|
+
'lib/timers.js',
|
|
72
|
+
'lib/tls.js',
|
|
83
73
|
'lib/util.js',
|
|
74
|
+
'lib/zlib.js',
|
|
75
|
+
'lib/repl.js',
|
|
76
|
+
'lib/_http_agent.js',
|
|
84
77
|
'lib/_http_client.js',
|
|
85
|
-
'lib/
|
|
86
|
-
'lib/
|
|
78
|
+
'lib/_tls_wrap.js',
|
|
79
|
+
'lib/async_hooks.js',
|
|
80
|
+
'lib/child_process.js',
|
|
81
|
+
'lib/fs.js',
|
|
82
|
+
'lib/https.js',
|
|
83
|
+
'lib/vm.js',
|
|
84
|
+
'lib/readline.js',
|
|
85
|
+
'lib/dns.js',
|
|
86
|
+
'lib/net.js',
|
|
87
87
|
'lib/assert/strict.js',
|
|
88
88
|
'lib/dns/promises.js',
|
|
89
89
|
'lib/fs/promises.js',
|
|
90
|
-
'lib/internal/abort_controller.js',
|
|
91
90
|
'lib/internal/assert.js',
|
|
92
|
-
'lib/internal/async_hooks.js',
|
|
93
|
-
'lib/internal/blob.js',
|
|
94
91
|
'lib/internal/blocklist.js',
|
|
95
92
|
'lib/internal/buffer.js',
|
|
96
|
-
'lib/internal/child_process.js',
|
|
97
93
|
'lib/internal/cli_table.js',
|
|
98
94
|
'lib/internal/constants.js',
|
|
99
95
|
'lib/internal/dgram.js',
|
|
100
96
|
'lib/internal/dtrace.js',
|
|
101
|
-
'lib/internal/encoding.js',
|
|
102
|
-
'lib/internal/error_serdes.js',
|
|
103
|
-
'lib/internal/event_target.js',
|
|
104
97
|
'lib/internal/fixed_queue.js',
|
|
105
98
|
'lib/internal/freelist.js',
|
|
106
|
-
'lib/internal/freeze_intrinsics.js',
|
|
107
99
|
'lib/internal/heap_utils.js',
|
|
108
|
-
'lib/internal/histogram.js',
|
|
109
100
|
'lib/internal/idna.js',
|
|
110
101
|
'lib/internal/inspector_async_hook.js',
|
|
111
102
|
'lib/internal/js_stream_socket.js',
|
|
@@ -113,7 +104,6 @@
|
|
|
113
104
|
'lib/internal/net.js',
|
|
114
105
|
'lib/internal/options.js',
|
|
115
106
|
'lib/internal/priority_queue.js',
|
|
116
|
-
'lib/internal/promise_hooks.js',
|
|
117
107
|
'lib/internal/querystring.js',
|
|
118
108
|
'lib/internal/repl.js',
|
|
119
109
|
'lib/internal/socket_list.js',
|
|
@@ -123,23 +113,33 @@
|
|
|
123
113
|
'lib/internal/timers.js',
|
|
124
114
|
'lib/internal/trace_events_async_hooks.js',
|
|
125
115
|
'lib/internal/tty.js',
|
|
126
|
-
'lib/internal/url.js',
|
|
127
|
-
'lib/internal/util.js',
|
|
128
116
|
'lib/internal/v8_prof_polyfill.js',
|
|
129
117
|
'lib/internal/v8_prof_processor.js',
|
|
130
118
|
'lib/internal/wasm_web_api.js',
|
|
131
119
|
'lib/internal/watchdog.js',
|
|
132
|
-
'lib/internal/worker.js',
|
|
133
120
|
'lib/internal/validators.js',
|
|
134
121
|
'lib/internal/http.js',
|
|
122
|
+
'lib/internal/abort_controller.js',
|
|
123
|
+
'lib/internal/async_hooks.js',
|
|
124
|
+
'lib/internal/child_process.js',
|
|
125
|
+
'lib/internal/error_serdes.js',
|
|
126
|
+
'lib/internal/freeze_intrinsics.js',
|
|
127
|
+
'lib/internal/url.js',
|
|
128
|
+
'lib/internal/blob.js',
|
|
129
|
+
'lib/internal/encoding.js',
|
|
130
|
+
'lib/internal/event_target.js',
|
|
131
|
+
'lib/internal/histogram.js',
|
|
132
|
+
'lib/internal/promise_hooks.js',
|
|
133
|
+
'lib/internal/worker.js',
|
|
135
134
|
'lib/internal/errors.js',
|
|
136
|
-
'lib/internal/
|
|
135
|
+
'lib/internal/util.js',
|
|
137
136
|
'lib/internal/assert/calltracker.js',
|
|
137
|
+
'lib/internal/assert/assertion_error.js',
|
|
138
138
|
'lib/internal/bootstrap/environment.js',
|
|
139
139
|
'lib/internal/bootstrap/loaders.js',
|
|
140
|
-
'lib/internal/bootstrap/pre_execution.js',
|
|
141
|
-
'lib/internal/bootstrap/node.js',
|
|
142
140
|
'lib/internal/bootstrap/browser.js',
|
|
141
|
+
'lib/internal/bootstrap/node.js',
|
|
142
|
+
'lib/internal/bootstrap/pre_execution.js',
|
|
143
143
|
'lib/internal/bootstrap/switches/does_not_own_process_state.js',
|
|
144
144
|
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
145
145
|
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
@@ -153,39 +153,39 @@
|
|
|
153
153
|
'lib/internal/cluster/worker.js',
|
|
154
154
|
'lib/internal/console/constructor.js',
|
|
155
155
|
'lib/internal/console/global.js',
|
|
156
|
-
'lib/internal/crypto/aes.js',
|
|
157
156
|
'lib/internal/crypto/certificate.js',
|
|
158
157
|
'lib/internal/crypto/cipher.js',
|
|
159
|
-
'lib/internal/crypto/diffiehellman.js',
|
|
160
|
-
'lib/internal/crypto/dsa.js',
|
|
161
|
-
'lib/internal/crypto/ec.js',
|
|
162
158
|
'lib/internal/crypto/hash.js',
|
|
163
|
-
'lib/internal/crypto/hashnames.js',
|
|
164
159
|
'lib/internal/crypto/hkdf.js',
|
|
165
|
-
'lib/internal/crypto/
|
|
160
|
+
'lib/internal/crypto/pbkdf2.js',
|
|
161
|
+
'lib/internal/crypto/sig.js',
|
|
166
162
|
'lib/internal/crypto/keys.js',
|
|
163
|
+
'lib/internal/crypto/aes.js',
|
|
164
|
+
'lib/internal/crypto/diffiehellman.js',
|
|
165
|
+
'lib/internal/crypto/hashnames.js',
|
|
166
|
+
'lib/internal/crypto/keygen.js',
|
|
167
167
|
'lib/internal/crypto/mac.js',
|
|
168
|
-
'lib/internal/crypto/pbkdf2.js',
|
|
169
168
|
'lib/internal/crypto/random.js',
|
|
169
|
+
'lib/internal/crypto/rsa.js',
|
|
170
170
|
'lib/internal/crypto/scrypt.js',
|
|
171
|
-
'lib/internal/crypto/sig.js',
|
|
172
171
|
'lib/internal/crypto/util.js',
|
|
173
172
|
'lib/internal/crypto/webcrypto.js',
|
|
174
173
|
'lib/internal/crypto/x509.js',
|
|
175
|
-
'lib/internal/crypto/
|
|
176
|
-
'lib/internal/
|
|
174
|
+
'lib/internal/crypto/cfrg.js',
|
|
175
|
+
'lib/internal/crypto/ec.js',
|
|
177
176
|
'lib/internal/debugger/inspect_client.js',
|
|
178
177
|
'lib/internal/debugger/inspect_repl.js',
|
|
179
|
-
'lib/internal/
|
|
178
|
+
'lib/internal/debugger/inspect.js',
|
|
180
179
|
'lib/internal/dns/utils.js',
|
|
181
|
-
'lib/internal/
|
|
180
|
+
'lib/internal/dns/promises.js',
|
|
182
181
|
'lib/internal/fs/read_file_context.js',
|
|
183
182
|
'lib/internal/fs/rimraf.js',
|
|
183
|
+
'lib/internal/fs/dir.js',
|
|
184
|
+
'lib/internal/fs/watchers.js',
|
|
185
|
+
'lib/internal/fs/promises.js',
|
|
184
186
|
'lib/internal/fs/streams.js',
|
|
185
187
|
'lib/internal/fs/sync_write_stream.js',
|
|
186
188
|
'lib/internal/fs/utils.js',
|
|
187
|
-
'lib/internal/fs/watchers.js',
|
|
188
|
-
'lib/internal/fs/promises.js',
|
|
189
189
|
'lib/internal/fs/cp/cp-sync.js',
|
|
190
190
|
'lib/internal/fs/cp/cp.js',
|
|
191
191
|
'lib/internal/http2/compat.js',
|
|
@@ -211,46 +211,46 @@
|
|
|
211
211
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
212
212
|
'lib/internal/modules/esm/formats.js',
|
|
213
213
|
'lib/internal/modules/esm/get_format.js',
|
|
214
|
-
'lib/internal/modules/esm/get_source.js',
|
|
215
214
|
'lib/internal/modules/esm/handle_process_exit.js',
|
|
216
|
-
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
217
|
-
'lib/internal/modules/esm/load.js',
|
|
218
215
|
'lib/internal/modules/esm/module_map.js',
|
|
219
|
-
'lib/internal/modules/esm/resolve.js',
|
|
220
|
-
'lib/internal/modules/esm/translators.js',
|
|
221
216
|
'lib/internal/modules/esm/fetch_module.js',
|
|
217
|
+
'lib/internal/modules/esm/get_source.js',
|
|
218
|
+
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
219
|
+
'lib/internal/modules/esm/load.js',
|
|
222
220
|
'lib/internal/modules/esm/loader.js',
|
|
223
221
|
'lib/internal/modules/esm/module_job.js',
|
|
224
|
-
'lib/internal/
|
|
222
|
+
'lib/internal/modules/esm/resolve.js',
|
|
223
|
+
'lib/internal/modules/esm/translators.js',
|
|
225
224
|
'lib/internal/per_context/messageport.js',
|
|
225
|
+
'lib/internal/per_context/domexception.js',
|
|
226
226
|
'lib/internal/per_context/primordials.js',
|
|
227
|
-
'lib/internal/perf/event_loop_delay.js',
|
|
228
227
|
'lib/internal/perf/event_loop_utilization.js',
|
|
229
|
-
'lib/internal/perf/nodetiming.js',
|
|
230
|
-
'lib/internal/perf/performance.js',
|
|
231
228
|
'lib/internal/perf/performance_entry.js',
|
|
232
229
|
'lib/internal/perf/resource_timing.js',
|
|
233
|
-
'lib/internal/perf/timerify.js',
|
|
234
|
-
'lib/internal/perf/usertiming.js',
|
|
235
230
|
'lib/internal/perf/utils.js',
|
|
231
|
+
'lib/internal/perf/nodetiming.js',
|
|
232
|
+
'lib/internal/perf/performance.js',
|
|
233
|
+
'lib/internal/perf/event_loop_delay.js',
|
|
236
234
|
'lib/internal/perf/observe.js',
|
|
235
|
+
'lib/internal/perf/usertiming.js',
|
|
236
|
+
'lib/internal/perf/timerify.js',
|
|
237
237
|
'lib/internal/policy/manifest.js',
|
|
238
238
|
'lib/internal/policy/sri.js',
|
|
239
239
|
'lib/internal/process/execution.js',
|
|
240
240
|
'lib/internal/process/per_thread.js',
|
|
241
241
|
'lib/internal/process/policy.js',
|
|
242
|
-
'lib/internal/process/promises.js',
|
|
243
242
|
'lib/internal/process/report.js',
|
|
244
243
|
'lib/internal/process/signal.js',
|
|
245
244
|
'lib/internal/process/task_queues.js',
|
|
246
245
|
'lib/internal/process/warning.js',
|
|
247
246
|
'lib/internal/process/worker_thread_only.js',
|
|
247
|
+
'lib/internal/process/promises.js',
|
|
248
248
|
'lib/internal/process/esm_loader.js',
|
|
249
249
|
'lib/internal/readline/callbacks.js',
|
|
250
250
|
'lib/internal/readline/emitKeypressEvents.js',
|
|
251
|
-
'lib/internal/readline/interface.js',
|
|
252
251
|
'lib/internal/readline/promises.js',
|
|
253
252
|
'lib/internal/readline/utils.js',
|
|
253
|
+
'lib/internal/readline/interface.js',
|
|
254
254
|
'lib/internal/repl/await.js',
|
|
255
255
|
'lib/internal/repl/history.js',
|
|
256
256
|
'lib/internal/repl/utils.js',
|
|
@@ -261,48 +261,48 @@
|
|
|
261
261
|
'lib/internal/streams/buffer_list.js',
|
|
262
262
|
'lib/internal/streams/compose.js',
|
|
263
263
|
'lib/internal/streams/destroy.js',
|
|
264
|
-
'lib/internal/streams/duplex.js',
|
|
265
264
|
'lib/internal/streams/duplexify.js',
|
|
266
|
-
'lib/internal/streams/end-of-stream.js',
|
|
267
265
|
'lib/internal/streams/from.js',
|
|
268
|
-
'lib/internal/streams/lazy_transform.js',
|
|
269
266
|
'lib/internal/streams/legacy.js',
|
|
270
267
|
'lib/internal/streams/operators.js',
|
|
271
268
|
'lib/internal/streams/passthrough.js',
|
|
272
269
|
'lib/internal/streams/pipeline.js',
|
|
273
|
-
'lib/internal/streams/readable.js',
|
|
274
270
|
'lib/internal/streams/state.js',
|
|
275
271
|
'lib/internal/streams/transform.js',
|
|
276
272
|
'lib/internal/streams/utils.js',
|
|
273
|
+
'lib/internal/streams/duplex.js',
|
|
274
|
+
'lib/internal/streams/lazy_transform.js',
|
|
275
|
+
'lib/internal/streams/readable.js',
|
|
277
276
|
'lib/internal/streams/writable.js',
|
|
277
|
+
'lib/internal/streams/end-of-stream.js',
|
|
278
278
|
'lib/internal/test/binding.js',
|
|
279
279
|
'lib/internal/test/transfer.js',
|
|
280
280
|
'lib/internal/test_runner/harness.js',
|
|
281
281
|
'lib/internal/test_runner/tap_stream.js',
|
|
282
|
-
'lib/internal/test_runner/test.js',
|
|
283
282
|
'lib/internal/test_runner/utils.js',
|
|
283
|
+
'lib/internal/test_runner/test.js',
|
|
284
284
|
'lib/internal/tls/secure-context.js',
|
|
285
285
|
'lib/internal/tls/secure-pair.js',
|
|
286
286
|
'lib/internal/util/comparisons.js',
|
|
287
|
-
'lib/internal/util/debuglog.js',
|
|
288
287
|
'lib/internal/util/iterable_weak_map.js',
|
|
288
|
+
'lib/internal/util/debuglog.js',
|
|
289
289
|
'lib/internal/util/inspect.js',
|
|
290
290
|
'lib/internal/util/inspector.js',
|
|
291
291
|
'lib/internal/util/types.js',
|
|
292
292
|
'lib/internal/util/parse_args/parse_args.js',
|
|
293
293
|
'lib/internal/util/parse_args/utils.js',
|
|
294
294
|
'lib/internal/vm/module.js',
|
|
295
|
-
'lib/internal/webstreams/adapters.js',
|
|
296
295
|
'lib/internal/webstreams/compression.js',
|
|
297
|
-
'lib/internal/webstreams/encoding.js',
|
|
298
296
|
'lib/internal/webstreams/queuingstrategies.js',
|
|
299
|
-
'lib/internal/webstreams/readablestream.js',
|
|
300
|
-
'lib/internal/webstreams/transfer.js',
|
|
301
297
|
'lib/internal/webstreams/transformstream.js',
|
|
302
298
|
'lib/internal/webstreams/util.js',
|
|
303
299
|
'lib/internal/webstreams/writablestream.js',
|
|
304
|
-
'lib/internal/
|
|
300
|
+
'lib/internal/webstreams/transfer.js',
|
|
301
|
+
'lib/internal/webstreams/adapters.js',
|
|
302
|
+
'lib/internal/webstreams/encoding.js',
|
|
303
|
+
'lib/internal/webstreams/readablestream.js',
|
|
305
304
|
'lib/internal/worker/js_transferable.js',
|
|
305
|
+
'lib/internal/worker/io.js',
|
|
306
306
|
'lib/path/posix.js',
|
|
307
307
|
'lib/path/win32.js',
|
|
308
308
|
'lib/readline/promises.js',
|