-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace strip-ansi
with native stripVTControlCharacters
#122
Comments
Some big ones:
The latter two are by the same author as |
Also:
|
Maybe we can go one level higher and migrate away from the packages consuming it? |
Would like to include:
Done: In Progress: |
As for |
stripVTControlCharacters from Node core utilities provide the same functionality, and is available since Node 16.11. This project currently requires minimum Node 18.18. See es-tooling/ecosystem-cleanup#122 for similar efforts to replace this dependency in other projects.
I noticed today that |
I don't think we can remove |
Summary: stripVTControlCharacters from Node core utilities provide the same functionality, and is available since Node 16.11. This project currently requires minimum Node 18.18. See es-tooling/ecosystem-cleanup#122 for similar efforts to replace this dependency in other projects. Pull Request resolved: #1366 Reviewed By: huntie Differential Revision: D63957530 Pulled By: robhogan fbshipit-source-id: 0b6b3a7e7b076b1ff664b717ce77e1dcc203b0c7
Overview
stripVTControlCharacters
from Node core utilities provide the same functionality.Do note that this utility function requires Node 16.11.0 or higher.
The text was updated successfully, but these errors were encountered: