From 25c97962f4c14c9b946100be4cb133e1483bb7c8 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 16 Oct 2018 03:47:48 +1100 Subject: Update to TypeScript 3.1 and ts-simple-ast 17 (#980) --- tests/error_003_typescript.ts.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/error_003_typescript.ts.out b/tests/error_003_typescript.ts.out index 438b65609..c0e14c351 100644 --- a/tests/error_003_typescript.ts.out +++ b/tests/error_003_typescript.ts.out @@ -1,7 +1,7 @@ [WILDCARD]tests/error_003_typescript.tsILDCARD] - error TS2552: Cannot find name 'consol'. Did you mean 'console'? -[WILDCARD][0m consol.log("hello world!"); -  ~~~~~~ +[WILDCARD] consol.log("hello world!"); +[WILDCARD]~~~~~~ $asset$/lib.deno_runtime.d.tsILDCARD] [WILDCARD]const console: console.Console; -- cgit v1.2.3