estraverse
AST traverser
A library of traversal functions for the ECMAScript Abstract Syntax Tree (AST)
ECMAScript JS AST traversal functions
947 stars
27 watching
131 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
astecmascriptestreejavascript
Related projects:
Repository | Description | Stars |
---|---|---|
| A JavaScript library for querying and navigating the structure of JavaScript source code | 836 |
| A utility to convert estree syntax trees into JavaScript strings | 12 |
| Utility to embed comments in an Abstract Syntax Tree (AST) generated by an ECMAScript parser | 7 |
| Traverses ECMAScript files based on import/require chains to identify used files and enforce code quality | 2 |
| A utility to convert JavaScript code into an abstract syntax tree (AST) format | 13 |
| Defines structs and tools for generating JavaScript AST to code from the ESTree spec. | 103 |
| Defines an abstract syntax tree format for ECMAScript | 51 |
| Utility to transform JSX syntax into function calls for various JavaScript libraries | 22 |
| Converts JavaScript values to ESTree expressions | 24 |
| An application that provides an interactive syntax tree viewer with hot reloading and module bundling capabilities for JavaScript development. | 120 |
| A library that allows traversing and manipulating JavaScript ASTs | 57 |
| Identifies and reports on patterns in ECMAScript/JavaScript code | 562 |
| An ECMAScript parser that produces an abstract syntax tree from source code | 116 |
| A tool for tracing and analyzing function calls in JavaScript code at runtime | 13 |
| A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 121 |