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