diff options
Diffstat (limited to 'cli/tests/testdata/unstable_disabled.out')
| -rw-r--r-- | cli/tests/testdata/unstable_disabled.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/unstable_disabled.out b/cli/tests/testdata/unstable_disabled.out new file mode 100644 index 000000000..28659645d --- /dev/null +++ b/cli/tests/testdata/unstable_disabled.out @@ -0,0 +1,5 @@ +[WILDCARD] +error: TS2339 [ERROR]: Property 'loadavg' does not exist on type 'typeof Deno'. 'Deno.loadavg' is an unstable API. Did you forget to run with the '--unstable' flag? +console.log(Deno.loadavg); + ~~~~~~~ + at [WILDCARD]/unstable.ts:1:18 |
