A parser and formatter for visualizing a simplified version of TS errors.
This tool outputs a markdown formatted version of a TypeScript error, including syntax highlight for code snippets etc. It currently uses undici under the hood to fetch & cache all possible diagnostic error messages for TS, then using those to match against actual error messages in your project.
It's still under development and will most likely change in the future.
This project was highly inspired by ts-error-translator from Matt Pocock.