mikestead / hx-yaml

A cross-platform YAML 1.2 parser & renderer for Haxe.
MIT License
75 stars 28 forks source link

Fix __js__ and Utf8 deprecation warnings #23

Open Gama11 opened 4 years ago

Gama11 commented 4 years ago

Since recent Haxe 4.1.0 nightlies, there are deprecation warnings for untyped __js__ usage:

Warning : __js__ is deprecated, use js.Syntax.code instead

js.Syntax is already available since Haxe 4.0 though.

NQNStudios commented 3 days ago

@mikestead Would you have any time to merge and release this fix sometime soon?