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
I think it might be useful as a generic transformer that could be optionally added to the pipeline. It could take a function predicate as a parameter to indicate which rules to ignore. In your case it would check for underscores in the rule name, but others could specify different check.
The idea is that it cleans up diagrams by removing all the
_
and__
space matchers (and any other rules that start with _).Would you be interested in a PR?
The text was updated successfully, but these errors were encountered: