> cat /dev/github | grep security-tools
discovered 03 Aug 2026

esprima

via awesome-list
→ View on GitHub
Esprima is a high-performance, standard-compliant ECMAScript parser written in JavaScript, primarily used for lexical and syntactic analysis of JavaScript code. Notable features include full support for ECMAScript 2019, a standardized syntax tree format aligned with ESTree, and optional tracking of syntax node locations, all backed by extensive unit testing for reliability.