==== tests/cases/compiler/amdDependencyComment1.ts (1 errors) ==== /// import m1 = require("m2") ~~~~ !!! Cannot find external module 'm2'. m1.f();