diff options
Diffstat (limited to 'ext/node/polyfills/path/posix.ts')
-rw-r--r-- | ext/node/polyfills/path/posix.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/node/polyfills/path/posix.ts b/ext/node/polyfills/path/posix.ts index 8e95ba124..2b6582ff6 100644 --- a/ext/node/polyfills/path/posix.ts +++ b/ext/node/polyfills/path/posix.ts @@ -18,6 +18,9 @@ export const { resolve, sep, toNamespacedPath, + _makeLong, } = path.posix; +export const posix = path.posix; +export const win32 = path.win32; export default path.posix; |