-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Extract config processing. #700
Comments
Is there anything that actually needs this? If so, I think we should limit the scope to what's actually needed, and drop anything that might-be-useful. |
Yeah - drop the watcher stuff. The rest is definitely useful (I'm thinking |
This doesn't look config related though. More like |
Except the answer depends on your config. Those are the methods we really need. Actually, I missed the important ones:
|
👍 Alright |
We should do this on a case-by-case basis, if and when it makes sense for an external module. No need to keep the issue open. |
Pull out our option handling into a sub-module that can be used by some of the other tooling that we are building. It would also include some utility methods for determining if a given file was a test or helper or source, etc:
The text was updated successfully, but these errors were encountered: