[ALOY-256] Improve efficiency of <Require> expansion
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-09-12T11:48:50.000+0000 |
Updated | 2018-03-07T22:26:07.000+0000 |
Description
Currently a less-than-optimal method for expanding tags for validation is used to combat the issue that using
insertBefore()
on the DOM immediately followed by removeChild()
removes both the target child and the previously inserted node. The impact of this is very minimal, but should be revisited at some point to determine if there's a non-obvious issue with the Alloy logic, or if this is a bug with xmldom for nodejs.
No comments