diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2018-10-25 06:26:21 +1100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-24 15:29:30 -0700 |
commit | 2cfa60832496902089b9d73d3954318aa8a1fe2a (patch) | |
tree | a5aa3682034f4d3e33d8e115874b576bcc0ffa13 /tests/error_008_checkjs.js.out | |
parent | 0501330607b000e0913994e633b76410e1fd162c (diff) |
Support CheckJS
Diffstat (limited to 'tests/error_008_checkjs.js.out')
-rw-r--r-- | tests/error_008_checkjs.js.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/error_008_checkjs.js.out b/tests/error_008_checkjs.js.out new file mode 100644 index 000000000..9220efaf1 --- /dev/null +++ b/tests/error_008_checkjs.js.out @@ -0,0 +1,10 @@ +[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. + |