https://github.com/thheller/cljs-method-motion-bug
https://github.com/thheller/cljs-method-motion-bug
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thheller/cljs-method-motion-bug
- Owner: thheller
- Created: 2020-01-25T00:58:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T00:58:36.000Z (over 6 years ago)
- Last Synced: 2025-02-10T11:11:39.267Z (over 1 year ago)
- Language: Clojure
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cljs.spec problem
Cause by cross-chunk method motion partially moving a reify "class" instance and trying to add methods to a class that hasn't been defined yet. Presumably because the Closure Compiler doesn't expect classes to be defined conditionally.
```
clj build.clj
open public/index.html
```
Error happens immediately on load.