From 83f53c6455bacbe62998ebc56199d0c2d7f1a870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 25 Sep 2020 14:04:51 +0200 Subject: refactor: remove tsc/40_error_stack.js (#7673) This commit removes cli/tsc/40_error_stack.js as it is not needed in TSC host. All errors originating in TSC are terminal and don't require source mapping hence we can rely on default stack traces provided by deno_core. Additionally tsc/06_util.js was removed and its code moved to tsc/99_main_compiler.js --- cli/tests/020_json_modules.ts.out | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/020_json_modules.ts.out b/cli/tests/020_json_modules.ts.out index 6e933ef99..54db523a0 100644 --- a/cli/tests/020_json_modules.ts.out +++ b/cli/tests/020_json_modules.ts.out @@ -1,9 +1,3 @@ [WILDCARD] error: Uncaught TypeError: Cannot resolve extension for "[WILDCARD]config.json" with mediaType "Json". - at getExtension ([WILDCARD]99_main_compiler.js:[WILDCARD]) - at new SourceFile ([WILDCARD]99_main_compiler.js:[WILDCARD]) - at Function.addToCache ([WILDCARD]99_main_compiler.js:[WILDCARD]) - at buildSourceFileCache ([WILDCARD]99_main_compiler.js:[WILDCARD]) - at compile ([WILDCARD]99_main_compiler.js:[WILDCARD]) - at tsCompilerOnMessage ([WILDCARD]99_main_compiler.js:[WILDCARD]) [WILDCARD] \ No newline at end of file -- cgit v1.2.3