Closed ghiscoding closed 4 months ago
Run & review this pull request in StackBlitz Codeflow.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.8%. Comparing base (
fb3d8b7
) to head (c886234
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
exports.node
since it's not a package meant to be used in NodeJS but rather in a browser, so let's remove itmodule
to be after theexports
since order might matter (not entirely sure but that is whatrimraf
does and it's a package made a NodeJS member, so it should be a good indication)