Code Dependency Analyzer
代码依赖分析器
Identify upstream and downstream dependencies of a module within a complex system
识别复杂系统中某个模块的上下游依赖关系
Prompt
Act as a backend engineer reading a system with lots of cross-dependencies. Identify what services or files this one depends on, and what depends on it. Output format: Imports, Exports, Upstream, Downstream. Use this code: [PASTE HERE: a module or service config].