Skip to content

Commit 9552a4a

Browse files
fix(no-unsupported): support missing process.features (#362)
1 parent 0fd0350 commit 9552a4a

File tree

1 file changed

+9
-0
lines changed
  • lib/unsupported-features/node-builtins-modules

1 file changed

+9
-0
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,17 @@ const process = {
1818
execPath: { [READ]: { supported: ["0.1.100"] } },
1919
exitCode: { [READ]: { supported: ["0.11.8"] } },
2020
features: {
21+
cached_builtins: { [READ]: { supported: ["12.0.0"] } },
22+
debug: { [READ]: { supported: ["0.5.5"] } },
23+
inspector: { [READ]: { supported: ["11.10.0"] } },
24+
ipv6: { [READ]: { supported: ["0.5.3"] } },
2125
require_module: { [READ]: { supported: ["23.0.0", "22.10.0"] } },
26+
tls: { [READ]: { supported: ["0.5.3"] } },
27+
tls_alpn: { [READ]: { supported: ["4.8.0"] } },
28+
tls_ocsp: { [READ]: { supported: ["0.11.13"] } },
29+
tls_sni: { [READ]: { supported: ["0.5.3"] } },
2230
typescript: { [READ]: { experimental: ["23.0.0", "22.10.0"] } },
31+
uv: { [READ]: { supported: ["0.5.3"] } },
2332
},
2433
finalization: {
2534
register: { [READ]: { experimental: ["22.5.0"] } },

0 commit comments

Comments
 (0)