@@ -7,7 +7,9 @@ const { READ } = require("@eslint-community/eslint-utils")
77 */
88const process = {
99 allowedNodeEnvironmentFlags : { [ READ ] : { supported : [ "10.10.0" ] } } ,
10- availableMemory : { [ READ ] : { experimental : [ "22.0.0" , "20.13.0" ] } } ,
10+ availableMemory : {
11+ [ READ ] : { experimental : [ "22.0.0" , "20.13.0" ] , supported : [ "22.16.0" ] } ,
12+ } ,
1113 arch : { [ READ ] : { supported : [ "0.5.0" ] } } ,
1214 argv : { [ READ ] : { supported : [ "0.1.27" ] } } ,
1315 argv0 : { [ READ ] : { supported : [ "6.4.0" ] } } ,
@@ -113,14 +115,18 @@ const process = {
113115
114116 abort : { [ READ ] : { supported : [ "0.7.0" ] } } ,
115117 chdir : { [ READ ] : { supported : [ "0.1.17" ] } } ,
116- constrainedMemory : { [ READ ] : { experimental : [ "19.6.0" , "18.15.0" ] } } ,
118+ constrainedMemory : {
119+ [ READ ] : { experimental : [ "19.6.0" , "18.15.0" ] , supported : [ "22.16.0" ] } ,
120+ } ,
117121 cpuUsage : { [ READ ] : { supported : [ "6.1.0" ] } } ,
118122 cwd : { [ READ ] : { supported : [ "0.1.8" ] } } ,
119123 disconnect : { [ READ ] : { supported : [ "0.7.2" ] } } ,
120124 dlopen : { [ READ ] : { supported : [ "0.1.16" ] } } ,
121125 emitWarning : { [ READ ] : { supported : [ "6.0.0" ] } } ,
122126 exit : { [ READ ] : { supported : [ "0.1.13" ] } } ,
123- getActiveResourcesInfo : { [ READ ] : { experimental : [ "17.3.0" , "16.14.0" ] } } ,
127+ getActiveResourcesInfo : {
128+ [ READ ] : { experimental : [ "17.3.0" , "16.14.0" ] , supported : [ "22.16.0" ] } ,
129+ } ,
124130 getegid : { [ READ ] : { supported : [ "2.0.0" ] } } ,
125131 geteuid : { [ READ ] : { supported : [ "2.0.0" ] } } ,
126132 getgid : { [ READ ] : { supported : [ "0.1.31" ] } } ,
0 commit comments