Posted December 01, 2020 by YellowAfterlife
global variable name '__lnc__std_haxe_boot_isJS' not set before reading it.
error with 1.0.37, which was caused by some mysterious script init order change for some projects.#macro name [value1, \ // a comment
value2, \ // another comment
] // and another comment
#macro name a * b
not parsing correctly after “allow statements in macros” changes#macro name (a * b)
instead)h_native