unenv-nightly
Advanced tools
Comparing version 1.10.0-1718201619.708b0b9 to 1.10.0-1718203560.f994fdf
{ | ||
"name": "unenv-nightly", | ||
"version": "1.10.0-1718201619.708b0b9", | ||
"version": "1.10.0-1718203560.f994fdf", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": "unjs/unenv", |
@@ -149,3 +149,3 @@ # unenv | ||
- [node:fs/promises](https://nodejs.org/api/fs.html) - ✅ polyfilled all exports | ||
- [node:http](https://nodejs.org/api/http.html) - ✅ polyfilled 16/17 exports | ||
- [node:http](https://nodejs.org/api/http.html) - ✅ polyfilled all exports | ||
- [node:http2](https://nodejs.org/api/http2.html) - ✅ polyfilled all exports | ||
@@ -158,5 +158,5 @@ - [node:https](https://nodejs.org/api/https.html) - ✅ polyfilled all exports | ||
- [node:os](https://nodejs.org/api/os.html) - ✅ polyfilled all exports | ||
- [node:path](https://nodejs.org/api/path.html) - ✅ polyfilled 15/16 exports | ||
- [node:path/posix](https://nodejs.org/api/path.html) - ✅ polyfilled 15/16 exports | ||
- [node:path/win32](https://nodejs.org/api/path.html) - ✅ polyfilled 15/16 exports | ||
- [node:path](https://nodejs.org/api/path.html) - ✅ polyfilled all exports | ||
- [node:path/posix](https://nodejs.org/api/path.html) - ✅ polyfilled all exports | ||
- [node:path/win32](https://nodejs.org/api/path.html) - ✅ polyfilled all exports | ||
- [node:perf_hooks](https://nodejs.org/api/perf_hooks.html) - ✅ polyfilled all exports | ||
@@ -163,0 +163,0 @@ - [node:process](https://nodejs.org/api/process.html) - ✅ polyfilled 84/92 exports |
@@ -17,3 +17,4 @@ /// <reference types="node" /> | ||
export declare const setMaxIdleHTTPParsers: any; | ||
export declare const _connectionListener: (...args: any) => any; | ||
declare const _default: any; | ||
export default _default; |
@@ -7,3 +7,4 @@ /// <reference types="node" /> | ||
export declare const platform = "posix"; | ||
export declare const _makeLong: (path: string) => string; | ||
declare const _default: any; | ||
export default _default; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
793358
23585