Update Transpiler
parent
6c0533f728
commit
9f526d6e09
|
|
@ -39,6 +39,10 @@ Features
|
|||
- variable null-initializers from `null` to `Callable()`
|
||||
- null-comparisons from `c == null` to `c == null || c.is_null()`
|
||||
|
||||
### **Comments**
|
||||
- Converting class comments
|
||||
- Converting member comments
|
||||
|
||||
### ** Properties **
|
||||
- Getters/setters creation
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue