auto handle late init call(and error report) with element creation queue

This commit is contained in:
Michael Freno
2025-12-13 01:54:30 -05:00
parent c069b2be22
commit 6fe452ef97
5 changed files with 232 additions and 7 deletions

View File

@@ -48,6 +48,7 @@ local testFiles = {
"testing/__tests__/image_cache_test.lua",
"testing/__tests__/image_renderer_test.lua",
"testing/__tests__/image_scaler_test.lua",
"testing/__tests__/init_queue_test.lua",
"testing/__tests__/input_event_test.lua",
"testing/__tests__/layout_engine_test.lua",
"testing/__tests__/mixed_mode_children_test.lua",