kisstkondoros / codemetrics

VSCode extension which shows the complexity information for TypeScript class members
Other
402 stars 20 forks source link

Typescript spread operator stopping code from being evaluated by CodeMetrics #43

Closed akrueger closed 6 years ago

akrueger commented 6 years ago

Whenever I use the spread operator, nothing seems to evaluate afterwards. When I take it out, CodeMetrics seems to function normally.

With spread operator: screen shot 2017-11-16 at 11 06 05

Without spread operator: screen shot 2017-11-16 at 11 06 26

kisstkondoros commented 6 years ago

Fixed in v1.11.0