scope nested component props without deep copies

This commit is contained in:
udo
2026-07-14 22:41:55 +00:00
parent 0bcf9a676e
commit 6b18587581
5 changed files with 98 additions and 13 deletions
+3 -3
View File
@@ -12,11 +12,11 @@ struct DValue {
char type = 'S';
String _String;
f64 _float;
f64 _float = 0;
s64 _array_index = 0;
bool _bool;
bool _bool = false;
bool _list_mode = false;
void* _ptr;
void* _ptr = 0;
std::map<String, DValue> _map;
// Read accessors are const and never create or modify nodes. The to_*