-
Notifications
You must be signed in to change notification settings - Fork 124
Exported extensions don't show up in the docs for a library #2032
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
Comments
@jcollins-g , could you take a look? Thanks! |
@jcollins-g This might be a blocker for D26, since all our tools need to support extension methods and the core libraries, |
Extensions should show up in their dartdoc canonical locations which may or may not be the same as their defined locations. Will investigate. |
Getting this correct is turning out to be more of a pain than I realized. Some discovery support is best implemented as analyzer code and I've got the beginnings of that working now. |
This has improved, but there are still significant bugs, see #2047. |
I'm working on dart-archive/stream_transform#83
When I generate docs I see all the deprecated top level methods that are exported from the "main" library, but none of the extensions. If I add an extension directly I do see it in the docs.
The text was updated successfully, but these errors were encountered: