groundedsage
groundedsage
@noprompt yea a Google Hangout would be good. The format might need to be like a mini workshop or run through of everything and pointing out the key areas where...
All credit goes to https://gist.github.com/rauhs/ac6349dd20f1799982a1906f9a59e7d6 I'm just working to have it work for my specific use cases and work with Boot. I personally prefer having a 1 to 1 mapping...
Not sure how to actually format the code like normal clojure code in here... **Other additional considerations.** - It would be cool to get all the above the fold content...
1.7.0-SNAPSHOT has 2 circular dependencies which prevents me from testing. 1. Utils.cljc -> Core.cljs -> Utils.cljc (https://github.com/roman01la/cljss/blob/ssr/src/cljss/core.cljs#L3 , https://github.com/roman01la/cljss/blob/ssr/src/cljss/utils.cljc#L102) 2. Core.clj -> Cljss-compiler - Core.clj (https://github.com/roman01la/cljss/blob/ssr/src/sablono/cljss_compiler.clj#L16, https://github.com/roman01la/cljss/blob/ssr/src/cljss/core.clj#L8)
### Commands for testing Karma `npx shadow-cljs compile ci` `npx karma start --single-run` Node tests `npx shadow-cljs compile node-test` ### Reference testing documentation Karma - https://shadow-cljs.github.io/docs/UsersGuide.html#_installing_karma Node.js - https://shadow-cljs.github.io/docs/UsersGuide.html#target-node-test
This change seems relatively simple however some changes are required in `shadow-cljs`. https://github.com/thheller/shadow-cljs/issues/902
Loading into the latest [version](https://github.com/hyperfiddle/electric-fiddle/commit/3afd5cc8c025d00429eff34e726f8af9820de86b) of Fiddle repo produces this error.