dartdoc should include the path name (for libraries with packages) #5606
Labels
area-pkg
Used for miscellaneous pkg/ packages not associated with specific area- teams.
closed-obsolete
Closed as the reported issue is no longer relevant
For example, if we have a structure like:
web_components/
lib/
mirror/
component_loader.dart
js/
component_loader.dart
users import these with:
import 'package:web_components/mirror/component_loader';
or:
import 'package:web_components/js/component_loader';
The dart docs will show both of these as "component_loader". It would be better to show the library name as either "web_components/mirror/component_loader" or "mirror/component_loader"
The text was updated successfully, but these errors were encountered: