Skip to content

Commit

Permalink
fixup! url: expose urlToOptions utility
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYSzys committed Nov 4, 2020
1 parent 2ec042e commit d3e3f1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/url.js
Expand Up @@ -45,10 +45,10 @@ const {
URLSearchParams,
domainToASCII,
domainToUnicode,
fileURLToPath,
formatSymbol,
pathToFileURL,
fileURLToPath,
urlToOptions
urlToOptions,
} = require('internal/url');

// Original url.parse() API
Expand Down Expand Up @@ -980,5 +980,5 @@ module.exports = {
// Utilities
pathToFileURL,
fileURLToPath,
urlToOptions
urlToOptions,
};

0 comments on commit d3e3f1a

Please sign in to comment.