Fixed: #1260 AS1/2 direct editation - is/as/:: are not reserved operators

This commit is contained in:
Jindra Petřík
2021-03-05 09:30:15 +01:00
parent 114947ffc1
commit 19c836764f
7 changed files with 1159 additions and 1187 deletions

View File

@@ -252,11 +252,8 @@ RegExp = \/([^\r\n/]|\\\/)+\/[a-z]*
"<<=" |
">>=" |
">>>=" |
"as" |
"delete" |
"instanceof" |
"is" |
"::" |
"new" |
"typeof" |
"void" |