[Deno 2.x] Implement testable code examples directly in comments #2
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
Doc tests with deno test --doc
JSDoc is a format for writing inline documentation for JavaScript and TypeScript. It’s how deno doc and JSR automatically generate documentation for its modules.
JSDoc allows us to write code examples directly in comments:
The text was updated successfully, but these errors were encountered: