mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00:00
feat(unstable): Deno.ppid (#6539)
This commit is contained in:
parent
231899695d
commit
a2bf61d1ae
6 changed files with 91 additions and 2 deletions
|
@ -9,6 +9,7 @@ export interface Start {
|
|||
denoVersion: string;
|
||||
noColor: boolean;
|
||||
pid: number;
|
||||
ppid: number;
|
||||
repl: boolean;
|
||||
target: string;
|
||||
tsVersion: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue