This repository was archived by the owner on Nov 4, 2024. It is now read-only.
Commit 041564a
Mikhail Arkhipov
Avoid empty node in empty global scope (microsoft#1226)
* Add null checks
* Avoid null node in empty global scope
* Remove unrelated change1 parent 06115b7 commit 041564a
File tree
2 files changed
+4
-2
lines changed- src/Analysis/Ast/Impl
- Extensions
- Values
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments