Commit e1454bf
fix: add List transformation method to enable proper traversal of nested FunctionParameter nodes
- Added List transformation method to handle List.items properly
- This enables FunctionParameter mode transformation (FUNC_PARAM_IN -> FUNC_PARAM_DEFAULT) to work correctly
- Fixed TypeScript error with explicit type annotation for map callback
- Test results: 151 failed, 107 passed (improved from 155 failed, 103 passed)
Co-Authored-By: Dan Lynch <[email protected]>1 parent baa923f commit e1454bf
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1057 | 1057 | | |
1058 | 1058 | | |
1059 | 1059 | | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
1060 | 1072 | | |
0 commit comments