diff options
Diffstat (limited to 'ext/node/polyfills/path/_win32.ts')
-rw-r--r-- | ext/node/polyfills/path/_win32.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/node/polyfills/path/_win32.ts b/ext/node/polyfills/path/_win32.ts index b8fe241bb..11c82e0ee 100644 --- a/ext/node/polyfills/path/_win32.ts +++ b/ext/node/polyfills/path/_win32.ts @@ -953,6 +953,8 @@ export function parse(path: string): ParsedPath { return ret; } +export const _makeLong = toNamespacedPath; + export default { basename, delimiter, @@ -967,4 +969,5 @@ export default { resolve, sep, toNamespacedPath, + _makeLong, }; |