Dependency analysis and optimization toolkit for modern JavaScript and TypeScript codebases. Enforce dependency graph hygiene and remove unused code with a very fast CLI.
الميزات الرئيسية لـ jayu/rev-dep هي: Code Analysis Platforms, Code Visualization and Metrics, أدوات المطور, Quality Assurance.
تشمل البدائل مفتوحة المصدر لـ jayu/rev-dep: coatisoftware/sourcetrail — Sourcetrail is an interactive source code explorer and visualizer designed for indexing and navigating relationships… koknat/callgraph — A multi-language tool which parses source code for function definitions and calls. multilang-depends/depends — Depends is a fast, comprehensive code dependency analysis tool. classgraph/classgraph — An uber-fast parallelized Java classpath scanner and module scanner. eslint/eslint — This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code… web-infra-dev/oxc — oxc is a high-performance JavaScript toolchain developed in Rust for parsing, transforming, and analyzing JavaScript…
Sourcetrail is an interactive source code explorer and visualizer designed for indexing and navigating relationships between symbols and structures across large, multi-language codebases. It functions as a static analysis indexer and code dependency visualizer that maps calls and dependencies between source files to help reveal project architecture. The tool enables multi-language project analysis by using a language-agnostic indexing system to track symbols across different programming languages within a single interface. It allows for the discovery of software architecture and the explorati
This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code quality improvements in software projects. By parsing source code into structured abstract syntax trees, it enables deep programmatic inspection and the automated remediation of identified programming issues. The engine functions as a pluggable linting framework, allowing developers to extend its core capabilities through a modular architecture. Users can inject custom rules, parsers, and processors to support non-standard file formats or domain-specific logic. This extensibilit
An uber-fast parallelized Java classpath scanner and module scanner.
A multi-language tool which parses source code for function definitions and calls