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
I've found myself writing a generator for my own use and I'd like to use SwagGenKit as a base for it. I'd like to subclass SwiftFormatter but found most methods are either internal or public. Would there be any appetite to merge a PR that makes the changes to the formatters (CodeFormatter and SwiftFormatter) to make them open?
The text was updated successfully, but these errors were encountered:
Hey!
I've found myself writing a generator for my own use and I'd like to use SwagGenKit as a base for it. I'd like to subclass SwiftFormatter but found most methods are either
internal
orpublic
. Would there be any appetite to merge a PR that makes the changes to the formatters (CodeFormatter
andSwiftFormatter
) to make themopen
?The text was updated successfully, but these errors were encountered: