hegemonic / catharsis

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

Support Closure Compiler generic types #34

Closed hegemonic closed 10 years ago

hegemonic commented 10 years ago

Closure Compiler's docs now include a section on generic types, which are defined using the @template tag.

We should implement this tag, using the same semantics as Closure Compiler.

hegemonic commented 10 years ago

Actually, I don't think this requires any changes to Catharsis. Will reopen if necessary.