mtennoe / swagger-typescript-codegen

A Swagger Codegenerator tailored for typescript.
Apache License 2.0
140 stars 52 forks source link

Refactor codegen.ts #110

Closed erictuvesson closed 4 years ago

erictuvesson commented 4 years ago

Splitting out the not exported code from codegen.ts to make it easier to read.

There are a few exported methods in CodeGen that I don't really see a good use, I didn't want to remove anything for compatibility.

Microsoft Reviewers: Open in CodeFlow
mtennoe commented 4 years ago

@erictuvesson Merged and published as 3.0.5, thanks!