Question
ES6 syntax error for Javascript Service
Hi,
I found a very strange phenomenon, the ES6 syntax like "let", "const" work well normally. But in certain situation, the Lint will report error, see the attached picture.
The line #315 and #325 define the same variable name , but it's not the root cause. Changing to different variable name has the same error.
It seems the error occurs when the code lines exceeds about 310, but I'm sure .

Regards,
Sean
