esdoc-unexported-identifier-plugin

A unexported identifier plugin for ESDoc

MIT 6 个版本
安装
npm install esdoc-unexported-identifier-plugin
yarn add esdoc-unexported-identifier-plugin
pnpm add esdoc-unexported-identifier-plugin
bun add esdoc-unexported-identifier-plugin
README

ESDoc Unexported Identifier Plugin

Install

npm install esdoc-unexported-identifier-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "esdoc-unexported-identifier-plugin", "option": {"enable": false}}
  ]
}

enable is default false.

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

版本列表
1.0.0 2017-07-30
0.0.5 2017-06-25
0.0.4 2017-05-13
0.0.3 2017-04-23
0.0.2 2017-04-23
0.0.1 2017-04-23