es-file-traverse
File tracer
Traverses ECMAScript files based on import/require chains to identify used files and enforce code quality
Traverse ECMAScript (JavaScript) files by their import
/require
chains
2 stars
3 watching
1 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
amdecmascriptimportrequiretraversal
Related projects:
Repository | Description | Stars |
---|---|---|
estools/estraverse | A library of traversal functions for the ECMAScript Abstract Syntax Tree (AST) | 943 |
adametry/gulp-eslint | Identifies and reports on patterns in ECMAScript/JavaScript code | 562 |
zenparsing/esparse | An ECMAScript parser that produces an abstract syntax tree from source code | 116 |
coderaiser/estrace | A tool for tracing and analyzing function calls in JavaScript code at runtime | 13 |
caseymm/img2geojson | An application for dragging images onto maps and exporting traced paths as GeoJSON files | 18 |
tnachen/mesos_traces_vis | A web-based visualization tool for displaying Mesos tracing data | 4 |
coderaiser/escover | A tool for collecting code coverage for EcmaScript Modules in JavaScript applications | 8 |
freemasen/ress | A Rust-based scanner/tokenizer for the ECMAScript programming language | 3 |
syntax-tree/esast | Defines an abstract syntax tree format for ECMAScript | 50 |
estools/esquery | A JavaScript library for querying and navigating the structure of JavaScript source code | 826 |
ee/grunt-defs | Transpiles ES6 block scoped const and let variables to ES3 | 5 |
aaronfrost/grunt-traceur | A Grunt plugin for compiling ES6 JavaScript to ES5 using the Traceur Compiler | 205 |
eslint-community/eslint-plugin-es-x | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 118 |
dependents/node-source-walk | A library that allows traversing and manipulating JavaScript ASTs | 57 |
cl4es/bytestacks | Tools to convert verbose JVM bytecode tracing output into a stack format suitable for flame graph visualization. | 42 |