Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing import / export diagnostics #182

Closed
kaleidawave opened this issue Aug 6, 2024 · 1 comment · Fixed by #192
Closed

Add missing import / export diagnostics #182

kaleidawave opened this issue Aug 6, 2024 · 1 comment · Fixed by #192
Labels
diagnostics related to outputting code errors good-first-issue PRs welcome 🙏

Comments

@kaleidawave
Copy link
Owner

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

  • export in invalid location
  • exporting same name
  • Some others that have todo! in 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

@NitantP
Copy link
Contributor

NitantP commented Aug 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diagnostics related to outputting code errors good-first-issue PRs welcome 🙏
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants