Closed kevinresol closed 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.
haxe build.hxml -lib hxgenjs -D hxextern -D tsextern
.js
.hx
.d.ts
@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.