hi,
i am try to compile this lib with haxe 4 rc 1.
but i have this error
src/hxtsdgen/TypeRenderer.hx:49: characters 23-50 : haxe.macro.Type has no field applyTypeParameters src/hxtsdgen/TypeRenderer.hx:68: characters 23-50 : haxe.macro.Type has no field applyTypeParameters src/hxtsdgen/TypeRenderer.hx:81: characters 33-43 : haxe.macro.Type has no field toString src/hxtsdgen/Generator.hx:37: characters 25-36 : haxe.macro.Type has no field follow
i have also added using haxe.macro.TypeTools;
bit if is like if the methods applyToParameters and follow arent applyed to type haxe.macro.Type
hi, i am try to compile this lib with haxe 4 rc 1. but i have this error
src/hxtsdgen/TypeRenderer.hx:49: characters 23-50 : haxe.macro.Type has no field applyTypeParameters src/hxtsdgen/TypeRenderer.hx:68: characters 23-50 : haxe.macro.Type has no field applyTypeParameters src/hxtsdgen/TypeRenderer.hx:81: characters 33-43 : haxe.macro.Type has no field toString src/hxtsdgen/Generator.hx:37: characters 25-36 : haxe.macro.Type has no field follow
i have also added using haxe.macro.TypeTools; bit if is like if the methods applyToParameters and follow arent applyed to type haxe.macro.Type