summaryrefslogtreecommitdiff
path: root/cli/tests/unstable_disabled_ts2551.out
AgeCommit message (Collapse)Author
2021-06-22fix: move stable/unstable types/APIs to their correct places (#10880)Muthu Kumar
- Moved ppid and memoryUsage types from deno.unstable to deno.ns. - Moved sleepSync to unstable object, shutdown to stable object.
2020-07-13fix(Deno.ppid): improve error message when --unstable is missing (#6717)uki00a