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'm wondering, would it make sense to add ansi-escapes as dev dependency and then call ansi-escapes in the tests so we know for sure that it strips everything that ansi-escapes support?
Today I was working with the regex and noticed that
cursorSave
andcursorRestore
don't get stripped withstrip-ansi
.I didn't check the other use cases yet, but wanted to make sure first that it is correct what I assume here.
It is the case, happy to send a PR.
The text was updated successfully, but these errors were encountered: