Skip to content

Commit

Permalink
fix(no-unsupported): getCallSite is experimental (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Oct 18, 2024
1 parent 9552a4a commit d15c63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unsupported-features/node-builtins-modules/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const util = {
deprecate: { [READ]: { supported: ["0.8.0"] } },
format: { [READ]: { supported: ["0.5.3"] } },
formatWithOptions: { [READ]: { supported: ["10.0.0"] } },
getCallSite: { [READ]: { supported: ["22.9.0"] } },
getCallSite: { [READ]: { experimental: ["22.9.0"] } },
getSystemErrorName: { [READ]: { supported: ["9.7.0", "8.12.0"] } },
getSystemErrorMap: { [READ]: { supported: ["16.0.0", "14.17.0"] } },
inherits: { [READ]: { supported: ["0.3.0"] } },
Expand Down

0 comments on commit d15c63a

Please sign in to comment.