support **= (#4778)
This commit is contained in:
@@ -277,14 +277,15 @@ var ASSIGNMENTS = [
|
||||
"-=",
|
||||
"*=",
|
||||
"/=",
|
||||
"%=",
|
||||
"&=",
|
||||
"|=",
|
||||
"^=",
|
||||
"<<=",
|
||||
">>=",
|
||||
">>>=",
|
||||
"%=",
|
||||
];
|
||||
if (SUPPORT.exponentiation) ASSIGNMENTS.push("**=");
|
||||
|
||||
var UNARY_SAFE = [
|
||||
"+",
|
||||
|
||||
Reference in New Issue
Block a user