Closed Aditi-1400 closed 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.
Oops, I'll add that, pinned to the latest version?
Latest version is good, yeah.
@js-choi ping?
My apologies for the delay. Looks good; merging.
Thanks!
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.