Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Location
Section of the site where the content exists
Affected URL(s):
Description
Concise explanation of the problem
The punycode module docs note that it is deprecated and suggest using Punycode.js as an alternative:
The alternative suggested is published as
punycodeon npm and thus its name is shadowed by the bundled version. A workaround is required to use the third-party module in place of the bundled module (see bestiejs/punycode.js#79 and bestiejs/punycode.js#113).The API docs should either document the workaround required to use the suggested alternative, not suggest an alternative, or suggest an alternative that doesn't require a workaround.
submit a pull request.