tc39 / proposal-async-iterator-helpers

Methods for working with async iterators in ECMAScript
https://tc39.es/proposal-async-iterator-helpers/
95 stars 3 forks source link

Editorial: Markup Async Iterator string with emu-val #14

Closed arai-a closed 8 months ago

arai-a commented 8 months ago

This follows the other string values in this proposal and also the spec. https://github.com/tc39/proposal-async-iterator-helpers/blob/main/spec.html#L265

bakkot commented 8 months ago

Thanks!

By the way, please don't make use of the spec as it is right now: it is going to be almost totally rewritten before stage 3. The basic user-facing API will stay the same, but achieving concurrency will mean an almost total rewrite of the under-the-hood mechanisms.