Hi guys,
I have the following lines of code
...
someFunction()
.then(function(result) {...})
.catch(function (er) { ... });
...
And got syntax error on line with "catch" function. As I understood
parser considers this like reserved keyword and I can't to change something.
Is it possible to add some ignore list for such cases where I will put "catch"
as ignored keyword. Or similar to resharper add some special comment before
this line asking parser to ignore the next line.
Version 3.7.3. Windows 7. Visual Studio 2012.
Thanks in advance
Original issue reported on code.google.com by yaroslav...@gmail.com on 12 Mar 2014 at 5:02
Original issue reported on code.google.com by
yaroslav...@gmail.com
on 12 Mar 2014 at 5:02