You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Angular compiler alignment: 100% match rate (651/651 components)
This commit achieves full alignment between the Oxc Angular compiler and
the TypeScript Angular compiler for all 651 tested components from the
bitwarden-clients project.
Key fixes in this session (95.5% -> 100%):
- Nullish coalescing parentheses around Conditional LHS
- ngFor listener context variables (LiteralMap/LiteralArray handling)
- HTML entity encoding (UTF-8 character handling in expression lexer)
- Animation binding const index (skip animations in attribute extraction)
- Interpolated binding sanitizers (security context for interpolated properties)
- Const pool ordering (single-pass pooling matching TypeScript)
- .bind() target resolution (ThisReceiver resolves to proper context variable)
- Template literal variable resolution (local alias references)
- Context alias inlining (fixed double-counting in variable optimization)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments