I can't do something like [attr=[]] and expect attr to be equal to an empty array. Instead, esquery throws a syntax error: ```console Expected " ", "'", ".", "/", "\"", "type(", [0-9] or [^ [\],():#!=><~+.] but "[" found. ```