Files
codeql/javascript/ql/test/library-tests/ModuleImportNodes/client2_lazy.ts

6 lines
231 B
TypeScript

// TypeScript finds the "framework2/index.d.ts" file even without the reference comment.
//import * as F from 'framework2';
var a : F2.Component = new F2.Component();
var b : Util2.DefaultComponent = new Util2.DefaultComponent();