Fork me on GitHub
#clojurescript
<
2021-10-15
>
borkdude16:10:52

How does the node.js REPL of CLJS deal with (range) followed by ctrl-c? It's a bit hard to find where the handling of this happens

borkdude16:10:59

From what I understand so far, it's key to use a "vm" instance

dnolen16:10:48

merged a fairly big change to ClojureScript master which finally let's us upgrade Google Closure Library to the latest - the big thing is handling goog.module which Google has been migrating to over the years and finally flipped the switch on in some cases.

1
👏 6
👍 8
🔥 6
🍾 2
party-corgi 2
dnolen16:10:53

to future proof - we now always load goog.module according to Google's guidelines - so there's likelihood some things are slightly different so testing ClojureScript via a git dep would be a good idea. All test pass, and canary looked ok which is a good sign. But more feedback would be good.

dnolen16:10:58

if everything checks out over the next week or so - this is probably what the next release will be