shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
Alexis Vincent 2020-09-10T14:21:25.224700Z

hi all, does :target :npm-module support repl?

thheller 2020-09-10T14:55:40.225100Z

depends

thheller 2020-09-10T14:55:44.225400Z

what are you doing with it?

mauricio.szabo 2020-09-10T18:30:06.227200Z

Hi, is there a way to make Shadow stop printing shadow-cljs - #34 ready! - like messages on development? The reason I need is because I'm compiling for a target that if I try to print on console, it raises an error 😱

thheller 2020-09-10T18:53:53.228400Z

@mauricio.szabo there is no way to do that currently but I can add an option. please open an issue. until then you can (set! shadow.cljs.devtools.client.browser/devtools-msg (fn [])) in a preload or so

thheller 2020-09-10T18:54:19.228900Z

different ns in case its not the browser. hmm although browser might be the only where this would actually work