Welcome! Please see the About page for a little more info on how this works.

+1 vote
in ClojureScript by
edited by

Hello,

I've run into a bug where print output from a library(environ) is showing up in a compiled JS file.

I've created a repo to reproduce the issue here: https://github.com/samrat/cljs-warning-bug

This is likely happening because the library and CLJS compiler are both using print, and the print is getting invoked during compile-time.

If there is any other information I could share that might help, I'd be happy to provide it.
Thanks,
Samrat

Please log in or register to answer this question.

...