Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a LibraryContainer / Package subclass that is a single directory #1670

Open
jcollins-g opened this issue Apr 17, 2018 · 0 comments
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

Comments

@jcollins-g
Copy link
Contributor

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).

@jcollins-g jcollins-g added type-enhancement A request for a change that isn't a bug P2 A bug or feature request we're likely to work on labels Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant