summaryrefslogtreecommitdiff
path: root/cli/tests/020_json_modules.ts.out
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-09-25 14:04:51 +0200
committerGitHub <noreply@github.com>2020-09-25 14:04:51 +0200
commit83f53c6455bacbe62998ebc56199d0c2d7f1a870 (patch)
treea1d19e22fc81d017884dbe3442a33da3bdde196d /cli/tests/020_json_modules.ts.out
parentfd1c913985df2f835612e79c3bd2d6312b57a04b (diff)
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
Diffstat (limited to 'cli/tests/020_json_modules.ts.out')
-rw-r--r--cli/tests/020_json_modules.ts.out6
1 files changed, 0 insertions, 6 deletions
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