mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-08-02 15:42:36 +00:00
Fixed: #1260 AS1/2 direct editation - is/as/:: are not reserved operators
This commit is contained in:
@@ -252,11 +252,8 @@ RegExp = \/([^\r\n/]|\\\/)+\/[a-z]*
|
||||
"<<=" |
|
||||
">>=" |
|
||||
">>>=" |
|
||||
"as" |
|
||||
"delete" |
|
||||
"instanceof" |
|
||||
"is" |
|
||||
"::" |
|
||||
"new" |
|
||||
"typeof" |
|
||||
"void" |
|
||||
|
||||
Reference in New Issue
Block a user