You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/util/check-unsupported-builtins.js
+27-13Lines changed: 27 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -80,23 +80,13 @@ function versionsToString(versions) {
80
80
}
81
81
82
82
/**
83
-
* Verify the code to report unsupported APIs.
83
+
* Verify the code to report unsupported API references.
84
84
* @param {import('eslint').Rule.RuleContext} context The rule context.
85
-
* @param {import('../unsupported-features/types.js').SupportVersionBuiltins} traceMap The map for APIs to report.
85
+
* @param {import("@eslint-community/eslint-utils").Reference<import("../unsupported-features/types.js").SupportInfo>[]} references The references for APIs to report.
0 commit comments