summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/path/win32.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/win32.ts
parent239dc5e681ad61fb77ed7e0791a8512d6842040b (diff)
fix(ext/node): remove fromFileUrl from "node:path" (#19504)
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 e847b0a3b..b015c0eba 100644
--- a/ext/node/polyfills/path/win32.ts
+++ b/ext/node/polyfills/path/win32.ts
@@ -10,7 +10,6 @@ export const {
dirname,
extname,
format,
- fromFileUrl,
isAbsolute,
join,
normalize,