Jona898
Jona898
You can also install a git repo as npm dependency. https://docs.npmjs.com/cli/v8/commands/npm-install For Example: npm i -S git://[email protected]/dagrejs/graphlib#v3.0.1 or npm i -S git://[email protected]/dagrejs/graphlib#eb6f40fa7281169f412831925275f51700ba7c57 At least thats a workaround, until it can...
I don't know, if there is a possability, that the interface has extra properties. I left a "[key:string]: any" if the interface isn't complete. It it isn't needed you can...
I tried the typings and some need to have the elk. at the beginning. I don't know, if all need them or if it hurts, if it is appended to...
Sorry for the continuus changes. I now used https://www.eclipse.org/elk/reference.html to add the Enum Types as Union Strings. I added a few ToDo comments. If you could check these passages i...
I added al Variants of the EnumSet as String Union Representation. This adds quite a lot of combinations. It it wanted, that the options can be in any order? If...
The Problem with generating the types in the continuous integrating is that elk.knownLayoutOptions() returns not the enum type, but only the value is of type enum. So it will be...