denoland / std

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

refactor(yaml): remove `schema` property #5798

Closed timreichen closed 2 weeks ago

timreichen commented 2 weeks ago

Changes This PR removes the schema property in DumperState.

Reasoning This property is not used anywhere.

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 96.23%. Comparing base (95d7b43) to head (e5793c7). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5798 +/- ## ========================================== + Coverage 96.22% 96.23% +0.01% ========================================== Files 481 481 Lines 38766 38764 -2 Branches 5616 5616 ========================================== + Hits 37303 37306 +3 + Misses 1422 1417 -5 Partials 41 41 ```

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