Allow explicit transitive library exports #1185
Labels
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
closed-duplicate
Closed in favor of an existing report
type-enhancement
A request for a change that isn't a bug
Libraries should be able to transitively expose another library.
We just split a library so that parts of it could be used independently (think of a utility library). However this broke old code that imported the old library since some variables were not visible anymore.
Ideally I would have liked something like #expose('utility.dart').
The text was updated successfully, but these errors were encountered: