Skip to content

Commit a7f0df5

Browse files
Initial investigation into issue #61766
Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>
1 parent ade9e84 commit a7f0df5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)