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

10 lines
324 B
Plaintext
Raw Normal View History

2015-04-27 03:31:47 +02:00
tests/cases/compiler/amdDependencyComment2.ts(3,21): error TS2307: Cannot find module 'm2'.
2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/amdDependencyComment2.ts (1 errors) ====
///<amd-dependency path='bar'/>
import m1 = require("m2")
~~~~
2015-04-27 03:31:47 +02:00
!!! error TS2307: Cannot find module 'm2'.
2014-07-13 01:04:16 +02:00
m1.f();