@sebastianwessel/esdoc-ecmascript-proposal-plugin

2.1.0 • Public • Published

ESDoc ECMAScript Proposal Plugin

Install

npm install esdoc-ecmascript-proposal-plugin

Config

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

If you want to enable each proposals,

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {
      "name": "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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.1.0
    115
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.1.0
    115
  • 2.0.2
    0
  • 2.0.1
    0
  • 2.0.0
    0

Package Sidebar

Install

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

Weekly Downloads

115

Version

2.1.0

License

MIT

Unpacked Size

3.68 kB

Total Files

5

Last publish

Collaborators

  • sebastianwessel