Skip to content

Use ts-morph instead of Handlebars #81

@ffflorian

Description

@ffflorian

ts-morph can create TypeScript with TypeScript. We should use it instead of using a template engine.

Pros

  • Cleaner TypeScript code
  • Staying in the TS world without reading external files
  • No more manual comment building
  • Handlebars is made for HTML

Cons

  • A lot of work for no visible output
  • There might be some TS expressions which are not supported by ts-morph yet (they need to be written manually then).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions