Update Transpiler
parent
0ed8dadb6e
commit
6c0533f728
|
|
@ -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()`
|
||||||
|
|
||||||
|
### ** Properties **
|
||||||
|
- Getters/setters creation
|
||||||
|
|
||||||
### **Export Annotations**
|
### **Export Annotations**
|
||||||
- Basic Export
|
- Basic Export
|
||||||
- ExportToolButton
|
- ExportToolButton
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue