Skip to content
This repository was archived by the owner on May 28, 2019. It is now read-only.

Latest commit

 

History

History
executable file
·
12 lines (8 loc) · 402 Bytes

File metadata and controls

executable file
·
12 lines (8 loc) · 402 Bytes

Modified https://github.com/henryw374/tick-on-shadow-cljs-demo to repro this case.

When using juxt/tick library with shadow-cljs, release is broken for node-script/node-library target, but does work for browser target.

shadow-cljs release node --debug
node out/test.js

Should result in TypeError: this.$dayOfMonth$ is not a function

Not sure if this is a shadow-cljs issue, or a tick issue.