We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eslint
Learn more about funding links in repositories.
Report abuse
getCallSite
1 parent 9552a4a commit d15c63aCopy full SHA for d15c63a
lib/unsupported-features/node-builtins-modules/util.js
@@ -88,7 +88,7 @@ const util = {
88
deprecate: { [READ]: { supported: ["0.8.0"] } },
89
format: { [READ]: { supported: ["0.5.3"] } },
90
formatWithOptions: { [READ]: { supported: ["10.0.0"] } },
91
- getCallSite: { [READ]: { supported: ["22.9.0"] } },
+ getCallSite: { [READ]: { experimental: ["22.9.0"] } },
92
getSystemErrorName: { [READ]: { supported: ["9.7.0", "8.12.0"] } },
93
getSystemErrorMap: { [READ]: { supported: ["16.0.0", "14.17.0"] } },
94
inherits: { [READ]: { supported: ["0.3.0"] } },
0 commit comments