tc39 / proposal-array-from-async

Draft specification for a proposed Array.fromAsync method in JavaScript.
http://tc39.es/proposal-array-from-async/
BSD 3-Clause "New" or "Revised" License
179 stars 13 forks source link

Add ecma262 references #37

Closed Aditi-1400 closed 2 years ago

Aditi-1400 commented 2 years ago

I was working on test262 for this proposal, and I figured it'll be convenient if we had links to references of abstract operations that are defined in ecma262 spec (Eg: CreateAsyncFromSyncIterator).

This PR makes a small change to add those references.

bakkot commented 2 years ago

You'll need to also add @tc39/ecma262-biblio as a dependency (ideally pinned to a particular version) for this to work.

Aditi-1400 commented 2 years ago

Oops, I'll add that, pinned to the latest version?

bakkot commented 2 years ago

Latest version is good, yeah.

Ms2ger commented 2 years ago

@js-choi ping?

js-choi commented 2 years ago

My apologies for the delay. Looks good; merging.

Ms2ger commented 2 years ago

Thanks!