Fork me on GitHub
#shadow-cljs
<
2019-09-29
>
markx05:09:21

Hi! Has anyone used weavejester/impi with shadow-cljs? I’m a little lost about the setup of pixi.js

markx05:09:43

Also something I’m confused about but maybe not related to shadowcljs: impi depends on [weavejester/pixi "4.2.3-0"], which I think should be from cljsjs, but why it’s a separate package in clojars? I mean, there’s already a cljsjs/pixi on clojars, then why do we need another weavejester/pixi?

markx05:09:49

maybe @weavejester would know? ☝️

markx06:09:27

Ah I found out how to!

pez10:09:42

Is there a way to get shadow-cljs to only update dependencies and not run anything?

thheller10:09:30

shadow-cljs classpath should do the trick in newer versions

pez10:09:57

How new? 😃

pez10:09:58

Haha, I had 52. Thanks! Will try now.

pez10:09:35

Awesome. Seems to be exactly what I needed.

hmaurer11:09:59

Hello! Is it possible to generate a NPM library with exports with shadow?

martinklepsch11:09:08

I’m having a strange issue where I get Unresolved var p/alet (https://github.com/funcool/promesa/blob/3.0.0/src/promesa/core.cljc) in one build but in another build where I’m also using that macro there is no warning.

thheller11:09:49

maybe a different promesa version?

martinklepsch14:09:10

😅 indeed …. wrong branch, that didn’t have the newest version

thedavidmeister14:09:48

@thheller any idea why cljs.nodejs.require = require; would appear in a compiled file when the target is :karma?

thedavidmeister15:09:39

nm i figured it out

thheller17:09:31

thats the cljs.nodejs ns