An open API service indexing awesome lists of open source software.

https://github.com/rads/cljs-bug


https://github.com/rads/cljs-bug

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# cljs-bug

## 1.9.854

```
cljs-bug $ rm -rf out && java -cp cljs-1.9.854.jar:src clojure.main build_with_bug.clj && node out/main.js a b c
args: nil

cljs-bug $ rm -rf out && java -cp cljs-1.9.854.jar:src clojure.main build_without_bug.clj && node out/main.js a b c
args: (a b c)
```

## 1.9.671

```
cljs-bug $ rm -rf out && java -cp cljs-1.9.671.jar:src clojure.main build_with_bug.clj && node out/main.js a b c
args: (a b c)

cljs-bug $ rm -rf out && java -cp cljs-1.9.671.jar:src clojure.main build_without_bug.clj && node out/main.js a b c
args: (a b c)
```