denoland / std

The Deno Standard Library
https://jsr.io/@std
MIT License
3k stars 598 forks source link

refactor(yaml): remove type mod file #5795

Closed timreichen closed 2 weeks ago

timreichen commented 2 weeks ago

Changes This PR removes the _types/mod.ts file

Reasoning There seems no advantage over importing types from their file directly.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.22%. Comparing base (95d7b43) to head (dd5975b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5795 +/- ## ========================================== - Coverage 96.22% 96.22% -0.01% ========================================== Files 481 480 -1 Lines 38766 38745 -21 Branches 5616 5616 ========================================== - Hits 37303 37282 -21 Misses 1422 1422 Partials 41 41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.