@enterthenamehere/esdoc-ecmascript-proposal-plugin

2.6.0-dev.1 • Public • Published

ESDoc ECMAScript Proposal Plugin

Use with updated EnterTheNameHere/esdoc-monorepo. Original esdoc is here.

Install

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

Config

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

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

      Weekly Downloads

      2

      Version

      2.6.0-dev.1

      License

      MIT

      Unpacked Size

      4.74 kB

      Total Files

      4

      Last publish

      Collaborators

      • enterthenamehere