hegemonic / catharsis

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

Record types with numeric keys can't be parsed #45

Closed hegemonic closed 9 years ago

hegemonic commented 9 years ago

Catharsis fails to parse record types such as {0: string}.

This was originally reported as jsdoc3/jsdoc#1016.

hegemonic commented 9 years ago

Fixed on master.