Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcollina/ftpjstt


https://github.com/mcollina/ftpjstt

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# Type instantiation is excessively deep and possibly infinite bug

To reproduce:

1. `npm i`
2. `npx tsc`

This will generate the following error:

```
src/server.ts:9:3 - error TS2589: Type instantiation is excessively deep and possibly infinite.

9 fastify.post(
~~~~~~~~~~~~~
10 '/',
~~~~~~~~
...
28 }
~~~~~
29 );
~~~

Found 1 error in src/server.ts:9
```