diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-07-19 19:49:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-19 19:49:44 +0200 |
commit | fa61956f03491101b6ef64423ea2f1f73af26a73 (patch) | |
tree | c3800702071ca78aa4dd71bdd0a59a9bbe460bdd /cli/tests/020_json_modules.ts.out | |
parent | 53adde866dd399aa2509d14508642fce37afb8f5 (diff) |
Port internal TS code to JS (#6793)
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
Diffstat (limited to 'cli/tests/020_json_modules.ts.out')
-rw-r--r-- | cli/tests/020_json_modules.ts.out | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cli/tests/020_json_modules.ts.out b/cli/tests/020_json_modules.ts.out index 4369639eb..f703c0a93 100644 --- a/cli/tests/020_json_modules.ts.out +++ b/cli/tests/020_json_modules.ts.out @@ -1,9 +1,9 @@ [WILDCARD] error: Uncaught TypeError: Cannot resolve extension for "[WILDCARD]config.json" with mediaType "Json". - at getExtension ($deno$/compiler.ts:[WILDCARD]) - at new SourceFile ($deno$/compiler.ts:[WILDCARD]) - at Function.addToCache ($deno$/compiler.ts:[WILDCARD]) - at buildSourceFileCache ($deno$/compiler.ts:[WILDCARD]) - at compile ($deno$/compiler.ts:[WILDCARD]) - at tsCompilerOnMessage ($deno$/compiler.ts:[WILDCARD]) + at getExtension (js2/99_main_compiler.js:[WILDCARD]) + at new SourceFile (js2/99_main_compiler.js:[WILDCARD]) + at Function.addToCache (js2/99_main_compiler.js:[WILDCARD]) + at buildSourceFileCache (js2/99_main_compiler.js:[WILDCARD]) + at compile (js2/99_main_compiler.js:[WILDCARD]) + at tsCompilerOnMessage (js2/99_main_compiler.js:[WILDCARD]) [WILDCARD]
\ No newline at end of file |