mirror of
https://github.com/denoland/deno.git
synced 2024-11-14 16:33:45 -05:00
11 lines
362 B
Text
11 lines
362 B
Text
|
[96m[WILDCARD]/tests/error_008_checkjs.js[WILDCARD] - [91merror[0m[90m TS2552: [0mCannot find name 'consol'. Did you mean 'console'?
|
|||
|
|
|||
|
[WILDCARD] consol.log("hello world!");
|
|||
|
[WILDCARD]~~~~~~[0m
|
|||
|
|
|||
|
[96m$asset$/lib.deno_runtime.d.ts[WILDCARD]
|
|||
|
[WILDCARD]declare const console: console_.Console;
|
|||
|
[WILDCARD]~~~~~~~[0m
|
|||
|
[WILDCARD]'console' is declared here.
|
|||
|
|