|
429 | 429 | "glob": { |
430 | 430 | "type": "module", |
431 | 431 | "moduleName": "glob", |
432 | | - "replacements": ["tinyglobby", "fs.glob", "fdir"], |
| 432 | + "replacements": ["tinyglobby", "fs.promises.glob", "fdir"], |
433 | 433 | "url": {"type": "e18e", "id": "glob"} |
434 | 434 | }, |
435 | 435 | "globby": { |
|
2247 | 2247 | "make-dir": { |
2248 | 2248 | "type": "module", |
2249 | 2249 | "moduleName": "make-dir", |
2250 | | - "replacements": ["fs.mkdir"], |
| 2250 | + "replacements": ["fs.promises.mkdir"], |
2251 | 2251 | "url": {"type": "e18e", "id": "mkdirp"} |
2252 | 2252 | }, |
2253 | 2253 | "materialize-css": { |
|
2277 | 2277 | "mkdirp": { |
2278 | 2278 | "type": "module", |
2279 | 2279 | "moduleName": "mkdirp", |
2280 | | - "replacements": ["fs.mkdir"], |
| 2280 | + "replacements": ["fs.promises.mkdir"], |
2281 | 2281 | "url": {"type": "e18e", "id": "mkdirp"} |
2282 | 2282 | }, |
2283 | 2283 | "mockdate": { |
|
2337 | 2337 | "path-exists": { |
2338 | 2338 | "type": "module", |
2339 | 2339 | "moduleName": "path-exists", |
2340 | | - "replacements": ["fs.access", "fs.existsSync", "Bun.file"], |
| 2340 | + "replacements": ["fs.promises.access", "fs.existsSync", "Bun.file"], |
2341 | 2341 | "url": {"type": "e18e", "id": "path-exists"} |
2342 | 2342 | }, |
2343 | 2343 | "pbkdf2": { |
|
2467 | 2467 | "rimraf": { |
2468 | 2468 | "type": "module", |
2469 | 2469 | "moduleName": "rimraf", |
2470 | | - "replacements": ["fs.rm", "fs.rmdir", "premove"], |
| 2470 | + "replacements": ["fs.promises.rm", "fs.promises.rmdir", "premove"], |
2471 | 2471 | "url": {"type": "e18e", "id": "rimraf"} |
2472 | 2472 | }, |
2473 | 2473 | "safe-compare": { |
|
2555 | 2555 | "temp": { |
2556 | 2556 | "type": "module", |
2557 | 2557 | "moduleName": "temp", |
2558 | | - "replacements": ["fs.mkdtemp", "Deno.makeTempDir"], |
| 2558 | + "replacements": ["fs.promises.mkdtemp", "Deno.makeTempDir"], |
2559 | 2559 | "url": {"type": "e18e", "id": "tempy"} |
2560 | 2560 | }, |
2561 | 2561 | "tempy": { |
2562 | 2562 | "type": "module", |
2563 | 2563 | "moduleName": "tempy", |
2564 | | - "replacements": ["fs.mkdtemp", "Deno.makeTempDir"], |
| 2564 | + "replacements": ["fs.promises.mkdtemp", "Deno.makeTempDir"], |
2565 | 2565 | "url": {"type": "e18e", "id": "tempy"} |
2566 | 2566 | }, |
2567 | 2567 | "then-request": { |
|
3047 | 3047 | "nodeFeatureId": {"moduleName": "node:fs"}, |
3048 | 3048 | "url": {"type": "node", "id": "api/fs.html"} |
3049 | 3049 | }, |
3050 | | - "fs.access": { |
3051 | | - "id": "fs.access", |
| 3050 | + "fs.existsSync": { |
| 3051 | + "id": "fs.existsSync", |
| 3052 | + "type": "native", |
| 3053 | + "nodeFeatureId": {"moduleName": "node:fs", "exportName": "existsSync"}, |
| 3054 | + "url": {"type": "node", "id": "api/fs.html#fsexistssyncpath"} |
| 3055 | + }, |
| 3056 | + "fs.promises.access": { |
| 3057 | + "id": "fs.promises.access", |
3052 | 3058 | "type": "native", |
3053 | 3059 | "nodeFeatureId": { |
3054 | 3060 | "moduleName": "node:fs/promises", |
3055 | 3061 | "exportName": "access" |
3056 | 3062 | }, |
3057 | 3063 | "url": {"type": "node", "id": "api/fs.html#fspromisesaccesspath-mode"} |
3058 | 3064 | }, |
3059 | | - "fs.existsSync": { |
3060 | | - "id": "fs.existsSync", |
3061 | | - "type": "native", |
3062 | | - "nodeFeatureId": {"moduleName": "node:fs", "exportName": "existsSync"}, |
3063 | | - "url": {"type": "node", "id": "api/fs.html#fsexistssyncpath"} |
3064 | | - }, |
3065 | | - "fs.glob": { |
3066 | | - "id": "fs.glob", |
| 3065 | + "fs.promises.glob": { |
| 3066 | + "id": "fs.promises.glob", |
3067 | 3067 | "type": "native", |
3068 | 3068 | "nodeFeatureId": {"moduleName": "node:fs", "exportName": "glob"}, |
3069 | 3069 | "url": {"type": "node", "id": "api/fs.html#fspromisesglobpattern-options"} |
3070 | 3070 | }, |
3071 | | - "fs.mkdir": { |
3072 | | - "id": "fs.mkdir", |
| 3071 | + "fs.promises.mkdir": { |
| 3072 | + "id": "fs.promises.mkdir", |
3073 | 3073 | "type": "native", |
3074 | 3074 | "nodeFeatureId": {"moduleName": "node:fs", "exportName": "mkdir"}, |
3075 | 3075 | "url": {"type": "node", "id": "api/fs.html#fspromisesmkdirpath-options"} |
3076 | 3076 | }, |
3077 | | - "fs.mkdtemp": { |
3078 | | - "id": "fs.mkdtemp", |
| 3077 | + "fs.promises.mkdtemp": { |
| 3078 | + "id": "fs.promises.mkdtemp", |
3079 | 3079 | "type": "native", |
3080 | 3080 | "nodeFeatureId": { |
3081 | 3081 | "moduleName": "node:fs/promises", |
|
3086 | 3086 | "id": "api/fs.html#fspromisesmkdtempprefix-options" |
3087 | 3087 | } |
3088 | 3088 | }, |
3089 | | - "fs.rm": { |
3090 | | - "id": "fs.rm", |
| 3089 | + "fs.promises.rm": { |
| 3090 | + "id": "fs.promises.rm", |
3091 | 3091 | "type": "native", |
3092 | 3092 | "nodeFeatureId": {"moduleName": "node:fs/promises", "exportName": "rm"}, |
3093 | 3093 | "url": {"type": "node", "id": "api/fs.html#fspromisesrmpath-options"} |
3094 | 3094 | }, |
3095 | | - "fs.rmdir": { |
3096 | | - "id": "fs.rmdir", |
| 3095 | + "fs.promises.rmdir": { |
| 3096 | + "id": "fs.promises.rmdir", |
3097 | 3097 | "type": "native", |
3098 | 3098 | "nodeFeatureId": { |
3099 | 3099 | "moduleName": "node:fs/promises", |
|
0 commit comments