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 {
171171 }
172172 }
173173 } else {
174- _sourceToTokenPosTable.clear ();
175174 _locationMemoizer.clear ();
176- _sourceToLocation.clear ();
177175 _moduleToLocations.clear ();
176+ _sourceToTokenPosTable.clear ();
177+ _sourceToLocation.clear ();
178178 _entrypoint = entrypoint;
179179 }
180180 }
Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ class Modules {
5454 }
5555 await _initializeMapping (modifiedModuleReport);
5656 } else {
57- _sourceToModule.clear ();
58- _moduleToSources.clear ();
57+ _entrypoint = entrypoint;
5958 _sourceToLibrary.clear ();
59+ _sourceToModule.clear ();
6060 _libraryToModule.clear ();
61+ _moduleToSources.clear ();
6162 _moduleMemoizer = AsyncMemoizer ();
62- _entrypoint = entrypoint;
6363 }
6464 }
6565
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ class SkipLists {
3636 }
3737 } else {
3838 _idToList.clear ();
39+ _urlToId.clear ();
3940 }
4041 }
4142
You can’t perform that action at this time.
0 commit comments