bloomberg / record-tuple-polyfill

A polyfill for the ECMAScript Record and Tuple proposal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tuple.prototype.sorted not implemented

rricard opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce

console.log(#[3, 2, 1].sorted() === #[1, 2, 3]);
    "_recordTuplePolyfill.Tuple(...).sorted is not a function"

    TypeError {}

Expected behavior

Shows true

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • Windows 10
  • Firefox 78.0.1

Additional context
Add any other context about the problem here.