Commit cb1a959
committed
refactor(codegen): replace custom kebabToPascal with inflekt toPascalCase
Use the standard toPascalCase from inflekt instead of a hand-rolled
kebabToPascal helper. inflekt already handles kebab-case input correctly
(e.g. 'find-first' → 'FindFirst').1 parent 87dccb1 commit cb1a959
1 file changed
Lines changed: 2 additions & 8 deletions
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
276 | 277 | | |
277 | 278 | | |
278 | 279 | | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | 280 | | |
287 | 281 | | |
288 | 282 | | |
| |||
291 | 285 | | |
292 | 286 | | |
293 | 287 | | |
294 | | - | |
| 288 | + | |
295 | 289 | | |
296 | 290 | | |
297 | 291 | | |
| |||
0 commit comments