fastify / fastify-plugin

Plugin helper for Fastify
MIT License
197 stars 42 forks source link

Update the documentation to reflect typescript changes from v 4.5.1 #221

Open Uzlopak opened 1 year ago

Uzlopak commented 1 year ago

Prerequisites

Issue

Documentation on typescript changes in v. .4.5.1 should be made. It should be made clear that mixing callback and async-await style is not permitted, to avoid reports like #220 . Also it should be detemined if the "TypeScript Contextual Inference" as described in the Readme.md is still an issue and corrected if necessary.

Uzlopak commented 1 year ago

@mcollina is this a good first issue?