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

10 lines
324 B
Plaintext
Raw Normal View History

2015-04-27 03:31:47 +02:00
tests/cases/compiler/commentOnImportStatement1.ts(3,22): error TS2307: Cannot find module './foo'.
2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/commentOnImportStatement1.ts (1 errors) ====
/* Copyright */
import foo = require('./foo');
~~~~~~~
2015-04-27 03:31:47 +02:00
!!! error TS2307: Cannot find module './foo'.
2014-07-13 01:04:16 +02:00