Commit bd65b65
Fix CI regression: remove ival-specific checks in isVariadicParameterType
- Replace ival === -1 check with generic Integer check in v13-to-v14 transformer
- Restore v14-to-v15 transformer to convert ival: -1 to empty Integer objects in DefineStmt args
- Prevents conflicts with downstream transformers that expect empty Integer objects
- Fixes 104 failing test suites in CI while maintaining 238/258 passing 13-14 tests
Co-Authored-By: Dan Lynch <[email protected]>1 parent 4a9da3a commit bd65b65
File tree
2 files changed
+5
-3
lines changed- packages/transform/src/transformers
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1073 | 1073 | | |
1074 | 1074 | | |
1075 | 1075 | | |
1076 | | - | |
| 1076 | + | |
1077 | 1077 | | |
1078 | 1078 | | |
1079 | 1079 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
119 | | - | |
| 120 | + | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
0 commit comments