summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/path/_posix.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/path/_posix.ts')
-rw-r--r--ext/node/polyfills/path/_posix.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/node/polyfills/path/_posix.ts b/ext/node/polyfills/path/_posix.ts
index 555b7dc6d..bf0b91d48 100644
--- a/ext/node/polyfills/path/_posix.ts
+++ b/ext/node/polyfills/path/_posix.ts
@@ -478,6 +478,9 @@ export function parse(path: string): ParsedPath {
return ret;
}
+
+export const _makeLong = toNamespacedPath;
+
export default {
basename,
delimiter,
@@ -492,4 +495,5 @@ export default {
resolve,
sep,
toNamespacedPath,
+ _makeLong,
};