wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.76k stars 1.14k forks source link

Disallow duplicate declaration names #2015

Closed infomiho closed 1 month ago

infomiho commented 1 month ago

Closes #1234

Compiler checks if there are duplicate declarations within the same declaration type e.g. duplicate queries names are disallowed but queries and actions can still reuse names.