Skip to content

Commit fd0c192

Browse files
authored
feat: Add missing features from node 20.19.0 (#473)
1 parent 844155c commit fd0c192

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/unsupported-features/node-builtins-modules/process.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ const process = {
2424
debug: { [READ]: { supported: ["0.5.5"] } },
2525
inspector: { [READ]: { supported: ["11.10.0"] } },
2626
ipv6: { [READ]: { supported: ["0.5.3"] } },
27-
require_module: { [READ]: { supported: ["23.0.0", "22.10.0"] } },
27+
require_module: {
28+
[READ]: { supported: ["23.0.0", "22.10.0", "20.19.0"] },
29+
},
2830
tls: { [READ]: { supported: ["0.5.3"] } },
2931
tls_alpn: { [READ]: { supported: ["4.8.0"] } },
3032
tls_ocsp: { [READ]: { supported: ["0.11.13"] } },

lib/unsupported-features/node-builtins-modules/worker_threads.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const worker_threads = {
2222
markAsUntransferable: { [READ]: { supported: ["14.5.0", "12.19.0"] } },
2323
isMarkedAsUntransferable: { [READ]: { supported: ["21.0.0"] } },
2424
moveMessagePortToContext: { [READ]: { supported: ["11.13.0"] } },
25-
postMessageToThread: { [READ]: { experimental: ["22.5.0"] } },
25+
postMessageToThread: { [READ]: { experimental: ["22.5.0", "20.19.0"] } },
2626
receiveMessageOnPort: { [READ]: { supported: ["12.3.0"] } },
2727
setEnvironmentData: {
2828
[READ]: {

0 commit comments

Comments
 (0)