-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
questionIssues that look for answers.Issues that look for answers.
Description
Can you publish and maintain latest iojs native modules in npm? If we want to support all active versions of Node then we can't simply require(<native module>) since it has different behaviors in different versions of Node.
For example, breaking changes in url module caused an issue for our test here. So now it's not safe to require url module anymore since you don't know what you are going to get back.
Metadata
Metadata
Assignees
Labels
questionIssues that look for answers.Issues that look for answers.