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

8 lines
334 B
Plaintext

tests/cases/compiler/commentOnImportStatement2.ts(2,22): error TS2307: Cannot find external module './foo'.
==== tests/cases/compiler/commentOnImportStatement2.ts (1 errors) ====
/* not copyright */
import foo = require('./foo');
~~~~~~~
!!! error TS2307: Cannot find external module './foo'.