Update Transpiler
parent
6381fe54d1
commit
f692c97b2c
|
|
@ -39,6 +39,9 @@ Features
|
||||||
- variable null-initializers from `null` to `Callable()`
|
- variable null-initializers from `null` to `Callable()`
|
||||||
- null-comparisons from `c == null` to `c == null || c.is_null()`
|
- null-comparisons from `c == null` to `c == null || c.is_null()`
|
||||||
|
|
||||||
|
### **Nullables**
|
||||||
|
- Shim null assignment converting `null` to `RJ_GDGlue.return_null()`
|
||||||
|
|
||||||
### **Math**
|
### **Math**
|
||||||
- float.MaxValue converted to value
|
- float.MaxValue converted to value
|
||||||
- `float.IsInfinity` to `is_inf`
|
- `float.IsInfinity` to `is_inf`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue