See the error message in the screen shot below. It is from a .js project that is using ES7 features using bable to downlevel compile it.
If I'm a bable user I consider the error message as wrong. I've tried to enable 'experimentalDecorators' in the jsconfig.json, but this didn't have any effect.

See the error message in the screen shot below. It is from a .js project that is using ES7 features using bable to downlevel compile it.
If I'm a bable user I consider the error message as wrong. I've tried to enable 'experimentalDecorators' in the jsconfig.json, but this didn't have any effect.