We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure how we could do this.
The text was updated successfully, but these errors were encountered:
Actually, considering #14 we will need to support more than just capitalised names. I'm considering the following convention:
NAME => [NAME, ALIASES...] lodash.flatten => [lodash.flatten, lodashflatten, lodashFlatten, flatten] query-engine => [query-engine, queryEngine, queryengine]
Problem we will need to avoid is duplicates and overrides. Not sure how to handle this. Options are:
This would allow us to do things like:
require('chainy').create().require('lodash.flatten set log') .set([1,[2,3],4]).flatten().log() // [1,2,3,4]
Very very cool.
Sorry, something went wrong.
No branches or pull requests
Not sure how we could do this.
The text was updated successfully, but these errors were encountered: