JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 23499
  • Score
    100M100P100Q163285F
  • License MIT

A unexported identifier plugin for ESDoc

Package Exports

  • @itsjamie/esdoc-unexported-identifier-plugin
  • @itsjamie/esdoc-unexported-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 (@itsjamie/esdoc-unexported-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 Unexported Identifier Plugin

Install

npm install esdoc-unexported-identifier-plugin

Config

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

enable is default false.

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru