Commit 855d4f5
fix: update code for oxc 0.123 API changes (Atom -> Ident)
* chore(deps): update oxc
* fix: update code for oxc 0.123 API changes (Atom -> Ident)
Agent-Logs-Url: https://github.com/voidzero-dev/oxc-angular-compiler/sessions/e30e0210-0bc0-4fde-89cf-53e615179571
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
* fix: resolve type mismatch errors with --all-features
Fix HashMap/HashSet lookups where Ident keys require proper type conversions
Agent-Logs-Url: https://github.com/voidzero-dev/oxc-angular-compiler/sessions/a7e20639-8c1f-41cd-9213-7290a72152ec
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
* chore: run cargo fmt to fix formatting issues
Agent-Logs-Url: https://github.com/voidzero-dev/oxc-angular-compiler/sessions/bd85e1c3-dac8-400f-905a-65ef81ad4ae1
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com>
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>1 parent 7ca88d4 commit 855d4f5
File tree
110 files changed
+2047
-2016
lines changed- crates
- angular_conformance/src
- extractor
- subsystems
- oxc_angular_compiler
- src
- ast
- class_debug_info
- class_metadata
- component
- directive
- factory
- hmr
- i18n
- injectable
- injector
- ir
- linker
- ng_module
- output
- parser
- expression
- html
- pipeline
- phases
- reify
- statements
- pipe
- transform
- tests
- napi/angular-compiler/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
110 files changed
+2047
-2016
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments