-
-
Notifications
You must be signed in to change notification settings - Fork 675
Commit 8a76750
committed
Forbid duplicate static class and/or namespace members
This isn't fully TS compatible, but refactors targeting internal names,
scoping, merging, etc. are needed to become more compatible. For
instance, if namespace members had unique separators in internal names,
then a non-exported namespace member would override a static class
member, assuming the names are the same.
Note that this change doesn't prevent the compiler from attempting to
compile the duplicate global, and hence the previous commit is needed
for this to work fully.1 parent 89b49f0 commit 8a76750
3 files changed
+43
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5058 | 5058 |
| |
5059 | 5059 |
| |
5060 | 5060 |
| |
5061 | + | ||
5062 | + | ||
5063 | + | ||
5061 | 5064 |
| |
5062 | 5065 |
| |
5063 | 5066 |
| |
5064 | 5067 |
| |
5065 | 5068 |
| |
5066 | 5069 |
| |
5067 | 5070 |
| |
5068 | - | ||
5069 | - | ||
5071 | + | ||
5072 | + | ||
5073 | + | ||
5074 | + | ||
5075 | + | ||
5076 | + | ||
5077 | + | ||
5078 | + | ||
5079 | + | ||
5080 | + | ||
5081 | + | ||
5082 | + | ||
5083 | + | ||
5084 | + | ||
5085 | + | ||
5070 | 5086 |
| |
5071 | 5087 |
| |
5072 | 5088 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + |
0 commit comments