shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
2021-04-04T15:30:56.341700Z

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

thheller 2021-04-04T16:39:56.343200Z

@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

thheller 2021-04-04T16:40:20.343600Z

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

2021-04-04T19:35:09.343800Z

something has changed regarding the use of js/require ?

2021-04-04T19:35:50.344100Z

opened an old electron project and got this error

2021-04-04T19:36:17.344400Z

ReferenceError: require is not defined

2021-04-04T19:36:25.344700Z

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

thheller 2021-04-04T19:40:18.344900Z

electron has changed that yes