Simplify IdentifierName processing
This commit is contained in:
parent
f331099c64
commit
f0a6045ca0
|
@ -99,7 +99,7 @@ Identifier
|
|||
|
||||
IdentifierName
|
||||
= first:IdentifierStart rest:IdentifierPart* {
|
||||
return first + rest.join( '' );
|
||||
return text();
|
||||
}
|
||||
|
||||
IdentifierStart
|
||||
|
|
Loading…
Reference in New Issue