Reference Source Test

FAQ

Goal

esdoc2 has two goals.

In order to achieve this two goals, esdoc2 produces a practical document, measures the coverage, integrates the test code and more.

Difference between esdoc2 and JSDoc

JSDoc is most popular JavaScript API Documentation tool. esdoc2 is inspired by JSDoc.

Supported Environment

esdoc2 supports Node.js(v6 or later)

Import Path In Documentation

esdoc2 displays the import path of class/function into the document.
However, the import path may be different from real import path because usually ES modules is transpiled to use it.

So, esdoc2 Import Path Plugin converts import path to real import path.

Who's Using esdoc2

And more.

Articles