yoavbls / pretty-ts-errors

🔵 Make TypeScript errors prettier and human-readable in VSCode 🎀
https://marketplace.visualstudio.com/items?itemName=yoavbls.pretty-ts-errors
MIT License
13.14k stars 89 forks source link

Fix: adjust missing props regex to work for private properties #106

Closed kevinramharak closed 2 months ago

kevinramharak commented 2 months ago

Fixes #105

Cause: the regex does not account for the private property prefix #. Fix: adjust the regex to account for the optional # character.

yoavbls commented 2 months ago

Perfect, thank you again, Kevin