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