Maximum call stack size exceeded issue
Open
- Dominant language
- TypeScript
- Stars
- 144
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
I am using tsec to catch trusted type violations within my project. When I use it to analyze 3p generated ts files, like files from babylon, I get a "Maximum call stack size exceeded". After playing around with it, I noticed this happens for versions of typescript greater than 4.5. If I downgrade to less typescript versions than 4.5, tsec can complete the run and display any TT violations. Is this something that has been seen before? Are there recommendations on what versions the dependencies for tsec should run on?
Contributor guide
Assessment
This issue has not been assessed yet.