Artur Kenzhaev
Artur Kenzhaev
I'm Artur and I'm a Tech Lead at Zoa in Apps Platform team, which is mainly focused on Typescript, React and React Native ecosystem, providing tools, pipelines and libraries for other teams to build cross-platform applications.
TypeScript Congress 2023TypeScript Congress 2023
12 min
Enhanced AST Static Analysis with Typescript Language Server
Most of the ecosystem tools, like bundlers or transpilers, are based on AST. And Typescript provides one of the best Developer Experiences to work with the code base.

This talk is about the experience of how beneficial it can be to use Type Hints and Typescript Language Server during the AST and static code analysis, based on the example of building a compile-time css-in-js library.