-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: Q3-24FY
-
Component/s: Node.js, React Native
-
None
-
1 - XS (<= 1 day)
-
5980
Currently, the Set does not perfectly reflect a JS Set. Set currently extends an OrderedCollection, which implements a ReadOnlyArray.
- keys should return values (Sets aren't syntactically index accessible)
- Set is not ordered, so extending OrderedCollection may lead to assumptions that the Set is ordered.
- May be worth looking into Set implementing a JS Set, rather than extending OrderedCollection