TypeScript/tests/cases/fourslash/javaScriptModules18.ts
2015-11-13 13:44:57 -08:00

15 lines
282 B
TypeScript

///<reference path="fourslash.ts" />
// CommonJS modules should not pollute the global namespace
// @allowJs: true
// @Filename: myMod.js
//// var x = require('fs');
// @Filename: other.js
//// /**/;
goTo.file('other.js');
verify.not.completionListContains('x');