oakmac/standard-clojure-style-js

improve error message for use inside ns form

Open

#172 geöffnet am 28. Dez. 2024

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Clojure (7 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (132 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

inspiration / ideas

Contributor Guide