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
Is your feature request related to a problem? Please describe.
I'm always frustrated when classes are not inheritable. I need to change some small behavior, but all your classes use private methods, so I can't override them.
Describe the solution you'd like
Change all private methods and properties to protected.
Parsing or Formatting?
Is your feature request related to a problem? Please describe.
I'm always frustrated when classes are not inheritable. I need to change some small behavior, but all your classes use private methods, so I can't override them.
Describe the solution you'd like
Change all private methods and properties to protected.
Example PR for formatter
#655
The text was updated successfully, but these errors were encountered: