Skip to content

1.8.34

Choose a tag to compare

@swannodette swannodette released this 18 Mar 17:52
· 2307 commits to master since this release
CLJS-1582: Type-hint extend-type first arg for primitives

If extending boolean or number to a protocol, propagate type hint to
first arg of fns.

This is done by walking the code in the impl-map, and associng the
passed type-sym as the :tag meta for the first argument of all fns.