denoland / deno_std

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

refactor(yaml): remove unused `func` type #5191

Closed kt3k closed 3 days ago

kt3k commented 4 days ago

This PR removes the type(tag) tag:yaml.org,2002:js/function, which is not used from anywhere.

codecov[bot] commented 4 days ago

Codecov Report

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

Project coverage is 94.21%. Comparing base (26914ff) to head (1ede243).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5191 +/- ## ========================================== + Coverage 94.15% 94.21% +0.06% ========================================== Files 468 467 -1 Lines 37873 37835 -38 Branches 5469 5469 ========================================== - Hits 35658 35647 -11 + Misses 2176 2149 -27 Partials 39 39 ```

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