kieler / elkjs

ELK's layout algorithms for JavaScript
Other
1.76k stars 97 forks source link

Generate typings for elkjs-api based on ELK #262

Open soerendomroes opened 7 months ago

soerendomroes commented 7 months ago

https://github.com/kieler/elkjs/pull/195 already started to do this for general options but it does not seem to be straightforward for enums and we need a solution to generate all typings automatically for the typings to be maintainable.

See also discussion on gitter.

soerendomroes commented 7 months ago

The PR does also not solve the issue of fully qualified ids and their short forms and the enumsets have also different possible syntax.