Skip to content

Commit 0b6c43a

Browse files
committed
fix: 🐛 inline Buffer and URL
1 parent 4b0d359 commit 0b6c43a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vendor/node/fs.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// Inlined types from node:fs to avoid implicit dependencies
2+
3+
import type { Buffer } from './buffer';
4+
import type { URL } from './url';
5+
26
export type PathLike = string | Buffer | URL;
37

48
// tslint:disable-next-line:no-namespace

0 commit comments

Comments
 (0)