In IPUtils.php there are the sanitizeIP and prettifyIP functions which do not have equivalents in js. It would be useful for IP Info (specifically for T299382: Error in popup when trying to view info for IPv6 edits in Recent Changes enhanced view) if these did exist in the js.
AC
- Add sanitizeIP and prettifyIP functions to resources/src/mediawiki.util/util.js which already has some IP utility functions
- Write unit tests for the new functions
Notes
Documentation on testing in JavaScript: https://www.mediawiki.org/wiki/Manual:JavaScript_unit_testing