Page MenuHomePhabricator

Editor uses private mw.jqueryMsg.Parser class
Open, Needs TriagePublicBUG REPORT

Description

The mw.jqueryMsg.Parser is marked as @private in JSDocs, yet is used as if it is a stable interface inside the MobileFrontend editor.

https://gerrit.wikimedia.org/g/mediawiki/extensions/MobileFrontend/+/de662d0acac8f4d1cf73360d534a2b1d4b501f0c/src/mobile.editor.overlay/parseBlockInfo.js#24

Once the MobileFrontend usage has been updated we can remove the public exposure of the library.