For example in normal JS, I can just do this to access it:
my_variable["my-property"]
I try with expr-eval something like this, it return undefined even though it should not be empty.
parser.evaluate("settings.my_normal_property['my-symbol-property']", { settings: settings })