- Talk
- 2024
- Past Event
Advanced JavaScript code search: Abstract Syntax Tree analysis
Topics:
Abstract
Searching for specific pieces of code in large JavaScript files can be a daunting task, especially when dealing with complex projects, as developers, we’ve all experienced the frustration of sifting through hundreds or even thousands of lines of code, trying to locate that elusive function or variable.
We’ll learn how to build a powerful code search tool using JavaScript Abstract Syntax Tree and a full text search engine.
