Expression parser issues with string/object literals

Wappler 5.3.1

Assume all expressions were typed in the code view

Issue 1:

'tmp'.length()

Becomes:

'tmp'+.length()

Issue 2:

''.length()

Becomes:

.length()

Issue 3:

{}.someStuff()

UI tells there’s an error in the expression (due to {})

Community Page
Last updated: