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
I'm moving towards merging `to_sql` with `walk_ast`. The code will look
*really* bad if there's a ton of conditionals on which pass it is.
Instead I'd like to have the code look the same as it would if I were
able to make `AstPass` a trait (see 97e5cba for
context on why we can't do that)
In order to enforce that only the methods are used, and nothing is
actually destructuring, I've had to do a bit of funky indirection.
0 commit comments