File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
lib/unsupported-features/node-builtins-modules Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ const Module = {
20
20
} ,
21
21
} ,
22
22
enableCompileCache : { [ READ ] : { experimental : [ "22.8.0" ] } } ,
23
+ findPackageJSON : { [ READ ] : { experimental : [ "23.2.0" ] } } ,
23
24
flushCompileCache : { [ READ ] : { experimental : [ "23.0.0" , "22.10.0" ] } } ,
24
25
getCompileCacheDir : { [ READ ] : { experimental : [ "22.8.0" ] } } ,
25
26
isBuiltin : { [ READ ] : { supported : [ "18.6.0" , "16.17.0" ] } } ,
26
27
register : { [ READ ] : { experimental : [ "20.6.0" ] } } ,
28
+ stripTypeScriptTypes : { [ READ ] : { experimental : [ "23.2.0" ] } } ,
27
29
syncBuiltinESMExports : { [ READ ] : { supported : [ "12.12.0" ] } } ,
28
30
findSourceMap : { [ READ ] : { supported : [ "13.7.0" , "12.17.0" ] } } ,
29
31
SourceMap : { [ READ ] : { supported : [ "13.7.0" , "12.17.0" ] } } ,
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ const process = {
55
55
experimental : [ "11.8.0" ] ,
56
56
supported : [ "13.12.0" , "12.17.0" ] ,
57
57
} ,
58
+ excludeEnv : { [ READ ] : { supported : [ "23.3.0" ] } } ,
58
59
} ,
59
60
sourceMapsEnabled : { [ READ ] : { experimental : [ "20.7.0" ] } } ,
60
61
stdin : {
Original file line number Diff line number Diff line change @@ -94,7 +94,10 @@ const util = {
94
94
deprecate : { [ READ ] : { supported : [ "0.8.0" ] } } ,
95
95
format : { [ READ ] : { supported : [ "0.5.3" ] } } ,
96
96
formatWithOptions : { [ READ ] : { supported : [ "10.0.0" ] } } ,
97
- getCallSite : { [ READ ] : { experimental : [ "22.9.0" ] } } ,
97
+ getCallSite : {
98
+ [ READ ] : { deprecated : [ "23.3.0" ] , experimental : [ "22.9.0" ] } ,
99
+ } ,
100
+ getCallSites : { [ READ ] : { experimental : [ "23.3.0" ] } } ,
98
101
getSystemErrorName : { [ READ ] : { supported : [ "9.7.0" , "8.12.0" ] } } ,
99
102
getSystemErrorMap : { [ READ ] : { supported : [ "16.0.0" , "14.17.0" ] } } ,
100
103
getSystemErrorMessage : { [ READ ] : { supported : [ "23.1.0" ] } } ,
You can’t perform that action at this time.
0 commit comments