Frontmatter
| id | 8822 |
| title | doc: VDOM Engine Architectural Changes |
| state | Closed |
| labels | documentationaicore |
| assignees | tobiu |
| createdAt | Jan 20, 2026, 4:25 AM |
| updatedAt | Jan 20, 2026, 4:31 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8822 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 20, 2026, 4:30 AM |
Documenting the recent architectural changes to the VDOM engine that resolve race conditions.
Files to update with JSDoc:
src/manager/VDomUpdate.mjs:descendantInFlightMap,hasInFlightDescendants,registerInFlightUpdatesrc/mixin/VdomLifecycle.mjs:isChildUpdatingsrc/util/vdom/TreeBuilder.mjs: Expansion logic for unmounted nodessrc/vdom/Helper.mjs: neoIgnore skip logic for insertNodeThis ticket ensures the knowledge base reflects the current state of the engine.