From 3d03f5b0cb3c513e449f3aaa5d35c493b72f47b4 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 20 Nov 2018 10:51:35 +1100 Subject: Split Runner from Compiler --- tests/async_error.ts.out | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/async_error.ts.out') diff --git a/tests/async_error.ts.out b/tests/async_error.ts.out index 2df582030..1205f10b0 100644 --- a/tests/async_error.ts.out +++ b/tests/async_error.ts.out @@ -4,8 +4,8 @@ world 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] () - at DenoCompiler._gatherDependencies ([WILDCARD]/js/compiler.ts:[WILDCARD]) - at DenoCompiler.run ([WILDCARD]/js/compiler.ts:[WILDCARD]) + at Runner.eval [as _globalEval] () + at Runner._gatherDependencies ([WILDCARD]/js/runner.ts:[WILDCARD]) + at Runner.run ([WILDCARD]/js/runner.ts:[WILDCARD]) at denoMain ([WILDCARD]/js/main.ts:[WILDCARD]) at deno_main.js:1:1 -- cgit v1.2.3