mw-scittle/src/scittle
FrankS f72c1c163a
Expose cljs.core/Cons in SCI config (#142)
This allows (instance? cljs.core/Cons x) to work in Scittle code.

The Cons type exists in the compiled ClojureScript runtime but was not
exposed by name in SCI's symbol table. Libraries like Trove need this
for type checking in their const-form? function.
2025-12-09 22:11:25 +01:00
..
impl Improve error renderer 2022-08-31 17:28:07 +02:00
cljs_ajax.cljs Add all public vars of cljs ajax core 2022-11-23 11:39:41 +01:00
cljs_devtools.cljs Scittle dev (#127) 2025-08-20 14:58:23 +02:00
core.cljs Expose cljs.core/Cons in SCI config (#142) 2025-12-09 22:11:25 +01:00
js_interop.cljs Added applied-science/js-interop plugin. (#101) 2024-12-21 20:23:47 +01:00
nrepl.cljs Enable customizing the nrepl websocket port (#141) 2025-12-05 23:07:09 +01:00
pprint.cljs Remove println 2023-01-11 18:48:05 +01:00
promesa.cljs cljs.pprint (#39) 2022-08-31 13:45:37 +02:00
re_frame.cljs Add support for re-frame (#46) 2022-11-23 12:51:49 +01:00
reagent.cljs Browser repl (#24) 2022-05-17 21:07:22 +02:00
replicant.cljs Use replicant via sci.configs (#109) 2025-06-16 15:31:38 +02:00