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
static
1 parent 7d44c5a commit e31d868Copy full SHA for e31d868
lib/unsupported-features/node-builtins-modules/events.js
@@ -1,7 +1,7 @@
1
const { READ } = require("@eslint-community/eslint-utils")
2
3
/** @type {import('../types.js').SupportVersionTree} */
4
-const static = {
+const EventEmitterStatic = {
5
defaultMaxListeners: { [READ]: { supported: ["0.11.2"] } },
6
errorMonitor: { [READ]: { supported: ["13.6.0", "12.17.0"] } },
7
captureRejections: {
@@ -43,13 +43,13 @@ const events = {
43
},
44
EventEmitter: {
45
[READ]: { supported: ["0.1.26"] },
46
- ...static,
+ ...EventEmitterStatic,
47
48
EventEmitterAsyncResource: {
49
[READ]: { supported: ["17.4.0", "16.14.0"] },
50
51
52
53
}
54
55
0 commit comments