unenv-nightly
Advanced tools
Comparing version 1.9.1-1716990066.b21bef1 to 1.9.1-1716990508.9408022
{ | ||
"name": "unenv-nightly", | ||
"version": "1.9.1-1716990066.b21bef1", | ||
"version": "1.9.1-1716990508.9408022", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": "unjs/unenv", |
@@ -136,3 +136,3 @@ # unenv | ||
- [node:buffer](https://nodejs.org/api/buffer.html) - ✅ polyfilled all exports | ||
- [node:child_process](https://nodejs.org/api/child_process.html) - 🚧 mocked using proxy | ||
- [node:child_process](https://nodejs.org/api/child_process.html) - ✅ polyfilled all exports | ||
- [node:cluster](https://nodejs.org/api/cluster.html) - ✅ polyfilled all exports | ||
@@ -143,5 +143,5 @@ - [node:console](https://nodejs.org/api/console.html) - ✅ polyfilled 23/25 exports | ||
- [node:dgram](https://nodejs.org/api/dgram.html) - ✅ polyfilled all exports | ||
- [node:diagnostics_channel](https://nodejs.org/api/diagnostics_channel.html) - 🚧 mocked using proxy | ||
- [node:dns](https://nodejs.org/api/dns.html) - 🚧 mocked using proxy | ||
- [node:dns/promises](https://nodejs.org/api/dns.html) - 🚧 mocked using proxy | ||
- [node:diagnostics_channel](https://nodejs.org/api/diagnostics_channel.html) - ✅ polyfilled all exports | ||
- [node:dns](https://nodejs.org/api/dns.html) - ✅ polyfilled all exports | ||
- [node:dns/promises](https://nodejs.org/api/dns.html) - ✅ polyfilled all exports | ||
- [node:domain](https://nodejs.org/api/domain.html) - ✅ polyfilled all exports | ||
@@ -148,0 +148,0 @@ - [node:events](https://nodejs.org/api/events.html) - ✅ polyfilled 2/15 exports |
/// <reference types="node" /> | ||
import type child_process from "node:child_process"; | ||
export declare const ChildProcess: typeof child_process.ChildProcess; | ||
export declare const _forkChild: any; | ||
export declare const _forkChild: (...args: any) => any; | ||
export declare const exec: typeof child_process.exec; | ||
@@ -6,0 +6,0 @@ export declare const execFile: typeof child_process.execFile; |
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
584463
16904