curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler
https://github.com/curiosity-ai/h5
Apache License 2.0
210 stars 30 forks source link

Typescript definition generation fails for ObjectLiteral fields #74

Open pfriesch opened 1 year ago

pfriesch commented 1 year ago

This fails to build as there is no type definition for the typescript type definition.

    [ObjectLiteral]
    public class BookmarkTreeNode
    {
        public BookmarkTreeNode[] children { get; set; }
    }

h5.json

  "generateTypeScript": true,