Closed kevinbarabash closed 1 month ago
Attention: Patch coverage is 92.15247%
with 35 lines
in your changes missing coverage. Please review.
Project coverage is 83.96%. Comparing base (
a34dcf4
) to head (731d764
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
TODO:
I'm going to punt on enforcing
export
on declarations in namespaces for now. The main purpose of this work was to get top-levelexport
s in place so that I could add support forexport * from "..."
. This PR doesn't add support for that style of export yet. That'll happen in a followup PR.