mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
* node:url implement domainToASCII and domainToUnicode * fix arg checks * remove unneeded use of WTF::Vector * tidy * throw a js error if icu fails * add a ton more tests, fix ascii guard, upconvert latin1 * even more tests * add a comment for this guard * use ASSERT_NOT_REACHED() instead of raise(SIGABRT)