hegemonic / catharsis

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

Allow function types to omit brackets from repeatable parameters #44

Closed hegemonic closed 9 years ago

hegemonic commented 9 years ago

We should allow type expressions like function(...foo) (as opposed to function(...[foo])) whether or not JSDoc support is enabled.

hegemonic commented 9 years ago

Fixed on master.