We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62801b9 commit 1de9e13Copy full SHA for 1de9e13
lib/url.js
@@ -22,7 +22,7 @@
22
'use strict';
23
24
const { toASCII } = require('internal/idna');
25
-const { hexTable } = require('internal/querystring');
+const { encodeStr, hexTable } = require('internal/querystring');
26
const { SafeSet } = primordials;
27
28
const {
@@ -41,7 +41,6 @@ const {
41
domainToASCII,
42
domainToUnicode,
43
formatSymbol,
44
- encodeStr,
45
pathToFileURL,
46
fileURLToPath
47
} = require('internal/url');
0 commit comments