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 11const { READ } = require ( "@eslint-community/eslint-utils" )
22
33/** @type {import('../types.js').SupportVersionTree } */
4- const static = {
4+ const EventEmitterStatic = {
55 defaultMaxListeners : { [ READ ] : { supported : [ "0.11.2" ] } } ,
66 errorMonitor : { [ READ ] : { supported : [ "13.6.0" , "12.17.0" ] } } ,
77 captureRejections : {
@@ -43,13 +43,13 @@ const events = {
4343 } ,
4444 EventEmitter : {
4545 [ READ ] : { supported : [ "0.1.26" ] } ,
46- ...static ,
46+ ...EventEmitterStatic ,
4747 } ,
4848 EventEmitterAsyncResource : {
4949 [ READ ] : { supported : [ "17.4.0" , "16.14.0" ] } ,
50- ...static ,
50+ ...EventEmitterStatic ,
5151 } ,
52- ...static ,
52+ ...EventEmitterStatic ,
5353}
5454
5555/** @type {import('../types.js').SupportVersionTree } */
You can’t perform that action at this time.
0 commit comments