jdonaldson / promhx

A promise and functional reactive programming library for Haxe
MIT License
145 stars 24 forks source link

remove `__js__` deprecated warning with Haxe 4.0 or later #88

Open akitsu-sanae opened 3 years ago

akitsu-sanae commented 3 years ago

This commit solves the following warning when using Haxe 4.0 or later:

.haxelib\promhx/1,1,0/src/main/promhx/base/EventLoop.hx:75: characters 21-27 : Warning : __js__ is deprecated, use js.Syntax.code instead