Use formatter for all Haxe code

This commit is contained in:
Joshua Granick
2019-02-14 08:41:20 -08:00
parent b4afa14a13
commit 0c163a80e7
638 changed files with 54759 additions and 59510 deletions

View File

@@ -1,5 +1,6 @@
package flash.html.script;
extern class Package extends flash.utils.Proxy {
function new(parent : Package, packageName : String, appDomain : flash.system.ApplicationDomain) : Void;
extern class Package extends flash.utils.Proxy
{
function new(parent:Package, packageName:String, appDomain:flash.system.ApplicationDomain):Void;
}

View File

@@ -1,8 +1,9 @@
package flash.html.script;
extern class PropertyEnumHelper {
function new(enumPropertiesClosure : Dynamic, getPropertyClosure : Dynamic) : Void;
function nextName(index : Int) : String;
function nextNameIndex(lastIndex : Int) : Int;
function nextValue(index : Int) : Dynamic;
extern class PropertyEnumHelper
{
function new(enumPropertiesClosure:Dynamic, getPropertyClosure:Dynamic):Void;
function nextName(index:Int):String;
function nextNameIndex(lastIndex:Int):Int;
function nextValue(index:Int):Dynamic;
}