Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Scala.js generate TypeScript d.ts type bindings?

I'd like to use Scala.js to write libraries to then use in web applications written in TypeScript. This requires TypeScript type bindings (*.d.ts file) to be generated by Scala.js for my library. Does Scala.js support this?

like image 427
Ryan Berckmans Avatar asked Nov 07 '22 12:11

Ryan Berckmans


1 Answers

No, Scala.js currently does not support this.

See Scala.js issue #3836 for potential follow-up and updates.

like image 69
gzm0 Avatar answered Nov 15 '22 06:11

gzm0