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

not support SortedDictionary? #94

Open lizhihao132 opened 5 months ago

lizhihao132 commented 5 months ago

H5 compiler cannot support SortedDictionary?

my h5.csproj is as follows:

netstandard2.1 7.2
lizhihao132 commented 4 months ago

can anybody help me? thanks!

theolivenbaum commented 2 months ago

Hi @lizhihao132, SortedDictionary is not part of the h5 base library, but you can implement your own using the original source code. We would also accept a pull request adding it