We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c237eab commit 76edde5Copy full SHA for 76edde5
lib/internal/idna.js
lib/url.js
@@ -30,7 +30,7 @@ const {
30
decodeURIComponent,
31
} = primordials;
32
33
-const { toASCII } = require('internal/idna');
+const { toASCII } = internalBinding('encoding_binding');
34
const { encodeStr, hexTable } = require('internal/querystring');
35
const querystring = require('querystring');
36
test/parallel/test-bootstrap-modules.js
@@ -117,7 +117,6 @@ expected.atRunTime = new Set([
117
118
if (common.isMainThread) {
119
[
120
- 'NativeModule internal/idna',
121
'NativeModule url',
122
].forEach(expected.beforePreExec.add.bind(expected.beforePreExec));
123
} else { // Worker.
0 commit comments