Closed
Description
When using the following ES6 syntax:
export class MyClass {
...
}
The closing brace is highlighted as an error. See screenshot.
Description of the export statement: http://www.2ality.com/2014/09/es6-modules-final.html.
When using the following ES6 syntax:
export class MyClass {
...
}
The closing brace is highlighted as an error. See screenshot.
Description of the export statement: http://www.2ality.com/2014/09/es6-modules-final.html.