Given a partial map files from source unit names to file contents, a list of
remappings and a list of ImportResolvers - resolvers, find all
files that are imported from the starting set files but are
missing in files and add them into the files map. Also for each imported file
add a mapping from its source unit name to the actual file name in fileNames.
Given a partial map
files
from source unit names to file contents, a list ofremappings
and a list ofImportResolver
s -resolvers
, find all files that are imported from the starting setfiles
but are missing infiles
and add them into thefiles
map. Also for each imported file add a mapping from its source unit name to the actual file name infileNames
.