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 06806e81b..02e6f97c5 100644 --- a/ext/node/polyfills/path/win32.ts +++ b/ext/node/polyfills/path/win32.ts @@ -18,6 +18,9 @@ export const { resolve, sep, toNamespacedPath, + _makeLong, } = path.win32; +export const posix = path.posix; +export const win32 = path.win32; export default path.win32; |