File tree 1 file changed +9
-0
lines changed
lib/unsupported-features/node-builtins-modules
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,17 @@ const process = {
18
18
execPath : { [ READ ] : { supported : [ "0.1.100" ] } } ,
19
19
exitCode : { [ READ ] : { supported : [ "0.11.8" ] } } ,
20
20
features : {
21
+ cached_builtins : { [ READ ] : { supported : [ "12.0.0" ] } } ,
22
+ debug : { [ READ ] : { supported : [ "0.5.5" ] } } ,
23
+ inspector : { [ READ ] : { supported : [ "11.10.0" ] } } ,
24
+ ipv6 : { [ READ ] : { supported : [ "0.5.3" ] } } ,
21
25
require_module : { [ READ ] : { supported : [ "23.0.0" , "22.10.0" ] } } ,
26
+ tls : { [ READ ] : { supported : [ "0.5.3" ] } } ,
27
+ tls_alpn : { [ READ ] : { supported : [ "4.8.0" ] } } ,
28
+ tls_ocsp : { [ READ ] : { supported : [ "0.11.13" ] } } ,
29
+ tls_sni : { [ READ ] : { supported : [ "0.5.3" ] } } ,
22
30
typescript : { [ READ ] : { experimental : [ "23.0.0" , "22.10.0" ] } } ,
31
+ uv : { [ READ ] : { supported : [ "0.5.3" ] } } ,
23
32
} ,
24
33
finalization : {
25
34
register : { [ READ ] : { experimental : [ "22.5.0" ] } } ,
You can’t perform that action at this time.
0 commit comments