diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2019-02-19 02:42:15 +1100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-18 10:42:15 -0500 |
| commit | 54094c7510042fd73bba3cb96407587c62db3166 (patch) | |
| tree | bce80bc1e2cb093b1de04f2429042f779be28f87 /tests/error_006_import_ext_failure.ts.out | |
| parent | 9e942f30b97f1b4fc3321161724befc368ea314c (diff) | |
Rationalise compiler ops (#1740)
Diffstat (limited to 'tests/error_006_import_ext_failure.ts.out')
| -rw-r--r-- | tests/error_006_import_ext_failure.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/error_006_import_ext_failure.ts.out b/tests/error_006_import_ext_failure.ts.out index 7ba9ac6b4..7af579c06 100644 --- a/tests/error_006_import_ext_failure.ts.out +++ b/tests/error_006_import_ext_failure.ts.out @@ -4,7 +4,7 @@ Uncaught NotFound: Cannot resolve module "./non-existent" from "[WILDCARD]/tests at maybeError ([WILDCARD]/js/errors.ts:[WILDCARD]) at maybeThrowError ([WILDCARD]/js/errors.ts:[WILDCARD]) at sendSync ([WILDCARD]/js/dispatch.ts:[WILDCARD]) - at codeFetch ([WILDCARD]/js/os.ts:[WILDCARD]) + at fetchModuleMetaData ([WILDCARD]/js/os.ts:[WILDCARD]) at _resolveModule ([WILDCARD]/js/compiler.ts:[WILDCARD]) at resolveModuleNames ([WILDCARD]/js/compiler.ts:[WILDCARD]) at compilerHost.resolveModuleNames ([WILDCARD]) |
