Can you look at the pre-optimized js sources and grep for that string? It might be a macro of a library. Hard to tell without knowing what that thing actually is. It looks like something var-ish (ie. :line, :column, :file, ...).
Anyways look at the js files to see the full context, should make it obvious what it is. On Tuesday, February 3, 2015 at 9:30:18 AM UTC+1, Andrew S wrote: > In my advanced compile, I see lots of lines that look like this: > > return new qB(c,b,sB,new > s(null,5,[T,66,V,102,Qe,3,Re,34,Se,"/path/to/cljs/file/core.cljs"],null))}; > > My only guess is that it has something to do with source maps, but my > project.clj has zero mention of source maps anywhere. > > One item I do have in my build setting in project.cljs is this: > :omit-source true > > Anyone know what these are? It doesn't make sense to me that the original > cljs source would be referred to in any way in an advanced compilation. > > Andrew -- 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.
