yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opening up for subclassing

kerrmarin opened this issue · comments

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 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?

Yeah sounds good!