shadow-cljs icon indicating copy to clipboard operation
shadow-cljs copied to clipboard

ClojureScript compilation made easy

Results 91 shadow-cljs issues
Sort by recently updated
recently updated
newest added

Should be able to detect that at runtime. Output is horrid otherwise. ``` ------ WARNING #1 - :undeclared-var -------------------------------------------- File: C:\Users\thheller\code\tmp\shadow-0-compiled\src\workshop\client.cljs:4:27 --------------------------------------------------------------------------------  1 | (ns workshop.client)  2 |...

Seems like code required at the REPL is not available properly. Might be scoping issue.

The helpers can be similar to the ones in the `cljs-test-runner` (now in a branch, will be PR-ed soon). They are definitely useful in `shadow` because of the all-in-one classpath...

help wanted

Currently one must list all transitive dependencies of a module in `:depends-on` -- transitive deps could be inferred from immediate deps. see: https://clojurians.slack.com/archives/C6N245JGG/p1559812431073100

Output isn't properly forwarded to the actual `watch` output. 2 Terminals ``` shadow-cljs server shadow-cljs watch test-node ``` `server` process will print the output.

I'd love to be able to use [`rebel-readline`](https://github.com/bhauman/rebel-readline) in shadow-cljs' REPL experience. There's probably some work that needs to be done to enable switching between the CLJ and CLJS REPLs...

help wanted

ES6 is transformed by `babel` which generates source maps but those are not used. They should be used as input source maps when running the converted file through `:simple` so...

Hi, `shadow-cljs` has stopped working with a recent update on Java 1.8, which adversely affects users stuck with old but proven setups and want be able to get shadow updates/bug...

(Aside: as a reader of the README, one difficulty I have is: I can't tell which sample projects use Node as a back-end. Of course, this comment is unrelated to...

version 2.19.9 does not seem to be available on Clojars. v2.19.8 works, though. ``` Errors during project resolution The following errors were found during project resolve: /Users/petrus/Projects/myproject/deps.edn: Could not transfer...