Commit 30d894a
fix: correct SortBy node wrapping in v15-to-v16 transformer
- Change SortBy method to return wrapped { SortBy: node } instead of unwrapped node
- Fixes CI failures in 15-16 test suite caused by incorrect node wrapping
- Maintains consistency with expected PG16 AST format
- Resolves original-upstream-circle.test.ts and other SortBy-related test failures
Co-Authored-By: Dan Lynch <[email protected]>1 parent b0699ac commit 30d894a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
883 | | - | |
| 883 | + | |
884 | 884 | | |
885 | 885 | | |
886 | 886 | | |
| |||
0 commit comments