TypeScript/tests/baselines/reference/commentOnImportStatement3.errors.txt

10 lines
361 B
Plaintext
Raw Normal View History

tests/cases/compiler/commentOnImportStatement3.ts(4,22): error TS2307: Cannot find external module './foo'.
2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/commentOnImportStatement3.ts (1 errors) ====
/* copyright */
/* not copyright */
import foo = require('./foo');
~~~~~~~
!!! error TS2307: Cannot find external module './foo'.