File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/unsupported-features/node-builtins-modules Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
const { READ } = require ( "@eslint-community/eslint-utils" )
2
2
3
3
/** @type {import('../types.js').SupportVersionTree } */
4
- const static = {
4
+ const EventEmitterStatic = {
5
5
defaultMaxListeners : { [ READ ] : { supported : [ "0.11.2" ] } } ,
6
6
errorMonitor : { [ READ ] : { supported : [ "13.6.0" , "12.17.0" ] } } ,
7
7
captureRejections : {
@@ -43,13 +43,13 @@ const events = {
43
43
} ,
44
44
EventEmitter : {
45
45
[ READ ] : { supported : [ "0.1.26" ] } ,
46
- ...static ,
46
+ ...EventEmitterStatic ,
47
47
} ,
48
48
EventEmitterAsyncResource : {
49
49
[ READ ] : { supported : [ "17.4.0" , "16.14.0" ] } ,
50
- ...static ,
50
+ ...EventEmitterStatic ,
51
51
} ,
52
- ...static ,
52
+ ...EventEmitterStatic ,
53
53
}
54
54
55
55
/** @type {import('../types.js').SupportVersionTree } */
You can’t perform that action at this time.
0 commit comments