Commit 1e9929a
committed
Make module imports public to survive internal imports by default
Maybe resolves #705
Alternatives would be to keep internal imports but that's an adventure
since we need to keep those thunks NOT dead code eliminated... and we
cannot use @used until swift 6.3 so this could not be used in previous
swift builds...1 parent e0127ae commit 1e9929a
1 file changed
Lines changed: 5 additions & 3 deletions
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
836 | 836 | | |
837 | 837 | | |
838 | 838 | | |
| 839 | + | |
| 840 | + | |
839 | 841 | | |
840 | 842 | | |
841 | 843 | | |
842 | 844 | | |
843 | | - | |
844 | | - | |
845 | | - | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
846 | 848 | | |
847 | 849 | | |
848 | 850 | | |
| |||
0 commit comments