Update Transpiler
parent
0ed8dadb6e
commit
6c0533f728
|
|
@ -39,6 +39,9 @@ Features
|
|||
- variable null-initializers from `null` to `Callable()`
|
||||
- null-comparisons from `c == null` to `c == null || c.is_null()`
|
||||
|
||||
### ** Properties **
|
||||
- Getters/setters creation
|
||||
|
||||
### **Export Annotations**
|
||||
- Basic Export
|
||||
- ExportToolButton
|
||||
|
|
|
|||
Loading…
Reference in New Issue