fastify-decorators
fastify-decorators copied to clipboard
Make @Inject working workout reflect-metadata
For example esbuild doesn't have option to emit metadata and when using this tool it seems to be redundant to import reflect-metadata because it's only add some overhead and that's it
However currently Inject are executed only when reflect-metadata is exist which seems to be unnecessary
Fix released in v3.12.0 will close after fixing in v4