Skip to content

Allow explicit transitive library exports #1185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
floitschG opened this issue Jan 16, 2012 · 2 comments
Closed

Allow explicit transitive library exports #1185

floitschG opened this issue Jan 16, 2012 · 2 comments
Assignees
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

Comments

@floitschG
Copy link
Contributor

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').

@gbracha
Copy link
Contributor

gbracha commented Jan 21, 2012

Yes, I agree an export facility is needed.


Set owner to @gbracha.
Removed Type-Defect label.
Added Type-Enhancement, Accepted labels.

@gbracha
Copy link
Contributor

gbracha commented May 3, 2012

Added Duplicate label.
Marked as being merged into #760.

@floitschG floitschG added Type-Enhancement 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 labels May 3, 2012
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants