@@ -23437,7 +23437,7 @@ static int __exception js_parse_property_name(JSParseState *s,
}elseif(s->token.val=='['){
if(next_token(s))
gotofail;
if(js_parse_expr(s))
if(js_parse_assign_expr(s))
gotofail;
if(js_parse_expect(s,']'))
gotofail;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.