-
-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Vendor Events on NPM #37435
Copy link
Copy link
Closed
Labels
eventsIssues and PRs related to EventEmitter and the events module.Issues and PRs related to EventEmitter and the events module.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Description
Activity
Metadata
Metadata
Assignees
Labels
eventsIssues and PRs related to EventEmitter and the events module.Issues and PRs related to EventEmitter and the events module.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Context: browserify/events#79
It would be useful if
eventswas vendored in a similar way toreadable-stream.I have brought this possibility up in the events repo https://github.com/browserify/events ( https://www.npmjs.com/package/events )
This should be pretty straightforward given
eventsis mostly self contained.cc @goto-bus-stop :)