TypeScript/tests/baselines/reference/parser509693.errors.txt
2014-09-12 13:35:07 -07:00

10 lines
535 B
Plaintext

tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509693.ts(1,6): error TS2304: Cannot find name 'module'.
tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509693.ts(1,22): error TS2304: Cannot find name 'module'.
==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509693.ts (2 errors) ====
if (!module.exports) module.exports = "";
~~~~~~
!!! error TS2304: Cannot find name 'module'.
~~~~~~
!!! error TS2304: Cannot find name 'module'.