Max Strålin

Results 6 issues of Max Strålin

Hi. I have a function that allows for uploading in the tree, meaning that I need to add a new node when the file has been uploaded. I expected "addNode"...

no subfolder: `/models/Something.js` subfolder "test": `/models/test/test/Something.js`

bug

If a class is derived, it should extend the original class and not re-declare the properties. But, if the base class is excluded, it should include the inherited properties as...

bug

If Javascript mode, convert enums into objects. Should support both as strings and as numbers. E.g. **C#** ```csharp public enum AnEnum { Foo = 1, Bar = 2 } ```...

enhancement

Current behaviour serialises them straight into the JS file. Another option, which should be opt-in, could be to create a separate JS class for every found version of the generic...

enhancement

Export TS classes and support interfaces

enhancement
help wanted