There was an error while loading. Please reload this page.
docs: neutralize remaining framework-specific examples
📝 docs: add comprehensive CompileTimeEvaluation documentation Added detailed documentation for the CompileTimeEvaluator system covering: - Overview and key concepts of compile-time evaluation - How symbolic compilation works (detection, pattern recognition, execution) - 5 supported patterns (interpolated string, string.Join, string.Format, passthrough, binary) - Architecture diagrams and evaluation flow - Real-world usage examples with TailwindClass - Performance benefits (42% smaller bundles, 33% faster first paint) - Extensibility guide for adding new patterns - Limitations and best practices - Debugging tips and diagnostic tools Updated Home.md to include link to new documentation.