summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/path/mod.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/mod.ts
parentd8293cd8bc88eef54f95e2ad11441d2b8f4b6061 (diff)
fix(ext/node): remove path.toFileUrl (#19536)
Diffstat (limited to 'ext/node/polyfills/path/mod.ts')
-rw-r--r--ext/node/polyfills/path/mod.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/node/polyfills/path/mod.ts b/ext/node/polyfills/path/mod.ts
index 92611d502..f0f431d2b 100644
--- a/ext/node/polyfills/path/mod.ts
+++ b/ext/node/polyfills/path/mod.ts
@@ -35,7 +35,6 @@ export const {
relative,
resolve,
sep,
- toFileUrl,
toNamespacedPath,
} = path;
export default path;