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
{{ message }}
This repository was archived by the owner on Jul 12, 2022. It is now read-only.
This change addresses how we handle trivia when inserting explicit
visibility on a member / type. The previous code incorrectly used
the leading trivia of the node in question to position the first
visibility modifier. That would end up combining trivia from say
before and after an attribute attached to the node which was
incorrect. Now we grab the trivia from the node / type itself
and use that.
closes#86
0 commit comments