summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/path/mod.ts
diff options
context:
space:
mode:
authorRyan Clements <ryanclementshax@gmail.com>2023-06-16 06:43:59 -0400
committerGitHub <noreply@github.com>2023-06-16 19:43:59 +0900
commitd32287d2111ec7b845e09c7cfe6a5d779c5f3bd1 (patch)
tree20341750a687b05458a5cae8a634fb3ac79888f9 /ext/node/polyfills/path/mod.ts
parent239dc5e681ad61fb77ed7e0791a8512d6842040b (diff)
fix(ext/node): remove fromFileUrl from "node:path" (#19504)
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 ee231e17d..92611d502 100644
--- a/ext/node/polyfills/path/mod.ts
+++ b/ext/node/polyfills/path/mod.ts
@@ -28,7 +28,6 @@ export const {
dirname,
extname,
format,
- fromFileUrl,
isAbsolute,
join,
normalize,