Micha, I don’t understand what kind of optimization we’re talking about.
If I understand correctly, boot v2 scans every jar for the mask `*.jar!/hoplon/include/**/*.ext.js`. My proposal is to scan each jar for a single possible path `*.jar!/externs.js`. Current `:externs` directive in lein-cljsbuild _does_ scan all the jars for the path you’ve specified for it (e.g. if you put :externs ["react/externs/react.js"] it will scan entire classpath for this path). So at least we’re not making things worse. Also, as the content of the jar (non-snapshot at least) is immutable, we can cache this information heavily. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
