diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-09-26 16:33:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-26 16:33:25 +0200 |
commit | ff785bc35aa650152643ffc65a2195e2b27f845b (patch) | |
tree | 1a06106a4cb30049e5fb9928c51ab0fea4c21e3b /cli/tests/020_json_modules.ts.out | |
parent | e0d4696a7201301dfa23e108b6e73d016e3f5e63 (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/020_json_modules.ts.out')
-rw-r--r-- | cli/tests/020_json_modules.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/020_json_modules.ts.out b/cli/tests/020_json_modules.ts.out index 54db523a0..8c07af203 100644 --- a/cli/tests/020_json_modules.ts.out +++ b/cli/tests/020_json_modules.ts.out @@ -1,3 +1,3 @@ [WILDCARD] -error: Uncaught TypeError: Cannot resolve extension for "[WILDCARD]config.json" with mediaType "Json". +error: TypeError: Cannot resolve extension for "[WILDCARD]config.json" with mediaType "Json". [WILDCARD]
\ No newline at end of file |