committed by
Alex Lam S.L
parent
2fd86d3cb0
commit
d26b7522d9
@@ -1998,7 +1998,6 @@ function parse($TEXT, options) {
|
||||
// allow trailing comma
|
||||
break;
|
||||
start = S.token;
|
||||
var type = start.type;
|
||||
var name = as_property_name();
|
||||
var value;
|
||||
|
||||
@@ -2009,9 +2008,6 @@ function parse($TEXT, options) {
|
||||
a.push(concise);
|
||||
continue;
|
||||
}
|
||||
if (!(start.type !== name)) {
|
||||
unexpected(S.token);
|
||||
}
|
||||
|
||||
value = new AST_SymbolRef({
|
||||
start: prev(),
|
||||
|
||||
Reference in New Issue
Block a user