From 67a361684de2810b19e88f907a0d626e80f2771d Mon Sep 17 00:00:00 2001 From: Ian Harrigan Date: Sat, 7 Dec 2024 16:02:00 +0100 Subject: [PATCH] expose_all --- haxe/ui/locale/Formats.hx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/haxe/ui/locale/Formats.hx b/haxe/ui/locale/Formats.hx index bc7e50d61..4bbdd1148 100644 --- a/haxe/ui/locale/Formats.hx +++ b/haxe/ui/locale/Formats.hx @@ -1,5 +1,8 @@ package haxe.ui.locale; +#if haxeui_expose_all +@:keep @:expose +#end class Formats { private static var _dateFormatShort:String = null; public static var dateFormatShort(get, set):String;