Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event emitter node polyfill #3944

Merged
merged 5 commits into from
Feb 10, 2020
Merged

Conversation

cknight
Copy link
Contributor

@cknight cknight commented Feb 9, 2020

[WIP] - Just noticed some small changes I want to make to this. EDIT: ready to go.

This is the polyfill implementation for the Node Events API. See also #3403. It is partly based off the nodejs/event.js and denolibs/event_emitter libraries.

@cknight cknight changed the title Event emitter node polyfill [WIP] Event emitter node polyfill Feb 9, 2020
Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool - LGTM

Edit: Oops didn’t see the WIP note. Let me know when you’re done with this.

@cknight cknight changed the title [WIP] Event emitter node polyfill Event emitter node polyfill Feb 10, 2020
@cknight
Copy link
Contributor Author

cknight commented Feb 10, 2020

@ry Thanks. I've added some jsdoc, but decided I will save my other changes for another PR. Basically I found a few extra functions added in Node 13.4 I'm missing. Ready for review now.

Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks - LGTM

@ry ry merged commit 81905a8 into denoland:master Feb 10, 2020
@cknight cknight deleted the eventEmitterNodePolyfill branch February 11, 2020 07:43
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 21, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants