hegemonic / catharsis

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

Strip newlines from type expressions #15

Closed hegemonic closed 11 years ago

hegemonic commented 11 years ago

Catharsis currently fails to parse type expressions that contain newline characters.

The fix is easy: Strip newlines before handing them off to the parser.

hegemonic commented 11 years ago

Fixed by 3b22b64c703f8c868f57a9291e332077b20c7749.