squint-cljs / cherry

Experimental ClojureScript to ES6 module compiler
https://squint-cljs.github.io/cherry
558 stars 22 forks source link

`'()` is not properly evaluated #123

Closed PEZ closed 11 months ago

PEZ commented 11 months ago

'() evaluates to (list).

But e.g. '(1) gets the correct treatment.