981377660LMT / ts

ts学习
6 stars 1 forks source link

ts递归深度限制 #388

Open 981377660LMT opened 9 months ago

981377660LMT commented 9 months ago

Limits for recursion depth # Before TypeScript 4.5, the max recursion depth is 45. In TypeScript 4.5, we have tail call optimization, and the limit increased to 999.