Closed hamaluik closed 6 years ago
When running under the latest node, I get:
[DEP0016] DeprecationWarning: 'GLOBAL' is deprecated, use 'global'
Which can be fixed by replacing GLOBAL on lines https://github.com/ciscoheat/mithril-hx/blob/master/src/mithril/M.hx#L165-L166 with global.
GLOBAL
global
Thank you! A new haxelib version has been released.
When running under the latest node, I get:
Which can be fixed by replacing
GLOBAL
on lines https://github.com/ciscoheat/mithril-hx/blob/master/src/mithril/M.hx#L165-L166 withglobal
.