Update import

This commit is contained in:
vczh
2026-03-21 02:29:06 -07:00
parent 8297eb5caa
commit 17636c02d1
23 changed files with 4109 additions and 3721 deletions
+6
View File
@@ -3027,6 +3027,12 @@
"name": "ElementMeasurings"
}
}
}, {
"$ast": "MessageDecl",
"attributes": [],
"name": "RendererIdle",
"request": null,
"response": null
}, {
"$ast": "StructDecl",
"attributes": [],
@@ -91,3 +91,4 @@ message RendererBeginBoundary { request: ElementBoundary;
message RendererRenderElement { request: ElementRendering; }
message RendererEndBoundary {}
message RendererEndRendering { response: ElementMeasurings; }
message RendererIdle {}