Creating a static analyzer with the Typescript Compiler API

Опубликовано: 29 Май 2026
на канале: Josh Ribakoff
2,036
67

In this video I show how to use ts-morph, a wrapper around the Typescript compiler API to create a Typescript project. I then show how to use the Typescript compiler API directly to write a static analyzer, a program to read the source code of another program & find all the strings a particular method is called with.