Skip to content

Commit d15c63a

Browse files
authoredOct 18, 2024··
fix(no-unsupported): getCallSite is experimental (#363)
1 parent 9552a4a commit d15c63a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

‎lib/unsupported-features/node-builtins-modules/util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const util = {
8888
deprecate: { [READ]: { supported: ["0.8.0"] } },
8989
format: { [READ]: { supported: ["0.5.3"] } },
9090
formatWithOptions: { [READ]: { supported: ["10.0.0"] } },
91-
getCallSite: { [READ]: { supported: ["22.9.0"] } },
91+
getCallSite: { [READ]: { experimental: ["22.9.0"] } },
9292
getSystemErrorName: { [READ]: { supported: ["9.7.0", "8.12.0"] } },
9393
getSystemErrorMap: { [READ]: { supported: ["16.0.0", "14.17.0"] } },
9494
inherits: { [READ]: { supported: ["0.3.0"] } },

0 commit comments

Comments
 (0)
Please sign in to comment.