You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds the four parse listener methods. The `_parseListeners` field
could also be set to `ParseTreeListener[]`, but it would _technically_ be
a breaking change.
I chose to use `ParseTreeListener` instead of `any` in these methods because
parse listeners cannot actually be `any`; their functions are called without
checking if they're defined. The current ParseTreeListener interface is the
minimum requirement to avoid exceptions.
Signed-off-by: Phlosioneer <[email protected]>
0 commit comments