Hello all, I am a Clojure newbie trying to fiddle around with LightTable (ClojureScript) sources. The biggest issue so far is to read and find documentation on Javascript classes (like js/console.log).
I would like to be able to jump to the Javascript source whenever I have a doubt and neither LightTable now Cursive can find the source when I try to jump (Cursive gives me warnings, for example on (.replace content (js/RegExp. "[ \\t]+$" "gm") ""))) it cannot find js/RegExp). Maybe I am missing some configuration in the leiningen script, or in the IDE, therefore my question is, where do I have to put (and how) the Javascript source in order to jump to it when necessary? Thanks! -- 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.
