Y
Y
Yuri Bogoslavets2019-03-09 19:18:00
JavaScript
Yuri Bogoslavets, 2019-03-09 19:18:00

Why does Eclipse ide get errors when using async await - Semi-colon expected?

I installed the Eclipse IDE for JavaScript Web Developers assembly,
everything works, but it swears at async and await in the code,
displays the "Semi-colon expected" error where these words occur.
The code itself runs without error, like
async function test(){
console.log('test');
}
Where that it is possible to correct in Eclipse that he did not swear?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
krka92, 2019-03-10
@krka92

"Semi-colon expected" = Semi-colon expected. It is necessary to look for what place swears and fix it))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question