deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

tracking: improve doc checker tools

Open iuioiua opened this issue 1 year ago • 1 comments

The doc checker tool should be able to ensure:

  • [ ] Exported constants have examples
  • [x] Classes have type argument and parameter checks and examples
  • [x] Class methods have type argument and parameter checks and examples
  • [x] Class properties have examples
  • [x] All lint errors are printed together at the end instead of first failure #4834
  • [x] #4823
  • [x] All optional interface properties have a @default tag

iuioiua avatar May 19 '24 10:05 iuioiua

CC @lucacasonato

iuioiua avatar May 22 '24 03:05 iuioiua