angular / dgeni-packages

A collection of dgeni packages for generating documentation from source code.
MIT License
142 stars 106 forks source link

support ChainExpression #317

Open boindil opened 2 years ago

boindil commented 2 years ago
error:   Error running processor "extractJSDocCommentsProcessor":
Unknown node type ChainExpression.

would be nice if ChainExpression would be supported: var?.maybe?.existing

petebacondarwin commented 2 years ago

This could probably be resolved by updating the estraverse dependency...