Skip to content

mcollina/ftpjstt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published