Closed kaleidawave closed 3 months ago
There are a few missing diagnostics for some things related to imports/exports
export
todo!
features/modules.rs
Would be good to get these wired up similar to other diagnostics
Some of these might be built into the parser at some point
Hi, @kaleidawave! I took a stab at this in #192, but could use some direction as I'm still learning the codebase.
There are a few missing diagnostics for some things related to imports/exports
export
in invalid locationexport
ing same nametodo!
infeatures/modules.rs
Would be good to get these wired up similar to other diagnostics