@dottedmag strange indeed. (throw (ex-info "foo" {}))
works as expected. must have something to do with throwing a string. I'll investigate
fixed in 2.12.2
@thheller Not on NPM yet?
oops, fixed
Thanks, works.
one thing that I noticed on shadow cljs build-report: when I use a dependency from git (using deps.edn), it ends up grouped as if it was code from the project itself (instead of separate dependency)
should I open an issue for it?
yes please
its because it treats everything that is not in a .jar
as a project file
which of course is sort of incorrect 😛