Clear more maps in FileSystemState._clearFiles()

Change-Id: Ide25cbeb425f94ae84519c0940188801c2f346a4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213404
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2021-09-14 21:01:29 +00:00 committed by commit-bot@chromium.org
parent 903e906a35
commit d88f8ed57b

View file

@ -1007,8 +1007,10 @@ class FileSystemState {
_uriToFile.clear();
knownFilePaths.clear();
knownFiles.clear();
_hasUriForPath.clear();
_pathToFiles.clear();
_pathToCanonicalFile.clear();
_librariesWithoutPartsRead.clear();
_partToLibraries.clear();
_subtypedNameToFiles.clear();
}