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

10 lines
342 B
Plaintext

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