Add TypeMap alias
This commit is contained in:
@@ -14,6 +14,7 @@ typedef Bouncer = tink.macro.Bouncer;
|
|||||||
typedef Types = tink.macro.Types;
|
typedef Types = tink.macro.Types;
|
||||||
typedef Binops = tink.macro.Ops.Binary;
|
typedef Binops = tink.macro.Ops.Binary;
|
||||||
typedef Unops = tink.macro.Ops.Unary;
|
typedef Unops = tink.macro.Ops.Unary;
|
||||||
|
typedef TypeMap<T> = tink.macro.TypeMap<T>;
|
||||||
|
|
||||||
//TODO: consider adding stuff from haxe.macro.Expr here
|
//TODO: consider adding stuff from haxe.macro.Expr here
|
||||||
typedef MacroOutcome<D, F> = tink.core.Outcome<D, F>;
|
typedef MacroOutcome<D, F> = tink.core.Outcome<D, F>;
|
||||||
@@ -35,4 +36,4 @@ class MacroApi {
|
|||||||
static public function pos()
|
static public function pos()
|
||||||
return haxe.macro.Context.currentPos();
|
return haxe.macro.Context.currentPos();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user