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
Always emit() nodes with zero children, don't bump() them (#371)
Cleanup weird cases where the parser would `bump()` interior nodes into
the output stream rather than `emit()`ing them. Emitting all interior
nodes explicitly means we can remove some special cases which occurred
during tree building.
As part of this, fix some errors converting broken expressions like
`x var"y"` from `SyntaxNode` to `Expr`.
0 commit comments