angular / dgeni-packages

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

feat(typescript): Allow decorators to be call expressions #232

Closed haschu closed 7 years ago

haschu commented 7 years ago

Also added a isCallExpression flag to the return object of getDecorators() Closes #229

haschu commented 7 years ago

Sorry I was a bit confused. The title and commit message are misleading, it should be named "Allow decorators to not be call expressions". I'll open a new PR for this.