diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2018-10-22 16:08:14 +1100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-22 19:37:38 -0700 |
commit | 64f0dfd50e3eb6db1a0e66aec6b1c01a4ef76cea (patch) | |
tree | 555541fb09f22ff24d4a9d709be09da760f9e204 /tests | |
parent | c4bddc4651f583241193b80634a4f22abb02d582 (diff) |
Improve globals for runtime type library
Diffstat (limited to 'tests')
-rw-r--r-- | tests/error_003_typescript.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/error_003_typescript.ts.out b/tests/error_003_typescript.ts.out index c0e14c351..e2b5cae05 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]const console: console.Console; +[WILDCARD]declare const console: console_.Console; [WILDCARD]~~~~~~~[0m [WILDCARD]'console' is declared here. |