ciscoheat / mithril-hx

Haxe externs for Mithril (JS MVC framework)
181 stars 12 forks source link

When running under the latest node, `GLOBAL` is deprecated in favour of `global` #31

Closed hamaluik closed 6 years ago

hamaluik commented 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.

ciscoheat commented 6 years ago

Thank you! A new haxelib version has been released.