LionWeb-io / lionweb-typescript

Implements (select parts of) the LionWeb specification, and tooling around that - all in TypeScript.
Apache License 2.0
10 stars 4 forks source link

Make TypeScript types generation multi-lingual #131

Open dslmeinte opened 4 months ago

dslmeinte commented 4 months ago

Currently, the TS types generator generates source for multiple languages into 1 file, but that doesn't scale and produces name collisions. Each language should be generated into its own file, while taking caring of importing the required types from other files.