I am currently working on a custom app that uses multiple helper classes.
Here is a very simplified example:
class View {
variable1 = "Test"
variable2 = "Test2"
doSomething() { }
}
Since updating to FDK 9.6.0 I now get the following error when trying to run my app:
Lint errors:
app\view.js::2: Parsing error: Unexpected token =