Skip to content

Commit b94e607

Browse files
fix: preserve objfuncargs in CreateCastStmt contexts - only remove for AlterFunctionStmt
Co-Authored-By: Dan Lynch <[email protected]>
1 parent e6a645e commit b94e607

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/transform/src/transformers/v13-to-v14.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -928,9 +928,6 @@ export class V13ToV14Transformer {
928928
}
929929

930930
for (const parentType of context.parentNodeTypes) {
931-
if (parentType === 'CreateCastStmt') {
932-
return false;
933-
}
934931
if (parentType === 'AlterFunctionStmt') {
935932
return false;
936933
}

0 commit comments

Comments
 (0)