-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Closed
Labels
questionIssues that look for answers.Issues that look for answers.
Description
I realize some modules like readable-stream is maintained internally but punycode is maintained externally. Should we maintain them internally only? Reasons are:
- Consistency.
- https://github.com/nodejs/node/blob/master/lib/punycode.js#L5-L16 exports the module depends on the environment which is not needed here in node.
Metadata
Metadata
Assignees
Labels
questionIssues that look for answers.Issues that look for answers.