@oazmi/superbuild - v0.1.0
    Preparing search index...

    Type Alias OutputFileEntityMap

    OutputFileEntityMap: Map<string, OutputFileEntity>

    this dictionary maps an output file's original absolute output path to its OutputFileEntity object.

    the keys of this map are always in lower casing, and never change, even after an output file has been renamed via OnEmitResult.path. the way to acquire a given OutputFileEntity's original output path key is by simply performing: original_path_key = (file_entity.initialPath ?? file_entity.outputPath).toLowerCase().