bloomberg / record-tuple-polyfill

A polyfill for the ECMAScript Record and Tuple proposal.
Apache License 2.0
164 stars 11 forks source link

Record.prototype is not null #94

Closed acutmore closed 2 years ago

acutmore commented 2 years ago

Describe the bug In the current R&T spec the Record.prototype === null: https://tc39.es/proposal-record-tuple/#sec-record.prototype

Actual: Record.prototype is defined: https://github.com/bloomberg/record-tuple-polyfill/blob/bea8da66db8ed3fce8051a123393c2cf921da925/packages/record-tuple-polyfill/src/record.js#L83