/** * SmartDiff - Enhanced Diff Tool with AST Awareness * * Track 2C - Tool #11: Semantic diff with 88%+ token reduction * * Capabilities: * - Semantic diff (not just line-based) * - AST-aware code diff for TypeScript/JavaScript * - Conflict detection and resolution * - Merge preview generation * - Side-by-side and unified formats * * Token Reduction Strategy: * - Cache file hashes (95% reduction) * - Incremental diff hunks (88% reduction) * - Compressed semantic analysis (90% reduction) */ //# sourceMappingURL=smart-diff.d.ts.map