Skip to content

Commit

Permalink
Fix haxe 5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
barisyild committed Jul 2, 2024
1 parent 769b217 commit 3841e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/feathers/macros/StyleContextMacro.hx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import haxe.macro.Context;
import haxe.macro.Expr.Access;
import haxe.macro.Expr.Field;
import haxe.macro.Expr.Function;
import haxe.macro.Expr.FieldType;

/**
Add `@:styleContext` metadata to a Feathers UI component to make it
Expand Down
1 change: 1 addition & 0 deletions src/feathers/macros/StyleMacro.hx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import haxe.macro.Expr.Error;
import haxe.macro.Expr.Field;
import haxe.macro.Expr.Function;
import haxe.macro.Expr.MetadataEntry;
import haxe.macro.Expr.FieldType;

/**
Add `@:style` metadata to a public variable to convert it into a "style"
Expand Down

0 comments on commit 3841e79

Please sign in to comment.