diff options
Diffstat (limited to 'ext/node/polyfills/path/posix.ts')
-rw-r--r-- | ext/node/polyfills/path/posix.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/node/polyfills/path/posix.ts b/ext/node/polyfills/path/posix.ts index 17e890085..12c4946b1 100644 --- a/ext/node/polyfills/path/posix.ts +++ b/ext/node/polyfills/path/posix.ts @@ -17,7 +17,6 @@ export const { relative, resolve, sep, - toFileUrl, toNamespacedPath, } = path.posix; |