@itsjamie/esdoc-ecmascript-proposal-plugin

0.5.0 • Public • Published

ESDoc ECMAScript Proposal Plugin

Install

npm install @itsjamie/esdoc-ecmascript-proposal-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "@itsjamie/esdoc-ecmascript-proposal-plugin", "option": {"all": true}}
  ]
}

If you want to enable each proposals,

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {
      "name": "@itsjamie/esdoc-ecmascript-proposal-plugin",
      "option": {
        "classProperties": true,
        "objectRestSpread": true,
        "doExpressions": true,
        "functionBind": true,
        "functionSent": true,
        "asyncGenerators": true,
        "decorators": true,
        "exportExtensions": true,
        "dynamicImport": true
      }
    }
  ]
}

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

Package Sidebar

Install

npm i @itsjamie/esdoc-ecmascript-proposal-plugin

Weekly Downloads

86

Version

0.5.0

License

MIT

Unpacked Size

4.85 kB

Total Files

5

Last publish

Collaborators

  • itsjamie