Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

In order for queue to work we need to adopt an approach similar to the one for #js data literals - i.e. needs special casing in the analyzer since queues are not "atomic" values.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-720 (reported by dnolen)
...