Gary Fredericks
Gary Fredericks
further research is needed
This definitely addresses my concerns. I can't think of any improvements.
patches welcome
Would accept a pull request that does file locking. Maybe in a section at the bottom of the README for advanced users.
I'd rather not add dependencies like that. Would make it a pain for installation.
Would it be easy to post-process the results to replace newlines with `\n`?
This smells related: I'm having trouble with advanced compilation and have tracked it down to this code: ``` clojure (js/ReactDOM.render ;; this gives an error about some minified variable being...
No, I'm using `:infer-externs true`
I didn't realize I needed to provide the externs; I'll look into that. I also didn't know about `:pseudo-names true`, so thanks for pointing that out. In this case it...