dart-lang/dartdoc

Support for Enhanced Parts

srawlins opened this issue · 0 comments

Dartdoc should support the Enhanced Parts language feature.

I think this mostly means tracking exports in parts, and parts of parts, and maybe tracking imports of parts, and parts of parts, to whatever extent we need to. Looking at the existing code for things like "libraryExports" and "exportedLibraries" etc should be sufficient.