Commit 90591bc
Angular compiler: 100% material-angular match rate (625/625)
Key fixes:
- Fix variable optimization for Statement ops in two-way bindings
- Added transform_expressions_in_output_statement/expression helpers
- Properly inline ALWAYS_INLINE alias variables into TwoWayBindingSetExpr
- Resolves $index handling in @for loops with two-way bindings
- Make HTML parser lenient for unclosed elements (Angular compatibility)
- Remove error reporting for unclosed elements at EOF
- Parser still recovers correctly by creating AST nodes
- Matches Angular TypeScript compiler's lenient behavior
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 399c894 commit 90591bc
File tree
119 files changed
+7419
-1488
lines changed- crates/oxc_angular_compiler
- src
- component
- directive
- ir
- output
- parser/html
- pipeline
- phases
- reify
- statements
- tests
- snapshots
- napi/angular-compiler
- e2e/compare
- fixtures
- bindings
- component-meta
- control-flow
- defer
- regressions
- templates
- src
- compilers
- src
- tasks/angular_conformance/snapshots
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
119 files changed
+7419
-1488
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
77 | 95 | | |
78 | 96 | | |
79 | 97 | | |
| |||
86 | 104 | | |
87 | 105 | | |
88 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
89 | 113 | | |
90 | 114 | | |
91 | 115 | | |
| |||
0 commit comments