TypeScript/tests/baselines/reference/commentOnImportStatement3.errors.txt
2015-04-26 18:31:47 -07:00

10 lines
343 B
Plaintext

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