Implement a LibraryContainer / Package subclass that is a single directory #1670
Labels
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
With the refactor extracting generic LibraryContainer from Package and driving documentation generation through Package rather than PackageGraph, it's now possible to implement a LibraryContainer subclass that handles a single directory of dart code.
Implement this with a flag guard to override generic package handling (to deal with situations where things that look like real packages are checked into a one big repo).
The text was updated successfully, but these errors were encountered: