Commit 757302b
Avoid exporting anonymous identifiers (#756)
* Avoid exporting anonymous identifiers
* Use existing test for anonymous destructuring
* Remove TODO for issue 32656 with test filter
* Update test/unit/destructuring.spec.ts
Co-Authored-By: ark120202 <ark120202@gmail.com>
* Update test/unit/destructuring.spec.ts
Co-Authored-By: ark120202 <ark120202@gmail.com>1 parent 3373e4a commit 757302b
File tree
3 files changed
+12
-10
lines changed- src
- test/unit
3 files changed
+12
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
829 | 829 | | |
830 | 830 | | |
831 | 831 | | |
| 832 | + | |
832 | 833 | | |
833 | 834 | | |
834 | 835 | | |
| |||
846 | 847 | | |
847 | 848 | | |
848 | 849 | | |
| 850 | + | |
849 | 851 | | |
850 | 852 | | |
851 | 853 | | |
| |||
858 | 860 | | |
859 | 861 | | |
860 | 862 | | |
| 863 | + | |
861 | 864 | | |
862 | 865 | | |
863 | 866 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5480 | 5480 | | |
5481 | 5481 | | |
5482 | 5482 | | |
| 5483 | + | |
| 5484 | + | |
| 5485 | + | |
| 5486 | + | |
5483 | 5487 | | |
5484 | 5488 | | |
5485 | 5489 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
64 | 59 | | |
65 | 60 | | |
66 | 61 | | |
| |||
0 commit comments