typeholes / tserr

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

fix error parsing #11

Open typeholes opened 1 year ago

typeholes commented 1 year ago

use an actual parser for errors. The naïve temporary approach breaks when types have single quotes in them.

typeholes commented 1 year ago

breakage on types with single quotes resolved. Still should use an actual parser