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()`