angular / dgeni-packages

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

fix(typescript): account for breaking change in TypeScript 4.8 #326

Closed crisbeto closed 2 years ago

crisbeto commented 2 years ago

In TypeScript 4.8 the node's decorators are inside the modifiers array, instead of in a separate decorators array. These changes add some code to account for the difference while maintaining backwards compatibility.