Package Exports
- @enterthenamehere/esdoc-undocumented-identifier-plugin
- @enterthenamehere/esdoc-undocumented-identifier-plugin/src/Plugin.js
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 (@enterthenamehere/esdoc-undocumented-identifier-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 Undocumented Identifier Plugin
Use with updated EnterTheNameHere/esdoc-monorepo. Original esdoc is here.
Install
npm install @enterthenamehere/esdoc-undocumented-identifier-plugin
Config
{
"source": "./src",
"destination": "./doc",
"plugins": [
{"name": "@enterthenamehere/esdoc-undocumented-identifier-plugin", "option": {"enable": true}}
]
}
enable
is default true
.
LICENSE
MIT