summaryrefslogtreecommitdiff
path: root/tests/038_checkjs.js.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/038_checkjs.js.out')
-rw-r--r--tests/038_checkjs.js.out15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/038_checkjs.js.out b/tests/038_checkjs.js.out
new file mode 100644
index 000000000..deaf77211
--- /dev/null
+++ b/tests/038_checkjs.js.out
@@ -0,0 +1,15 @@
+[WILDCARD]
+error TS2552: Cannot find name 'consol'. Did you mean 'console'?
+
+[WILDCARD]tests/038_checkjs.js:2:1
+
+2 consol.log("hello world!");
+[WILDCARD]
+error TS2552: Cannot find name 'Foo'. Did you mean 'foo'?
+
+[WILDCARD]tests/038_checkjs.js:6:17
+
+6 const foo = new Foo();
+[WILDCARD]
+Found 2 errors.
+[WILDCARD] \ No newline at end of file