Clement Hoang

Results 11 comments of Clement Hoang

👍 for block-behavior. I'd expect yields inside a do expression in a generator to work: ```js function *gen() { return do { yield x; }; } ```