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

7 lines
222 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/amdDependencyComment2.ts (1 errors) ====
///<amd-dependency path='bar'/>
import m1 = require("m2")
~~~~
!!! Cannot find external module 'm2'.
m1.f();