cljs-dev

dnolen 2025-07-06T17:35:00.343229Z

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

dnolen 2025-07-06T17:40:13.231569Z

landed in master - https://github.com/clojure/clojurescript/commit/aa5e7516e5031f81857ded5e0d2a2a476d4cfaff

πŸŽ‰ 3
dnolen 2025-07-06T17:40:49.444459Z

(doc js/Number.isNaN) (doc js/Number.prototype.valueOf) (doc js/crypto.subtle) etc. works

😍 9
2025-07-06T17:56:43.141269Z

that's so cool

neumann 2025-07-06T22:34:00.507369Z

Very cool!

dnolen 2025-07-06T18:00:39.112499Z

It’s pretty nuts as Closure Compiler has externs for everything. DOM, CSSOM …

dnolen 2025-07-06T18:02:36.844519Z

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

neumann 2025-07-06T22:35:49.820389Z

Yes!