kevinresol / hxgenjs

Extensible JS generator for Haxe
57 stars 16 forks source link

Allow multiple generators #13

Closed kevinresol closed 6 years ago

kevinresol commented 6 years ago

@jgranick with this you should be able to generate hxextern and tsextern in the same build

haxe build.hxml -lib hxgenjs -D hxextern -D tsextern will give you all the .js, .hx and .d.ts files.