![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | src/ | 2 years ago | - | |
![]() | CHANGELOG.md | 8 years ago | 45 | |
![]() | README.md | 8 years ago | 842 | d768d73 docs [كارل مبارك] |
![]() | package.json | 2 years ago | 1.7K | 3e510ca test new git [كارل مبارك] |
npm install esdoc-ecmascript-proposal-plugin
{
"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
}
}
]
}
MIT