https://github.com/rads/cljs-bug
https://github.com/rads/cljs-bug
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rads/cljs-bug
- Owner: rads
- Created: 2017-08-13T19:37:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T19:49:27.000Z (over 8 years ago)
- Last Synced: 2025-04-02T02:14:52.882Z (9 months ago)
- Language: Clojure
- Size: 27.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```