From 803499886b90536cdbb9d40eaa9085157772d771 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 19 Apr 2022 17:08:23 +0200 Subject: Remove the DENO_FUTURE_CHECK warning (#14320) It has good intentions, but it is a really terrible user experience. As such we shouldn't print this warning. --- cli/tests/testdata/future_check1.out | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/testdata/future_check1.out b/cli/tests/testdata/future_check1.out index 7505efcd4..c626a5485 100644 --- a/cli/tests/testdata/future_check1.out +++ b/cli/tests/testdata/future_check1.out @@ -1,3 +1 @@ -Warning In future releases `deno run` will not automatically type check without the --check flag. -To opt into this new behavior now, specify DENO_FUTURE_CHECK=1. Check [WILDCARD]/future_check.ts -- cgit v1.2.3