-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Milestone
Description
- check the documentation of ESDoc
- https://esdoc.org/manual/configuration/config.html
- https://esdoc.org/manual/usage/tags.html
- https://esdoc.org/manual/faq/faq.html
- your input data (codes, config and more)
https://github.com/ratson/bug-esdoc
class Bug {
constructor() {
const o = {}
this.a = {
...o,
}
}
}- write output that you obtained (log or screenshot)
TypeError: Cannot read property 'name' of undefined - if possible, write your expectation for the input
Should generate docs without error - your environment
- OS type and version
macOS 10.10 - Node.js version
v7.3.0 - ESDoc version
v0.5.1
- OS type and version
Reactions are currently unavailable