Javascript declarations ending with )

#3
by Daniklad - opened

In my testing of this model on some web technology demos I found that it is very happy to add extra ')' at line endings where they are not supposed to be. This was mostly technology demos relating to three.js in a browser. Both after variables declarations where the assignment was a result of a function it would add an extra ')' after the function call. But also on straight up numeric assignments there would frequently be a ')' after the numeric value. All of these are causing syntax errors and tedious corrections.
I have not found any other obvious error patterns like this yet.

I see, that is very helpful to know!

Sign up or log in to comment