hegemonic / catharsis

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

Support quoted strings in JSDoc mode #31

Closed hegemonic closed 9 years ago

hegemonic commented 10 years ago

When JSDoc support is enabled, Catharsis should support type expressions like "foo.bar" and 'foo.bar'. These should be treated as name expressions.