summaryrefslogtreecommitdiff
path: root/tests/specs/run/cts/cjs_import_cts/check.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/cts/cjs_import_cts/check.out')
-rw-r--r--tests/specs/run/cts/cjs_import_cts/check.out17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/specs/run/cts/cjs_import_cts/check.out b/tests/specs/run/cts/cjs_import_cts/check.out
new file mode 100644
index 000000000..a27e8d7af
--- /dev/null
+++ b/tests/specs/run/cts/cjs_import_cts/check.out
@@ -0,0 +1,17 @@
+Check file:///[WILDLINE]main.js
+error: TS2580 [ERROR]: Cannot find name 'module'.
+module.exports.add = function (a, b) {
+~~~~~~
+ at file:///[WILDLINE]
+
+TS7006 [ERROR]: Parameter 'a' implicitly has an 'any' type.
+module.exports.add = function (a, b) {
+ ^
+ at file:///[WILDLINE]
+
+TS7006 [ERROR]: Parameter 'b' implicitly has an 'any' type.
+module.exports.add = function (a, b) {
+ ^
+ at file:///[WILDLINE]
+
+Found 3 errors.