hegemonic / catharsis

A JavaScript parser for Google Closure Compiler and JSDoc type expressions.
MIT License
54 stars 14 forks source link

Correctly describe `Promise.<string>` #48

Closed hegemonic closed 8 years ago

hegemonic commented 8 years ago

When describing types, we currently assume that all type applications with a single application are arrays. We should instead use the name of the type expression in this case.