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 ade9e84 commit a7f0df5Copy full SHA for a7f0df5
tests/cases/fourslash/findAllRefsWithDeclareModule.ts
@@ -0,0 +1,15 @@
1
+/// <reference path="fourslash.ts" />
2
+
3
+////declare module '@bug/api/index' {
4
+//// export * from "@bug/api/miscFunctions";
5
+////}
6
+////declare module '@bug/api/miscFunctions' {
7
+//// export function /*1*/myFunction(testParam: string): Promise<any>;
8
9
+////
10
+////declare namespace bug.v0 {const api: typeof import('@bug/api/index')}
11
12
+//////// test.ts
13
+////bug.v0.api./*2*/myFunction('test')
14
15
+verify.baselineFindAllReferences('1', '2');
0 commit comments