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
For regularExpressions it is already possible to parse them into groups with a public method, a similar approach should be possible for the CucumberExpressionsParser as well (maybe the Groups Aproach could be reused here...)
The text was updated successfully, but these errors were encountered:
Aha I see. We'd have to add a getter to get the AST to achieve that. The AST API is currently internal, and I think we should keep it internal until we have implemented the proposed changes in #41 because that will change the AST quite a bit.
For regularExpressions it is already possible to parse them into groups with a public method, a similar approach should be possible for the CucumberExpressionsParser as well (maybe the Groups Aproach could be reused here...)
The text was updated successfully, but these errors were encountered: