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