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
feat!: Require at least 1 doc comment
Previously, we returned an empty string if there were no doc comments
but this doesn't make sense - it's like if the absence of a string
literal evaluated to the empty string. In our case, the "string literal"
being the documentation comments