diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2018-08-27 21:22:57 -0700 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-28 08:44:34 -0400 |
| commit | 54aefa2886ea7c6130b236b060cbb04d9efc2733 (patch) | |
| tree | f2e20395bda95d93f62209cbc922eb4b613a2ff5 /tests/error_002.ts.out | |
| parent | 9960b1d22b474d87d03855e2aefd8c552ce02e58 (diff) | |
Two-pass module evaluation.
Plus changes to tests to accomodate.
Diffstat (limited to 'tests/error_002.ts.out')
| -rw-r--r-- | tests/error_002.ts.out | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/error_002.ts.out b/tests/error_002.ts.out index 20eb0c842..c375d259a 100644 --- a/tests/error_002.ts.out +++ b/tests/error_002.ts.out @@ -1,10 +1,8 @@ Error: exception from mod1 - at Object.throwsError (file://[WILDCARD]tests/subdir/mod1.ts:16:9) - at foo (file://[WILDCARD]tests/error_002.ts:4:3) - at eval (file://[WILDCARD]tests/error_002.ts:7:1) - at localDefine (deno/js/compiler.ts:[WILDCARD]) - at eval ([WILDCARD]tests/error_002.ts, <anonymous>) - at DenoCompiler.eval [as _globalEval] (<anonymous>) + at Object.throwsError (file://[WILDCARD]deno/tests/subdir/mod1.ts:16:9) + at foo (file://[WILDCARD]deno/tests/error_002.ts:4:3) + at ModuleMetaData.eval [as factory ] (file://[WILDCARD]deno/tests/error_002.ts:7:1) + at DenoCompiler._drainRunQueue (deno/js/compiler.ts:[WILDCARD]) at DenoCompiler.run (deno/js/compiler.ts:[WILDCARD]) at denoMain (deno/js/main.ts:[WILDCARD]) at deno_main.js:1:1 |
