kaleidawave / ezno

A fast and correct TypeScript type checker and compiler with additional experiments
https://kaleidawave.github.io/posts/introducing-ezno/
MIT License
2.55k stars 47 forks source link

Add missing import / export diagnostics #182

Closed kaleidawave closed 3 months ago

kaleidawave commented 3 months ago

There are a few missing diagnostics for some things related to imports/exports

Would be good to get these wired up similar to other diagnostics

Some of these might be built into the parser at some point

NitantP commented 3 months ago

Hi, @kaleidawave! I took a stab at this in #192, but could use some direction as I'm still learning the codebase.