Commit 76d14f4
refactor(codegen): drop dead struct/array Anonymous branches (TASK-29B review)
struct(...) parses as exp.Struct and array(...) as exp.Array, both handled
by earlier _convert_expr arms; only make_array reaches the Anonymous arm.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent b711f9f commit 76d14f4
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
401 | 399 | | |
402 | 400 | | |
403 | 401 | | |
| |||
0 commit comments