Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## PR Checklist - [x] Addresses an existing open issue: fixes #2177 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/TypeStat/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/TypeStat/blob/main/.github/CONTRIBUTING.md) were taken ## Overview `stripVTControlCharacters` was added in nodejs v16.11.0 and appears to be a direct replacement for the functionality from `strip-ansi`. `TypeStat` already declares a dependency on nodejs >= 18 in its `package.json`, so depending on this new API should be safe. Fixes #2177 --------- Co-authored-by: Loren Van Spronsen <lorenvs@google.com> Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
- Loading branch information