Jsdoc Cheatsheet

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
  1. TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    Flow Type had a way of embedding type code in JS block comments [1]. There is an open issue for Typescript, but it looks it didn't went too far [2]

    [1]: https://flow.org/en/docs/types/comments/

    [2]: https://github.com/microsoft/TypeScript/issues/9694

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. proposal-type-annotations

    ECMAScript proposal for type syntax that is erased - Stage 1

  4. tsdoc

    A doc comment standard for TypeScript

    For what it’s worth, there’s also TSDoc[1] which is TypeScript’s sorta-equivalent spiritual successor, and notably uses the same format as JSDoc. Inline type annotation is great—and I vastly prefer it to JSDoc as a type annotation mechanism—but supporting the breadth of documentation capability in an inline code position would probably be unwieldy no matter how you try to accommodate it.

    1: https://tsdoc.org/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • tsc doesn't convert jsdoc types into real typescript

    2 projects | /r/typescript | 18 Nov 2022
  • Supercharge Your Node.js Development with This Starter Configuration

    4 projects | dev.to | 19 Jul 2023
  • Why did Microsoft decide to call Windows 11's build number, build 10.highernumber still?

    2 projects | /r/sysadmin | 11 Oct 2022
  • Some help regarding hack/grow/weaken ratio

    3 projects | /r/Bitburner | 26 Feb 2022
  • Velo by Wix: Type safety your code with JSDoc

    2 projects | dev.to | 1 Feb 2022