Commit 9b44f42
refactor(ext/node): consolidate node:fs (part 9)
Inline `_fs_read.ts`, `_fs_readdir.ts`, `_fs_readFile.ts`, and
`_fs_readlink.ts` into the main `fs.ts` module, following the same
pattern as parts 1-8. Update imports in `promises.ts`, `_fs_glob.ts`,
and `cp_sync.ts` to reference the consolidated location.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 40b56f7 commit 9b44f42
File tree
9 files changed
+823
-846
lines changed- ext/node
- polyfills
- _fs
- cp
- internal/fs
9 files changed
+823
-846
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | 389 | | |
394 | 390 | | |
395 | 391 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 16 | + | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
This file was deleted.
0 commit comments