@@ -14,14 +14,17 @@ const promises_api = {
1414 constants : { [ READ ] : { supported : [ "18.4.0" , "16.17.0" ] } } ,
1515 copyFile : { [ READ ] : { supported : [ "10.0.0" ] } } ,
1616 cp : { [ READ ] : { supported : [ "22.3.0" ] , experimental : [ "16.7.0" ] } } ,
17- glob : { [ READ ] : { experimental : [ "22.0.0" ] , supported : [ "22.17.0" ] } } ,
17+ glob : {
18+ [ READ ] : { experimental : [ "22.0.0" ] , supported : [ "22.17.0" , "24.0.0" ] } ,
19+ } ,
1820 lchmod : { [ READ ] : { supported : [ "10.0.0" ] , deprecated : [ "10.0.0" ] } } ,
1921 lchown : { [ READ ] : { supported : [ "10.0.0" ] } } ,
2022 link : { [ READ ] : { supported : [ "10.0.0" ] } } ,
2123 lstat : { [ READ ] : { supported : [ "10.0.0" ] } } ,
2224 lutimes : { [ READ ] : { supported : [ "14.5.0" , "12.19.0" ] } } ,
2325 mkdir : { [ READ ] : { supported : [ "10.0.0" ] } } ,
2426 mkdtemp : { [ READ ] : { supported : [ "10.0.0" ] } } ,
27+ mkdtempDisposable : { [ READ ] : { supported : [ "24.4.0" ] } } ,
2528 open : { [ READ ] : { supported : [ "10.0.0" ] } } ,
2629 opendir : { [ READ ] : { supported : [ "12.12.0" ] } } ,
2730 readFile : { [ READ ] : { supported : [ "10.0.0" ] } } ,
@@ -62,7 +65,9 @@ const callback_api = {
6265 fsync : { [ READ ] : { supported : [ "0.1.96" ] } } ,
6366 ftruncate : { [ READ ] : { supported : [ "0.8.6" ] } } ,
6467 futimes : { [ READ ] : { supported : [ "0.4.2" ] } } ,
65- glob : { [ READ ] : { experimental : [ "22.0.0" ] , supported : [ "22.17.0" ] } } ,
68+ glob : {
69+ [ READ ] : { experimental : [ "22.0.0" ] , supported : [ "22.17.0" , "24.0.0" ] } ,
70+ } ,
6671 lchmod : { [ READ ] : { supported : [ "0.1.8" ] , deprecated : [ "0.4.7" ] } } ,
6772 lchown : { [ READ ] : { supported : [ "0.1.8" ] } } ,
6873 link : { [ READ ] : { supported : [ "0.1.31" ] } } ,
@@ -73,7 +78,7 @@ const callback_api = {
7378 native : { [ READ ] : { supported : [ "9.2.0" ] } } ,
7479 open : { [ READ ] : { supported : [ "0.0.2" ] } } ,
7580 openAsBlob : {
76- [ READ ] : { experimental : [ "19.8.0" ] , supported : [ "22.17.0" ] } ,
81+ [ READ ] : { experimental : [ "19.8.0" ] , supported : [ "22.17.0" , "24.0.0" ] } ,
7782 } ,
7883 opendir : { [ READ ] : { supported : [ "12.12.0" ] } } ,
7984 read : { [ READ ] : { supported : [ "0.0.2" ] } } ,
@@ -121,14 +126,17 @@ const synchronous_api = {
121126 fsyncSync : { [ READ ] : { supported : [ "0.1.96" ] } } ,
122127 ftruncateSync : { [ READ ] : { supported : [ "0.8.6" ] } } ,
123128 futimesSync : { [ READ ] : { supported : [ "0.4.2" ] } } ,
124- globSync : { [ READ ] : { experimental : [ "22.0.0" ] , supported : [ "22.17.0" ] } } ,
129+ globSync : {
130+ [ READ ] : { experimental : [ "22.0.0" ] , supported : [ "22.17.0" , "24.0.0" ] } ,
131+ } ,
125132 lchmodSync : { [ READ ] : { supported : [ "0.1.8" ] , deprecated : [ "0.4.7" ] } } ,
126133 lchownSync : { [ READ ] : { supported : [ "0.1.8" ] } } ,
127134 linkSync : { [ READ ] : { supported : [ "0.1.31" ] } } ,
128135 lstatSync : { [ READ ] : { supported : [ "0.1.30" ] } } ,
129136 lutimesSync : { [ READ ] : { supported : [ "14.5.0" , "12.19.0" ] } } ,
130137 mkdirSync : { [ READ ] : { supported : [ "0.1.21" ] } } ,
131138 mkdtempSync : { [ READ ] : { supported : [ "5.10.0" ] } } ,
139+ mkdtempDisposableSync : { [ READ ] : { supported : [ "24.4.0" ] } } ,
132140 native : { [ READ ] : { supported : [ "9.2.0" ] } } ,
133141 opendirSync : { [ READ ] : { supported : [ "12.12.0" ] } } ,
134142 openSync : { [ READ ] : { supported : [ "0.1.21" ] } } ,
@@ -181,6 +189,7 @@ const fs = {
181189 } ,
182190 StatFs : { [ READ ] : { supported : [ "19.6.0" , "18.15.0" ] } } ,
183191 WriteStream : { [ READ ] : { supported : [ "0.1.93" ] } } ,
192+ Utf8Stream : { [ READ ] : { experimental : [ "24.6.0" ] } } ,
184193 common_objects : { [ READ ] : { supported : [ "0.1.8" ] } } ,
185194}
186195
0 commit comments