summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/path/win32.ts
diff options
context:
space:
mode:
authorRyan Clements <ryanclementshax@gmail.com>2023-06-26 00:08:17 -0400
committerGitHub <noreply@github.com>2023-06-26 13:08:17 +0900
commitb37b286f7fa68d5656f7c180f6127bdc38cf2cf5 (patch)
treec56c80c07f96cdbdef80a01ddd605976fe39fdfb /ext/node/polyfills/path/win32.ts
parentd8293cd8bc88eef54f95e2ad11441d2b8f4b6061 (diff)
fix(ext/node): remove path.toFileUrl (#19536)
Diffstat (limited to 'ext/node/polyfills/path/win32.ts')
-rw-r--r--ext/node/polyfills/path/win32.ts1
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;