getdocs icon indicating copy to clipboard operation
getdocs copied to clipboard

Getdocs is not JSDoc

Results 3 getdocs issues
Sort by recently updated
recently updated
newest added

Maybe? I don't think I've ever defined an exported item this way. But you could, and getdocs will currently explode if you try to document such a thing.

Recognize that `exports` is a special object, and treat assignments to it as exported top-level definitions And equate an assignment to `module.exports` to a definition of an item named `default`...

Currently, the tool will complain about the property being defined multiple times. Not sure how important this is, but it's a bug.