libraryReExports property

Map<String, List<({Set<String>? hide, Set<String>? show, String uri})>> get libraryReExports

GEN-107: Registered library re-exports keyed by source library URI.

Each entry maps a source library URI to the list of libraries it re-exports. The module loader merges each re-exported library's symbols into the source library's per-module environment.

Implementation

Map<String, List<({String uri, Set<String>? show, Set<String>? hide})>>
    get libraryReExports => _libraryReExports;