-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
List of all available (by default) and possible (from plugins) methods #20
Comments
we're working on this but I'd love some ideas. I've tried helpers, middleware, brute force. |
I'm thinking it should start from {
"pluginName": ['methods', 'collected', 'by', 'define']
} where, plugin name will come from
|
Actually, name of the plugin can come from function name. get-fn-name works for all functions - generator functions, async/await, arrows and normal - just thin wrapper around Returns what i'm talking {
"baseTask": ["methods", "collected", "by", "define"],
"foobar": ["aa", "barrr", "ccc"],
"anonymous1": ["abc", "def"],
"anonymous2": ["xxx", "zzz", "xyz"]
} And definitely |
(this code was co-written with @doowb in early March)
Would be very useful with that huge collection of plugins.
I'm very familiar with the projects, but still would be useful.
The text was updated successfully, but these errors were encountered: