From 3375fb1c290b29d27d9a883efc1f29e5c9de07d0 Mon Sep 17 00:00:00 2001 From: Jori Date: Mon, 11 May 2026 13:02:40 +0000 Subject: [PATCH] Update Transpiler --- Transpiler.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Transpiler.md b/Transpiler.md index 59e359c..8ff48f6 100644 --- a/Transpiler.md +++ b/Transpiler.md @@ -39,6 +39,12 @@ Features - variable null-initializers from `null` to `Callable()` - null-comparisons from `c == null` to `c == null || c.is_null()` +### **Export Annotations** +- Basic Export +- ExportToolButton +- ExportGroup +- ExportCategory + ### **Nullables** - Shim null assignment converting `null` to `RJ_GDGlue.return_null()`