more parser fixes
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
package bindx;
|
package bindx;
|
||||||
|
|
||||||
import haxe.macro.Expr;
|
import haxe.macro.Expr;
|
||||||
import haxe.macro.Context;
|
|
||||||
import bindx.macro.BindExtMacros;
|
import bindx.macro.BindExtMacros;
|
||||||
|
|
||||||
using haxe.macro.Tools;
|
using haxe.macro.Tools;
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ class BindSignalProvider implements IBindingSignalProvider {
|
|||||||
name: signalName,
|
name: signalName,
|
||||||
kind: FProp("get", "never", type, null),
|
kind: FProp("get", "never", type, null),
|
||||||
pos: field.pos,
|
pos: field.pos,
|
||||||
access: [APrivate],
|
access: [APrivate]
|
||||||
});
|
});
|
||||||
|
|
||||||
var getter = macro function foo() {
|
var getter = macro function foo() {
|
||||||
|
|||||||
Reference in New Issue
Block a user