lukeautry / tsoa

Build OpenAPI-compliant REST APIs using TypeScript and Node
MIT License
3.42k stars 489 forks source link

Refactor/hbs template logics extract to classes with implement interface #1545

Closed jackey8616 closed 7 months ago

jackey8616 commented 7 months ago

All Submissions:

I extracted the hbs template's logics into classes implements TemplateService interface. Its better for future implementation on other frameworks.

jackey8616 commented 7 months ago

@WoH I need re-run failed job again. oops. I think we need to setup some try at actions.

WoH commented 7 months ago

LGTM, thanks!