File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -171,10 +171,10 @@ class Locations {
171
171
}
172
172
}
173
173
} else {
174
- _sourceToTokenPosTable.clear ();
175
174
_locationMemoizer.clear ();
176
- _sourceToLocation.clear ();
177
175
_moduleToLocations.clear ();
176
+ _sourceToTokenPosTable.clear ();
177
+ _sourceToLocation.clear ();
178
178
_entrypoint = entrypoint;
179
179
}
180
180
}
Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ class Modules {
54
54
}
55
55
await _initializeMapping (modifiedModuleReport);
56
56
} else {
57
- _sourceToModule.clear ();
58
- _moduleToSources.clear ();
57
+ _entrypoint = entrypoint;
59
58
_sourceToLibrary.clear ();
59
+ _sourceToModule.clear ();
60
60
_libraryToModule.clear ();
61
+ _moduleToSources.clear ();
61
62
_moduleMemoizer = AsyncMemoizer ();
62
- _entrypoint = entrypoint;
63
63
}
64
64
}
65
65
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ class SkipLists {
36
36
}
37
37
} else {
38
38
_idToList.clear ();
39
+ _urlToId.clear ();
39
40
}
40
41
}
41
42
You can’t perform that action at this time.
0 commit comments