Fork me on GitHub
#shadow-cljs
<
2017-09-20
>
thheller18:09:00

@jiyinyiyong the first CLJS namespace I ever wrote worked with some Shadow DOM (the old stuff)

thheller18:09:16

so I called it shadow.dom … the prefix stuck

thheller18:09:38

still exists today

thheller18:09:51

although nothing shadow dom related in it anymore 😉

thheller18:09:08

also I’m bad at naming things

thheller18:09:12

I’m totally up for a “shorter” name btw, just hard to find something “free” in npm

thheller20:09:41

started writing down some stuff about the work I’ve been doing

thheller20:09:09

wasn’t sure where to start, could use some feedback

thheller20:09:33

I’m scared to make a new release since that will probably break everyones builds

thheller20:09:57

how does that shadow-cljs@next thing work in npm?

richiardiandrea21:09:28

@thheller next will not be seen on npm

richiardiandrea21:09:58

it is basically hidden, and won't be taken into consideration when upgrading for instance

thheller21:09:20

yeah thats what I need, so people still get the old version when installing

thheller21:09:24

but can try the new one

thheller21:09:31

without messing with version numbers 😉

thheller21:09:36

well I guess I could just do that

richiardiandrea21:09:49

yep in that case next is what you need

thheller21:09:06

will look into it tomorrow, too tired, need sleep