We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f678ea commit 8e6b606Copy full SHA for 8e6b606
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
@@ -113,7 +113,6 @@ expected.atRunTime = new Set([
113
114
if (common.isMainThread) {
115
[
116
- 'NativeModule internal/idna',
117
'NativeModule url',
118
].forEach(expected.beforePreExec.add.bind(expected.beforePreExec));
119
} else { // Worker.
0 commit comments