cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
dnolen 2020-01-09T19:31:07.000300Z

thinking about adding a helper to get iterators off an iterable

dnolen 2020-01-09T19:31:35.000900Z

ES6 iterable Imean - it's currently a bit annoying - you have to get the property and bind it etc.

dnolen 2020-01-09T19:44:23.001200Z

@roman01la https://clojure.atlassian.net/projects/CLJS/issues/CLJS-3199 I see you submitted a patch for this

dnolen 2020-01-09T19:46:14.002Z

I think that patch does too much - I'm only going to do the extra case for seq , let me know if you have some rationale for the other parts

2020-01-09T21:06:08.004Z

Don't remember what are other parts for. Perhaps handling metadata and js-clj conversion, don't think it's too important, so should be fine