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/async_error.ts.out | |
parent | 9960b1d22b474d87d03855e2aefd8c552ce02e58 (diff) |
Two-pass module evaluation.
Plus changes to tests to accomodate.
Diffstat (limited to 'tests/async_error.ts.out')
-rw-r--r-- | tests/async_error.ts.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/async_error.ts.out b/tests/async_error.ts.out index f282f6c3e..862cf0f96 100644 --- a/tests/async_error.ts.out +++ b/tests/async_error.ts.out @@ -4,6 +4,7 @@ Error: error at foo ([WILDCARD]tests/async_error.ts:4:9) at eval ([WILDCARD]tests/async_error.ts:7:1) at DenoCompiler.eval [as _globalEval] (<anonymous>) + at DenoCompiler._gatherDependencies (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 |