This video is available to students only
JavaScript AST ecosystem
An overview of the tooling available in the web frontend (JavaScript) ecosystem that rely on ASTs
ASTs are not unique to JavaScript, but there is a robust ecosystem of JavaScript-specific AST tooling available. Much of this tooling also supports things like TypeScript as well. You may even be familiar with some of them, or already use them on a regular basis. Some examples of the JavaScript-specific tooling that either rely on, interface with, or expose ASTs include:
This page is a preview of Practical Abstract Syntax Trees