ion-js icon indicating copy to clipboard operation
ion-js copied to clipboard

.map method on dom.List and dom.SExpression throws exception

Open fnmdx111 opened this issue 3 years ago • 0 comments

https://github.com/amzn/ion-js/blob/master/src/dom/Sequence.ts#L8 says Sequences extend Array, and since dom.List and dom.SExpression extends Sequence, I would expect them to support map for iterating the elements. However, this (https://runkit.com/embed/n9x2izs3st66) throws in 4.1.0.

fnmdx111 avatar Mar 18 '21 16:03 fnmdx111