Skip to content

Commit 0392be2

Browse files
committed
fix test reference
1 parent 8be3a1d commit 0392be2

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

tests/baselines/reference/findAllRefsReExports.baseline.jsonc

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// === /b.ts ===
2+
// export { [|foo|] as [|bar|] } from "./a";
3+
14
// === /c.ts ===
25
// export { [|foo|] as [|default|] } from "./a";
36

@@ -8,9 +11,6 @@
811
// import [|boom|] from "./d";
912
// [|bar|](); [|baz|](); [|bang|](); [|boom|]();
1013

11-
// === /b.ts ===
12-
// export { [|foo|] as [|bar|] } from "./a";
13-
1414
// === /d.ts ===
1515
// export { [|default|] } from "./c";
1616

@@ -847,6 +847,9 @@
847847
}
848848
]
849849

850+
// === /b.ts ===
851+
// export { /*FIND ALL REFS*/[|foo|] as [|bar|] } from "./a";
852+
850853
// === /c.ts ===
851854
// export { [|foo|] as [|default|] } from "./a";
852855

@@ -857,9 +860,6 @@
857860
// import [|boom|] from "./d";
858861
// [|bar|](); [|baz|](); [|bang|](); [|boom|]();
859862

860-
// === /b.ts ===
861-
// export { /*FIND ALL REFS*/[|foo|] as [|bar|] } from "./a";
862-
863863
// === /d.ts ===
864864
// export { [|default|] } from "./c";
865865

@@ -1696,6 +1696,9 @@
16961696
}
16971697
]
16981698

1699+
// === /b.ts ===
1700+
// export { [|foo|] as [|bar|] } from "./a";
1701+
16991702
// === /c.ts ===
17001703
// export { /*FIND ALL REFS*/[|foo|] as [|default|] } from "./a";
17011704

@@ -1706,9 +1709,6 @@
17061709
// import [|boom|] from "./d";
17071710
// [|bar|](); [|baz|](); [|bang|](); [|boom|]();
17081711

1709-
// === /b.ts ===
1710-
// export { [|foo|] as [|bar|] } from "./a";
1711-
17121712
// === /d.ts ===
17131713
// export { [|default|] } from "./c";
17141714

@@ -4291,21 +4291,21 @@
42914291
}
42924292
]
42934293

4294-
// === /e.ts ===
4295-
// import { [|bar|] } from "./b";
4296-
// import [|baz|] from "./c";
4297-
// import { [|default|] as [|bang|] } from "./c";
4298-
// import [|boom|] from "./d";
4299-
// [|bar|](); [|baz|](); [|bang|](); [|boom|]();
4300-
43014294
// === /d.ts ===
43024295
// export { /*FIND ALL REFS*/[|default|] } from "./c";
43034296

4297+
// === /b.ts ===
4298+
// export { [|foo|] as [|bar|] } from "./a";
4299+
43044300
// === /c.ts ===
43054301
// export { [|foo|] as [|default|] } from "./a";
43064302

4307-
// === /b.ts ===
4308-
// export { [|foo|] as [|bar|] } from "./a";
4303+
// === /e.ts ===
4304+
// import { [|bar|] } from "./b";
4305+
// import [|baz|] from "./c";
4306+
// import { [|default|] as [|bang|] } from "./c";
4307+
// import [|boom|] from "./d";
4308+
// [|bar|](); [|baz|](); [|bang|](); [|boom|]();
43094309

43104310
// === /a.ts ===
43114311
// export function [|foo|](): void {}
@@ -6466,13 +6466,6 @@
64666466
}
64676467
]
64686468

6469-
// === /e.ts ===
6470-
// import { [|bar|] } from "./b";
6471-
// import [|baz|] from "./c";
6472-
// import { [|default|] as [|bang|] } from "./c";
6473-
// import /*FIND ALL REFS*/[|boom|] from "./d";
6474-
// [|bar|](); [|baz|](); [|bang|](); [|boom|]();
6475-
64766469
// === /d.ts ===
64776470
// export { [|default|] } from "./c";
64786471

@@ -6482,6 +6475,13 @@
64826475
// === /c.ts ===
64836476
// export { [|foo|] as [|default|] } from "./a";
64846477

6478+
// === /e.ts ===
6479+
// import { [|bar|] } from "./b";
6480+
// import [|baz|] from "./c";
6481+
// import { [|default|] as [|bang|] } from "./c";
6482+
// import /*FIND ALL REFS*/[|boom|] from "./d";
6483+
// [|bar|](); [|baz|](); [|bang|](); [|boom|]();
6484+
64856485
// === /a.ts ===
64866486
// export function [|foo|](): void {}
64876487

@@ -7315,13 +7315,6 @@
73157315
}
73167316
]
73177317

7318-
// === /e.ts ===
7319-
// import { [|bar|] } from "./b";
7320-
// import [|baz|] from "./c";
7321-
// import { [|default|] as [|bang|] } from "./c";
7322-
// import [|boom|] from "./d";
7323-
// [|bar|](); [|baz|](); [|bang|](); /*FIND ALL REFS*/[|boom|]();
7324-
73257318
// === /d.ts ===
73267319
// export { [|default|] } from "./c";
73277320

@@ -7331,6 +7324,13 @@
73317324
// === /c.ts ===
73327325
// export { [|foo|] as [|default|] } from "./a";
73337326

7327+
// === /e.ts ===
7328+
// import { [|bar|] } from "./b";
7329+
// import [|baz|] from "./c";
7330+
// import { [|default|] as [|bang|] } from "./c";
7331+
// import [|boom|] from "./d";
7332+
// [|bar|](); [|baz|](); [|bang|](); /*FIND ALL REFS*/[|boom|]();
7333+
73347334
// === /a.ts ===
73357335
// export function [|foo|](): void {}
73367336

0 commit comments

Comments
 (0)