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
fix(angular): fix 3 compiler divergences from Angular reference (#30)
fix(angular): fix 3 compiler divergences from Angular reference (#30)
1. Standalone @case/@default blocks now produce "Unrecognized block" error
and UnknownBlock node instead of being silently dropped.
2. @case blocks with extra parameters now report error but still parse
using the first parameter, matching Angular's error recovery behavior.
3. Unexpected i18n metadata types on conditional blocks now panic with a
descriptive message instead of being silently ignored.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments