Commit ab6e71f
fix(core,angular): route default-bucket exports and empty tags through the canonical helper
Generalize the tag-identity fix to two more call sites so they agree with
`isOperationInTagBucket`, the single source of truth for tag-bucket identity:
- core/target-tags: the footer `operationNames` filter excluded untagged
operations (`tags.length > 0`), so the implicit `default` bucket file could
miss its per-operation `*ClientResult` exports. Filter the already
default-normalised `operations` array via `isOperationInTagBucket`.
- angular/utils: `getRelevantVerbOptionsForTag` treated an empty-string tag as
"no filter" (`if (!tag)`); guard on `tag == null` so an empty/whitespace tag
normalises to the `default` bucket like the core writer.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 807ee97 commit ab6e71f
4 files changed
Lines changed: 23 additions & 7 deletions
File tree
- .impeccable
- packages
- angular/src
- core/src/writers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
517 | 527 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
156 | 159 | | |
157 | 160 | | |
158 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
212 | 214 | | |
213 | 215 | | |
214 | 216 | | |
| |||
0 commit comments