node-linux-arm64 16.19.1 → 16.20.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 +39 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +234 -233
- package/include/node/node_version.h +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td valign="top">
|
|
12
|
+
<a href="#16.20.0">16.20.0</a><br/>
|
|
12
13
|
<a href="#16.19.1">16.19.1</a><br/>
|
|
13
14
|
<a href="#16.19.0">16.19.0</a><br/>
|
|
14
15
|
<a href="#16.18.1">16.18.1</a><br/>
|
|
@@ -68,6 +69,44 @@
|
|
|
68
69
|
* [io.js](CHANGELOG_IOJS.md)
|
|
69
70
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
70
71
|
|
|
72
|
+
<a id="16.20.0"></a>
|
|
73
|
+
|
|
74
|
+
## 2023-03-29, Version 16.20.0 'Gallium' (LTS), @BethGriggs
|
|
75
|
+
|
|
76
|
+
### Notable Changes
|
|
77
|
+
|
|
78
|
+
* **deps:**
|
|
79
|
+
* update undici to 5.20.0 (Node.js GitHub Bot) [#46711](https://github.com/nodejs/node/pull/46711)
|
|
80
|
+
* update c-ares to 1.19.0 (Michaël Zasso) [#46415](https://github.com/nodejs/node/pull/46415)
|
|
81
|
+
* upgrade npm to 8.19.4 (npm team) [#46677](https://github.com/nodejs/node/pull/46677)
|
|
82
|
+
* update corepack to 0.17.0 (Node.js GitHub Bot) [#46842](https://github.com/nodejs/node/pull/46842)
|
|
83
|
+
* **(SEMVER-MINOR)** **src**: add support for externally shared js builtins (Michael Dawson) [#44376](https://github.com/nodejs/node/pull/44376)
|
|
84
|
+
|
|
85
|
+
### Commits
|
|
86
|
+
|
|
87
|
+
* \[[`de6dd67790`](https://github.com/nodejs/node/commit/de6dd67790)] - **crypto**: avoid hang when no algorithm available (Richard Lau) [#46237](https://github.com/nodejs/node/pull/46237)
|
|
88
|
+
* \[[`4617512788`](https://github.com/nodejs/node/commit/4617512788)] - **crypto**: ensure auth tag set for chacha20-poly1305 (Ben Noordhuis) [#46185](https://github.com/nodejs/node/pull/46185)
|
|
89
|
+
* \[[`24972164fc`](https://github.com/nodejs/node/commit/24972164fc)] - **deps**: update undici to 5.20.0 (Node.js GitHub Bot) [#46711](https://github.com/nodejs/node/pull/46711)
|
|
90
|
+
* \[[`85f88c6a8d`](https://github.com/nodejs/node/commit/85f88c6a8d)] - **deps**: V8: cherry-pick 90be99fab31c (Michaël Zasso) [#46646](https://github.com/nodejs/node/pull/46646)
|
|
91
|
+
* \[[`b4ebe6d47b`](https://github.com/nodejs/node/commit/b4ebe6d47b)] - **deps**: update c-ares to 1.19.0 (Michaël Zasso) [#46415](https://github.com/nodejs/node/pull/46415)
|
|
92
|
+
* \[[`56cbc7fdda`](https://github.com/nodejs/node/commit/56cbc7fdda)] - **deps**: V8: cherry-pick c2792e58035f (Jiawen Geng) [#44961](https://github.com/nodejs/node/pull/44961)
|
|
93
|
+
* \[[`7af9bdb31e`](https://github.com/nodejs/node/commit/7af9bdb31e)] - **deps**: upgrade npm to 8.19.4 (npm team) [#46677](https://github.com/nodejs/node/pull/46677)
|
|
94
|
+
* \[[`962a7471b5`](https://github.com/nodejs/node/commit/962a7471b5)] - **deps**: update corepack to 0.17.0 (Node.js GitHub Bot) [#46842](https://github.com/nodejs/node/pull/46842)
|
|
95
|
+
* \[[`748bc96e35`](https://github.com/nodejs/node/commit/748bc96e35)] - **deps**: update corepack to 0.16.0 (Node.js GitHub Bot) [#46710](https://github.com/nodejs/node/pull/46710)
|
|
96
|
+
* \[[`a467782499`](https://github.com/nodejs/node/commit/a467782499)] - **deps**: update corepack to 0.15.3 (Node.js GitHub Bot) [#46037](https://github.com/nodejs/node/pull/46037)
|
|
97
|
+
* \[[`1913b6763d`](https://github.com/nodejs/node/commit/1913b6763d)] - **deps**: update corepack to 0.15.2 (Node.js GitHub Bot) [#45635](https://github.com/nodejs/node/pull/45635)
|
|
98
|
+
* \[[`809371a15f`](https://github.com/nodejs/node/commit/809371a15f)] - **module**: require.resolve.paths returns null with node schema (MURAKAMI Masahiko) [#45147](https://github.com/nodejs/node/pull/45147)
|
|
99
|
+
* \[[`086bb2f8d4`](https://github.com/nodejs/node/commit/086bb2f8d4)] - _**Revert**_ "**src**: let http2 streams end after session close" (Rich Trott) [#46721](https://github.com/nodejs/node/pull/46721)
|
|
100
|
+
* \[[`6a01d39120`](https://github.com/nodejs/node/commit/6a01d39120)] - **(SEMVER-MINOR)** **src**: add support for externally shared js builtins (Michael Dawson) [#44376](https://github.com/nodejs/node/pull/44376)
|
|
101
|
+
* \[[`d081032a60`](https://github.com/nodejs/node/commit/d081032a60)] - **test**: fix test-net-connect-reset-until-connected (Vita Batrla) [#46781](https://github.com/nodejs/node/pull/46781)
|
|
102
|
+
* \[[`efe1be47ec`](https://github.com/nodejs/node/commit/efe1be47ec)] - **test**: skip test depending on `overlapped-checker` when not available (Antoine du Hamel) [#45015](https://github.com/nodejs/node/pull/45015)
|
|
103
|
+
* \[[`fc47d58abe`](https://github.com/nodejs/node/commit/fc47d58abe)] - **test**: remove cjs loader from stack traces (Geoffrey Booth) [#44197](https://github.com/nodejs/node/pull/44197)
|
|
104
|
+
* \[[`cf76d0790d`](https://github.com/nodejs/node/commit/cf76d0790d)] - **test**: fix WPT title when no META title is present (Filip Skokan) [#46804](https://github.com/nodejs/node/pull/46804)
|
|
105
|
+
* \[[`0d1485b924`](https://github.com/nodejs/node/commit/0d1485b924)] - **test**: fix default WPT titles (Filip Skokan) [#46778](https://github.com/nodejs/node/pull/46778)
|
|
106
|
+
* \[[`088e9cde3d`](https://github.com/nodejs/node/commit/088e9cde3d)] - **test**: add WPTRunner support for variants and generating WPT reports (Filip Skokan) [#46498](https://github.com/nodejs/node/pull/46498)
|
|
107
|
+
* \[[`908c4dff44`](https://github.com/nodejs/node/commit/908c4dff44)] - **test**: mark test-crypto-key-objects flaky on Linux (Richard Lau) [#46684](https://github.com/nodejs/node/pull/46684)
|
|
108
|
+
* \[[`768e56227e`](https://github.com/nodejs/node/commit/768e56227e)] - **tools**: make `utils.SearchFiles` deterministic (Bruno Pitrus) [#44496](https://github.com/nodejs/node/pull/44496)
|
|
109
|
+
|
|
71
110
|
<a id="16.19.1"></a>
|
|
72
111
|
|
|
73
112
|
## 2023-02-16, Version 16.19.1 'Gallium' (LTS), @richardlau
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -22,296 +22,297 @@
|
|
|
22
22
|
'libdir': 'lib',
|
|
23
23
|
'llvm_version': '0.0',
|
|
24
24
|
'napi_build_version': '8',
|
|
25
|
+
'node_builtin_shareable_builtins': ['deps/cjs-module-lexer/lexer.js', 'deps/cjs-module-lexer/dist/lexer.js', 'deps/undici/undici.js'],
|
|
25
26
|
'node_byteorder': 'little',
|
|
26
27
|
'node_debug_lib': 'false',
|
|
27
28
|
'node_enable_d8': 'false',
|
|
28
29
|
'node_install_corepack': 'true',
|
|
29
30
|
'node_install_npm': 'true',
|
|
30
|
-
'node_library_files': [ 'lib/
|
|
31
|
-
'lib/
|
|
32
|
-
'lib/punycode.js',
|
|
33
|
-
'lib/timers.js',
|
|
34
|
-
'lib/zlib.js',
|
|
35
|
-
'lib/constants.js',
|
|
36
|
-
'lib/cluster.js',
|
|
31
|
+
'node_library_files': [ 'lib/_http_agent.js',
|
|
32
|
+
'lib/_http_client.js',
|
|
37
33
|
'lib/_http_common.js',
|
|
38
|
-
'lib/
|
|
39
|
-
'lib/
|
|
40
|
-
'lib/string_decoder.js',
|
|
41
|
-
'lib/process.js',
|
|
42
|
-
'lib/dns.js',
|
|
43
|
-
'lib/net.js',
|
|
44
|
-
'lib/worker_threads.js',
|
|
45
|
-
'lib/readline.js',
|
|
46
|
-
'lib/_stream_duplex.js',
|
|
47
|
-
'lib/crypto.js',
|
|
34
|
+
'lib/_http_incoming.js',
|
|
35
|
+
'lib/_http_outgoing.js',
|
|
48
36
|
'lib/_http_server.js',
|
|
49
|
-
'lib/
|
|
50
|
-
'lib/tls.js',
|
|
51
|
-
'lib/diagnostics_channel.js',
|
|
52
|
-
'lib/domain.js',
|
|
53
|
-
'lib/tty.js',
|
|
37
|
+
'lib/_stream_duplex.js',
|
|
54
38
|
'lib/_stream_passthrough.js',
|
|
55
|
-
'lib/module.js',
|
|
56
|
-
'lib/async_hooks.js',
|
|
57
|
-
'lib/test.js',
|
|
58
|
-
'lib/querystring.js',
|
|
59
|
-
'lib/os.js',
|
|
60
39
|
'lib/_stream_readable.js',
|
|
61
40
|
'lib/_stream_transform.js',
|
|
62
|
-
'lib/http2.js',
|
|
63
|
-
'lib/events.js',
|
|
64
|
-
'lib/child_process.js',
|
|
65
|
-
'lib/dgram.js',
|
|
66
|
-
'lib/trace_events.js',
|
|
67
|
-
'lib/console.js',
|
|
68
|
-
'lib/vm.js',
|
|
69
|
-
'lib/_tls_common.js',
|
|
70
|
-
'lib/_stream_writable.js',
|
|
71
|
-
'lib/_http_outgoing.js',
|
|
72
41
|
'lib/_stream_wrap.js',
|
|
73
|
-
'lib/
|
|
74
|
-
'lib/
|
|
42
|
+
'lib/_stream_writable.js',
|
|
43
|
+
'lib/_tls_common.js',
|
|
44
|
+
'lib/_tls_wrap.js',
|
|
75
45
|
'lib/assert.js',
|
|
76
|
-
'lib/
|
|
77
|
-
'lib/
|
|
78
|
-
'lib/stream.js',
|
|
46
|
+
'lib/assert/strict.js',
|
|
47
|
+
'lib/async_hooks.js',
|
|
79
48
|
'lib/buffer.js',
|
|
80
|
-
'lib/
|
|
81
|
-
'lib/
|
|
49
|
+
'lib/child_process.js',
|
|
50
|
+
'lib/cluster.js',
|
|
51
|
+
'lib/console.js',
|
|
52
|
+
'lib/constants.js',
|
|
53
|
+
'lib/crypto.js',
|
|
54
|
+
'lib/dgram.js',
|
|
55
|
+
'lib/diagnostics_channel.js',
|
|
56
|
+
'lib/dns.js',
|
|
57
|
+
'lib/dns/promises.js',
|
|
58
|
+
'lib/domain.js',
|
|
59
|
+
'lib/events.js',
|
|
82
60
|
'lib/fs.js',
|
|
83
|
-
'lib/
|
|
84
|
-
'lib/
|
|
85
|
-
'lib/
|
|
86
|
-
'lib/
|
|
87
|
-
'lib/
|
|
88
|
-
'lib/internal/histogram.js',
|
|
89
|
-
'lib/internal/timers.js',
|
|
90
|
-
'lib/internal/constants.js',
|
|
91
|
-
'lib/internal/watchdog.js',
|
|
92
|
-
'lib/internal/url.js',
|
|
93
|
-
'lib/internal/repl.js',
|
|
94
|
-
'lib/internal/fixed_queue.js',
|
|
95
|
-
'lib/internal/stream_base_commons.js',
|
|
96
|
-
'lib/internal/net.js',
|
|
97
|
-
'lib/internal/encoding.js',
|
|
98
|
-
'lib/internal/heap_utils.js',
|
|
99
|
-
'lib/internal/util.js',
|
|
100
|
-
'lib/internal/socketaddress.js',
|
|
101
|
-
'lib/internal/blob.js',
|
|
102
|
-
'lib/internal/blocklist.js',
|
|
103
|
-
'lib/internal/dtrace.js',
|
|
104
|
-
'lib/internal/tty.js',
|
|
105
|
-
'lib/internal/freelist.js',
|
|
106
|
-
'lib/internal/inspector_async_hook.js',
|
|
107
|
-
'lib/internal/errors.js',
|
|
108
|
-
'lib/internal/async_hooks.js',
|
|
109
|
-
'lib/internal/querystring.js',
|
|
61
|
+
'lib/fs/promises.js',
|
|
62
|
+
'lib/http.js',
|
|
63
|
+
'lib/http2.js',
|
|
64
|
+
'lib/https.js',
|
|
65
|
+
'lib/inspector.js',
|
|
110
66
|
'lib/internal/abort_controller.js',
|
|
111
|
-
'lib/internal/promise_hooks.js',
|
|
112
|
-
'lib/internal/child_process.js',
|
|
113
|
-
'lib/internal/dgram.js',
|
|
114
|
-
'lib/internal/cli_table.js',
|
|
115
|
-
'lib/internal/linkedlist.js',
|
|
116
|
-
'lib/internal/options.js',
|
|
117
|
-
'lib/internal/js_stream_socket.js',
|
|
118
|
-
'lib/internal/freeze_intrinsics.js',
|
|
119
67
|
'lib/internal/assert.js',
|
|
120
|
-
'lib/internal/
|
|
121
|
-
'lib/internal/
|
|
122
|
-
'lib/internal/
|
|
123
|
-
'lib/internal/
|
|
124
|
-
'lib/internal/
|
|
125
|
-
'lib/internal/http.js',
|
|
126
|
-
'lib/internal/trace_events_async_hooks.js',
|
|
127
|
-
'lib/internal/v8_prof_polyfill.js',
|
|
128
|
-
'lib/internal/event_target.js',
|
|
129
|
-
'lib/internal/idna.js',
|
|
130
|
-
'lib/internal/priority_queue.js',
|
|
131
|
-
'lib/internal/v8/startup_snapshot.js',
|
|
132
|
-
'lib/internal/bootstrap/pre_execution.js',
|
|
68
|
+
'lib/internal/assert/assertion_error.js',
|
|
69
|
+
'lib/internal/assert/calltracker.js',
|
|
70
|
+
'lib/internal/async_hooks.js',
|
|
71
|
+
'lib/internal/blob.js',
|
|
72
|
+
'lib/internal/blocklist.js',
|
|
133
73
|
'lib/internal/bootstrap/environment.js',
|
|
134
74
|
'lib/internal/bootstrap/loaders.js',
|
|
135
75
|
'lib/internal/bootstrap/node.js',
|
|
136
|
-
'lib/internal/bootstrap/
|
|
76
|
+
'lib/internal/bootstrap/pre_execution.js',
|
|
77
|
+
'lib/internal/bootstrap/switches/does_not_own_process_state.js',
|
|
137
78
|
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
79
|
+
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
138
80
|
'lib/internal/bootstrap/switches/is_not_main_thread.js',
|
|
139
|
-
'lib/internal/
|
|
140
|
-
'lib/internal/
|
|
141
|
-
'lib/internal/
|
|
142
|
-
'lib/internal/
|
|
143
|
-
'lib/internal/
|
|
144
|
-
'lib/internal/
|
|
145
|
-
'lib/internal/
|
|
146
|
-
'lib/internal/
|
|
147
|
-
'lib/internal/
|
|
148
|
-
'lib/internal/
|
|
149
|
-
'lib/internal/
|
|
150
|
-
'lib/internal/
|
|
151
|
-
'lib/internal/
|
|
81
|
+
'lib/internal/buffer.js',
|
|
82
|
+
'lib/internal/child_process.js',
|
|
83
|
+
'lib/internal/child_process/serialization.js',
|
|
84
|
+
'lib/internal/cli_table.js',
|
|
85
|
+
'lib/internal/cluster/child.js',
|
|
86
|
+
'lib/internal/cluster/primary.js',
|
|
87
|
+
'lib/internal/cluster/round_robin_handle.js',
|
|
88
|
+
'lib/internal/cluster/shared_handle.js',
|
|
89
|
+
'lib/internal/cluster/utils.js',
|
|
90
|
+
'lib/internal/cluster/worker.js',
|
|
91
|
+
'lib/internal/console/constructor.js',
|
|
92
|
+
'lib/internal/console/global.js',
|
|
93
|
+
'lib/internal/constants.js',
|
|
94
|
+
'lib/internal/crypto/aes.js',
|
|
95
|
+
'lib/internal/crypto/certificate.js',
|
|
96
|
+
'lib/internal/crypto/cfrg.js',
|
|
152
97
|
'lib/internal/crypto/cipher.js',
|
|
98
|
+
'lib/internal/crypto/diffiehellman.js',
|
|
99
|
+
'lib/internal/crypto/ec.js',
|
|
100
|
+
'lib/internal/crypto/hash.js',
|
|
101
|
+
'lib/internal/crypto/hashnames.js',
|
|
153
102
|
'lib/internal/crypto/hkdf.js',
|
|
154
|
-
'lib/internal/crypto/
|
|
155
|
-
'lib/internal/crypto/webcrypto.js',
|
|
156
|
-
'lib/internal/crypto/util.js',
|
|
157
|
-
'lib/internal/crypto/cfrg.js',
|
|
158
|
-
'lib/internal/crypto/certificate.js',
|
|
159
|
-
'lib/internal/crypto/aes.js',
|
|
103
|
+
'lib/internal/crypto/keygen.js',
|
|
160
104
|
'lib/internal/crypto/keys.js',
|
|
105
|
+
'lib/internal/crypto/mac.js',
|
|
161
106
|
'lib/internal/crypto/pbkdf2.js',
|
|
107
|
+
'lib/internal/crypto/random.js',
|
|
162
108
|
'lib/internal/crypto/rsa.js',
|
|
163
|
-
'lib/internal/crypto/hashnames.js',
|
|
164
109
|
'lib/internal/crypto/scrypt.js',
|
|
165
|
-
'lib/internal/crypto/random.js',
|
|
166
|
-
'lib/internal/crypto/ec.js',
|
|
167
|
-
'lib/internal/crypto/hash.js',
|
|
168
110
|
'lib/internal/crypto/sig.js',
|
|
111
|
+
'lib/internal/crypto/util.js',
|
|
112
|
+
'lib/internal/crypto/webcrypto.js',
|
|
169
113
|
'lib/internal/crypto/x509.js',
|
|
170
|
-
'lib/internal/crypto/keygen.js',
|
|
171
|
-
'lib/internal/crypto/diffiehellman.js',
|
|
172
|
-
'lib/internal/cluster/utils.js',
|
|
173
|
-
'lib/internal/cluster/round_robin_handle.js',
|
|
174
|
-
'lib/internal/cluster/shared_handle.js',
|
|
175
|
-
'lib/internal/cluster/child.js',
|
|
176
|
-
'lib/internal/cluster/primary.js',
|
|
177
|
-
'lib/internal/cluster/worker.js',
|
|
178
|
-
'lib/internal/modules/run_main.js',
|
|
179
|
-
'lib/internal/modules/package_json_reader.js',
|
|
180
|
-
'lib/internal/modules/esm/loader.js',
|
|
181
|
-
'lib/internal/modules/esm/formats.js',
|
|
182
|
-
'lib/internal/modules/esm/resolve.js',
|
|
183
|
-
'lib/internal/modules/esm/module_map.js',
|
|
184
|
-
'lib/internal/modules/esm/load.js',
|
|
185
|
-
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
186
|
-
'lib/internal/modules/esm/fetch_module.js',
|
|
187
|
-
'lib/internal/modules/esm/translators.js',
|
|
188
|
-
'lib/internal/modules/esm/module_job.js',
|
|
189
|
-
'lib/internal/modules/esm/get_format.js',
|
|
190
|
-
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
191
|
-
'lib/internal/modules/esm/assert.js',
|
|
192
|
-
'lib/internal/modules/esm/handle_process_exit.js',
|
|
193
|
-
'lib/internal/modules/esm/package_config.js',
|
|
194
|
-
'lib/internal/modules/cjs/loader.js',
|
|
195
|
-
'lib/internal/modules/cjs/helpers.js',
|
|
196
|
-
'lib/internal/process/policy.js',
|
|
197
|
-
'lib/internal/process/signal.js',
|
|
198
|
-
'lib/internal/process/execution.js',
|
|
199
|
-
'lib/internal/process/esm_loader.js',
|
|
200
|
-
'lib/internal/process/warning.js',
|
|
201
|
-
'lib/internal/process/report.js',
|
|
202
|
-
'lib/internal/process/promises.js',
|
|
203
|
-
'lib/internal/process/worker_thread_only.js',
|
|
204
|
-
'lib/internal/process/per_thread.js',
|
|
205
|
-
'lib/internal/process/task_queues.js',
|
|
206
|
-
'lib/internal/debugger/inspect_repl.js',
|
|
207
114
|
'lib/internal/debugger/inspect.js',
|
|
208
115
|
'lib/internal/debugger/inspect_client.js',
|
|
209
|
-
'lib/internal/
|
|
210
|
-
'lib/internal/
|
|
211
|
-
'lib/internal/
|
|
116
|
+
'lib/internal/debugger/inspect_repl.js',
|
|
117
|
+
'lib/internal/dgram.js',
|
|
118
|
+
'lib/internal/dns/promises.js',
|
|
119
|
+
'lib/internal/dns/utils.js',
|
|
120
|
+
'lib/internal/dtrace.js',
|
|
121
|
+
'lib/internal/encoding.js',
|
|
122
|
+
'lib/internal/error_serdes.js',
|
|
123
|
+
'lib/internal/errors.js',
|
|
124
|
+
'lib/internal/event_target.js',
|
|
125
|
+
'lib/internal/fixed_queue.js',
|
|
126
|
+
'lib/internal/freelist.js',
|
|
127
|
+
'lib/internal/freeze_intrinsics.js',
|
|
128
|
+
'lib/internal/fs/cp/cp-sync.js',
|
|
129
|
+
'lib/internal/fs/cp/cp.js',
|
|
212
130
|
'lib/internal/fs/dir.js',
|
|
213
|
-
'lib/internal/fs/watchers.js',
|
|
214
|
-
'lib/internal/fs/rimraf.js',
|
|
215
|
-
'lib/internal/fs/sync_write_stream.js',
|
|
216
131
|
'lib/internal/fs/promises.js',
|
|
217
132
|
'lib/internal/fs/read_file_context.js',
|
|
218
|
-
'lib/internal/fs/
|
|
219
|
-
'lib/internal/fs/
|
|
220
|
-
'lib/internal/
|
|
221
|
-
'lib/internal/
|
|
222
|
-
'lib/internal/
|
|
223
|
-
'lib/internal/
|
|
224
|
-
'lib/internal/
|
|
225
|
-
'lib/internal/
|
|
226
|
-
'lib/internal/
|
|
227
|
-
'lib/internal/
|
|
228
|
-
'lib/internal/
|
|
229
|
-
'lib/internal/
|
|
230
|
-
'lib/internal/
|
|
231
|
-
'lib/internal/
|
|
232
|
-
'lib/internal/
|
|
233
|
-
'lib/internal/
|
|
234
|
-
'lib/internal/child_process/serialization.js',
|
|
133
|
+
'lib/internal/fs/rimraf.js',
|
|
134
|
+
'lib/internal/fs/streams.js',
|
|
135
|
+
'lib/internal/fs/sync_write_stream.js',
|
|
136
|
+
'lib/internal/fs/utils.js',
|
|
137
|
+
'lib/internal/fs/watchers.js',
|
|
138
|
+
'lib/internal/heap_utils.js',
|
|
139
|
+
'lib/internal/histogram.js',
|
|
140
|
+
'lib/internal/http.js',
|
|
141
|
+
'lib/internal/http2/compat.js',
|
|
142
|
+
'lib/internal/http2/core.js',
|
|
143
|
+
'lib/internal/http2/util.js',
|
|
144
|
+
'lib/internal/idna.js',
|
|
145
|
+
'lib/internal/inspector_async_hook.js',
|
|
146
|
+
'lib/internal/js_stream_socket.js',
|
|
147
|
+
'lib/internal/legacy/processbinding.js',
|
|
148
|
+
'lib/internal/linkedlist.js',
|
|
235
149
|
'lib/internal/main/check_syntax.js',
|
|
236
|
-
'lib/internal/main/
|
|
237
|
-
'lib/internal/main/test_runner.js',
|
|
238
|
-
'lib/internal/main/prof_process.js',
|
|
150
|
+
'lib/internal/main/eval_stdin.js',
|
|
239
151
|
'lib/internal/main/eval_string.js',
|
|
240
|
-
'lib/internal/main/worker_thread.js',
|
|
241
|
-
'lib/internal/main/run_main_module.js',
|
|
242
152
|
'lib/internal/main/inspect.js',
|
|
243
153
|
'lib/internal/main/mksnapshot.js',
|
|
244
154
|
'lib/internal/main/print_help.js',
|
|
245
|
-
'lib/internal/main/
|
|
155
|
+
'lib/internal/main/prof_process.js',
|
|
156
|
+
'lib/internal/main/repl.js',
|
|
157
|
+
'lib/internal/main/run_main_module.js',
|
|
158
|
+
'lib/internal/main/test_runner.js',
|
|
246
159
|
'lib/internal/main/watch_mode.js',
|
|
247
|
-
'lib/internal/
|
|
248
|
-
'lib/internal/
|
|
249
|
-
'lib/internal/
|
|
160
|
+
'lib/internal/main/worker_thread.js',
|
|
161
|
+
'lib/internal/modules/cjs/helpers.js',
|
|
162
|
+
'lib/internal/modules/cjs/loader.js',
|
|
163
|
+
'lib/internal/modules/esm/assert.js',
|
|
164
|
+
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
165
|
+
'lib/internal/modules/esm/fetch_module.js',
|
|
166
|
+
'lib/internal/modules/esm/formats.js',
|
|
167
|
+
'lib/internal/modules/esm/get_format.js',
|
|
168
|
+
'lib/internal/modules/esm/handle_process_exit.js',
|
|
169
|
+
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
170
|
+
'lib/internal/modules/esm/load.js',
|
|
171
|
+
'lib/internal/modules/esm/loader.js',
|
|
172
|
+
'lib/internal/modules/esm/module_job.js',
|
|
173
|
+
'lib/internal/modules/esm/module_map.js',
|
|
174
|
+
'lib/internal/modules/esm/package_config.js',
|
|
175
|
+
'lib/internal/modules/esm/resolve.js',
|
|
176
|
+
'lib/internal/modules/esm/translators.js',
|
|
177
|
+
'lib/internal/modules/package_json_reader.js',
|
|
178
|
+
'lib/internal/modules/run_main.js',
|
|
179
|
+
'lib/internal/net.js',
|
|
180
|
+
'lib/internal/options.js',
|
|
181
|
+
'lib/internal/per_context/domexception.js',
|
|
182
|
+
'lib/internal/per_context/messageport.js',
|
|
183
|
+
'lib/internal/per_context/primordials.js',
|
|
184
|
+
'lib/internal/perf/event_loop_delay.js',
|
|
185
|
+
'lib/internal/perf/event_loop_utilization.js',
|
|
186
|
+
'lib/internal/perf/nodetiming.js',
|
|
187
|
+
'lib/internal/perf/observe.js',
|
|
188
|
+
'lib/internal/perf/performance.js',
|
|
189
|
+
'lib/internal/perf/performance_entry.js',
|
|
190
|
+
'lib/internal/perf/resource_timing.js',
|
|
191
|
+
'lib/internal/perf/timerify.js',
|
|
192
|
+
'lib/internal/perf/usertiming.js',
|
|
193
|
+
'lib/internal/perf/utils.js',
|
|
194
|
+
'lib/internal/policy/manifest.js',
|
|
195
|
+
'lib/internal/policy/sri.js',
|
|
196
|
+
'lib/internal/priority_queue.js',
|
|
197
|
+
'lib/internal/process/esm_loader.js',
|
|
198
|
+
'lib/internal/process/execution.js',
|
|
199
|
+
'lib/internal/process/per_thread.js',
|
|
200
|
+
'lib/internal/process/policy.js',
|
|
201
|
+
'lib/internal/process/promises.js',
|
|
202
|
+
'lib/internal/process/report.js',
|
|
203
|
+
'lib/internal/process/signal.js',
|
|
204
|
+
'lib/internal/process/task_queues.js',
|
|
205
|
+
'lib/internal/process/warning.js',
|
|
206
|
+
'lib/internal/process/worker_thread_only.js',
|
|
207
|
+
'lib/internal/promise_hooks.js',
|
|
208
|
+
'lib/internal/querystring.js',
|
|
209
|
+
'lib/internal/readline/callbacks.js',
|
|
210
|
+
'lib/internal/readline/emitKeypressEvents.js',
|
|
211
|
+
'lib/internal/readline/interface.js',
|
|
212
|
+
'lib/internal/readline/utils.js',
|
|
213
|
+
'lib/internal/repl.js',
|
|
214
|
+
'lib/internal/repl/await.js',
|
|
215
|
+
'lib/internal/repl/history.js',
|
|
216
|
+
'lib/internal/repl/utils.js',
|
|
217
|
+
'lib/internal/socket_list.js',
|
|
218
|
+
'lib/internal/socketaddress.js',
|
|
219
|
+
'lib/internal/source_map/prepare_stack_trace.js',
|
|
220
|
+
'lib/internal/source_map/source_map.js',
|
|
221
|
+
'lib/internal/source_map/source_map_cache.js',
|
|
222
|
+
'lib/internal/stream_base_commons.js',
|
|
250
223
|
'lib/internal/streams/add-abort-signal.js',
|
|
251
224
|
'lib/internal/streams/buffer_list.js',
|
|
252
|
-
'lib/internal/streams/utils.js',
|
|
253
|
-
'lib/internal/streams/state.js',
|
|
254
|
-
'lib/internal/streams/legacy.js',
|
|
255
|
-
'lib/internal/streams/readable.js',
|
|
256
|
-
'lib/internal/streams/from.js',
|
|
257
225
|
'lib/internal/streams/compose.js',
|
|
258
|
-
'lib/internal/streams/duplex.js',
|
|
259
|
-
'lib/internal/streams/passthrough.js',
|
|
260
226
|
'lib/internal/streams/destroy.js',
|
|
227
|
+
'lib/internal/streams/duplex.js',
|
|
228
|
+
'lib/internal/streams/duplexify.js',
|
|
229
|
+
'lib/internal/streams/end-of-stream.js',
|
|
230
|
+
'lib/internal/streams/from.js',
|
|
231
|
+
'lib/internal/streams/lazy_transform.js',
|
|
232
|
+
'lib/internal/streams/legacy.js',
|
|
261
233
|
'lib/internal/streams/operators.js',
|
|
262
|
-
'lib/internal/streams/
|
|
234
|
+
'lib/internal/streams/passthrough.js',
|
|
263
235
|
'lib/internal/streams/pipeline.js',
|
|
264
|
-
'lib/internal/streams/
|
|
265
|
-
'lib/internal/
|
|
266
|
-
'lib/internal/
|
|
267
|
-
'lib/internal/
|
|
268
|
-
'lib/internal/
|
|
236
|
+
'lib/internal/streams/readable.js',
|
|
237
|
+
'lib/internal/streams/state.js',
|
|
238
|
+
'lib/internal/streams/transform.js',
|
|
239
|
+
'lib/internal/streams/utils.js',
|
|
240
|
+
'lib/internal/streams/writable.js',
|
|
241
|
+
'lib/internal/test/binding.js',
|
|
242
|
+
'lib/internal/test/transfer.js',
|
|
243
|
+
'lib/internal/test_runner/harness.js',
|
|
244
|
+
'lib/internal/test_runner/runner.js',
|
|
245
|
+
'lib/internal/test_runner/tap_stream.js',
|
|
246
|
+
'lib/internal/test_runner/test.js',
|
|
247
|
+
'lib/internal/test_runner/utils.js',
|
|
248
|
+
'lib/internal/timers.js',
|
|
249
|
+
'lib/internal/tls/parse-cert-string.js',
|
|
250
|
+
'lib/internal/tls/secure-context.js',
|
|
251
|
+
'lib/internal/tls/secure-pair.js',
|
|
252
|
+
'lib/internal/trace_events_async_hooks.js',
|
|
253
|
+
'lib/internal/tty.js',
|
|
254
|
+
'lib/internal/url.js',
|
|
255
|
+
'lib/internal/util.js',
|
|
256
|
+
'lib/internal/util/colors.js',
|
|
269
257
|
'lib/internal/util/comparisons.js',
|
|
258
|
+
'lib/internal/util/debuglog.js',
|
|
270
259
|
'lib/internal/util/inspect.js',
|
|
271
260
|
'lib/internal/util/inspector.js',
|
|
272
|
-
'lib/internal/util/
|
|
273
|
-
'lib/internal/util/colors.js',
|
|
274
|
-
'lib/internal/util/parse_args/utils.js',
|
|
261
|
+
'lib/internal/util/iterable_weak_map.js',
|
|
275
262
|
'lib/internal/util/parse_args/parse_args.js',
|
|
276
|
-
'lib/internal/
|
|
277
|
-
'lib/internal/
|
|
278
|
-
'lib/internal/
|
|
279
|
-
'lib/internal/
|
|
280
|
-
'lib/internal/
|
|
281
|
-
'lib/internal/
|
|
282
|
-
'lib/internal/
|
|
283
|
-
'lib/internal/
|
|
284
|
-
'lib/internal/
|
|
285
|
-
'lib/internal/
|
|
286
|
-
'lib/internal/
|
|
287
|
-
'lib/internal/
|
|
288
|
-
'lib/internal/
|
|
289
|
-
'lib/internal/
|
|
290
|
-
'lib/internal/
|
|
291
|
-
'lib/internal/
|
|
292
|
-
'lib/internal/
|
|
293
|
-
'lib/internal/
|
|
294
|
-
'lib/internal/
|
|
295
|
-
'lib/internal/http2/compat.js',
|
|
263
|
+
'lib/internal/util/parse_args/utils.js',
|
|
264
|
+
'lib/internal/util/types.js',
|
|
265
|
+
'lib/internal/v8/startup_snapshot.js',
|
|
266
|
+
'lib/internal/v8_prof_polyfill.js',
|
|
267
|
+
'lib/internal/v8_prof_processor.js',
|
|
268
|
+
'lib/internal/validators.js',
|
|
269
|
+
'lib/internal/vm/module.js',
|
|
270
|
+
'lib/internal/watch_mode/files_watcher.js',
|
|
271
|
+
'lib/internal/watchdog.js',
|
|
272
|
+
'lib/internal/webstreams/adapters.js',
|
|
273
|
+
'lib/internal/webstreams/compression.js',
|
|
274
|
+
'lib/internal/webstreams/encoding.js',
|
|
275
|
+
'lib/internal/webstreams/queuingstrategies.js',
|
|
276
|
+
'lib/internal/webstreams/readablestream.js',
|
|
277
|
+
'lib/internal/webstreams/transfer.js',
|
|
278
|
+
'lib/internal/webstreams/transformstream.js',
|
|
279
|
+
'lib/internal/webstreams/util.js',
|
|
280
|
+
'lib/internal/webstreams/writablestream.js',
|
|
281
|
+
'lib/internal/worker.js',
|
|
296
282
|
'lib/internal/worker/io.js',
|
|
297
283
|
'lib/internal/worker/js_transferable.js',
|
|
298
|
-
'lib/
|
|
299
|
-
'lib/
|
|
300
|
-
'lib/
|
|
301
|
-
'lib/
|
|
302
|
-
'lib/
|
|
303
|
-
'lib/
|
|
304
|
-
'lib/
|
|
284
|
+
'lib/module.js',
|
|
285
|
+
'lib/net.js',
|
|
286
|
+
'lib/os.js',
|
|
287
|
+
'lib/path.js',
|
|
288
|
+
'lib/path/posix.js',
|
|
289
|
+
'lib/path/win32.js',
|
|
290
|
+
'lib/perf_hooks.js',
|
|
291
|
+
'lib/process.js',
|
|
292
|
+
'lib/punycode.js',
|
|
293
|
+
'lib/querystring.js',
|
|
294
|
+
'lib/readline.js',
|
|
295
|
+
'lib/repl.js',
|
|
296
|
+
'lib/stream.js',
|
|
305
297
|
'lib/stream/consumers.js',
|
|
306
298
|
'lib/stream/promises.js',
|
|
307
299
|
'lib/stream/web.js',
|
|
308
|
-
'lib/
|
|
300
|
+
'lib/string_decoder.js',
|
|
301
|
+
'lib/sys.js',
|
|
302
|
+
'lib/test.js',
|
|
303
|
+
'lib/timers.js',
|
|
309
304
|
'lib/timers/promises.js',
|
|
310
|
-
'lib/
|
|
311
|
-
'lib/
|
|
305
|
+
'lib/tls.js',
|
|
306
|
+
'lib/trace_events.js',
|
|
307
|
+
'lib/tty.js',
|
|
308
|
+
'lib/url.js',
|
|
309
|
+
'lib/util.js',
|
|
312
310
|
'lib/util/types.js',
|
|
313
|
-
'lib/
|
|
314
|
-
'lib/
|
|
311
|
+
'lib/v8.js',
|
|
312
|
+
'lib/vm.js',
|
|
313
|
+
'lib/wasi.js',
|
|
314
|
+
'lib/worker_threads.js',
|
|
315
|
+
'lib/zlib.js'],
|
|
315
316
|
'node_module_version': 93,
|
|
316
317
|
'node_no_browser_globals': 'false',
|
|
317
318
|
'node_prefix': '/',
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 16
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 20
|
|
27
|
+
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 1
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME "Gallium"
|