on ‎2019 Jul 22 9:23 AM
Hello All,
The following functionalities are not working for me in general for a project:
however it works fine in another project.
What could be the issue?
BR, Ekansh
Request clarification before answering.
Yuval helped to get this sorted. I am posting the cause of this here for others.
The issues were due to usage of ES6 in my project due to which the code was not parsed as webide parser doesn't support ES6. When we removed ES6 syntax, parsing started working as we could see the Outline generated and all other issues were also fixed with this.
Please do remember, setting 'es6: true' in the project settings, just sets it for eslint and removes error during linting.
BR, Ekansh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.