Fork me on GitHub
#cljs-dev
<
2020-05-05
>
thheller09:05:37

> 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).

thheller09:05:15

curious to see where this will go

dnolen13:05:24

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

dnolen13:05:36

but I suspected as much from what he wrote

dnolen13:05:25

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

David Pham14:05:55

Why is the debug loader useful?

athomasoriginal15:05:07

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

dnolen16:05:03

there is no transition to the compiler

dnolen16:05:16

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

athomasoriginal21:05:38

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

thheller21:05:46

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.

athomasoriginal23:05:32

Noted. Thanks one and all!