esdoc-plugins
esdoc-plugins copied to clipboard
Does the "esdoc-ecmascript-proposal-plugin" plugin intentionally only generate json output (index.json and the 'ast' folder) or am I missing something? My config (same as in the readme): ``` { "source": "./src",...
This method shouldn't show up in the generated docs, even if I don't set `@access private`, it should be able to read that the method is private. code.ts: ```ts private...
Bumps [marked](https://github.com/markedjs/marked) from 0.3.19 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...
@h13i32maru Hey, thanks for all the efforts to maintain this project. If you're no longer maintaining it, could you give it to someone else? There are several bugs and features...
```json "esdoc": "^1.1.0", "esdoc-ecmascript-proposal-plugin": "^1.0.0", "esdoc-standard-plugin": "^1.0.0" ``` I get the following error : `warning: could not parse the following code` When the parser encounter an optional `catch` binding: ```js...
When having params like `[number, number]` throws error as below  This PR is will fix the problem
I have a file `utils.js` with: ``` /** * @typedef Location * * @property {string} pathname * @property {string} search * @property {string} hash */ ``` On another file, I'm...
config: ``` { "source": "./ClientApp", "destination": "./docs", "plugins": [ { "name": "esdoc-standard-plugin" }, { "name": "esdoc-typescript-plugin", "option": { "enable": true } } ] } ``` error: ``` ...etc\DocFactory.js:135 for (const...
Hello, I'm getting this error `Cannot read property 'params' of undefined` `const params = node.params;` on `node_modules\esdoc-type-inference-plugin\src\Plugin.js:141` The script from what I can tell it has already passed through all...
Changes for fully support `@babel/parser` (https://github.com/esdoc/esdoc/pull/539).