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
Do you want to request a feature or report a bug?
Feature.
What is the current behavior?
Currently, the Playground component must call the core's getChunks and getRegexChunks methods after every condition add/update/delete.
What is the expected behavior?
As a maintainer, I should be able to call a function allowing to get both chunks and regexChunks, especially since regexChunks must stay synchronized with every change on chunks (this is also the case for capturedChunks, which only contains captures stored in chunks).
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Feature.
What is the current behavior?
Currently, the
Playground
component must call the core'sgetChunks
andgetRegexChunks
methods after every condition add/update/delete.What is the expected behavior?
As a maintainer, I should be able to call a function allowing to get both
chunks
andregexChunks
, especially sinceregexChunks
must stay synchronized with every change onchunks
(this is also the case forcapturedChunks
, which only contains captures stored inchunks
).The text was updated successfully, but these errors were encountered: