Skip to content

dart2js source mirrors should either provide access to exports or include exported elements #14669

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
alan-knight opened this issue Oct 31, 2013 · 5 comments
Labels
closed-not-planned Closed as we don't intend to take action on the reported issue library-mirrors web-dart2js

Comments

@alan-knight
Copy link
Contributor

In the context of docgen, we are using dart2js source mirrors to extract the documentation information. However, the library mirrors we receive do not include exported members, and as far as I can see there is no way to retrieve them. We can look them up by name if we already know the name, but there is no way to get the list of names. So a program of the form

library stuff;
import 'src/otherStuff.dart';
export 'src/otherStuff.dart';
<EOF>
then has no documentation.

@alan-knight
Copy link
Contributor Author

Marked this as blocking #12759.

@kasperl
Copy link

kasperl commented Nov 1, 2013

Added this to the Later milestone.
Removed Priority-Unassigned, Area-Dart2Dart labels.
Added Priority-Medium, Area-Dart2JS, Triaged labels.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@sigmundch
Copy link
Member

Now that dartdoc was moved away from the source-mirrors library and is using the analyzer parser directly, we will deprecate the source-mirrors library. So we are not planning to add this feature anymore.
@sigmundch

@sigmundch sigmundch added the closed-not-planned Closed as we don't intend to take action on the reported issue label Dec 11, 2015
@kevmoo kevmoo removed the triaged label Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-not-planned Closed as we don't intend to take action on the reported issue library-mirrors web-dart2js
Projects
None yet
Development

No branches or pull requests

4 participants