tools\nice_tree_shaking library

Classes

NiceComponentCatalog
Static registry of all known components in the library. Used for static analysis without running the app.
NiceComponentInfo
Represents a component/class in the library.
NiceSelectiveImportGenerator
Generates optimized import statements based on usage.
NiceTreeShakingAnalyzer
Analyzes component usage and generates tree shaking recommendations.
NiceTreeShakingResult
Result of a tree shaking analysis.
NiceUsageTracker
Tracks which components are actually used at runtime. Call track() when a component is instantiated.