not only typescript support, we need to see which line and function is causing the error.
right now 1 function calling other function does not show which function is causing the error and which line. we dont have stack information, its very very difficult to debug.
plus error logs are limited in length, this is a huge disadvantage when app scale in terms of complexity
not only typescript support, we need to see which line and function is causing the error.
right now 1 function calling other function does not show which function is causing the error and which line. we dont have stack information, its very very difficult to debug.
plus error logs are limited in length, this is a huge disadvantage when app scale in terms of complexity