Commit 620785b
committed
refactor(runtime): reorder fields in component registration and config structs
- Moved ConfigResolver field to top of RegistrationOptions struct
- Moved Tags field to bottom of ComponentConfig struct
- Maintained same struct field types and functionality
- Improved field organization for better readability
- No functional behavior changes introduced1 parent 0257361 commit 620785b
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | 114 | | |
116 | | - | |
117 | 115 | | |
| 116 | + | |
118 | 117 | | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | 131 | | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
0 commit comments