tsdjs / tsd

Check TypeScript type definitions
MIT License
2.39k stars 68 forks source link

Add decorator-related diagnostic codes to expectError #207

Closed tbroyer closed 8 months ago

tbroyer commented 8 months ago

Because diagnostic codes are < 2000 (and therefore deemed "syntactical errors"), the ignore logic needs to be adapted.

Fixes #206