fastify-plugin icon indicating copy to clipboard operation
fastify-plugin copied to clipboard

Validate if a rewrite in TS has any performance penalty

Open StarpTech opened this issue 1 year ago • 19 comments

Prerequisites

  • [X] I have written a descriptive issue title
  • [X] I have searched existing issues to ensure the feature has not already been requested

🚀 Feature Proposal

Maintaining types is hard and error-prone. I opened this issue to make an experiment if a rewrite of this module in TS has any performance penalty. If this experiment succeeds, we can simplify contributions and don't have to maintain TS types separately.

  • [ ] Rewrite in TS without breaking changes
  • [ ] Validate the performance of JS and TS versions.

@kibertoad

StarpTech avatar Jul 16 '23 17:07 StarpTech