This is a no-op PR to remove the buffer parameter from the getSurroundText method. This change is useful as currently different match types are erroneously returning different length strings.
The buffer property is no longer useful due to a change in how match context is provided.
What does this change?
This is a no-op PR to remove the buffer parameter from the
getSurroundText
method. This change is useful as currently different match types are erroneously returning different length strings.The buffer property is no longer useful due to a change in how match context is provided.
How to test
The Typerighter server should behave as normal.