hegemonic / catharsis

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

Support Jsdoc Toolkit 2-style nested arrays #38

Closed hegemonic closed 9 years ago

hegemonic commented 9 years ago

Catharsis currently fails to parse type expressions like string[][] (equivalent to Array.<Array.<string>>). We should support this form of nested type application when JSDoc support is enabled.

hegemonic commented 9 years ago

Fixed in 0.8.4.