Closed EliTheCoder closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
57998f2
) 79.00% compared to head (d6fb8c9
) 78.07%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi @EliTheCoder, Thanks for raising this PR. I also tried to use the url.domainToASCII function to replace the one that used to be provided by punnyCode. Seems the related tests still behave the same way. Not sure whether we want still keep the punnyCode or just use url instead. Hi @arthurschreiber, seems url.domainToASCII can handle what punycode.toASCII used to do. Do we want still keep punnyCode or just go with the url lib?
Just double checked that Node 14 seems do not support node:url but we should be safe since the minimum node version maintained on tedious side is node 16 :thinking: .
Thanks for your contribution! ❤️
:tada: This PR is included in version 16.7.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
The slash at the end is necessary to use the userland module. The module built-in to node is deprecated.