Skip to content

Remove Object.setPrototypeOf polyfill - #6081

Merged
UlisesGascon merged 1 commit into
expressjs:masterfrom
Phillip9587:remove-setprototypeof
Oct 22, 2024
Merged

Remove Object.setPrototypeOf polyfill#6081
UlisesGascon merged 1 commit into
expressjs:masterfrom
Phillip9587:remove-setprototypeof

Conversation

@Phillip9587

Copy link
Copy Markdown
Member

This PR removes the Object.setPrototypeOf polyfill, which is no longer needed since Express now requires Node.js v18 as the minimum supported version. All existing tests should pass, as this change only impacts older Node versions no longer supported.

@UlisesGasconUlisesGascon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for this PR @Phillip9587!

@UlisesGasconUlisesGascon self-assigned this Oct 21, 2024

@bjohansebasbjohansebas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this change be reflected in the history?

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Phillip9587@UlisesGascon@bjohansebas