File tree 2 files changed +2
-1
lines changed
lib/unsupported-features/node-builtins-modules
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const path = {
10
10
dirname : { [ READ ] : { supported : [ "0.1.16" ] } } ,
11
11
extname : { [ READ ] : { supported : [ "0.1.25" ] } } ,
12
12
format : { [ READ ] : { supported : [ "0.11.15" ] } } ,
13
- matchesGlob : { [ READ ] : { experimental : [ "22.5.0" ] } } ,
13
+ matchesGlob : { [ READ ] : { experimental : [ "22.5.0" , "20.17.0" ] } } ,
14
14
isAbsolute : { [ READ ] : { supported : [ "0.11.2" ] } } ,
15
15
join : { [ READ ] : { supported : [ "0.1.16" ] } } ,
16
16
normalize : { [ READ ] : { supported : [ "0.1.23" ] } } ,
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ const Stream = {
45
45
finished : { [ READ ] : { supported : [ "10.0.0" ] } } ,
46
46
pipeline : { [ READ ] : { supported : [ "10.0.0" ] } } ,
47
47
compose : { [ READ ] : { supported : [ "16.9.0" ] } } ,
48
+ duplexPair : { [ READ ] : { supported : [ "20.17.0" ] } } ,
48
49
49
50
Readable,
50
51
Writable,
You can’t perform that action at this time.
0 commit comments