diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2018-11-09 11:09:18 +1100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-11-09 08:39:49 -0800 |
commit | 34b6b86c76111396dd46e46015ad5536d6baa883 (patch) | |
tree | 6c668147aa01f2be031f10bc594100a392bb7531 /tests | |
parent | 172f5a51332b24c1027ea0f22d7e71b516dcd7d5 (diff) |
Ensure global type instances are available.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/error_003_typescript.ts.out | 2 | ||||
-rw-r--r-- | tests/error_008_checkjs.js.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/error_003_typescript.ts.out b/tests/error_003_typescript.ts.out index e2b5cae05..20f5c95d0 100644 --- a/tests/error_003_typescript.ts.out +++ b/tests/error_003_typescript.ts.out @@ -4,7 +4,7 @@ [WILDCARD]~~~~~~[0m [96m$asset$/lib.deno_runtime.d.ts[WILDCARD] -[WILDCARD]declare const console: console_.Console; +[WILDCARD]declare const console: consoleTypes.Console; [WILDCARD]~~~~~~~[0m [WILDCARD]'console' is declared here. diff --git a/tests/error_008_checkjs.js.out b/tests/error_008_checkjs.js.out index 9220efaf1..793c2f68c 100644 --- a/tests/error_008_checkjs.js.out +++ b/tests/error_008_checkjs.js.out @@ -4,7 +4,7 @@ [WILDCARD]~~~~~~[0m [96m$asset$/lib.deno_runtime.d.ts[WILDCARD] -[WILDCARD]declare const console: console_.Console; +[WILDCARD]declare const console: consoleTypes.Console; [WILDCARD]~~~~~~~[0m [WILDCARD]'console' is declared here. |