as3hx icon indicating copy to clipboard operation
as3hx copied to clipboard

Convert AS3 sources to their Haxe equivalent

Results 56 as3hx issues
Sort by recently updated
recently updated
newest added

haxe4 preview5:how to fixed implements Dynamic is only supported on externs in fastxml.hx?

If a comment is followed by a brace, the brace is moved to the end of the comment and is effectively commented out. Now the code won't compile because the...

c, d - Int as3 code for example: ```actionscript package { public class Issue { public function Issue() { a = "b" + int (c + d); } } }...

as3 code for example: ```actionscript package { public class Issue { public function Issue() { if(f is Function){} } } } ``` expected result ```haxe class Issue { public function...

as3hx crashes on below code ``` package { public class Test { private function func():void { for(var i:int = 0; i Called from ? line 1 Called from Run.hx line...

as3 code for example: ```actionscript package { public class Issue { private var i:int; private var f:Number; private var b:Boolean; private var s:String; public function Issue() { //code here... }...

enhancement

I had a few case statements in my AS3 code that looked like this: ```actionscript case "somecase": { //trace("my debug output"); } // Fall through intentionally case "someothercase": { //success...

bug

as3 code for example: package perfectBrew { PLAYER::AIR { import flash.desktop.NativeApplication; } } It says: ERRORS: These files were not written due to source parsing errors: In E:/Archivos de Programa/Haxe/as3hx-master/test/Main.as(3)...

README should be added to the root level of haxelib package. And, prehaps, add following line in "How to use" section: ``` haxelib run as3hx test/ out/ ``` https://groups.google.com/d/msg/haxelang/qdFUlNYKpbE/s_FsuROIAwAJ

enhancement