Closed acutmore closed 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
Record.prototype === null
Actual: Record.prototype is defined: https://github.com/bloomberg/record-tuple-polyfill/blob/bea8da66db8ed3fce8051a123393c2cf921da925/packages/record-tuple-polyfill/src/record.js#L83
Record.prototype
Describe the bug In the current R&T spec the
Record.prototype === null
: https://tc39.es/proposal-record-tuple/#sec-record.prototypeActual:
Record.prototype
is defined: https://github.com/bloomberg/record-tuple-polyfill/blob/bea8da66db8ed3fce8051a123393c2cf921da925/packages/record-tuple-polyfill/src/record.js#L83