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

Importing a react library component in a shadow-cljs / re-frame app like below, with multiple imports to the same library with different imports fails because the last one overrides the...

There used to be a `(api/find-resources-using 'some.ns)` that at least would give you a hint how some namespace might end up in your builds. Ideally this is something directly integrated...

This is a *very minor* issue and I post it here in case I (or someone else) has the time to make a contribution in the next few weeks. The...

Shadow-CLJS `v2.12.1` hangs during compilation when it encounters a required namespace with a typo `_` instead of `-`. Maybe It should trigger a warning. To reproduce: ```clojure ;; in `foo/core.cljs`...

I'm importing an es6 library that makes use of sync/async generators, but the default `:shadow` provider doesn't seem to support those imports. It compiles but then produces a runtime error....

I noticed the link in this section https://shadow-cljs.github.io/docs/UsersGuide.html#_full_example with the text "same setup" seems to point to a now non-existent anchor/section, so it just goes to the top of the...

It would be great to get some history support for this feature, like the browser js console: ![image](https://user-images.githubusercontent.com/607986/107067947-357f6580-679d-11eb-864d-60b70d413f31.png)

The release mode automatically gets them, but would be good for dev mode to get them (and to make sure the test runs pick up on them). I might eventually...

**WIP: everything here might change** `master` currently has support for a basic proof of concept for building [Chrome Extensions](https://developer.chrome.com/extensions) with shadow-cljs. The idea is to take a [manifest.edn](https://github.com/thheller/shadow-cljs/blob/master/out/chrome-ext/manifest.edn) which is...

experimental

Hi @thheller - thanks for your work on the Inspect feature. It is beautiful my-large-vector-of-maps-and-things) ;; ~6000 entities 2. Inspect via shadow-cljs inspector 3. Click on View as EDN 4....