summaryrefslogtreecommitdiff
path: root/cli/tests/compiler_js_error.ts.out
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-09-26 16:33:25 +0200
committerGitHub <noreply@github.com>2020-09-26 16:33:25 +0200
commitff785bc35aa650152643ffc65a2195e2b27f845b (patch)
tree1a06106a4cb30049e5fb9928c51ab0fea4c21e3b /cli/tests/compiler_js_error.ts.out
parente0d4696a7201301dfa23e108b6e73d016e3f5e63 (diff)
refactor: use JsRuntime to implement TSC (#7691)
This commits removes "CompilerWorker" in favor of using "JsRuntime". "cli/ops/compiler.rs" has been removed in favor of inline registration of ops in "cli/tsc.rs"
Diffstat (limited to 'cli/tests/compiler_js_error.ts.out')
-rw-r--r--cli/tests/compiler_js_error.ts.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/compiler_js_error.ts.out b/cli/tests/compiler_js_error.ts.out
index 8c6e6e35e..bb9d69610 100644
--- a/cli/tests/compiler_js_error.ts.out
+++ b/cli/tests/compiler_js_error.ts.out
@@ -1,4 +1,4 @@
Check [WILDCARD]compiler_js_error.ts
error: Uncaught Error: Error in TS compiler:
-Uncaught AssertionError: Unexpected skip of the emit.
+AssertionError: Unexpected skip of the emit.
[WILDCARD]