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
It would be useful if the format() function accepted any AST node kind, instead of just Statement[]. This would allow consistent formatting of arbitrary expressions, which may not be full statements.
It would be useful if the format() function accepted any AST node kind, instead of just Statement[]. This would allow consistent formatting of arbitrary expressions, which may not be full statements.