-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support generic types #39
Comments
I spent a while poking at implementing this and going in circles. Here are some issues/thoughts:
@andry-tino I'm not sure where to go with this right now so let me know what you think. |
Hello and sorry for the long wait. I am pretty busy at the moment, I will get back to you soon! Let me also go through your code and points... |
No worries. We're continuing to crank through implementing some more things. On our radar:
|
Very cool. I have some work I need to prioritize at the moment on the ScriptSharp definition generator. Once done, I will start integrating those changes. |
Here's my initial crack at handling generic types(and nullable types, and arrays and some other bits). Over the weekend, I'm going to try to also put in calling generic methods. |
Yes seems a good start. I am finalizing my changes for supporting ScriptSharp TS definition file generation via assembly only. After that I will have more times for integrating your changes. |
Rosetta should support generic types. Generic types can be used for fields, properties, variables, class types and base class types.
The text was updated successfully, but these errors were encountered: