Package Exports
- esdoc-node-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (esdoc-node-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
esdoc-node-plugin
Node.js Module Plugin for ESDoc to include references to all internal node modules (like "events", "buffer", ...) as builtin externals in your ESDoc documentation.
Usage
Install it:
npm install esdoc-node-plugin
And include it in the plugin
property of esdoc.json
:
{
"source": "./src",
"destination": "./doc",
"plugins": [
{ "name": "esdoc-node-plugin" }
]
}