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

I'm running into a problem when trying to use the Analytics module of amplify-js. The following error is thrown when an attempt to track the session is made: ``` ConsoleLogger.js:142...

I am trying to develop an application with clojurescript and deno. The trivial sources are [here](https://gitlab.com/didiercrunch/phenix-backend). It works great until I tried to run a repl. To run the repl,...

help wanted

From https://clojurians.slack.com/archives/C6N245JGG/p1659098445064339 So I wanted to experiment with adding NPM lib react-native-logs to my react-native shadow-cljs project, so I : * yarn'd it, created a new namespace * and added...

There is **no** shadow-cljs package available for [Nix/NixOS users](https://search.nixos.org/packages?channel=22.05&from=0&size=50&sort=relevance&type=packages&query=shadow-cljs). Please, package shadow-cljs for Nix/NixOS. And congrats for the good work!

help wanted

When `:ssl` key is provided inside "shadow-clj.edn" server (`npx shadow-cljs server`) always runs with SSL. However, a configuration could have `:dev-http` entries which doesn't require SSL, e.g. using `{:ssl false}`...

I have a project that has both a browser frontend and also a react-native frontend, and they share clojurescript code and a single deps.edn file and a single shadow-cljs.edn file....

Shadow server will print on which interface and port it’s listening to: ``` shadow-cljs watch :app shadow-cljs - starting via "clojure" shadow-cljs - server version: 2.18.0 running at http://localhost:9630 ```...

Code location pointing is wrong for "undeclared var" warnings with `:warnings-as-errors true`

I believe all react vue and svelte have server side routing based on file path that’s run on something like cloudflare worker. The worker part isn’t necessary, but can this...

help wanted

I tried upgrading my project from shadow-cljs `2.14.0` to the latest version recently, but the build is throwing this error: ``` [2022-07-09 15:32:00.212 - WARNING] :shadow.cljs.devtools.server.util/handle-ex - {:msg {:type :start-autobuild}}...