jeroenouw / liftr-tscov

Check the type coverage of any TypeScript project with this easy npm package
https://www.npmjs.com/package/@liftr/tscov
MIT License
30 stars 5 forks source link

Remove node check for variableDeclaration of CatchClause #12

Closed myobie closed 5 years ago

myobie commented 5 years ago

Typing the variable argument to a catch clause is not allowed.

Playground example of invalid syntax.

jeroenouw commented 5 years ago

Thanks!