Fork me on GitHub
#shadow-cljs
<
2021-04-04
>
Vincent Cantin15:04:56

@thheller It seems that the Git tags are missing from the recent releases in the Git repository.

thheller16:04:56

@vincent.cantin do you use them for anything? jiyinyiyong used to handle those but he isn't active in CLJS anymore so he stopped doing them. I never used them for anything so I didn't take over doing them

Vincent Cantin01:04:29

I don't use them for anything special, other than visualizing in source tree which commit is which release. It's only useful for people looking at the source code.

thheller16:04:20

I guess I could make a script for this if they are of some use for you

ribelo19:04:09

something has changed regarding the use of js/require ?

ribelo19:04:50

opened an old electron project and got this error

ribelo19:04:17

ReferenceError: require is not defined

ribelo19:04:25

(defonce electron (js/require "electron"))

thheller19:04:18

electron has changed that yes