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

5 lines
207 B
Plaintext
Raw Normal View History

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