quick-lint / quick-lint-js

quick-lint-js finds bugs in JavaScript programs
https://quick-lint-js.com
GNU General Public License v3.0
1.54k stars 192 forks source link

feat(typescript): add new diag for "import type" with import alias #1140

Closed koopiehoop closed 9 months ago

koopiehoop commented 10 months ago

This closes #1139. I've moved type_span before switch statement so we can have better diagnostic instead of pointing on import keyword.