deno_std
deno_std copied to clipboard
docs(toml): lint `@std/toml` docs
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.36%. Comparing base (
7717c29) to head (ffb98f9).
Additional details and impacted files
@@ Coverage Diff @@
## main #4799 +/- ##
=======================================
Coverage 92.36% 92.36%
=======================================
Files 488 488
Lines 41603 41603
Branches 5409 5409
=======================================
Hits 38425 38425
Misses 3122 3122
Partials 56 56
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The docs for this module are still very lacking. Neither parse nor stringify has an example, and the docs are quite poor in general.
Oh, the lint should probably detect that? I got an error for missing @example in crypto
Yes, I agree it should. See comment at the top of _tools/check_docs.ts: // TODO(iuioiua): Add support for classes and methods. :)