-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Expose the urlToOptions
module so it can be imported e.g. const {urlToOptions} = require('url');
That way we could easily convert a URL instance without duplicating the code like this.
Describe alternatives you've considered
No, duplicates increase the package size.
sindresorhus
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.