summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/path/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/path/mod.ts')
-rw-r--r--ext/node/polyfills/path/mod.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/polyfills/path/mod.ts b/ext/node/polyfills/path/mod.ts
index 56d21d2e0..e74c1da4d 100644
--- a/ext/node/polyfills/path/mod.ts
+++ b/ext/node/polyfills/path/mod.ts
@@ -36,6 +36,7 @@ export const {
resolve,
sep,
toNamespacedPath,
+ _makeLong,
} = path;
export default path;
export * from "ext:deno_node/path/common.ts";