Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/ftpjstt
https://github.com/mcollina/ftpjstt
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcollina/ftpjstt
- Owner: mcollina
- Created: 2024-01-09T11:04:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T11:10:31.000Z (about 1 year ago)
- Last Synced: 2024-12-17T15:43:01.671Z (about 1 month ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```