denoland / deno_std

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

refactor(yaml): remove dead code #5189

Closed kt3k closed 3 days ago

kt3k commented 4 days ago

This PR removes the dead code in yaml package.

codecov[bot] commented 4 days ago

Codecov Report

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

Project coverage is 94.08%. Comparing base (c181c86) to head (dfec348). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5189 +/- ## ========================================== + Coverage 94.04% 94.08% +0.03% ========================================== Files 468 468 Lines 37873 37857 -16 Branches 5461 5461 ========================================== Hits 35617 35617 + Misses 2216 2200 -16 Partials 40 40 ```

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