Added #1822, #1803 AS3 direct editation - optional using AIR (airglobal.swc) to compile

This commit is contained in:
Jindra Petřík
2022-11-20 22:12:19 +01:00
parent 1e535a4472
commit 854ed24b7c
16 changed files with 195 additions and 39 deletions
@@ -119,7 +119,7 @@ public class ActionScript3DeobfuscatorTest extends ActionScriptTestBase {
return 0;
}
});
ActionScript3Parser par = new ActionScript3Parser(abc, new ArrayList<>());
ActionScript3Parser par = new ActionScript3Parser(abc, new ArrayList<>(), false);
HighlightedTextWriter writer = new HighlightedTextWriter(new CodeFormatting(), false);
par.addScript(str, "Test.as", 0, 0);