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