mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Add failing test.
This commit is contained in:
committed by
GitHub
parent
42ea5ec3d8
commit
fce282b5bd
@@ -0,0 +1,14 @@
|
||||
/// <reference path="./fourslash.ts" />
|
||||
|
||||
// @allowJs: true
|
||||
// @module: commonjs
|
||||
// @Filename: /library.js
|
||||
//// export function aaa() {}
|
||||
//// export function bbb() {}
|
||||
|
||||
// @Filename: /foo.js
|
||||
//// var a = require("./library").aaa;
|
||||
//// bbb/**/
|
||||
|
||||
goTo.marker();
|
||||
verify.codeFixAvailable();
|
||||
Reference in New Issue
Block a user