TypeScript/tests/baselines/reference/commentOnImportStatement1.errors.txt
2014-07-12 17:30:19 -07:00

7 lines
215 B
Plaintext

==== tests/cases/compiler/commentOnImportStatement1.ts (1 errors) ====
/* Copyright */
import foo = require('./foo');
~~~~~~~
!!! Cannot find external module './foo'.