summaryrefslogtreecommitdiff
path: root/tests/error_005_missing_dynamic_import.ts.out
blob: a0f17cf8124779a79f38bc60e9f8b401421dd7b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
NotFound: Cannot resolve module "bad-module.ts" from "[WILDCARD]/tests/error_005_missing_dynamic_import.ts"
    at maybeError ([WILDCARD]/js/errors.ts:[WILDCARD])
    at maybeThrowError ([WILDCARD]/js/errors.ts:[WILDCARD])
    at sendSync ([WILDCARD]/js/dispatch.ts:[WILDCARD])
    at Object.codeFetch ([WILDCARD]/js/os.ts:[WILDCARD])
    at DenoCompiler.resolveModule ([WILDCARD]/js/compiler.ts:[WILDCARD])
    at moduleNames.map.name ([WILDCARD]/js/compiler.ts:[WILDCARD])
    at Array.map (<anonymous>)
    at DenoCompiler.resolveModuleNames ([WILDCARD]/js/compiler.ts:[WILDCARD])
    at Object.compilerHost.resolveModuleNames (<anonymous>)
    at resolveModuleNamesWorker (<anonymous>)