From ff785bc35aa650152643ffc65a2195e2b27f845b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 26 Sep 2020 16:33:25 +0200 Subject: 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" --- cli/tests/compiler_js_error.ts.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/compiler_js_error.ts.out') 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] -- cgit v1.2.3