From 6c0533f728fc5eb650735a966aaf46e11b133ab3 Mon Sep 17 00:00:00 2001 From: Jori Date: Wed, 13 May 2026 11:58:30 +0000 Subject: [PATCH] Update Transpiler --- Transpiler.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Transpiler.md b/Transpiler.md index 4b6127f..db6bc79 100644 --- a/Transpiler.md +++ b/Transpiler.md @@ -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