squint-cljs / squint

Light-weight ClojureScript dialect
https://squint-cljs.github.io/squint
676 stars 44 forks source link

map? returns true for array #575

Closed borkdude closed 1 week ago

borkdude commented 3 weeks ago

(map? [1 2])

Well, technically JS arrays are also objects that you can put whatever key and value on, but let's not treat them as map?s in squint, to be compatible with CLJS.