Replies: 2 comments 12 replies
-
Yeah I understand that, and that's another reason I'd love to help, a project like this is a lot for one person, with some help, maybe one day it will be more than a prototype 😄 And I'm cool with the C# Type, I'm not personally familiar with C# but I was reading the docs and it seems all good Is there anything you have on the todo list but cannot get to yet? |
Beta Was this translation helpful? Give feedback.
-
Yeah this is a good point, it's not great to generate it for everything 😅 Only reason I thought of doing this is because it was a nice thing to have access too, but also came with the I wont worry too much about these things for now any-way, will help get some of the other parts of the package that are probably more critical Now that you mention it though, I do also prefer this syntax a lot :D class A {}
const a = new A();
a.getType(); // handled by transformer and replaced by tst_reflect.getType(12345) |
Beta Was this translation helpful? Give feedback.
-
From @iDevelopThings, #9
Hi, this is still a prototype, a lot of things can change but I'm open to contributions. I've not prepared any guide,.. but one important thing for me is keeping
Type
as close as possible to C#'s Type.Beta Was this translation helpful? Give feedback.
All reactions