Skip to content

Commit

Permalink
fix(no-unsupported): support missing process.features (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Oct 18, 2024
1 parent 0fd0350 commit 9552a4a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/unsupported-features/node-builtins-modules/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,17 @@ const process = {
execPath: { [READ]: { supported: ["0.1.100"] } },
exitCode: { [READ]: { supported: ["0.11.8"] } },
features: {
cached_builtins: { [READ]: { supported: ["12.0.0"] } },
debug: { [READ]: { supported: ["0.5.5"] } },
inspector: { [READ]: { supported: ["11.10.0"] } },
ipv6: { [READ]: { supported: ["0.5.3"] } },
require_module: { [READ]: { supported: ["23.0.0", "22.10.0"] } },
tls: { [READ]: { supported: ["0.5.3"] } },
tls_alpn: { [READ]: { supported: ["4.8.0"] } },
tls_ocsp: { [READ]: { supported: ["0.11.13"] } },
tls_sni: { [READ]: { supported: ["0.5.3"] } },
typescript: { [READ]: { experimental: ["23.0.0", "22.10.0"] } },
uv: { [READ]: { supported: ["0.5.3"] } },
},
finalization: {
register: { [READ]: { experimental: ["22.5.0"] } },
Expand Down

0 comments on commit 9552a4a

Please sign in to comment.