Open Gama11 opened 4 years ago
Since recent Haxe 4.1.0 nightlies, there are deprecation warnings for untyped __js__ usage:
untyped __js__
Warning : __js__ is deprecated, use js.Syntax.code instead
js.Syntax is already available since Haxe 4.0 though.
js.Syntax
@mikestead Would you have any time to merge and release this fix sometime soon?
Since recent Haxe 4.1.0 nightlies, there are deprecation warnings for
untyped __js__
usage:js.Syntax
is already available since Haxe 4.0 though.