Welcome! Please see the About page for a little more info on how this works.
Currently calling tools.namespace.find/find-ns-decls returns a seq of ns-decl for a given dir or collection of paths but there is no way to know where did they came from (can also be coming from paths inside jar files).
tools.namespace.find/find-ns-decls
Looks pretty straight forward to add file info as meta of the ns-decl form. Something like https://github.com/jpmonettas/tools.namespace/commit/1431215324ba7f76f78342742ce3716ec8c5abb8
What do you guys think?
(Filed jira at https://clojure.atlassian.net/browse/TNS-55)
This is a duplicate of https://ask.clojure.org/index.php/8044/support-namespaces-as-strings-in-require-statements (jira at https://clojure.atlassian.net/projects/TNS/issues/TNS-51).
Or at least I think it is, please correct me if not.