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?
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?