Hi. Is there a way to AOT all clojure files including transitive dependencies?
If you are compiling A.clj there is flag set indicating you are compiling. Any load, such as that done by a 'require' command, taking place when that flag is set will also be a compile. More context?
ok that's good to know. I am worried that if there are any files that are loaded lazily something might get missed ie requiring-resolve or the like.