0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-23 05:33:33 -05:00
denoland-deno/tests/specs/run/cts/cjs_import_cts/check.out
David Sherret 4648fc4570
fix(check): compiler options from workspace members (#27785)
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
2025-01-28 10:49:58 -05:00

19 lines
515 B
Text

Check file:///[WILDLINE]main.js
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.
error: Type checking failed.