You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since all operators are created using the macro defoperator in the monger.operators namespace, the IDE doesn't know that these symbols actually exists (and clj-kondo complains about stuff like Unresolved var: $inc).
Would you be interested in a PR that declares all operators, kinda like so:
Since all operators are created using the macro
defoperator
in themonger.operators
namespace, the IDE doesn't know that these symbols actually exists (and clj-kondo complains about stuff likeUnresolved var: $inc
).Would you be interested in a PR that declares all operators, kinda like so:
This ensures symbols can be seen by the IDE to improve the developer experience (e.g. easily noticing a typo in an operator).
The text was updated successfully, but these errors were encountered: