Commit df2068a
fix: use full invocation path for dynamic component debugRenderTree names
Use the full debugLabel as the component name so users see exactly
how the component was invoked:
- `<this.Foo>` → name: "this.Foo"
- `<@Greeting>` → name: "@Greeting"
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f4dc41a commit df2068a
File tree
2 files changed
+4
-11
lines changed- packages
- @glimmer-workspace/integration-tests/test
- @glimmer/runtime/lib/compiled/opcodes
2 files changed
+4
-11
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | 188 | | |
190 | 189 | | |
191 | | - | |
| 190 | + | |
192 | 191 | | |
193 | 192 | | |
194 | 193 | | |
| |||
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
| 189 | + | |
191 | 190 | | |
192 | 191 | | |
193 | 192 | | |
| |||
229 | 228 | | |
230 | 229 | | |
231 | 230 | | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
| 231 | + | |
238 | 232 | | |
239 | 233 | | |
240 | 234 | | |
| |||
0 commit comments