From aba952397ae668714add770c5b6fa6edf1cf3eb5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 11 May 2019 10:23:19 -0400 Subject: Add progress bar (#2309) --- tests/config.ts.out | 2 +- tests/error_004_missing_module.ts.out | 3 +-- tests/error_006_import_ext_failure.ts.out | 3 +-- tests/unbuffered_stderr.ts.out | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/config.ts.out b/tests/config.ts.out index e3ceb52bc..0f79e03d1 100644 --- a/tests/config.ts.out +++ b/tests/config.ts.out @@ -1,7 +1,7 @@ Unsupported compiler options in "[WILDCARD]tests/config.tsconfig.json" The following options were ignored: module, target -Compiling file://[WILDCARD]tests/config.ts + [WILDCARD]tests/config.ts:3:5 - error TS2532: Object is possibly 'undefined'. 3 if (map.get("bar").foo) { diff --git a/tests/error_004_missing_module.ts.out b/tests/error_004_missing_module.ts.out index ecc8c3186..f6fbf5d9b 100644 --- a/tests/error_004_missing_module.ts.out +++ b/tests/error_004_missing_module.ts.out @@ -1,5 +1,4 @@ -Compiling [WILDCARD]tests/error_004_missing_module.ts -Uncaught NotFound: Cannot resolve module "bad-module.ts" from "[WILDCARD]/tests/error_004_missing_module.ts" +[WILDCARD]Uncaught NotFound: Cannot resolve module "bad-module.ts" from "[WILDCARD]/tests/error_004_missing_module.ts" at DenoError (js/errors.ts:[WILDCARD]) at maybeError (js/errors.ts:[WILDCARD]) at maybeThrowError (js/errors.ts:[WILDCARD]) diff --git a/tests/error_006_import_ext_failure.ts.out b/tests/error_006_import_ext_failure.ts.out index 9c17d1925..7fe154aa0 100644 --- a/tests/error_006_import_ext_failure.ts.out +++ b/tests/error_006_import_ext_failure.ts.out @@ -1,5 +1,4 @@ -Compiling [WILDCARD]tests/error_006_import_ext_failure.ts -Uncaught NotFound: Cannot resolve module "./non-existent" from "[WILDCARD]/tests/error_006_import_ext_failure.ts" +[WILDCARD]Uncaught NotFound: Cannot resolve module "./non-existent" from "[WILDCARD]/tests/error_006_import_ext_failure.ts" at DenoError (js/errors.ts:[WILDCARD]) at maybeError (js/errors.ts:[WILDCARD]) at maybeThrowError (js/errors.ts:[WILDCARD]) diff --git a/tests/unbuffered_stderr.ts.out b/tests/unbuffered_stderr.ts.out index 907698acc..500019738 100644 --- a/tests/unbuffered_stderr.ts.out +++ b/tests/unbuffered_stderr.ts.out @@ -1,2 +1,2 @@ -Compiling [WILDCARD].ts +[WILDCARD] x \ No newline at end of file -- cgit v1.2.3