diff options
Diffstat (limited to 'ext/node/polyfills/path/mod.ts')
-rw-r--r-- | ext/node/polyfills/path/mod.ts | 1 |
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, |