Thibault Friedrich

Thibault Friedrich

Thibault Friedrich, a front-end engineer, loves coding beautiful, accessible, user-friendly graphical interfaces. He focuses on good user experience to increase business value and code craftsmanship to reduce maintenance costs.

Sessions Montréal 2025

How to not be scared of Abstract Syntax Trees (AST)?

Session en anglais - Avancé

If you want to write custom eslint rules, babel plugins, or other code parsers, you need to use Abstract Syntax Trees (AST). But they are generally scary for developers due to their complexity. In this talk, we will go through a real situation to parse some typescript React code using an AST and the Typescript Compiler API.