From d32287d2111ec7b845e09c7cfe6a5d779c5f3bd1 Mon Sep 17 00:00:00 2001 From: Ryan Clements Date: Fri, 16 Jun 2023 06:43:59 -0400 Subject: fix(ext/node): remove fromFileUrl from "node:path" (#19504) --- ext/node/polyfills/path/mod.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/node/polyfills/path/mod.ts') 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, -- cgit v1.2.3