being able to look up docs for web right from the REPL is pretty cool, often not much of a doc string but a url right to MDN which is handy
landed in master - https://github.com/clojure/clojurescript/commit/aa5e7516e5031f81857ded5e0d2a2a476d4cfaff
(doc js/Number.isNaN) (doc js/Number.prototype.valueOf) (doc js/crypto.subtle) etc. works
that's so cool
Very cool!
Itβs pretty nuts as Closure Compiler has externs for everything. DOM, CSSOM β¦
When we get around to updating the GCL UI stuff to include CLJS example code - would be neat to link to ClojureScript site. That should help a lot with the discoverability problem
Yes!