oakmac/standard-clojure-style-js
Vedi su GitHubimprove error message for use inside ns form
Open
#172 aperta il 28 dic 2024
enhancementhelp wanted
Metriche repository
- Star
- (132 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Follow-up to Issue #152 and PR-171:
We should show more details to the user when :use is detected inside of the ns form. For example, we could include the line + column number where we encountered :use and print a few lines above and below the location so that the user can see more context of where the error occurred.