On Tue, Apr 8, 2025 at 6:40 PM Daniel Scherzer <[email protected]>
wrote:
>
> Since a lot of the discussion seems to be around static analysis and
> whether there is a real use case for this, I wanted to share another use
> case I just came across: in the thephpleague/commonmark
package,
> different renderers are added to render different types (subclasses) of
> League\CommonMark\Node\Node
.
>
I added this example to the RFC page as an example of how this could be
useful in userland code. Barring further developments, I plan to open the
RFC for voting in a few days.
-Daniel