mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Add testcase
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/// <reference path='fourslash.ts'/>
|
||||
// @allowJs: true
|
||||
|
||||
// @Filename: mod.js
|
||||
//// function foo() { return {a: true}; }
|
||||
//// module.exports.a = foo;
|
||||
|
||||
// @Filename: app.js
|
||||
//// import * as mod from "./mod"
|
||||
//// mod./**/
|
||||
|
||||
goTo.marker();
|
||||
verify.completionListContains('a');
|
||||
Reference in New Issue
Block a user