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

https://github.com/thheller/cljs-method-motion-bug


https://github.com/thheller/cljs-method-motion-bug

Last synced: about 1 year ago
JSON representation

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.