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

7 lines
215 B
Plaintext
Raw Normal View History

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