deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

docs(crypto): improve docs

Open littledivy opened this issue 1 year ago • 3 comments

littledivy avatar May 21 '24 11:05 littledivy

Codecov Report

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

Project coverage is 91.97%. Comparing base (83991c7) to head (760b32b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4797   +/-   ##
=======================================
  Coverage   91.97%   91.97%           
=======================================
  Files         487      487           
  Lines       41539    41540    +1     
  Branches     5365     5365           
=======================================
+ Hits        38207    38208    +1     
  Misses       3274     3274           
  Partials       58       58           

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

codecov[bot] avatar May 21 '24 11:05 codecov[bot]

StdSubtleCrypto is lacking significant documentation: StdSubtleCrypto.digest and StdSubtleCrypto.digestSync are very incomplete and have no usage samples at all.

lucacasonato avatar May 21 '24 12:05 lucacasonato

Thanks for pointing out, I was solely relying on lint:docs to yell at me :)

littledivy avatar May 21 '24 12:05 littledivy

closing in favor of #4884

kt3k avatar May 29 '24 10:05 kt3k