I'm coding a JavaScript app using ECMAScript 2015.
See the screenshot bellow:
Visual Studio 2015 cries showing the following warning:
Expected ';'
It happens when I export
the whole App
class. If I drop the export
keyword Visual Studio won't show warnings.
Is this a known bug or there's some way to get rid of the warning? Since there's this warning, code formatting, indentation and other features aren't working since it's like a syntax error.