Expand description
Fast standalone analysis API without bundling.
The Analyzer provides a lightweight way to analyze module graphs without the overhead of full bundling. It’s ideal for:
- IDE integration
- CI/CD checks
- Documentation generation
- Dependency auditing
Structs§
- Analyzer
- Fast standalone analyzer for module graphs.
- Configured
- Typestate marker for a configured analyzer (has entry points).
- Unconfigured
- Typestate marker for an unconfigured analyzer (no entry points yet).
Type Aliases§
- Analyzer
Default - Type alias for the default analyzer state (unconfigured).