cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
alexmiller 2020-05-05T00:22:33.278500Z

bomp

dnolen 2020-05-05T00:39:08.278700Z

thanks!

thheller 2020-05-05T09:44:37.278900Z

> On the Closure Library side, we're working on migrating the core to TypeScript and are interested in learning about how folks are using the open-source library that might influence what we could do to make it usable for other workflows and project structures (e.g. loading via NPM vs git submodules, debug loader vs bundler, etc).

thheller 2020-05-05T09:45:15.279500Z

curious to see where this will go

dnolen 2020-05-05T13:33:24.280100Z

right Steve Hicks wrote me a couple of months ago and I responded but I never heard back

dnolen 2020-05-05T13:33:36.280400Z

but I suspected as much from what he wrote

dnolen 2020-05-05T13:45:25.281900Z

the TypeScript bit felt like it was bound to happen and I feel like the days are numbered for the debug loader stuff

2020-05-05T14:18:55.282700Z

Why is the debug loader useful?

athomasoriginal 2020-05-05T15:00:07.283400Z

To piggyback on the above, what is the implication for CLJS with the above transition to the compiler?

dnolen 2020-05-05T16:29:03.284100Z

there is no transition to the compiler

dnolen 2020-05-05T16:29:16.284400Z

the above thread is about Google Closure Library (not Compiler)

athomasoriginal 2020-05-05T21:17:38.285400Z

My bad, I was curious how google closure compiler migrating to TypeScript affects ClojureScript? (or maybe you answered that already and I misunderstood 🙇)

thheller 2020-05-05T21:26:46.286900Z

its not the compiler migrating. its the closure library. the compiler has had basic support for a while. too early to tell how the closure library moving will affect CLJS. depends on how they publish it.

athomasoriginal 2020-05-05T23:59:32.287400Z

Noted. Thanks one and all!