call attribute variable goals with module resolution

This commit is contained in:
Mark Thom
2021-02-01 14:48:13 -07:00
parent 75908ab88f
commit 08b18af8a0
3 changed files with 13 additions and 24 deletions

View File

@@ -1019,7 +1019,6 @@ impl CodeOffsets {
.or_insert(sdeq![]);
let is_initial_index = code.is_empty();
code.push_back(compute_index(is_initial_index, index));
for constant in &overlapping_constants {