Titanium JIRA Archive
Alloy (ALOY)

[ALOY-256] Improve efficiency of <Require> expansion

GitHub Issuen/a
TypeStory
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsXML
Labelsn/a
ReporterTony Lukasavage
AssigneeUnknown
Created2012-09-12T11:48:50.000+0000
Updated2018-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.

Comments

No comments

JSON Source