You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).