Yes, you can set pseudo-names in your cljsbuild options: https://github.com/clojure/clojurescript/wiki/Compiler-Options#pseudo-names
On Thu, 9 Jul 2015 00:47 Matthew Huebert <[email protected]> wrote: > According to the Closure Compiler FAQ, we can rename symbols with > longer/meaningful names to help with debugging externs: > > > My code broke when using advanced optimizations! How do I figure out > what's wrong? > > >>Use the --debug flag combined with the --formatting=PRETTY_PRINT flag. > >> When you're using the --debug flag, Closure Compiler will rename all > your symbols, but it will give them longer names so that you can figure out > what the original name was. > > ( > https://code.google.com/p/closure-compiler/wiki/FAQ#My_code_broke_when_using_advanced_optimizations!_How_do_I_figure > ) > > Is it possible to enable this somewhere in project.clj? I've tried > combinations of `:formatting "PRETTY_PRINT"` and `:pretty-print true` in > :compiler-options and :closure-defines. > > -- > 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. > -- 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.
