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

```clojure (defclass A (constructor [this] (js/console.log "A.constructor")) Object (whatever [this a b] (js/console.log "A.whatever" a b) (+ a b))) (defclass B (extends A) (constructor [this] (super) (js/console.log "B.constructor")) Object (whatever...

I have the pretty severe muscle memory of closing Chrome tabs. With it, I can close index.html, and with it, my IDE experience will significantly degrade. I can spend a...

The node test from the docs doesn't work if any of your tests touch react. Is there another test platform that can use the Karma output? It sounds like karma...

**Context** We write all our UI components in JS in a separate project, compile it as a library and import it into CLJS. **Problem** Hot code reload doesn't work when...

I have SCSS files that are compiled to CSS and saved in the `target/scssbuild` directory. How do I make devtools watch this directory and hot-reload it too? My `shadow-cljs.edn` so...

## Issue Decription ESM files used in a shadow-cljs project have its property-renamed. Ofc this is fix-able by using an externs file. But it's cumbersome to add lots of externs....

From [this discussion in Slack](https://clojurians.slack.com/archives/C6N245JGG/p1667312129252539). Following [this example](https://code.thheller.com/blog/shadow-cljs/2019/10/12/clojurescript-macros.html), for how to work with macros in ClojureScript, fails in the REPL if I define the macro in a top-level namespace: `util.clj`:...

I am getting build errors when trying to use `:cache-level :all`. How do I debug this? This example isn't our code, so maybe an issue with devtools? It does appear...

## Proposal It would be nice to add just one line css. `.error-message { white-space: pre; }` [MDN : white-space](https://developer.mozilla.org/en-US/docs/Web/CSS/white-space) I find the file. I will create Pull Request for...

https://github.com/thheller/shadow-cljs/issues/1084#issuecomment-2152458452 original comment but that issue is closed. I know dynamic imports aren't supported, I won't ask for this but what I would like to ask is some kind of...