We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ea5ec commit fce282bCopy full SHA for fce282b
tests/cases/fourslash/importFixesWithExistingDottedRequire.ts
@@ -0,0 +1,14 @@
1
+/// <reference path="./fourslash.ts" />
2
+
3
+// @allowJs: true
4
+// @module: commonjs
5
+// @Filename: /library.js
6
+//// export function aaa() {}
7
+//// export function bbb() {}
8
9
+// @Filename: /foo.js
10
+//// var a = require("./library").aaa;
11
+//// bbb/**/
12
13
+goTo.marker();
14
+verify.codeFixAvailable();
0 commit comments