-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-metaCross-cutting, high-level issues (for tracking many other implementation issues, ...).Cross-cutting, high-level issues (for tracking many other implementation issues, ...).
Description
@jcollins-g what's remaining here? Can you link this to more detailed issues for what has to get done?
(by @jcollins-g) :
Extension methods, due to the significant change in Dart scoping rules, has a huge impact on Dartdoc that wasn't originally anticipated. The main issues are listed below:
- Exported extensions don't show up in the docs for a library dartdoc#2032
- Reference links within extension methods are unimplemented dartdoc#2033
- Cross-link extensions on class where they apply dartdoc#2021
- Extension reexport doesn't handle name conflicts correctly dartdoc#2047
Some changes to the analyzer to provide more data so Dartdoc can discover extension methods in the reexport case are also needed for dartdoc to be correct on all edge cases.
Metadata
Metadata
Assignees
Labels
area-metaCross-cutting, high-level issues (for tracking many other implementation issues, ...).Cross-cutting, high-level issues (for tracking many other implementation issues, ...).