Closed bablukid closed 5 years ago
static var GET_RULES:Array<Array<{rule:MatchRule,opt:Bool,name:String}>> = null;
this seems to fix the issue
Hej !
Yes, static var GET_RULES = null;
is enough. Can someone fix that so we can have it clean when updating haxelib please ?
Thanks in advance,
Tried to fix it but compiler gets into an infinite loop when trying to define a type for "static var GET_RULES;"