diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-07-15 14:23:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 14:23:17 +0200 |
commit | 73a90360894267c69365d97f535a3573861e4ace (patch) | |
tree | d0bde1bc70c53bed27bf920fc25c889b205dabd7 /cli/tests/compiler_js_error.ts.out | |
parent | cde4dbb35132848ffece59ef9cfaccff32347124 (diff) |
fix: panic for runtime error in TS compiler (#6758)
Diffstat (limited to 'cli/tests/compiler_js_error.ts.out')
-rw-r--r-- | cli/tests/compiler_js_error.ts.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/compiler_js_error.ts.out b/cli/tests/compiler_js_error.ts.out new file mode 100644 index 000000000..8f1556731 --- /dev/null +++ b/cli/tests/compiler_js_error.ts.out @@ -0,0 +1,7 @@ +Check [WILDCARD]compiler_js_error.ts +error: Uncaught Error: Error in TS compiler: +Uncaught AssertionError: Unexpected skip of the emit. +[WILDCARD] + at unwrapResponse ($deno$/ops/dispatch_json.ts:[WILDCARD]) + at Object.sendAsync ($deno$/ops/dispatch_json.ts:[WILDCARD]) + at async Object.compile ($deno$/compiler_api.ts:[WILDCARD]) |