denoland / deno_std

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

refactor(yaml): add `readIndent()` method #5302

Closed timreichen closed 3 days ago

codecov[bot] commented 3 days ago

Codecov Report

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

Project coverage is 95.81%. Comparing base (ee46006) to head (ad0b6bc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5302 +/- ## ======================================= Coverage 95.81% 95.81% ======================================= Files 458 458 Lines 37890 37892 +2 Branches 5567 5566 -1 ======================================= + Hits 36304 36306 +2 Misses 1546 1546 Partials 40 40 ```

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

kt3k commented 3 days ago

The method name sounds strange to me. How about readIndent?