Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
lib: remove lib/internal/idna.js
  • Loading branch information
anonrig committed Sep 21, 2024
commit 22d963caa8e0cc5544a79c6a22bf2f67866375a2
4 changes: 0 additions & 4 deletions lib/internal/idna.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const {
decodeURIComponent,
} = primordials;

const { toASCII } = require('internal/idna');
const { toASCII } = internalBinding('encoding_binding');
const { encodeStr, hexTable } = require('internal/querystring');
const querystring = require('querystring');

Expand Down
1 change: 0 additions & 1 deletion test/parallel/test-bootstrap-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ expected.atRunTime = new Set([

if (common.isMainThread) {
[
'NativeModule internal/idna',
'NativeModule url',
].forEach(expected.beforePreExec.add.bind(expected.beforePreExec));
} else { // Worker.
Expand Down