Open borkdude opened 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as expired because it has not had recent activity. To prevent it from being closed, please leave a message. Additionally, consider giving the original message a thumbs up if this issue is important to you, so it will appear higher in this list. Thank you for your contributions!
Tools using a REPL-assisted static analysis approach like https://github.com/clj-kondo/inspector can dump information about vars in namespaces into a file. It would be nice to have a general format for this. The inspector tool only dumps info for the
:type-mismatch
linter, but in the cache we already have a more general format.One potential issue: so far our linter config format hasn't really accounted for difference between CLJ and CLJS. Maybe it should in this case?
Alternative: use stubs. See clj-easy/stub.