Skip to content
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

util: expose stripVTControlCharacters() #40214

Merged
merged 2 commits into from Oct 2, 2021
Merged

Commits on Oct 2, 2021

  1. util: expose stripVTControlCharacters()

    This commit exposes the existing stripVTControlCharacters()
    method with docs and some additional input validation.
    
    PR-URL: nodejs#40214
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig committed Oct 2, 2021
    Copy the full SHA
    396b14b View commit details
    Browse the repository at this point in the history
  2. util: improve ansi escape code regex

    PR-URL: nodejs#40214
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig committed Oct 2, 2021
    Copy the full SHA
    606bb52 View commit details
    Browse the repository at this point in the history