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?
Asked
Active
Viewed 940 times
6
-
Old but you can have a look at [Scala-TS](https://scala-ts.github.io/scala-ts/) (I'm a contributor of) – cchantep Feb 13 '21 at 13:06
-
thanks! https://github.com/scala-ts/scala-ts is cool. imo, the Scala and Scala.js communities have done a terrible job integrating JS libraries written in Scala into the broader JS ecosystem. Scala should be an extremely popular web language, instead it's insular and niche. – Ryan Berckmans Feb 13 '21 at 18:45