Commit 392f4d3
committed
fix(spark_generator): improve method body extraction for components
- Correctly skip method parameter lists (including named parameters and default values) to prevent premature body detection.
- Make getMethodSource visible for testing and add comprehensive unit tests for various method signatures (named parameters, nested braces, arrow functions).
- Bump version to 1.0.0-alpha.15 and update CHANGELOG.1 parent 7d31bd5 commit 392f4d3
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments