Commit d85581b
committed
Do not create Name of the importSpecifier if it isnt identifier, to avoid creating missing symbols
Missing symbols are defined when the declaration doesnt have name,
so if we created node for missing identifier it would end up binding symbol with name (Missing)1 parent c521fe4 commit d85581b
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4656 | 4656 | | |
4657 | 4657 | | |
4658 | 4658 | | |
4659 | | - | |
| 4659 | + | |
4660 | 4660 | | |
4661 | 4661 | | |
4662 | 4662 | | |
4663 | 4663 | | |
4664 | 4664 | | |
4665 | | - | |
| 4665 | + | |
| 4666 | + | |
| 4667 | + | |
| 4668 | + | |
| 4669 | + | |
| 4670 | + | |
4666 | 4671 | | |
4667 | 4672 | | |
4668 | 4673 | | |
4669 | | - | |
| 4674 | + | |
4670 | 4675 | | |
4671 | 4676 | | |
4672 | 4677 | | |
4673 | 4678 | | |
| 4679 | + | |
4674 | 4680 | | |
4675 | 4681 | | |
4676 | 4682 | | |
| |||
0 commit comments