elsassph / hxtsdgen

TypeScript declaration file generator for Haxe JavaScript output target
65 stars 12 forks source link

strange error on haxe 4 #4

Closed francescoagati closed 5 years ago

francescoagati commented 5 years ago

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

francescoagati commented 5 years ago

but only with haxe complete.hxml. with haxe test.hxml is work

fullofcaffeine commented 5 years ago

@francescoagati is this still happening for you with the latest Haxe?

elsassph commented 5 years ago

You may want to retry with rc2.

francescoagati commented 5 years ago

no now it's ok

francescoagati commented 5 years ago

thanks