-
Notifications
You must be signed in to change notification settings - Fork 41
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
Move the coefficient
plugin into builtins
#646
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sgtm
}; | ||
|
||
const coeff = Coefficient(config); | ||
const result = coeff.execute([ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmcook1186 @manushak do we need this implementation part for builtin plugins?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's still useful for people to understand how the plugin works
Signed-off-by: Joseph Cook <33655003+jmcook1186@users.noreply.github.com>
Types of changes
A description of the changes proposed in the Pull Request