You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments