TextMatchHelper was removed — what's upgrade path? #271

Open
opened 2026-01-29 14:32:28 +00:00 by claunia · 0 comments
Owner

Originally created by @leotsarev on GitHub (Feb 26, 2019).

TextMatchHelper was removed in #305 by @MihaZupan
It was useful for my private extension https://github.com/joinrpg/joinrpg-net/blob/master/Joinrpg.Markdown/LinkerParser.cs
new CompactPrefixTree is internal api, and I couldn't use it and benefit from wonderful optimizations.
Could you please make it public and/or introduce another public surface for the use case?

For now, I just copied TextMatchHelper into my code.

Originally created by @leotsarev on GitHub (Feb 26, 2019). TextMatchHelper was removed in #305 by @MihaZupan It was useful for my private extension https://github.com/joinrpg/joinrpg-net/blob/master/Joinrpg.Markdown/LinkerParser.cs new CompactPrefixTree is internal api, and I couldn't use it and benefit from wonderful optimizations. Could you please make it public and/or introduce another public surface for the use case? For now, I just copied TextMatchHelper into my code.
claunia added the question label 2026-01-29 14:32:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#271