You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like most filters are only relevant to specific mutators (e.g. the tweak-string mutator can know to avoid tweaking require("thing")) – is it necessary to have a top level filter plugin?
Since they are already supported and seem (potentially) useful probably won't remove them entirely, but all of the current filters seem like they should go into mutators.
NOTE: it may be that we want to change where filters get applied. There should probably be a way to stop recursive descent and move on if a node meets certain qualities.
The text was updated successfully, but these errors were encountered:
It seems like most filters are only relevant to specific mutators (e.g. the tweak-string mutator can know to avoid tweaking
require("thing")
) – is it necessary to have a top level filter plugin?Since they are already supported and seem (potentially) useful probably won't remove them entirely, but all of the current filters seem like they should go into mutators.
NOTE: it may be that we want to change where filters get applied. There should probably be a way to stop recursive descent and move on if a node meets certain qualities.
The text was updated successfully, but these errors were encountered: