0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/unstable_disabled_ts2551.out

10 lines
422 B
Text

[WILDCARD]
error: TS2551 [ERROR]: Property 'ppid' does not exist on type 'typeof Deno'. 'Deno.ppid' is an unstable API. Did you forget to run with the '--unstable' flag, or did you mean 'pid'?
console.log(Deno.ppid);
~~~~
at [WILDCARD]cli/tests/unstable_ts2551.ts:1:18
'pid' is declared here.
export const pid: number;
~~~
at asset:///lib.deno.ns.d.ts:[WILDCARD]