For the Wikifunctions integration into MediaWiki pages, we were using \Wikibase\Client\WikibaseClient::getUsageAccumulatorFactory()->newFromParser( $parser ) to get a usage tracker so we could add our usage of Wikidata items into the mix. However, we don't have a legacy Parser instance, as we're (exclusively) in Parsoid page-parsing.
Is there a plan to migrate this code any time soon? Alternatively, I suppose we could spin up a new Parser instance, but that feels wrong?