Modules§
Structs§
- Analyzer
Settings - Export public API Analyzer settings
- Component
Naming Rule - Rule for checking component naming conventions
- Config
- Export public API Configuration for the Orbit Analyzer
- Issue
- Lint issue
- Linter
- Linter for .orbit files
- NonEmpty
Template Rule - Rule for checking if template is empty
- Prop
Type Rule - Rule for checking if all properties have type annotations
- Public
Function Rule - Rule for checking if script contains public functions
- Renderer
Analysis Config - Export public API Renderer analysis configuration
- Renderer
Compatibility Rule - Rule for checking renderer compatibility
- Reporter
- Reporter for lint issues
- Reporter
Config - Export public API Reporter configuration
- Rules
Config - Export public API Rules configuration
- State
Variable Rule - Rule for checking state variable usage
Enums§
- Analyzer
Error - Errors that can occur in the Orbit Analyzer
- Severity
- Issue severity
Constants§
- VERSION
- Version of the Orbit Analyzer
Traits§
- Rule
- Trait for lint rules
Functions§
- analyze_
file - Analyze an .orbit file for issues
- analyze_
file_ with_ config - Analyze an .orbit file using a specific configuration
- analyze_
files - Analyze multiple .orbit files
- analyze_
files_ with_ config - Analyze multiple .orbit files using a specific configuration
Type Aliases§
- Result
- Result type for Orbit Analyzer operations