@enterthenamehere/esdoc-ecmascript-proposal-plugin
v2.6.0-dev.1
Published
A ECMAScript proposal plugin for ESDoc
Downloads
9
Maintainers
Readme
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