tc39 / proposal-record-tuple

ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change!
https://tc39.es/proposal-record-tuple/
2.48k stars 62 forks source link

Add explicit tuple methods steps #362

Closed nicolo-ribaudo closed 1 year ago

nicolo-ribaudo commented 1 year ago

Closes #323.

This has normative effect, because tuples are not casted anymore to objects when passing it to the various callbacks.