Update Transpiler
parent
65aec2fc38
commit
54f53046c9
|
|
@ -23,6 +23,7 @@ Features
|
|||
|
||||
### **C# Math**
|
||||
- float.MaxValue converted to value
|
||||
- Converting modulo `a % b` to func `fmod( a, b )`
|
||||
|
||||
### **Generics**
|
||||
- Prepend/append type as parameter for per class, for all methods
|
||||
|
|
@ -36,3 +37,8 @@ Features
|
|||
- Remove as expressions of interfaces `instance as InterfaceType`
|
||||
|
||||
|
||||
### **C# Method Overloading**
|
||||
- Throwing errors on method overloading
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue