typeholes / tserr

A problems view for TypeScript errors
12 stars 0 forks source link

Typeholes TSerr

Warning: This project is currently just a proof of concept and is in no way ready for actual use

The goal is to create a utility to simplify dealing with typescript errors. Planned Features:

Usage

npm install

npx nx build tserr-vue

npx nx build tserr-server

node dist/packages/tserr-server/main.js \<project path>

open http://localhost:3000/ in your browser

Current State

Does not work on Windows due to the use of symlinks
Only handles a few error types layout is abysmal
formatting and syntax highlighting work
paths for self references work
error code casts work but aren't in the UI yet