ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
803 stars 54 forks source link

Parsing issue. #39

Closed dillonkrug closed 10 years ago

dillonkrug commented 10 years ago

This is very similar to #36 (Mysterious error ") except it's caused by extra parentheses in regex literals:

var test = /)/
marijnh commented 10 years ago

Good catch. Does attached Acorn patch help for you?

dillonkrug commented 10 years ago

Yeah that seems to have fixed it. Thanks!