Skip to content

Commit ca5aef8

Browse files
fix: revert to stable 184/258 test baseline
- Reverted A_Const method to use shouldTransformEmptyIval approach - Maintains stable test pass rate without regressions - Prepares for more sophisticated negative integer detection approach Co-Authored-By: Dan Lynch <[email protected]>
1 parent 2135eec commit ca5aef8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/transform/src/transformers/v15-to-v16.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ export class V15ToV16Transformer {
1313

1414
private shouldTransformEmptyIval(context: TransformerContext): { ival: number } | null {
1515

16-
const sqlContext = context.sqlContext;
17-
if (sqlContext) {
18-
const transformationTarget = this.detectEmptyIvalTransformation(sqlContext);
19-
if (transformationTarget !== null) {
20-
return { ival: transformationTarget };
21-
}
22-
}
23-
2416
return null;
2517
}
2618

0 commit comments

Comments
 (0)